: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*/
.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;
  }
}
.widget-no-data {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.36px;
  text-align: center;
  color: #808080;
  margin: 0;
}
.widget-no-data.hidden {
  display: none;
}
.widget-no-data.with-image {
  height: 150px;
  position: relative;
  background-color: var(--bmb-gray-ranks-dynamic);
  color: var(--bmb-gray-text-dynamic);
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  align-content: center;
  background-image: url(/img/no-data-img.svg);
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 743px) {
  .widget-no-data.with-image {
    font-size: 18px;
  }
}
/*
 * Online
 */
.online-header {
  padding: 16px;
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-header .online-h1 {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  line-height: 96%;
  padding: 14px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.online-header .online-h1:hover {
  text-decoration: none;
}
.online-header .online-header-container {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: #3A3A3A;
  width: 100%;
  padding: 55px 30px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.online-header .online-header-container .online-header-top-row-container {
  display: flex;
  z-index: 1;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  height: 108px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-name {
  margin-top: 16px;
  display: flex;
  width: 200px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 21.12px */
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container {
  margin-top: 10px;
  width: 74px;
  height: 10px;
  flex-shrink: 0;
  display: flex;
  position: relative;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup {
  display: none;
  position: absolute;
  min-width: 156px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  top: 20px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .title {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 150% */
  margin-top: 4px;
  white-space: nowrap;
  padding: 0px 5px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .score {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 100% */
  margin-top: 2px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 6px;
  cursor: pointer;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item:last-of-type {
  margin-right: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item.win {
  background-color: var(--bmb-green-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item.lose {
  background-color: var(--bmb-red-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
  width: 100%;
  flex-shrink: 1;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  left: 0;
  top: 24px;
  width: 100%;
  position: absolute;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament,
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-stadium {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  cursor: pointer;
  display: inline-block;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament {
  margin-top: 12px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score {
  width: 112px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #505050;
  margin: 26px auto 0 auto;
  flex-grow: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score .online-score-text {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 38.4px */
  width: 100%;
  height: 100%;
  padding: 11px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active {
  background: #505050;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 6px 0 0 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress.full {
  border-radius: 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-penalties-text {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 17.28px */
  padding-bottom: 8px;
  padding-top: 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 17.28px */
  padding-bottom: 0px;
  padding-top: 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match a {
  color: var(--bmb-white-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-status {
  color: var(--bmb-green-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  margin-top: 10px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation {
  width: 190px;
  height: 31px;
  flex-shrink: 0;
  background-color: #964040;
  border: 1px solid #EB0018;
  color: var(--bmb-white-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 116.667% */
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 43px 8px 17px;
  margin: 12px auto 0 auto;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("/img/icons/online/translation-play.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: #EB0018;
  position: absolute;
  border-radius: 30px;
  right: 0;
  top: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 {
  width: 190px;
  min-height: 30px;
  height: auto;
  flex-shrink: 0;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  margin: 12px auto 0 auto;
  padding: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2::after {
  content: none;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text {
  width: 190px;
  height: 30px;
  flex-shrink: 0;
  background-color: #E80024;
  border: 1px solid #E80024;
  color: var(--bmb-white-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 116.667% */
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 42px 8px 17px;
  top: -1px;
  left: -1px;
  z-index: 1;
  box-sizing: border-box;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("/img/icons/online/translation-play-red.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: var(--bmb-white-dynamic);
  position: absolute;
  border-radius: 30px;
  right: 0;
  top: -1px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: linear-gradient(180deg, #7F3434 0%, #964040 100%);
  border: 1px solid #E80024;
  padding-top: 15px;
  margin-top: -15px;
  margin-left: -1px;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  margin-bottom: 11px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event {
  width: auto;
  height: 14px;
  background: transparent;
  border-radius: 0;
  padding: 3px 8px;
  justify-content: left;
  box-sizing: content-box;
  display: flex;
  margin: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-type {
  width: 15px;
  height: 14px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  color: var(--bmb-white-dynamic) !important;
  margin-right: 3px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
  width: 100%;
  height: 14px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bmb-white-dynamic) !important;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .online-translation-v2--bookmaker-container--label-18 {
  color: #898989;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* 142.857% */
  position: absolute;
  bottom: -12px;
}
.online-header .online-header-container .online-header-bottom-row-container {
  z-index: 1;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  border-right: 1px solid #626161;
  padding-right: 30px;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item {
  color: var(--bmb-white-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  margin-bottom: 10px;
  text-align: right;
  cursor: pointer;
  display: block;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item .minute {
  color: var(--bmb-green-dynamic);
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type {
  padding-right: 0;
  padding-left: 30px;
  border: none;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type .online-goals-container-list--item {
  text-align: left;
}
.online-header .online-menu-container {
  display: flex;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
  padding-left: 0px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  gap: 6px;
}
.online-header .online-menu-container .online-menu-item {
  height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  padding: 8.5px 6px;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  cursor: pointer;
}
.online-header .online-menu-container .online-menu-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
@media (max-width: 880px) {
  .online-header {
    padding: 8px;
    box-sizing: border-box;
    background-color: var(--bmb-white-dynamic);
    margin-top: 0px;
  }
  .online-header .online-h1 {
    margin: 0 6px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .online-header .online-header-container {
    padding: 52px 0 12px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team {
    width: 100%;
    justify-content: start;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container {
    width: 55px;
    height: 55px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container .team-logo {
    width: 53px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-name {
    margin-top: 12px;
    width: 99px;
    height: 24px;
    font-size: 12px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container {
    margin-top: 5px;
    width: 37px;
    height: 5px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item {
    width: 5px;
    height: 5px;
    margin-right: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item:last-of-type {
    margin-right: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
    width: 150px;
    flex-shrink: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date {
    font-size: 10px;
    font-weight: 400;
    left: 0;
    top: 14px;
    width: 100%;
    position: absolute;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament,
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-stadium {
    font-size: 10px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament {
    margin-top: 6px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score {
    width: 72px;
    height: 38px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score .online-score-text {
    font-size: 24px;
    padding: 7px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active {
    background: #505050;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress {
    border-radius: 4px 0 0 4px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress.full {
    border-radius: 4px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-penalties-text {
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match {
    color: var(--bmb-white-dynamic);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 17.28px */
    padding-bottom: 0px;
    padding-top: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match a {
    color: var(--bmb-white-dynamic);
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-status {
    font-size: 9px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation {
    width: 117px;
    height: 19px;
    font-size: 8px;
    line-height: 10px;
    /* 116.667% */
    position: relative;
    border-radius: 19px;
    cursor: pointer;
    padding: 4px 20px 4px 8px;
    margin: 10px auto 0 auto;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation::after {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: -1px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 {
    width: 117px;
    min-height: 18.5px;
    height: auto;
    flex-shrink: 0;
    border: none;
    position: relative;
    border-radius: 9px;
    cursor: pointer;
    margin: 10px auto 0 auto;
    padding: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2::after {
    content: none;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text {
    width: 117px;
    height: 19px;
    flex-shrink: 0;
    border: none;
    color: var(--bmb-white-dynamic);
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    position: relative;
    border-radius: 9px;
    cursor: pointer;
    padding: 5px 21px 4px 8px;
    top: -1px;
    left: -1px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text::after {
    content: '';
    width: 18.5px;
    height: 18.5px;
    border-radius: 50%;
    right: 0;
    top: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container {
    padding-top: 10px;
    margin-top: -10px;
    margin-left: -1px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    height: 24px;
    margin-bottom: 9px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event {
    width: auto;
    height: 10px;
    background: transparent;
    border-radius: 0;
    padding: 2.5px 4px;
    justify-content: left;
    box-sizing: content-box;
    display: flex;
    font-size: 8px;
    line-height: 10px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-type {
    width: 11px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
    margin-right: 2px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
    height: 10px;
    font-size: 8px;
    line-height: 10px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .online-translation-v2--bookmaker-container--label-18 {
    font-size: 7px;
    line-height: 8px;
    /* 142.857% */
    position: absolute;
    bottom: -10px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container {
    margin-top: 13px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list {
    padding-right: 20px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type {
    padding-left: 20px;
  }
}
@media (max-width: 429px) {
  .online-h1 {
    padding: 14px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
    width: 110px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 {
    width: 110px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text {
    width: 110px;
    line-height: 10px;
    padding: 5px 20px 4px 4px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text::after {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50%;
    right: 0;
    top: 0;
    background-position: 5px 4px;
  }
}
@media (max-width: 359px) {
  .online-header {
    padding: 8px;
    box-sizing: border-box;
    background-color: var(--bmb-white-dynamic);
    margin-top: 10px;
  }
  .online-header .online-header-container {
    padding: 50px 0 12px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team {
    width: 100%;
    justify-content: start;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container {
    width: 48px;
    height: 48px;
    box-sizing: content-box;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container .team-logo {
    width: 46px;
    height: 46px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-name {
    margin-top: 12px;
    width: 76px;
    height: 24px;
    font-size: 12px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container {
    margin-top: 5px;
    width: 37px;
    height: 5px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup {
    opacity: 0;
    min-width: 122px;
    height: 28px;
    top: 20px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .title {
    font-size: 8px;
    margin-top: 3px;
    padding: 0px 5px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .score {
    font-size: 10px;
    margin-top: -2px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item {
    width: 5px;
    height: 5px;
    margin-right: 3px;
    font-size: 6px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item:last-of-type {
    margin-right: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
    width: 118px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date {
    font-size: 9px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament,
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-stadium {
    font-size: 9px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container {
    margin-top: 12px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list {
    padding-right: 10px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type {
    padding-left: 10px;
  }
}
.online-news-block {
  padding: 16px 14px 20px 14px;
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-news-block .online-news-block-tab-list {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.online-news-block .online-news-block-tab-list .online-news-block-tab-list-item {
  padding: 8.5px 6px 8.5px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: left;
  height: 29px;
  margin-bottom: 0px;
  display: block;
}
.online-news-block .online-news-block-tab-list .online-news-block-tab-list-item.active {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
  border-radius: 4px;
  background: var(--bmb-orange-dynamic);
}
.online-news-block .online-news-block-tab-list .online-news-block-tab-list-item:last-of-type {
  margin-right: 0;
}
.online-news-block .online-news-block-tab-content-list {
  margin-top: 10px;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  display: block;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--text {
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer {
  margin-top: 8px;
  display: flex;
  justify-content: start;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-date {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */
  margin-right: 18px;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-comments {
  color: #808080;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-right: 17px;
  position: relative;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-comments:before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask: url("/img/icons/online/comments.svg") no-repeat 50% 50%;
  mask: url("/img/icons/online/comments.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--bmb-gray-neutral-dynamic);
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-comments.orange:before {
  background-color: var(--bmb-yellow-dynamic);
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item:first-of-type {
  margin-top: 0;
}
.mdl-card .online-news-block {
  padding: 17px 14px 20px 14px;
  margin-top: 10px;
}
.mdl-card .online-news-block .online-news-block-tab-list {
  margin-top: 19px;
}
.mdl-card .online-news-block .online-news-block-tab-content-list {
  margin-top: 3px;
}
.mdl-card .online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer {
  margin-top: 10px;
}
.online-schedule-match-block {
  margin-top: 0;
  margin-bottom: 0px;
}
.online-last-match-block.block-in-column-container,
.online-schedule-match-block.block-in-column-container {
  padding-bottom: 24px;
}
.online-last-match-block-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item {
  row-gap: 12px;
  display: flex;
  flex-direction: column;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head {
  padding: 10px 0 6px 0;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container {
  height: 34px;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  width: 100%;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container .team-logo-container-inner {
  background-color: var(--bmb-white-dynamic);
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  border: 1px solid var(--bmb-gray-elements-dynamic);
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container .team-logo-container-inner .team-logo {
  position: relative;
  background-color: var(--bmb-white-dynamic);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container .team-name {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 17.28px */
  cursor: pointer;
  white-space: nowrap;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches {
  row-gap: 12px;
  display: grid;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches .online-match--match-container {
  margin-top: 0;
}
.online-last-match-block,
.online-schedule-match-block {
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-last-match-block .tab-block-list,
.online-schedule-match-block .tab-block-list {
  padding-left: 5px;
  margin-top: 20px;
}
.online-last-match-block .tab-block-list .tab-block-list-item,
.online-schedule-match-block .tab-block-list .tab-block-list-item {
  padding: 8.5px 6px 8.5px 6px;
  margin-right: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: left;
  height: 29px;
  margin-bottom: 0px;
  display: block;
}
.online-last-match-block .tab-content-list,
.online-schedule-match-block .tab-content-list {
  margin-top: 0px;
}
.online-last-match-block .tab-content-list .online-last-match-block-tab-content-list--item,
.online-schedule-match-block .tab-content-list .online-last-match-block-tab-content-list--item {
  margin-top: 10px;
}
.online-last-match-block .tab-content-list .online-last-match-block-tab-content-list--item .online-match--match-container,
.online-schedule-match-block .tab-content-list .online-last-match-block-tab-content-list--item .online-match--match-container {
  margin-top: 6px;
  padding: 4px;
  width: 100%;
  cursor: pointer;
  height: 76px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  flex-direction: column;
}
.online-schedule-match-block .tab-block-list .tab-block-list-item {
  max-width: unset;
}
@media (max-width: 999px) {
  .online-last-match-block .tab-block-list .tab-block-list-item,
  .online-schedule-match-block .tab-block-list .tab-block-list-item {
    max-width: unset;
  }
}
@media (max-width: 743px) {
  .online-last-match-block-content-list {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item {
    row-gap: 6px;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head {
    padding: 14px 0 6px 0 ;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches {
    row-gap: 6px;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches .online-match--match-container {
    margin-top: 0;
  }
}
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
.online-protocol-container {
  font-family: "Roboto", sans-serif;
}
.online-protocol-container .online-protocol-status {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
  position: relative;
  z-index: 2;
}
.online-protocol-container .online-protocol-status .team-logo-container {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
}
.online-protocol-container .online-protocol-status .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-protocol-container .online-protocol-footer {
  width: 100%;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 32px;
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  cursor: pointer;
}
.online-protocol-container .player-icon {
  border-radius: 0;
}
.event-broadcast {
  padding: 0;
  position: relative;
  top: -34px;
  z-index: 1;
}
.event-broadcast .central-line {
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(90deg, #E9E9E9 79.69%, rgba(233, 233, 233, 0) 100%);
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: 1;
}
.line-separated-protocol {
  width: 100%;
  height: 1px;
  background: var(--bmb-white-dynamic);
  padding: 45px 0 40px 0;
  z-index: 1;
  display: block;
  position: relative;
  margin-top: -39px;
}
.line-separated-protocol:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #EAEAEA;
}
.line-separated-protocol.hidden-item {
  display: none;
}
.event-wrapper {
  height: 80px;
  z-index: 2;
  position: relative;
  display: flex;
}
.event-wrapper[data-id="status"] {
  padding: 22px 0;
  position: relative;
  height: auto;
  background: var(--bmb-white-dynamic);
}
.event-wrapper[data-id="status"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
}
.event-wrapper[data-id="status"] .event__break {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 96%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  padding: 0 20px;
  position: relative;
  background: white;
}
.event-wrapper[data-id="status"].start {
  padding: 0;
  height: auto;
}
.event-wrapper[data-id="status"].start:before {
  display: none;
}
.event-wrapper[data-id="status"].finish {
  padding: 0 0 27px 0;
}
.event-wrapper[data-id="status"].finish:before {
  display: none;
}
.event-wrapper.hidden-item {
  display: none;
}
.event-wrapper .event {
  display: flex;
  justify-content: center;
  width: 100%;
}
.event-wrapper .event .event__side {
  display: flex;
  flex: 1 50%;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  position: relative;
}
.event-wrapper .event .event__side .event__image {
  width: 25px;
  height: 25px;
  margin: 0 18px 0 0;
  justify-content: center;
  flex-shrink: 0;
}
.event-wrapper .event .event__side .event__image .player-icon {
  width: 100%;
  height: 100%;
  background-size: contain;
  box-shadow: none;
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
  position: relative;
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
  position: relative;
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.event-wrapper .event .event__side .event__description {
  margin: 0 16px 0 16px;
}
.event-wrapper .event .event__side .event__description .event__text {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
}
.event-wrapper .event .event__side .event__description .event__text--miss {
  color: red;
  font-weight: bold;
}
.event-wrapper .event .event__side .event__description .event__text--goal {
  font-weight: bold;
}
.event-wrapper .event .event__side .event__description .event__text.subs {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.event-wrapper .event .event__side .event__description .event__text a {
  color: var(--bmb-black-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.event-wrapper .event .event__side .event__description .event__name a {
  color: var(--bmb-black-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name a.subs-in {
  color: var(--bmb-black-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name.subs {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.event-wrapper .event .event__side .event__description .event__name.subs .subs-in,
.event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 268px;
}
.event-wrapper .event .event__side .event__description .event__name.subs .subs-in {
  color: var(--bmb-green-hover-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
  color: var(--bmb-red-hover-dynamic);
}
.event-wrapper .event .event__side .event__break {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 298px;
  font-weight: normal;
  padding: 15px 0 10px 0;
  margin: 2px auto;
}
.event-wrapper .event .event__side .event__break--main {
  font-weight: bold;
  padding-bottom: 10px;
}
.event-wrapper .event .event__side .event__avatar-inner {
  width: 50px;
  display: none;
}
.event-wrapper .event .event__side .event__avatar-inner img {
  width: 100%;
  border-radius: 8px;
}
.event-wrapper .event .event__side .event__logo {
  position: absolute;
  display: none;
  width: 20px;
  right: 6px;
  top: 20px;
}
.event-wrapper .event .event__side .event__logo img {
  width: 100%;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-wrapper .event .event__side--right {
  flex-direction: row-reverse;
  text-align: left;
}
.event-wrapper .event .event__side--right .event__description .event__name.subs {
  justify-content: flex-start;
}
.event-wrapper .event .event__side--right .event__image {
  margin: 0 0 0 18px;
}
.event__match-time-line {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.event__match-time-line:before {
  display: none;
  content: "";
  height: 100%;
  min-height: 22.5px;
  width: 6px;
  background-color: #E9E9E9;
}
.event__match-time-line:after {
  display: none;
  content: "";
  height: 100%;
  min-height: 22.5px;
  width: 6px;
  background-color: #E9E9E9;
}
.event__match-time-line--last:before {
  display: none;
}
.event__match-time-line--first:after {
  display: none;
}
.event__match-time-line-oval {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bmb-white-dynamic);
  background-color: var(--bmb-gray-neutral-dynamic);
  position: relative;
}
.event__match-time-line-oval span {
  font-size: 14px;
  line-height: 96%;
  font-weight: 700;
  text-transform: uppercase;
}
.event__match-time-line-oval .minute-comp {
  position: absolute;
  top: -9px;
  right: -7px;
  width: 18px;
  height: 18px;
  background-color: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
  padding: 5px 4px 5px 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  border-radius: 50%;
}
.event__match-time-line-oval--red {
  background-color: var(--bmb-yellow-dynamic);
}
.event__match-time-line-oval--green {
  background-color: var(--bmb-light-green-dynamic);
}
.event__match-time-line-oval--pen span {
  background-color: var(--bmb-white-dynamic);
  background-image: url("/img/icons/online/protocol-pen.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.event__match-time-line-oval--pen-miss span {
  background-color: var(--bmb-white-dynamic);
  background-image: url("/img/icons/online/protocol-pen-miss.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 743px) {
  .online-protocol-container .online-protocol-status {
    margin-top: 12px;
  }
  .online-protocol-container .online-protocol-status .team-logo-container {
    width: 34px;
    height: 34px;
  }
  .online-protocol-container .online-protocol-status .team-logo-container .team-logo {
    width: 32px;
    height: 32px;
  }
  .online-protocol-container .online-protocol-status .match-status {
    font-size: 16px;
  }
  .online-protocol-container .online-protocol-footer {
    margin-top: -22px;
    margin-bottom: 24px;
    font-size: 12px;
  }
  .event-broadcast {
    padding: 0;
  }
  .event-broadcast .event-wrapper {
    height: 74px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__image {
    width: 22px;
    height: 22px;
    margin: 0 4px 0 0;
  }
  .event-broadcast .event-wrapper .event .event__side--right .event__image {
    margin: 0 0 0 4px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description {
    margin: 0 6px 0 8px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text.subs {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-in,
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
    max-width: 133px;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval span {
    font-size: 10px;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval--pen span {
    background-color: var(--bmb-white-dynamic);
    background-image: url("/img/icons/online/protocol-pen.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval--pen-miss span {
    background-color: var(--bmb-white-dynamic);
    background-image: url("/img/icons/online/protocol-pen-miss.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .event-broadcast .event-wrapper[data-id="status"] {
    padding: 22px 0;
  }
  .event-broadcast .event-wrapper[data-id="status"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  }
  .event-broadcast .event-wrapper[data-id="status"] .event__break {
    font-size: 14px;
    padding: 0 14px;
  }
  .event-broadcast .event-wrapper[data-id="status"].start {
    padding: 0;
    height: auto;
  }
  .event-broadcast .event-wrapper[data-id="status"].start:before {
    display: none;
  }
  .event-broadcast .event-wrapper[data-id="status"].finish {
    padding: 0 0 27px 0;
  }
  .event-broadcast .event-wrapper[data-id="status"].finish:before {
    display: none;
  }
}
@media (max-width: 429px) {
  .online-protocol-container .online-protocol-footer {
    margin-top: -22px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .event-broadcast {
    padding: 0;
  }
  .event-broadcast .event-wrapper {
    height: 75px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description {
    margin: 0 8px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text {
    font-size: 12px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text.subs {
    font-size: 12px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-in,
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
    max-width: 91px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__image {
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
  }
  .event-broadcast .event-wrapper .event .event__side--right .event__image {
    margin: 0 0 0 7px;
  }
}
.online-statistics-container .online-statistics-status {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}
.online-statistics-container .online-statistics-status .team-logo-container {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
  position: absolute;
  display: flex;
  top: 50%;
  margin-top: -13px;
  left: 94px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--yellow,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--red,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
  border-radius: 4px;
  background: #FFC225;
  width: 17px;
  height: 26px;
  margin-right: 6px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--red,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
  background: var(--bmb-red-dynamic);
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--text,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text {
  color: var(--bmb-black-dynamic);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin-left: 2px;
  margin-right: 19px;
  display: flex;
  align-items: center;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
  left: auto;
  right: 94px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
  margin-right: 6px;
  margin-left: 0px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text:last-of-type {
  margin-right: 14px;
}
.online-statistics-container .online-statistics-row-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-bottom: 20px;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  grid-template-rows: 1fr 8px;
  gap: 7px 42px;
  width: 100%;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--title {
  width: 100%;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  grid-column-start: 2;
  grid-row-start: 1;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-home-count,
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-guest-count {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  flex-shrink: 0;
  width: 52px;
  height: 100%;
  flex-grow: 0;
  align-content: end;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-home-count {
  grid-row: span 2 / span 2;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-guest-count {
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress {
  grid-column-start: 2;
  display: flex;
  width: 100%;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-home-progress,
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress {
  height: 8px;
  border-radius: 2px;
  background: var(--bmb-gray-elements-dynamic);
  margin-right: 4px;
  width: 100%;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-home-progress.win,
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress.win {
  background: var(--bmb-light-green-dynamic);
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress {
  margin-right: 0;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress.win {
  background: var(--bmb-light-green-dynamic);
}
.online-statistics-container .online-statistics-row-container .online-statistics-row.hidden-item {
  display: none;
}
.online-statistics-container .online-statistics-footer {
  width: 100%;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 2px;
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  cursor: pointer;
}
.translation-block .online-statistics-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 743px) {
  .online-statistics-container .online-statistics-status {
    margin-top: 6px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container {
    width: 34px;
    height: 34px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-logo {
    width: 32px;
    height: 32px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
    position: absolute;
    display: flex;
    top: 50%;
    margin-top: -8px;
    left: 44px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--yellow,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--red,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
    border-radius: 2px;
    width: 12px;
    height: 18px;
    margin-right: 2px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--text,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    margin-left: 2px;
    margin-right: 10px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
    right: 44px;
    left: auto;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
    margin-left: 2px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text:last-of-type {
    margin-right: 4px;
  }
  .online-statistics-container .online-statistics-row-container {
    row-gap: 12px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row {
    grid-template-columns: 34px 1fr 34px;
    grid-template-rows: 1fr 6px;
    gap: 2px 10px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--title {
    font-size: 12px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-home-count,
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-guest-count {
    font-size: 14px;
    width: 34px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-home-progress,
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress {
    height: 6px;
    margin-right: 3px;
  }
  .online-statistics-container .online-statistics-footer {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (max-width: 349px) {
  .online-statistics-container .online-statistics-footer {
    margin-top: 13px;
    margin-bottom: 11px;
    font-size: 10px;
  }
}
.team-link {
  cursor: pointer;
}
.online-squad-container {
  padding: 22px 19px 31px 19px;
  background: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-squad-container .online-squad-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-squad-container .online-squad-block-preliminary-title {
  color: var(--bmb-gray-neutral-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 22px;
}
.online-squad-container .online-squad-block-tab-list.tab-block-list {
  margin-top: 24px;
  height: auto;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container {
  display: flex;
  width: 100%;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container {
  width: 50%;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  margin-bottom: 14px;
  display: block;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-logo,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-logo,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-name,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-name,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-name {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 68px;
  color: var(--bmb-black-dynamic);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 17.28px */
  cursor: pointer;
  white-space: nowrap;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container:first-of-type,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container:first-of-type,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container:first-of-type {
  margin-right: 21px;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row {
  padding-left: 10px;
  padding-right: 10px;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row .online-squad-list-row--reason {
  margin-right: 12px;
  margin-left: 6px;
  display: flex;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row .online-squad-list-row--reason .icon {
  width: 18px;
  height: 18px;
  background-size: 12px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  position: relative;
  margin-right: 1px;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row .online-squad-list-row--position {
  margin-right: 0;
}
.translation-block .online-squad-container {
  padding-left: 0;
  padding-right: 0;
}
.online-squad-list-row-label {
  margin-top: 20px;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  margin-bottom: 8px;
}
.online-squad-list-row {
  width: 100%;
  height: 38px;
  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);
  padding: 6px 0;
  box-sizing: border-box;
  margin-top: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.online-squad-list-row .online-squad-list-row--number {
  width: 44px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  flex-shrink: 0;
  flex-grow: 0;
}
.online-squad-list-row .online-squad-list-row--logo {
  width: 26px;
  height: 26px;
  margin-right: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #D9D9D9;
  border-radius: 50%;
  background-size: contain;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.online-squad-list-row .online-squad-list-row--logo .online-squad-list-row--logo-sub {
  position: absolute;
  top: 3px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-color: #BFBFBF;
  border-radius: 50%;
  background-size: contain;
}
.online-squad-list-row .online-squad-list-row--name {
  width: 100%;
  flex-shrink: 1;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 2px;
}
.online-squad-list-row .online-squad-list-row--events {
  margin-right: 10px;
  margin-left: 6px;
  display: flex;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}
.online-squad-list-row .online-squad-list-row--events .player-icon {
  width: 18px;
  height: 18px;
  background-size: 12px;
}
.online-squad-list-row .online-squad-list-row--events .player-icon sup {
  position: absolute;
  left: auto;
  right: 3px;
  top: auto;
  bottom: 2px;
  width: auto;
  min-width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  z-index: 2;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.online-squad-list-row .online-squad-list-row--events .player-icon sup span {
  position: absolute;
  left: auto;
  right: 2px;
  top: 1px;
  bottom: 1px;
  color: var(--bmb-black-dynamic);
  font-size: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  background-color: transparent;
  text-transform: lowercase;
}
.online-squad-list-row .online-squad-list-row--position {
  min-width: 22px;
  margin-right: 12px;
  color: var(--bmb-gray-neutral-dynamic);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  flex-shrink: 0;
  flex-grow: 0;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .online-squad-container {
    padding: 14px 14px 26px 14px;
    background: var(--bmb-white-dynamic);
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
  }
  .online-squad-container .online-squad-title {
    font-size: 18px;
  }
  .online-squad-container .online-squad-block-preliminary-title {
    margin-bottom: 14px;
  }
  .online-squad-container .online-squad-block-tab-list.tab-block-list {
    margin-top: 20px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list {
    padding-top: 4px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container {
    width: 100%;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-logo,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-logo,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-logo {
    position: absolute;
    width: 32px;
    height: 32px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-name {
    margin-top: -6px;
    left: 48px;
    font-size: 18px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container:first-of-type {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .online-squad-list-row-label {
    margin-top: 11px;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .online-squad-list-row {
    height: 31px;
    padding: 5px 0;
    margin-top: 3px;
  }
  .online-squad-list-row .online-squad-list-row--number {
    width: 36px;
    font-size: 12px;
  }
  .online-squad-list-row .online-squad-list-row--logo {
    width: 21px;
    height: 21px;
    margin-right: 28px;
  }
  .online-squad-list-row .online-squad-list-row--logo .online-squad-list-row--logo-sub {
    position: absolute;
    top: 2px;
    left: 24px;
    width: 16px;
    height: 16px;
  }
  .online-squad-list-row .online-squad-list-row--name {
    font-size: 12px;
  }
  .online-squad-list-row .online-squad-list-row--position {
    min-width: 19px;
    font-size: 12px;
  }
}
@media (max-width: 349px) {
  .online-squad-container {
    padding: 15px 14px 26px 14px;
    background: var(--bmb-white-dynamic);
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
  }
  .online-squad-container .online-squad-title {
    font-size: 16px;
  }
  .online-squad-container .online-squad-block-tab-list.tab-block-list {
    margin-top: 20px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list {
    padding-top: 19px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container {
    margin-bottom: 10px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-name {
    font-size: 12px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container:first-of-type {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .online-squad-list-row-label {
    margin-top: 11px;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .online-squad-list-row {
    height: 27px;
    padding: 4px 0;
    margin-top: 3px;
  }
  .online-squad-list-row .online-squad-list-row--number {
    width: 31px;
    font-size: 10px;
  }
  .online-squad-list-row .online-squad-list-row--logo {
    width: 18px;
    height: 18px;
    margin-right: 18px;
  }
  .online-squad-list-row .online-squad-list-row--logo .online-squad-list-row--logo-sub {
    position: absolute;
    top: 2px;
    left: 11px;
    width: 14px;
    height: 14px;
  }
  .online-squad-list-row .online-squad-list-row--name {
    font-size: 10px;
  }
  .online-squad-list-row .online-squad-list-row--position {
    min-width: 16px;
    font-size: 10px;
  }
}
.match-events {
  width: 550px;
  min-height: 200px;
  background: #E5E5E5;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
}
.match-events .match-formation-player {
  min-height: 115px;
  margin: 0 20px;
  justify-content: flex-start;
}
.match-events .match-formation-player__info {
  display: flex;
  min-width: 40px;
  height: 30px;
  padding: 0 8px;
}
.match-events .match-formation-player__inner svg {
  width: 78px;
  height: 79px;
}
.match-events .match-formation-player__number {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 24px 0 0 0;
}
.match-events__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.match-events__inner .match-formation-player__title {
  color: var(--bmb-black-dynamic);
}
@media (max-width: 1279px) {
  .match-events {
    width: 444px;
    min-height: 100px;
  }
}
@media (max-width: 999px) {
  .match-events {
    width: 292px;
    padding: 25px 20px 5px 20px;
  }
  .match-events .match-formation-player {
    flex: 0 0 30%;
    margin: 0 7px 15px 7px;
    min-height: auto;
  }
  .match-events .match-formation-player__inner {
    margin-bottom: 14px;
  }
  .match-events .match-formation-player__inner svg {
    width: 47px;
    height: 37px;
  }
  .match-events .match-formation-player__number {
    font-size: 16px;
    padding: 4px 0 0 0;
  }
  .match-events .match-formation-player__title {
    font-weight: 500;
  }
  .match-events .match-formation-player__info {
    min-width: 40px;
    height: 30px;
    padding: 0 8px;
  }
}
@media (max-width: 743px) {
  .match-events {
    width: 100%;
  }
  .match-events:first-child {
    margin-bottom: 5px;
  }
  .match-events .match-formation-player {
    min-height: 56px;
  }
  .match-events .match-formation-player__title {
    font-size: 11px;
    line-height: 13px;
  }
}
.match-formation {
  width: 100%;
  height: 405px;
  background: url('/img/icons/online/field.svg') no-repeat center center;
  background-size: 100% auto;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 18px;
  margin-top: 24px;
}
.match-formation__part {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}
.match-formation__part .team-logo-container {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  top: -22px;
  left: 20px;
}
.match-formation__part .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.match-formation__part .match-formation__format {
  position: absolute;
  top: -20px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 15.36px */
  left: 72px;
}
.match-formation__part .match-formation__inner .match-formation__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  flex-grow: 1;
}
.match-formation__part .match-formation__inner .match-formation__row--forwards {
  order: 1;
  z-index: 2;
}
.match-formation__part:last-child .match-formation__row--midfielders {
  order: 3;
}
.match-formation__part:last-child .match-formation__row--back-midfielders {
  order: 4;
}
.match-formation__part:last-child .match-formation__row--goalkeeper {
  order: 6;
}
.match-formation__part:last-child .match-formation__row--defenders {
  order: 5;
}
.match-formation__part:last-child .match-formation__row--forwards {
  order: 1;
  z-index: 1;
}
.match-formation__part:last-child .match-formation__row--attacking-midfielders {
  order: 2;
}
.match-formation__part:last-child .team-logo-container {
  right: 20px;
  left: initial;
}
.match-formation__part:last-child .match-formation__format {
  left: auto;
  right: 72px;
}
.match-formation__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px 5px;
  box-sizing: border-box;
}
@media (max-width: 859px) {
  .match-formation {
    height: 1081px;
    flex-direction: column;
    width: 700px;
    margin: 111px auto;
    background: url('/img/icons/online/field-mobile-700.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 100%;
  }
  .match-formation .match-formation__part .team-logo-container {
    width: 60px;
    height: 60px;
    top: -25px;
    left: 50px;
  }
  .match-formation .match-formation__part .team-logo-container .team-logo {
    width: 58px;
    height: 58px;
  }
  .match-formation .match-formation__part .match-formation__format {
    bottom: auto;
    top: 50px;
    left: 54px;
    color: var(--bmb-white-dynamic);
  }
  .match-formation .match-formation__part .match-formation__inner .match-formation__row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    height: auto;
    flex-grow: 1;
    align-items: flex-start;
  }
  .match-formation .match-formation__part:last-of-type .team-logo-container {
    top: auto;
    bottom: -25px;
    left: auto;
    right: 50px;
  }
  .match-formation .match-formation__part:last-of-type .match-formation__format {
    bottom: 40px;
    top: auto;
    left: auto;
    right: 55px;
  }
}
@media (max-width: 766px) {
  .match-formation {
    height: 639px;
    flex-direction: column;
    width: 414px;
    margin: 120px auto;
    background: url('/img/icons/online/field-mobile-414.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 100%;
  }
  .match-formation.with-out-home-sub {
    margin-top: 17px;
  }
  .match-formation.with-out-guest-sub {
    margin-bottom: 17px;
  }
  .match-formation .match-formation__part .team-logo-container {
    width: 44px;
    height: 44px;
    top: -25px;
    left: 28px;
  }
  .match-formation .match-formation__part .team-logo-container .team-logo {
    width: 42px;
    height: 42px;
  }
  .match-formation .match-formation__part .match-formation__format {
    bottom: auto;
    top: 30px;
    left: 30px;
  }
  .match-formation .match-formation__part:last-of-type .team-logo-container {
    top: auto;
    bottom: -25px;
    left: auto;
    right: 28px;
  }
  .match-formation .match-formation__part:last-of-type .match-formation__format {
    bottom: 30px;
    top: auto;
    left: auto;
    right: 30px;
  }
}
@media (max-width: 465px) {
  .match-formation {
    height: 505px;
    flex-direction: column;
    width: 320px;
    margin: 120px auto;
    background: url('/img/icons/online/field-mobile-320.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 100%;
  }
  .match-formation .match-formation__part .team-logo-container {
    width: 32px;
    height: 32px;
    top: -13px;
    left: 14px;
  }
  .match-formation .match-formation__part .team-logo-container .team-logo {
    width: 30px;
    height: 30px;
  }
  .match-formation .match-formation__part .match-formation__format {
    bottom: auto;
    top: 25px;
    left: 14px;
    font-size: 12px;
  }
  .match-formation .match-formation__part:last-of-type .team-logo-container {
    top: auto;
    bottom: -13px;
    left: auto;
    right: 14px;
  }
  .match-formation .match-formation__part:last-of-type .match-formation__format {
    bottom: 25px;
    top: auto;
    left: auto;
    right: 14px;
  }
}
.match-formation-player {
  width: 52px;
  cursor: pointer;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 20%;
  font-family: "Roboto", sans-serif;
  align-items: center;
  position: relative;
}
.match-formation-player .match-formation-player__inner-logo-container {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  background-color: #D9D9D9;
}
.match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}
.match-formation-player .match-formation-player__number {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 11.52px */
  margin-top: 4px;
}
.match-formation-player .match-formation-player__title {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 11.52px */
  word-break: break-word;
  margin-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 52px;
  padding-top: 2px;
}
.player-icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  position: relative;
  margin-right: 1px;
}
.player-icon sup {
  position: absolute;
  right: 2px;
  top: auto;
  bottom: 2px;
  min-width: 10px;
  height: 10px;
  padding: 0;
  color: var(--bmb-green-dynamic);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  z-index: 2;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  text-transform: uppercase;
}
.player-icon.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.player-icon.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.player-icon.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.player-icon.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.player-icon.player-icon--own-goal {
  background-image: url("/img/icons/online/events/assist.svg");
}
.player-icon.player-icon--assist {
  background-image: url("/img/icons/online/events/goal.svg");
  position: relative;
}
.player-icon.player-icon--assist:after {
  content: 'А';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  color: var(--bmb-black-dynamic);
  display: flex;
  position: absolute;
  bottom: 1px;
  right: 1px;
  font-size: 7px;
  justify-content: center;
}
.player-icon.player-icon--penalty {
  background-image: url("/img/icons/online/events/penalty.svg");
}
.player-icon.player-icon--penalty-miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.player-icon.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.player-icon.player-icon--change_icon_red,
.player-icon.player-icon--change_icon_green {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.player-icon:first-of-type {
  margin-left: 0;
}
.match-formation-player__info {
  top: -6px;
  left: 32px;
  position: absolute;
  display: flex;
}
.match-formation-player__info-popup-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  padding: 0 9px;
  height: 100%;
  background: var(--bmb-white-dynamic);
  margin: 0 1px;
}
.match-formation-player__info-show-more {
  width: 40px;
  height: 100%;
  margin-right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.match-formation-player__info-show-more-icon {
  display: block;
  width: 25px;
  height: 5px;
  transition: all 0.2s;
  cursor: pointer;
  margin: auto;
}
@media (max-width: 859px) {
  .match-formation-player {
    height: 71px;
    width: auto;
  }
  .match-formation-player .match-formation-player__inner-logo-container {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }
  .match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
  }
  .match-formation-player .match-formation-player__title {
    font-size: 11px;
    line-height: 96%;
    margin-top: 2px;
    margin-bottom: 0;
  }
  .match-formation-player .match-formation-player__number {
    font-size: 12px;
    line-height: 96%;
    /* 11.52px */
    margin-top: 4px;
  }
  .match-formation-player .match-formation-player__info {
    top: -6px;
    left: 50%;
    margin-left: 10px;
  }
  .match-formation-player .match-formation-player__info .player-icon {
    width: 12px;
    height: 12px;
    background-size: 8px;
  }
}
@media (max-width: 766px) {
  .match-formation-player {
    height: 42px;
    width: auto;
  }
  .match-formation-player .match-formation-player__inner-logo-container {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
    width: 20px;
    height: 20px;
  }
  .match-formation-player .match-formation-player__title {
    font-size: 9px;
    margin-top: 1px;
  }
  .match-formation-player .match-formation-player__number {
    font-size: 9px;
    margin-top: 3px;
  }
}
@media (max-width: 465px) {
  .match-formation-player {
    height: 35px;
    width: auto;
  }
  .match-formation-player .match-formation-player__inner-logo-container {
    width: 17px;
    height: 17px;
  }
  .match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
    width: 17px;
    height: 17px;
  }
  .match-formation-player .match-formation-player__title {
    font-size: 8px;
    margin-top: 1px;
  }
  .match-formation-player .match-formation-player__number {
    font-size: 8px;
    margin-top: 1px;
  }
}
.match-formation-player-wrapper--centered {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 0 0 51%;
  margin: 20px 0;
}
@media (max-width: 859px) {
  .match-formation-player-wrapper--centered {
    flex-direction: row;
    align-items: flex-start;
    margin: 0 20px;
    flex: 0 0 53%;
  }
  .match-formation-player-wrapper--centered .match-formation-player {
    flex: 0 0 30%;
  }
}
@media (max-width: 743px) {
  .match-formation-player-wrapper--centered {
    margin: 0 5px;
    flex: 0 0 54%;
  }
  .match-formation-player-wrapper--centered .match-formation-player {
    flex: 0 0 35%;
  }
}
.match-lineup__events {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  font-family: "Roboto", sans-serif;
  flex-direction: column;
}
.match-lineup__events .match-events__with-out-sub--mobile {
  display: none;
}
.match-lineup__events .match-events__sub,
.match-lineup__events .match-events__with-out-sub,
.match-lineup__events .match-events__coach {
  display: flex;
  width: 100%;
}
.match-lineup__events .match-lineup__sub-item,
.match-lineup__events .match-lineup__with-out-sub-item,
.match-lineup__events .match-lineup__coach-item {
  width: 100%;
}
.match-lineup__events .match-lineup__sub-item:first-of-type,
.match-lineup__events .match-lineup__with-out-sub-item:first-of-type,
.match-lineup__events .match-lineup__coach-item:first-of-type {
  margin-right: 22px;
}
.match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile,
.match-lineup__events .match-lineup__with-out-sub-item .online-squad-list-row-sub-mobile,
.match-lineup__events .match-lineup__coach-item .online-squad-list-row-sub-mobile {
  display: none;
}
.match-lineup__events .match-events__sub .online-lineup-name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--number-out {
  width: 32px;
  flex-shrink: 0;
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  text-align: center;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--name-out {
  width: 115px;
  flex-shrink: 0;
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--sub-icon {
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/online/events/substitution.svg");
  background-size: contain;
  margin-left: 6px;
  margin-right: 6px;
  flex-shrink: 0;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--number-in {
  width: 32px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  text-align: center;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--name-in {
  width: 100%;
  flex-shrink: 1;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-lineup__events .match-events__sub .online-squad-list-row--events {
  display: flex;
}
.match-lineup__events .match-events__sub .online-squad-list-row--events .player-icon {
  width: 22px;
  height: 22px;
  margin-left: 0;
  background-size: 100%;
  margin-right: 2px;
  position: relative;
  box-shadow: none;
}
.match-lineup__events .match-events__sub .online-squad-list-row--events .player-icon sup {
  position: absolute;
  left: auto;
  right: 2px;
  top: auto;
  bottom: 2px;
  width: auto;
  min-width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  z-index: 2;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.match-lineup__events .match-events__sub .online-squad-list-row--events .player-icon sup span {
  position: absolute;
  left: auto;
  right: 2px;
  top: 1px;
  bottom: 1px;
  color: var(--bmb-black-dynamic);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  background-color: transparent;
  text-transform: lowercase;
}
@media (max-width: 859px) {
  .formatation-container {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .match-lineup__events {
    position: unset;
  }
  .match-lineup__events .match-events__with-out-sub--mobile {
    display: flex;
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub--mobile .tab-block {
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub--mobile .tab-block .tab-block-list {
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub--mobile .tab-block .tab-content-list {
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub,
  .match-lineup__events .match-events__coach {
    display: none;
  }
  .match-lineup__events .match-lineup__sub-item {
    position: absolute;
    top: 0;
    display: flex;
    overflow: hidden;
    padding: 10px;
  }
  .match-lineup__events .match-lineup__sub-item:last-of-type {
    top: 1213px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row {
    display: none;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile {
    display: flex;
    width: 103px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--bmb-white-dynamic);
    box-shadow: 0px 2px 10px 2px color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
    margin-right: 6px;
    flex-direction: column;
    cursor: pointer;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons {
    position: relative;
    height: 42px;
    box-sizing: border-box;
    padding: 9px 0;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-lineup-row--icons--sub-icon {
    width: 14px;
    height: 14px;
    background-image: url(/img/icons/online/events/substitution.svg);
    position: absolute;
    top: 14px;
    left: 6px;
    flex-shrink: 0;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-lineup-row--icons--logo {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #D9D9D9;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-squad-list-row--events {
    position: absolute;
    top: 14px;
    right: 6px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-squad-list-row--events .player-icon {
    width: 14px;
    height: 14px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-squad-list-row--events .player-icon sup {
    left: 11px;
    top: -5px;
    width: 11px;
    height: 11px;
    padding: 4px;
    font-size: 6px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item .online-lineup-name-row--number {
    width: 25px;
    color: #909090;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item .online-lineup-name-row--name {
    color: #909090;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item.in .online-lineup-name-row--number,
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item.in .online-lineup-name-row--name {
    color: var(--bmb-black-dynamic);
  }
  .match-formation__part {
    flex: 0 0 50%;
    max-width: 100%;
    width: 100%;
    height: 50%;
  }
  .match-formation__part .match-formation__inner {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
  }
  .match-formation__part:last-child .match-formation__inner {
    padding: 10px 10px 10px 10px;
  }
  .match-formation__row {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 766px) {
  .formatation-container .match-lineup__events {
    position: unset;
  }
  .formatation-container .match-lineup__events .match-lineup__sub-item:last-of-type {
    top: 780px;
  }
}
@media (max-width: 465px) {
  .formatation-container .match-lineup__events {
    position: unset;
  }
  .formatation-container .match-lineup__events .match-lineup__sub-item:last-of-type {
    top: 646px;
  }
  .match-formation__part:last-child .match-formation__team {
    bottom: 10px;
    right: 10px;
  }
  .match-formation__row:not(:last-child) {
    margin-bottom: 3px;
  }
  .match-formation__row--full .match-formation-player:nth-child(odd) .match-formation-player__inner {
    order: 2;
  }
  .match-formation__inner {
    padding: 10px;
  }
}
.online-match-between-teams-container {
  font-family: "Roboto", sans-serif;
}
.online-match-between-teams-container .online-match-between-teams-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  padding: 19px 10px 0 10px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container {
  display: grid;
  grid-template-columns: 34px 1fr 1fr 1fr 34px;
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
  width: 100%;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  box-sizing: content-box;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container.team-guest {
  grid-row: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 1;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container.team-home {
  grid-row: span 2 / span 2;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-home-stats {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  grid-column-start: 2;
  grid-row-start: 1;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-draw-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  grid-column-start: 3;
  grid-row-start: 1;
  text-align: center;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-guest-stats {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  grid-column-start: 4;
  grid-row-start: 1;
  text-align: right;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container {
  grid-column: span 3 / span 3;
  grid-column-start: 2;
  display: flex;
  width: 100%;
  height: 8px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-home-progress,
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .draw-progress,
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-guest-progress {
  height: 8px;
  border-radius: 2px;
  width: 100%;
  background: var(--bmb-gray-elements-dynamic);
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-home-progress,
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-guest-progress {
  background: var(--bmb-light-green-dynamic);
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 106px;
  background-color: var(--bmb-white-dynamic);
  padding: 12px 0;
  box-sizing: border-box;
  margin-top: 24px;
  border-top: 1px solid #EAEAEA;
  row-gap: 14px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 18px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info {
  font-size: 16px;
  font-weight: 700;
  line-height: 96%;
  text-align: right;
  width: 100%;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info.guest-team {
  text-align: left;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-title {
  width: 232px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 96%;
  text-align: center;
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--bmb-gray-EAEAEA);
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container .online-match-between-teams-header-max-match-item {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container .online-match-between-teams-header-max-match-item .online-match-between-teams-header-max-match-item-head {
  position: relative;
  background-color: var(--bmb-green-dynamic);
  border-radius: 4px;
  height: 30px;
  width: 100%;
  color: var(--bmb-white-dynamic);
  font-weight: 400;
  font-size: 12px;
  line-height: 96%;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container .online-match-between-teams-header-max-match-item .online-match--match-container {
  margin-top: 0;
  top: -12px;
  position: relative;
}
.online-match-between-teams-container .online-match-between-teams-row-container {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 10px;
}
.online-match-between-teams-container .online-match-between-teams-row-container .online-match--match-container {
  width: 100%;
}
.online-match-between-teams-container .online-match-between-teams-row-container .online-match--match-container.hidden-item {
  display: none;
}
.online-match-between-teams-container .online-match-between-teams-footer {
  width: 100%;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 2px;
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  cursor: pointer;
}
@media (max-width: 1279px) {
  .online-match-between-teams-container .online-match-between-teams-row-container .online-match--match-container {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .online-match-between-teams-container .online-match--match-container {
    grid-template-columns: 1fr;
  }
  .online-match-between-teams-container .online-match-between-teams-header-max-match-container {
    flex-wrap: wrap;
  }
  .online-match-between-teams-container .online-match-between-teams-header {
    padding: 10px 10px 0 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container {
    width: 30px;
    height: 30px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container .team-logo {
    width: 28px;
    height: 28px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-home-stats {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-draw-value {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-guest-stats {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container {
    height: 6px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-home-progress,
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .draw-progress,
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-guest-progress {
    height: 6px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats {
    height: 108px;
    padding: 14px 0 20px 0;
    margin-top: 14px;
    row-gap: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info.guest-team {
    text-align: left;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-title {
    width: 232px;
    font-size: 14px;
  }
}
@media (max-width: 429px) {
  .online-match-between-teams-container .online-match-between-teams-header {
    padding: 10px 4px 0 4px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-home-stats {
    font-size: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-draw-value {
    font-size: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-guest-stats {
    font-size: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info {
    font-size: 12px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info.guest-team {
    text-align: left;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-title {
    width: 186px;
    font-size: 12px;
  }
}
.online-match-info-block.block-in-column-container {
  padding-bottom: 22px;
}
.online-match-info-block {
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.online-match-info-block .online-match-info-block-item-row {
  margin-top: 14px;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-title {
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 15.4px */
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value {
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value b {
  color: var(--bmb-black-dynamic);
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value img {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 0.2px solid #D9D9D9;
  margin-right: 5px;
  margin-left: 0px;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value.link {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value.link .not-link {
  cursor: default;
  color: black;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value-progress-bar {
  width: 100%;
  height: 4px;
  margin-top: 9px;
  background-color: var(--bmb-gray-elements-dynamic);
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value-progress-bar .online-match-info-block-item-row-value-progress-bar-inner {
  height: 100%;
  background-color: var(--bmb-green-hover-dynamic);
}
.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;
  }
}
.online-text-matches-container {
  padding: 22px 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-text-matches-container .online-text-matches-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-text-matches-container .online-text-matches-events-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.online-text-matches-container .online-text-matches-events-container .line-separator {
  background: #EDEDED;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .minute {
  width: 58px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon {
  width: 46px;
  height: 26px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img {
  width: 26px;
  height: 26px;
  background-size: contain;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
  position: relative;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
  position: relative;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
  position: relative;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--important {
  background-image: url("/img/icons/online/events/dangerous.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message.bold {
  font-weight: 700;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
@media (max-width: 999px) {
  .online-text-matches-container {
    padding: 17px 14px;
  }
  .online-text-matches-container .online-text-matches-title {
    font-size: 18px;
    font-weight: 600;
  }
  .online-text-matches-container .online-text-matches-events-container {
    margin-top: 5px;
  }
  .online-text-matches-container .online-text-matches-events-container .line-separator {
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item {
    margin-top: 14px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .minute {
    width: 51px;
    font-size: 14px;
    line-height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon {
    width: 36px;
    height: 20px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img {
    width: 20px;
    height: 20px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 10px;
    height: 10px;
    bottom: 1px;
    right: 1px;
    font-size: 10px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info {
    font-size: 14px;
    line-height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 436px) {
  .online-text-matches-container {
    padding: 18px 14px;
  }
  .online-text-matches-container .online-text-matches-title {
    font-size: 16px;
    font-weight: 600;
  }
  .online-text-matches-container .online-text-matches-events-container {
    margin-top: 8px;
  }
  .online-text-matches-container .online-text-matches-events-container .line-separator {
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item {
    margin-top: 12px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .minute {
    width: 45px;
    font-size: 12px;
    line-height: 14px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon {
    width: 28px;
    height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img {
    width: 16px;
    height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 6px;
    height: 6px;
    bottom: 1px;
    right: 1px;
    font-size: 5px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info {
    font-size: 12px;
    line-height: 14px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message {
    font-size: 12px;
    line-height: 14px;
  }
}
.online-text-matches-container .tooltip,
.online-protocol-container .tooltip,
.online-squad-container .tooltip {
  width: auto;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  font-family: "Roboto", sans-serif;
  padding: 6px 8px;
}
.online-text-matches-container .tooltip .tooltip-arrow,
.online-protocol-container .tooltip .tooltip-arrow,
.online-squad-container .tooltip .tooltip-arrow {
  display: none;
}
.online-text-matches-container .tooltip .tooltip-inner,
.online-protocol-container .tooltip .tooltip-inner,
.online-squad-container .tooltip .tooltip-inner {
  width: auto;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  background-color: transparent;
  white-space: nowrap;
}
.online-match--match-container {
  margin-top: 6px;
  padding: 4px 8px;
  width: 100%;
  cursor: pointer;
  height: 76px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  flex-direction: column;
}
.online-match--match-container .online-match--title {
  margin-top: 3px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 150% */
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.online-match--match-container .online-match--main {
  margin-top: 3px;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
}
.online-match--match-container .online-match--main .online-match-middle-row {
  width: 58px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 9px;
  flex-direction: column;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score {
  width: 100%;
  height: 24px;
  background: #BDBDBD;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score.active {
  background: #BDBDBD;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score.active .online-match-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px 0 0 2px;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score.active .online-match-score-progress.full {
  border-radius: 2px;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score .online-match-score-text {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  width: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-middle-date {
  margin-top: 8px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 150% */
  width: 100%;
}
.online-match--match-container .online-match--main .online-match-team {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: column;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-name-container {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 24px;
  max-width: 100%;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-name-container .online-match-team-name {
  width: 100%;
  max-height: 24px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 120% */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.online-match--match-container .online-match--main .online-match-team.win .online-match-team-name-container .online-match-team-name {
  font-weight: 700;
}
.online-match--match-container .online-match--main .online-match-team.team-guest {
  align-items: start;
}
.online-match--match-container .online-match--main .online-match-team.team-guest .online-match-team-name-container {
  justify-content: start;
}
.online-match--match-container .online-match--main .online-match-team.team-guest .online-match-team-name-container .online-match-team-name {
  text-align: left;
}
.online-match--match-container .online-match--main .online-match-team .online-match-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;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-logo-container .online-match-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%;
}
.online-prognoz-matches-container {
  padding: 22px 26px 26px 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
.online-prognoz-matches-container p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  margin: 0 0 14px 0;
}
.online-prognoz-matches-container p em {
  color: var(--bmb-gray-text-dynamic);
}
.online-prognoz-matches-container p img {
  max-width: 100% !important;
  height: auto !important;
}
.online-prognoz-matches-container p:has(iframe) {
  display: flex;
  justify-content: center;
}
.online-prognoz-matches-container ul li,
.online-prognoz-matches-container ol li {
  line-height: 17.6px;
}
.online-prognoz-matches-container ul,
.online-prognoz-matches-container table {
  margin: 0 0 14px 0;
}
.online-prognoz-matches-container table {
  border: 1px solid var(--bmb-black-dynamic);
  border-spacing: 0;
}
.online-prognoz-matches-container table p {
  margin: 2px 0 2px 12px;
}
.online-prognoz-matches-container a {
  color: var(--bmb-green-dynamic);
}
.online-prognoz-matches-container .author-container {
  margin-top: 40px;
  color: var(--bmb-gray-text-dynamic);
}
.online-prognoz-matches-container .author-container .title {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
}
.online-prognoz-matches-container .author-container a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-green-dynamic);
}
.online-prognoz-matches-container .material-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.online-prognoz-matches-container .material-tag-list .title {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  margin-right: 12px;
}
.online-prognoz-matches-container .material-tag-list .tag-item {
  display: flex;
  height: 27px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-green-dynamic);
  padding: 5px 8px 4px 8px;
  box-sizing: border-box;
  background-color: #EFFAFA;
  margin-right: 12px;
  margin-bottom: 12px;
  text-wrap: nowrap;
}
@media (max-width: 999px) {
  .online-prognoz-matches-container h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .online-prognoz-matches-container p {
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
  }
  .online-prognoz-matches-container ul,
  .online-prognoz-matches-container ol {
    font-family: "Helvetica", "Arial", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: var(--bmb-black-dynamic);
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    list-style: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
    display: block;
  }
  .online-prognoz-matches-container .related-list .related-container .related-item {
    font-size: 13px;
    line-height: 18px;
  }
  .online-prognoz-matches-container .related-list .related-container .related-item a {
    color: var(--bmb-green-dynamic);
  }
}
@media (max-width: 800px) {
  .online-table-container {
    padding: 22px 26px 0 14px;
  }
}
@media (max-width: 429px) {
  .online-prognoz-matches-container p {
    font-size: 14px;
    line-height: 120%;
  }
}
.online-comments-events-matches-container {
  padding: 22px 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-comments-events-matches-container .online-comments-events-matches-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-comments-events-matches-container .online-comments-events-matches-events-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .line-separator {
  background: #EDEDED;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .minute {
  width: 58px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon {
  width: 46px;
  height: 26px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img {
  width: 26px;
  height: 26px;
  background-size: contain;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
  position: relative;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
  position: relative;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
  position: relative;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--important {
  background-image: url("/img/icons/online/events/dangerous.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .info {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .info a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .message {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .message.bold {
  font-weight: 700;
}
.online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .message a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
@media (max-width: 1279px) {
  .online-comments-events-matches-container {
    padding: 22px 20px;
  }
}
@media (max-width: 999px) {
  .online-comments-events-matches-container {
    padding: 17px 14px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-title {
    font-size: 18px;
    font-weight: 600;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container {
    margin-top: 5px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .line-separator {
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item {
    margin-top: 14px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .minute {
    width: 51px;
    font-size: 14px;
    line-height: 16px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon {
    width: 36px;
    height: 20px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img {
    width: 20px;
    height: 20px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 10px;
    height: 10px;
    bottom: 1px;
    right: 1px;
    font-size: 10px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .info {
    font-size: 14px;
    line-height: 16px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .message {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 436px) {
  .online-comments-events-matches-container {
    padding: 18px 8px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-title {
    font-size: 16px;
    font-weight: 600;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container {
    margin-top: 8px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .line-separator {
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item {
    margin-top: 12px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .minute {
    width: 45px;
    font-size: 12px;
    line-height: 14px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon {
    width: 28px;
    height: 16px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img {
    width: 16px;
    height: 16px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 6px;
    height: 6px;
    bottom: 1px;
    right: 1px;
    font-size: 5px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .info {
    font-size: 12px;
    line-height: 14px;
  }
  .online-comments-events-matches-container .online-comments-events-matches-events-container .online-comments-events-matches-events-container-item .text .message {
    font-size: 12px;
    line-height: 14px;
  }
}
/* Футбольное поле */
.football-field {
  position: relative;
  width: 100%;
  height: 491px;
  padding-top: 24px;
  padding-bottom: 14px;
  background: var(--bmb-white-dynamic);
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  /* Панель архива - внутри футбольного поля */
  /* Индикатор загрузки */
  /* Футбольное поле в состоянии загрузки */
}
.football-field .field-background.highlight-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, color-mix(in srgb, var(--team-home-color), transparent 100%) 0%, color-mix(in srgb, var(--team-home-color), transparent 14%) 50%, color-mix(in srgb, var(--team-home-color), transparent 100%) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  animation: moveGradientHome 4s linear 2;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
  border-radius: 10px 0 0 10px;
}
.football-field .field-background.highlight-away::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--team-away-color), transparent 100%) 0%, color-mix(in srgb, var(--team-away-color), transparent 14%) 50%, color-mix(in srgb, var(--team-away-color), transparent 100%) 100%);
  background-size: 200% 100%;
  animation: moveGradientAway 4s linear 2;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
  border-radius: 0 10px 0 0;
}
.football-field .field-background {
  position: relative;
  width: 686px;
  height: 353px;
  border-radius: 10px;
  background: #53AF64;
  margin-bottom: 10px;
  /* Контейнер событий */
}
.football-field .field-background .field-lines {
  position: absolute;
  top: 24px;
  left: 31px;
  width: 623px;
  height: 304px;
  background-image: url("/img/icons/online/live-field-lines.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.football-field .field-background .football-field-match-info-block {
  width: 100%;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 0 20px;
  margin-top: -14px;
  z-index: 2;
  /* Счет матча */
  /* Логотипы команд в верхней части поля */
}
.football-field .field-background .football-field-match-info-block .match-score {
  width: 110px;
  height: 66px;
  border-radius: 4px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 17.6px 0px color-mix(in srgb, var(--bmb-black-dynamic) 16%, transparent);
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
}
.football-field .field-background .football-field-match-info-block .match-score .score-block {
  text-align: center;
  width: 100%;
  height: 42px;
  position: relative;
  background: var(--bmb-gray-neutral-dynamic);
  border-radius: 4px;
  align-content: center;
}
.football-field .field-background .football-field-match-info-block .match-score .score-block .score-block-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 4px 0 0 4px;
}
.football-field .field-background .football-field-match-info-block .match-score .score-block .score-block-progress.full {
  border-radius: 4px;
}
.football-field .field-background .football-field-match-info-block .match-score .score-block .score {
  width: 100%;
  font-family: Roboto;
  font-weight: 700;
  font-size: 32px;
  line-height: 96%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-white-dynamic);
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.football-field .field-background .football-field-match-info-block .match-score .match-time {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 96%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-green-dynamic);
  height: 16px;
  width: 100%;
  margin-top: 4px;
}
.football-field .field-background .football-field-match-info-block .team-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--bmb-gray-neutral-dynamic);
  box-shadow: 0px 2px 6.7px 0px color-mix(in srgb, var(--bmb-black-dynamic) 16%, transparent);
  background: var(--bmb-white-dynamic);
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
}
.football-field .field-background .football-field-match-info-block .team-logo-container .team-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.football-field .field-background .events-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Карточки событий в новом стиле */
}
.football-field .field-background .events-container .event-card {
  position: absolute;
  width: 360px;
  height: 148px;
  opacity: 1;
  top: 95px;
  left: 163px;
  background: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-neutral-dynamic);
  border-radius: 4px;
  box-shadow: 0px 4px 22.3px 0px color-mix(in srgb, var(--bmb-black-dynamic) 15%, transparent);
  padding: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 10;
  overflow: hidden;
  flex-direction: column;
}
.football-field .field-background .events-container .event-card .card-description-row {
  height: 68px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--bmb-black-dynamic);
  transition: opacity 0.3s ease-in-out;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.football-field .field-background .events-container .event-card .card-top-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 50px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  position: relative;
}
.football-field .field-background .events-container .event-card .card-top-row.card-top-row-only-title {
  grid-template-rows: 1fr;
  align-items: center;
}
.football-field .field-background .events-container .event-card .card-top-row .event-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 6.7px 0px color-mix(in srgb, var(--bmb-black-dynamic) 16%, transparent);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  top: 30px;
  left: 34px;
}
.football-field .field-background .events-container .event-card .card-top-row .event-logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bmb-gray-ranks-dynamic);
  border: 1px solid var(--bmb-gray-neutral-dynamic);
  grid-row: 1 / span 2;
  grid-column: 1;
}
.football-field .field-background .events-container .event-card .card-top-row .event-logo .event-logo-photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.football-field .field-background .events-container .event-card .card-top-row .event-logo .event-logo-photo.is-icon {
  background-size: 31.25px;
}
.football-field .field-background .events-container .event-card .card-top-row .title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  vertical-align: middle;
  color: var(--bmb-black-dynamic);
}
.football-field .field-background .events-container .event-card .card-top-row .player-name {
  margin-top: 4px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 96%;
  align-content: center;
  color: var(--bmb-black-dynamic);
}
.football-field .speed-control-panel-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.football-field .speed-control-panel-container .speed-control-panel {
  background: color-mix(in srgb, var(--bmb-white-dynamic) 42%, transparent);
  backdrop-filter: blur(10.19999981px);
  width: 140px;
  height: 40px;
  box-shadow: 0px 4px 22.3px 0px color-mix(in srgb, var(--bmb-black-dynamic) 15%, transparent);
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
}
.football-field .speed-control-panel-container .speed-control-button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: var(--bmb-green-dynamic);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.football-field .speed-control-panel-container .speed-control-button.is-active {
  background-color: var(--bmb-green-hover-dynamic);
}
.football-field .speed-control-panel-container .speed-control-button:focus-visible {
  outline: 2px solid var(--bmb-black-dynamic);
  outline-offset: 2px;
}
.football-field .archive-panel {
  height: 104px;
  width: 100%;
  background: var(--bmb-white-dynamic);
  overflow: hidden;
  flex-shrink: 0;
}
.football-field .archive-panel .archived-events-horizontal {
  display: flex;
  gap: 6px;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  height: 94px;
  padding: 0 10px 18px 10px;
  margin-bottom: 10px;
  /* Маленькие карточки архива */
}
.football-field .archive-panel .archived-events-horizontal::-webkit-scrollbar {
  height: 8px;
}
.football-field .archive-panel .archived-events-horizontal::-webkit-scrollbar-track {
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 8px;
}
.football-field .archive-panel .archived-events-horizontal::-webkit-scrollbar-thumb {
  background: var(--bmb-gray-neutral-dynamic);
  border-radius: 8px;
}
.football-field .archive-panel .archived-events-horizontal::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card {
  flex-shrink: 0;
  flex-grow: 0;
  width: 180px;
  height: 56px;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: 1fr 1fr;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card.active-archive-event {
  border-color: var(--bmb-green-dynamic);
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card .event-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0px 2px 6.7px 0px color-mix(in srgb, var(--bmb-black-dynamic) 16%, transparent);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  top: 32px;
  left: 31px;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card .event-logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bmb-gray-ranks-dynamic);
  border: 1px solid var(--bmb-gray-neutral-dynamic);
  grid-row: 1 / span 2;
  grid-column: 1;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card .event-logo .event-logo-photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card .event-logo .event-logo-photo.is-icon {
  background-size: 20px;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card .title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 96%;
  vertical-align: middle;
  color: var(--bmb-black-dynamic);
  height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card .player-name {
  margin-top: 3px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  line-height: 96%;
  align-content: center;
  color: var(--bmb-black-dynamic);
  height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card.is-only-title {
  grid-template-rows: 1fr;
  align-items: center;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card.is-only-title .title {
  height: 100%;
  align-content: center;
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card.is-only-title .event-logo {
  grid-row: 1;
  grid-column: 1;
}
.football-field .archive-panel .archived-events-horizontal .archived-event-card.playback-active-archive-event {
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-green-dynamic) 40%, transparent);
}
.football-field .loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: 100;
  margin: 0;
}
.football-field .loading-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid var(--bmb-orange-dynamic);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.football-field .loading-indicator p {
  color: var(--bmb-black-dynamic);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.football-field.loading {
  opacity: 0.5;
  pointer-events: none;
}
@keyframes moveGradientHome {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}
@keyframes moveGradientAway {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@media (max-width: 1279px) {
  .football-field {
    height: 485px;
  }
  .football-field .field-background {
    width: 675.64px;
    height: 347.2px;
  }
  .football-field .field-background .field-lines {
    top: 23.49px;
    left: 31.07px;
    width: 614.21px;
    height: 299.86px;
  }
  .football-field .field-background .events-container .event-card {
    width: 360px;
    height: 148px;
    top: 95.08px;
    left: 157.64px;
  }
}
@media (max-width: 999px) {
  .football-field {
    height: 491px;
  }
  .football-field .field-background {
    width: 686px;
    height: 352px;
  }
  .football-field .field-background .field-lines {
    top: 24px;
    left: 31px;
    width: 623px;
    height: 304px;
  }
  .football-field .field-background .events-container .event-card {
    width: 360px;
    height: 148px;
    top: 95px;
    left: 163px;
  }
}
@media (max-width: 743px) {
  .football-field {
    height: 382px;
  }
  .football-field.with-out-ad {
    height: 342px;
  }
  .football-field .field-background {
    width: 382px;
    height: 196.31px;
    z-index: 2;
  }
  .football-field .field-background .field-lines {
    top: 13.38px;
    left: 17.36px;
    width: 347.27px;
    height: 169.54px;
  }
  .football-field .field-background .football-field-match-info-block {
    height: 42px;
    padding: 0 12px;
    margin-top: -14px;
    /* Счет матча */
    /* Логотипы команд в верхней части поля */
  }
  .football-field .field-background .football-field-match-info-block .match-score {
    width: 58px;
    height: 42px;
  }
  .football-field .field-background .football-field-match-info-block .match-score .score-block {
    width: 100%;
    height: 28px;
    border-radius: 2px;
  }
  .football-field .field-background .football-field-match-info-block .match-score .score-block .score-block-progress {
    border-radius: 2px 0 0 2px;
  }
  .football-field .field-background .football-field-match-info-block .match-score .score-block .score-block-progress.full {
    border-radius: 2px;
  }
  .football-field .field-background .football-field-match-info-block .match-score .score-block .score {
    font-size: 16px;
    line-height: 14px;
    top: 4.2px;
    left: 0;
  }
  .football-field .field-background .football-field-match-info-block .match-score .match-time {
    font-size: 10px;
    line-height: 96%;
    height: 10px;
    margin-top: 3px;
  }
  .football-field .field-background .football-field-match-info-block .team-logo-container {
    width: 32px;
    height: 32px;
  }
  .football-field .field-background .events-container .event-card {
    width: 240px;
    height: 104px;
    top: 60px;
    left: 71px;
    gap: 6px;
  }
  .football-field .field-background .events-container .event-card .card-description-row {
    height: 42px;
    font-size: 12px;
    line-height: 14px;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .football-field .field-background .events-container .event-card .card-top-row {
    display: grid;
    grid-template-columns: 33.42px 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 36px;
    -moz-column-gap: 6.56px;
         column-gap: 6.56px;
  }
  .football-field .field-background .events-container .event-card .card-top-row .event-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 22px;
    left: 21px;
  }
  .football-field .field-background .events-container .event-card .card-top-row .event-logo {
    width: 33.42px;
    height: 33.42px;
    grid-row: 1 / span 2;
    grid-column: 1;
  }
  .football-field .field-background .events-container .event-card .card-top-row .event-logo .event-logo-photo.is-icon {
    background-size: 20px;
  }
  .football-field .field-background .events-container .event-card .card-top-row .title {
    font-size: 16px;
    line-height: 96%;
  }
  .football-field .field-background .events-container .event-card .card-top-row .player-name {
    margin-top: 3px;
    font-size: 12px;
  }
  .football-field .speed-control-panel-container {
    position: relative;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .football-field .speed-control-panel-container .speed-control-panel {
    background: var(--bmb-white-dynamic);
    backdrop-filter: blur(10.19999981px);
    width: 382px;
    height: 100%;
    box-shadow: 0px 4px 22.3px 0px color-mix(in srgb, var(--bmb-black-dynamic) 15%, transparent);
    position: relative;
    left: 0;
    bottom: 24px;
    transform: unset;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding-bottom: 5px;
  }
  .football-field .archive-panel {
    height: 112px;
  }
  .football-field .archive-panel .archived-events-horizontal {
    height: 94px;
    padding: 0 10px 22px 10px;
  }
  .football-field.with-play-buttons {
    height: 446px;
  }
  .football-field.with-play-buttons .field-background {
    margin-bottom: 0;
  }
}
@media (max-width: 429px) {
  .football-field {
    height: 326px;
  }
  .football-field.with-out-ad {
    height: 354px;
  }
  .football-field .field-background {
    width: 288px;
    height: 148px;
    flex-shrink: 0;
  }
  .football-field .field-background .field-lines {
    top: 10.09px;
    left: 13.09px;
    width: 261.82px;
    height: 127.82px;
  }
  .football-field .field-background .football-field-match-info-block {
    padding: 0 7px;
    /* Логотипы команд в верхней части поля */
  }
  .football-field .field-background .football-field-match-info-block .team-logo-container {
    width: 24px;
    height: 24px;
  }
  .football-field .field-background .events-container .event-card {
    top: 36px;
    left: 24px;
  }
  .football-field .speed-control-panel-container {
    width: 288px;
  }
  .football-field .speed-control-panel-container .speed-control-panel {
    width: 100%;
  }
  .football-field .archive-panel {
    height: 104px;
  }
  .football-field .archive-panel .archived-events-horizontal {
    height: 94px;
    padding: 0 10px 18px 10px;
  }
}
.team-link {
  cursor: pointer;
}
.online-odds-events-container {
  padding: 4px 20px 24px 20px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-odds-events-container .online-odds-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);
}
.online-odds-events-container .online-odds-title:hover {
  text-decoration: none;
}
.online-odds-events-container .online-squad-block-tab-list.tab-block-list {
  margin-top: 20px;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list {
  margin-top: 24px;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .body-table-tr {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .head-table-tr,
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .body-table-tr {
  grid-template-columns: minmax(90px, 278fr) 50px 50px 40px;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .head-table-tr .body-table-td,
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .body-table-tr .body-table-td {
  cursor: pointer;
  height: 30px;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .head-table-tr .body-table-td.bookmaker .logo,
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .body-table-tr .body-table-td.bookmaker .logo {
  width: 90px;
  height: 30px;
  border-radius: 0;
  border: none;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .head-table-tr .body-table-td.coefficient .coef,
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .body-table-tr .body-table-td.coefficient .coef {
  width: 40px;
  height: 30px;
  border-radius: 6px;
  padding: 5px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 96%;
  text-align: center;
  align-content: center;
  background-color: #D2F1C7;
}
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .head-table-tr .body-table-td.coefficient .coef.active,
.online-odds-events-container .online-odds-block-tab-content-list.tab-content-list .online-odds-block-tab-content-list--item.tab-content-list--item .online-odds-table.online-odds-table-1-x-2 .body-table-tr .body-table-td.coefficient .coef.active {
  border: 2px solid var(--bmb-green-hover-dynamic);
  color: var(--bmb-green-hover-dynamic);
}
@media (max-width: 1279px) {
  .online-odds-events-container {
    padding: 4px 14px 24px 14px;
  }
}
@media (max-width: 429px) {
  .online-odds-events-container {
    padding: 4px 8px 24px 8px;
  }
}
.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
}
.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
}
.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
}
.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.player-icon--important {
  background-image: url("/img/icons/online/events/dangerous.svg");
}
.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.player-icon--corner {
  background-image: url("/img/icons/online/events/corner.svg");
}
.player-icon--foul {
  background-image: url("/img/icons/online/events/foul.svg");
}
.player-icon--offside {
  background-image: url("/img/icons/online/events/offside.svg");
}
.player-icon--pause {
  background-image: url("/img/icons/online/events/pause.svg");
}
.player-icon--start {
  background-image: url("/img/icons/online/events/start.svg");
}
.event-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-translation-matches-container {
  padding: 4px 20px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.text-translation-matches-container .text-translation-matches-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.text-translation-matches-container .text-translation-matches-events-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.text-translation-matches-container .text-translation-matches-events-container .line-separator {
  background: #EDEDED;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 18px;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item:after {
  content: '';
  position: absolute;
  top: 0%;
  left: 28px;
  width: 2px;
  border-left: 2px dashed var(--bmb-gray-elements-dynamic);
  height: 100%;
  z-index: 0;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .minute {
  width: 60px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  background-color: var(--bmb-white-dynamic);
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .minute span {
  height: 20px;
  background-color: inherit;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  align-content: center;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon {
  width: 38px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px 0 10px;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
  position: relative;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
  position: relative;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
  position: relative;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--important {
  background-image: url("/img/icons/online/events/dangerous.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .info {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .info a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .info .team-logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .message {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 6px;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .message.bold {
  font-weight: 700;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .message a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .message.with-out-info {
  margin-top: 0;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item.has-event .minute span,
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item.has-event .icon,
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item.has-event .text .info {
  background-color: #EAFFF4;
  padding-top: 2px;
  padding-bottom: 2px;
  box-sizing: content-box;
  border-radius: 4px;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item.has-event .icon {
  width: 20px;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item:last-of-type {
  padding-bottom: 0;
}
.text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item:last-of-type:after {
  display: none;
}
@media (max-width: 999px) {
  .text-translation-matches-container {
    padding: 4px 14px;
  }
}
@media (max-width: 429px) {
  .text-translation-matches-container {
    padding: 0px 14px;
  }
  .text-translation-matches-container .text-translation-matches-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 96%;
  }
  .text-translation-matches-container .text-translation-matches-events-container {
    margin-top: 22px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .line-separator {
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item {
    padding-bottom: 16px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .minute {
    width: 48px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon {
    width: 32px;
    padding: 0 6px 0 6px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img {
    width: 20px;
    height: 20px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 6px;
    height: 6px;
    bottom: 1px;
    right: 1px;
    font-size: 5px;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .info {
    font-size: 14px;
    line-height: 120%;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .info .team-logo {
    margin: 0 6px 0 0;
  }
  .text-translation-matches-container .text-translation-matches-events-container .text-translation-matches-events-container-item .text .message {
    font-size: 14px;
    line-height: 120%;
  }
}
/* Пульсация значения очков */
@keyframes pulse-points {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.online-statistic-players-container {
  padding: 22px 26px 26px 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-statistic-players-container .online-statistic-players-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list {
  padding-top: 14px;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-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-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 0;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr {
  grid-template-columns: 24px minmax(260px, 260fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  min-width: unset;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .player-number,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .player-number,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .player-position,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .player-position {
  width: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  margin-right: 6px;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .table-team-link.team-name,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .table-team-link.team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 170px;
  color: var(--bmb-black-dynamic);
  text-align: left;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr {
  --count: 10;
  grid-template-columns: repeat(var(--count), 40px);
  /* Формула: count * 40 + 20 + (count - 1) * 10 */
  min-width: calc((var(--count) * 40px) + 20px + ((var(--count) - 1) * 10px));
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-2,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-2 {
  --count: 2;
  /* Меняйте только это число */
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-3,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-3 {
  --count: 3;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-4,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-4 {
  --count: 4;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-5,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-5 {
  --count: 5;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-6,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-6 {
  --count: 6;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-7,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-7 {
  --count: 7;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-8,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-8 {
  --count: 8;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-9,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-9 {
  --count: 9;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-10,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-10 {
  --count: 10;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-11,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-11 {
  --count: 11;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-12,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-12 {
  --count: 12;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-13,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-13 {
  --count: 13;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr .rating,
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr .rating {
  color: var(--bmb-black-dynamic);
  margin-left: 0;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.selected {
  background-color: #E6F8E0;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr .body-table-td.animate-pulse {
  animation: pulse-points 1s ease-in-out;
  animation-iteration-count: 3;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container::-webkit-scrollbar {
  height: 7px;
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 7px;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container::-webkit-scrollbar-track {
  background: transparent;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container::-webkit-scrollbar-thumb {
  background: var(--bmb-gray-neutral-dynamic);
  border-radius: 7px;
}
.online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container::-webkit-scrollbar-thumb:hover {
  background: var(--bmb-gray-neutral-dynamic);
}
@media (max-width: 429px) {
  .online-statistic-players-container {
    padding: 4px 14px 34px 14px;
    margin-top: 10px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list {
    padding-top: 14px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table {
    grid-template-columns: 175px 1fr;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 24px minmax(129px, 129fr);
    -moz-column-gap: 6px;
         column-gap: 6px;
    min-width: unset;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .player-number,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .player-number,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .player-position,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .player-position,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .logo.club,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .logo.club {
    display: none;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .logo,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .logo {
    margin-right: 6px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .head-table-tr .name .table-team-link.team-name,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container.static .body-table-tr .name .table-team-link.team-name {
    width: 99px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-2,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-2 {
    min-width: 106px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-3,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-3 {
    min-width: 152px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-4,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-4 {
    min-width: 198px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-5,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-5 {
    min-width: 244px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-6,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-6 {
    min-width: 290px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-7,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-7 {
    min-width: 324px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-8,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-8 {
    min-width: 368px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-9,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-9 {
    min-width: 412px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-10,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-10 {
    min-width: 458px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-11,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-11 {
    min-width: 504px;
  }
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .head-table-tr.cl-12,
  .online-statistic-players-container .online-statistic-players-table-block-tab-content-list.tab-content-list .online-statistic-players-table-block-tab-content-list--item.tab-content-list--item .online-statistic-players-table-block-table .table-block-container .body-table-tr.cl-12 {
    min-width: 550px;
  }
}
@media (max-width: 349px) {
  .online-statistic-players-container {
    padding: 4px 8px 34px 8px;
  }
}
.online-match-mini-table-block {
  padding-bottom: 0px;
  background-color: var(--bmb-white-dynamic);
}
@media (max-width: 999px) {
  .online-match-mini-table-block .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:not(.static) .head-table-tr,
  .online-match-mini-table-block .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:not(.static) .body-table-tr {
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px;
    min-width: 420px;
  }
  .online-match-mini-table-block .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:not(.static) .head-table-tr .last-matches,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .last-matches {
    display: none;
  }
}
@media (max-width: 743px) {
  .online-match-mini-table-block .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:not(.static) .head-table-tr,
  .online-match-mini-table-block .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:not(.static) .body-table-tr {
    grid-template-columns: 50px 50px;
    min-width: 120px;
    justify-content: end;
  }
  .online-match-mini-table-block .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:not(.static) .head-table-tr .last-matches,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .last-matches,
  .online-match-mini-table-block .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:not(.static) .head-table-tr .goals-diff,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .goals-diff,
  .online-match-mini-table-block .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:not(.static) .head-table-tr .goals-loose,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .goals-loose,
  .online-match-mini-table-block .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:not(.static) .head-table-tr .goals,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .goals,
  .online-match-mini-table-block .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:not(.static) .head-table-tr .loose,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .loose,
  .online-match-mini-table-block .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:not(.static) .head-table-tr .draw,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .draw,
  .online-match-mini-table-block .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:not(.static) .head-table-tr .win,
  .online-match-mini-table-block .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:not(.static) .body-table-tr .win {
    display: none;
  }
}
.online-best-player-blocks-container.tab-block .online-best-player-blocks-tab-list.tab-block-list {
  margin-top: 10px;
}
.online-best-player-container.block-in-column-container .online-best-player-title.block-in-column-title {
  font-size: 26px;
  padding: 14px 0;
}
.online-best-player-rating-block {
  width: 100%;
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-player-container {
  width: 100%;
  height: 84px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-player-container .online-best-player-rating-block-header-player-image-container {
  width: 75px;
  height: 64px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-player-container .online-best-player-rating-block-header-player-image-container .online-best-player-rating-block-header-player-image {
  width: 60px;
  height: 60px;
  border: 1px solid #dbdada;
  background-color: var(--bmb-white-dynamic);
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-player-container .online-best-player-rating-block-header-player-image-container .logo.club {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #dbdada;
  background-color: var(--bmb-white-dynamic);
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-player-container .online-best-player-rating-block-header-player-name {
  width: 100%;
  height: 60px;
  text-align: left;
  align-self: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  vertical-align: middle;
  color: var(--bmb-white-dynamic);
  align-content: center;
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-player-container .online-best-player-rating-block-header-player-name .position {
  margin-top: 2px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  vertical-align: middle;
  color: var(--bmb-white-dynamic);
}
.online-best-player-rating-block .online-best-player-rating-block-header .online-best-player-rating-block-header-rating-container {
  padding: 17px 10px 7px 10px;
  height: 22px;
  box-sizing: content-box;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
  border-radius: 8px;
  position: relative;
  top: -10px;
  background-color: var(--bmb-black-dynamic);
  color: var(--bmb-white-dynamic);
}
.online-best-player-rating-block .online-best-player-rating-block-data {
  padding-bottom: 12px;
}
.online-best-player-rating-block .online-best-player-rating-block-data .online-best-player-rating-block-data-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 22px;
  padding: 6px 0;
  border-bottom: 1px dashed #dbdada;
  box-sizing: content-box;
}
.online-best-player-rating-block .online-best-player-rating-block-data .online-best-player-rating-block-data-item .online-best-player-rating-block-data-item-title {
  width: 100%;
  text-align: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  align-content: center;
}
.online-best-player-rating-block .online-best-player-rating-block-data .online-best-player-rating-block-data-item .online-best-player-rating-block-data-item-value {
  width: 40%;
  text-align: right;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  align-content: center;
}
.online-best-player-rating-block .online-best-player-rating-block-data .online-best-player-rating-block-data-item:last-of-type {
  border-bottom: none;
}
.match-vote-results-container {
  display: flex;
  margin-top: 21px;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.match-vote-results-container .match-vote-results-item {
  width: 100%;
  height: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 6px 10px;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 4px;
  position: relative;
  cursor: default;
}
.match-vote-results-container .match-vote-results-item .logo {
  border: 1px solid var(--bmb-gray-elements-dynamic);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
  background-color: var(--bmb-white-dynamic);
}
.match-vote-results-container .match-vote-results-item .logo.club {
  margin-left: 4px;
  width: 20px;
  height: 20px;
}
.match-vote-results-container .match-vote-results-item .team-name {
  width: 100%;
  height: 26px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  vertical-align: middle;
  color: var(--bmb-black-dynamic);
  margin-left: 6px;
  align-content: center;
  z-index: 2;
}
.match-vote-results-container .match-vote-results-item .percentage {
  width: 40px;
  height: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  z-index: 2;
  text-align: right;
  vertical-align: middle;
  color: var(--bmb-black-dynamic);
  align-content: center;
}
.match-vote-results-container .match-vote-results-item .percentage-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #F4F4F4;
  border-radius: 4px 0 0 4px;
  z-index: 1;
}
.match-vote-results-container .match-vote-results-item .percentage-background.full {
  border-radius: 4px;
}
.match-vote-results-container .match-vote-results-item.selected {
  border: 1px solid var(--bmb-orange-hover-dynamic);
  background-color: var(--bmb-orange-dynamic);
}
.match-vote-results-container .match-vote-results-item.selected .logo {
  border: 1px solid var(--bmb-white-dynamic);
}
.match-vote-results-container .match-vote-results-item.selected .team-name,
.match-vote-results-container .match-vote-results-item.selected .percentage {
  color: var(--bmb-white-dynamic);
}
.match-vote-results-container .match-vote-results-item.selected .percentage-background {
  background-color: var(--bmb-orange-hover-dynamic);
}
.match-vote-results-container .match-vote-results-item.draw .logo {
  background-size: 22px;
}
.online-vote-best-player-container {
  padding: 0 14px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.online-vote-best-player-container .block-in-column-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.online-vote-best-player-container .online-vote-best-player-title {
  text-align: left;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.online-vote-best-player-container .online-vote-best-player-container-shadow {
  margin-top: 14px;
  margin-bottom: 14px;
  box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 14px;
}
.match-vote-items-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  width: 100%;
  padding: 8px 0;
}
.match-vote-items-container .match-vote-item {
  width: 100%;
  height: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 6px 10px;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 4px;
  position: relative;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  gap: 12px;
}
.match-vote-items-container .match-vote-item .logo {
  border: 1px solid var(--bmb-gray-elements-dynamic);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 2;
  background-color: var(--bmb-white-dynamic);
}
.match-vote-items-container .match-vote-item .player-name {
  width: 100%;
  height: 26px;
  color: var(--bmb-black-dynamic);
  align-content: center;
  z-index: 2;
}
.match-vote-items-container .match-vote-item .percentage {
  width: 44px;
  height: 26px;
  color: var(--bmb-black-dynamic);
  align-content: center;
  z-index: 2;
  text-align: right;
  font-weight: 500;
  flex-shrink: 0;
  flex-grow: 0;
  display: none;
}
.match-vote-items-container .match-vote-item .percentage-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #F4F4F4;
  border-radius: 4px 0 0 4px;
  z-index: 1;
}
.match-vote-items-container .match-vote-item .percentage-background.full {
  border-radius: 4px;
}
.match-vote-items-container .match-vote-item.is-result .percentage {
  display: block;
}
.match-vote-items-container .match-vote-item.is-result .percentage-background {
  display: block;
}
.match-vote-items-container .match-vote-item.selected {
  border: 1px solid var(--bmb-orange-hover-dynamic);
  background-color: var(--bmb-orange-dynamic);
}
.match-vote-items-container .match-vote-item.selected .logo {
  border: 1px solid var(--bmb-white-dynamic);
}
.match-vote-items-container .match-vote-item.selected .player-name,
.match-vote-items-container .match-vote-item.selected .percentage {
  color: var(--bmb-white-dynamic);
}
.match-vote-items-container .match-vote-item.selected .percentage-background {
  background-color: var(--bmb-orange-hover-dynamic);
}
.match-vote-items-container .match-vote-item.is-hidden {
  display: none;
}
.online-vote-best-player-blocks-show-more-container {
  display: none;
  width: 100%;
  height: 53px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 96%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-vote-best-player-blocks-show-more-container.is-hidden {
  display: none;
}
@media (max-width: 999px) {
  .online-vote-best-player-container {
    margin-top: 10px;
  }
}
@media (max-width: 743px) {
  .online-vote-best-player-blocks-show-more-container {
    display: block;
  }
  .match-vote-items-container {
    grid-template-columns: 1fr;
  }
  .match-vote-items-container .match-vote-item:nth-child(n+4) {
    display: none;
  }
  .match-vote-items-container.show-all .match-vote-item:nth-child(n+4) {
    display: flex;
  }
}
/*
 * Comments
 */
.media-heading {
  display: flex;
}
.media-heading a {
  margin-right: 5px;
}
.info-col a {
  margin-right: 5px;
}
.comment-header-team-icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.profile-header-team-icon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.profile-header-team-icon.mobile {
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .mdl-tabs__tab-bar-comment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .mdl-tabs__tab-bar-comment a:active,
  .mdl-tabs__tab-bar-comment a:focus {
    text-decoration: none !important;
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment {
    color: #4caf50;
    padding: 0 12px;
    text-transform: none;
    margin: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-upgraded,
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-active {
    color: color-mix(in srgb, var(--bmb-black-dynamic) 87%, transparent);
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-upgraded:after,
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-active:after {
    display: block;
    content: " ";
    bottom: 0;
    position: absolute;
    animation: none;
    width: 16px;
    height: 12px;
    background-color: transparent;
    background-image: url(/themes/mobileMDL/public/images/triangle.png);
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -6px;
    z-index: 1;
  }
}
.comment-hint {
  display: none;
  position: absolute;
  width: 245px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  color: #83B652;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--bmb-white-dynamic);
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
}
.comment-hint .triangle {
  width: 45px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: -24px;
  left: 0px;
  border: none;
}
.comment-hint .triangle:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--bmb-white-dynamic);
  transform: rotate(45deg);
  top: 11px;
  left: 10px;
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
}
.comment-hint .text {
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 2;
  cursor: pointer;
  color: #83B652;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.comment-hint .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent;
  background-image: url(/img/icons/comments/hint/close.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 1;
  top: 8px;
  right: 4px;
}
@media (max-width: 1024px) {
  .comment-hint {
    width: 174px;
    height: 30px;
    z-index: 2;
    box-sizing: border-box;
  }
  .comment-hint .triangle {
    width: 38px;
    height: 21px;
    top: -21px;
  }
  .comment-hint .triangle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--bmb-white-dynamic);
    transform: rotate(45deg);
    top: 11px;
    left: 9px;
    box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
  }
  .comment-hint .text {
    position: absolute;
    left: 14px;
    top: 9px;
    font-size: 10px;
  }
  .comment-hint .close {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    background-color: transparent;
    background-image: url(/img/icons/comments/hint/close.png);
    background-repeat: no-repeat;
    background-size: 11px;
    opacity: 1;
    top: 0px;
    right: 0px;
  }
}
@keyframes highlinting {
  from {
    background: #ECFFF5;
  }
  to {
    background: transparent;
  }
}
.comment-wrapper {
  padding: 0;
}
.comment-wrapper.is-highlight {
  border-radius: 4px;
  background: transparent;
  padding: 10px 12px;
  animation: highlinting 100s linear 0s;
}
.comments-wrapper .empty-comments,
.comments-wrapper .loading-indicator {
  padding-top: 14px;
  border-top: 1px solid #EDEDED;
  box-sizing: content-box;
  align-content: center;
  height: 86px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--bmb-gray-text-dynamic);
}
.comments-wrapper .empty-comments .loading-spinner,
.comments-wrapper .loading-indicator .loading-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid var(--bmb-white-dynamic);
  border-top-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-bottom: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.comment__top {
  display: flex;
  align-items: start;
}
.comment__top-right {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
}
.comment__top-right .comment__top-right-inner {
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  width: 100%;
}
.comment__top-right .comment__top-right-inner:hover {
  text-decoration: none;
}
.comment__top-right-inner {
  display: flex;
  align-items: center;
}
.comment__avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #D9D9D9;
  cursor: pointer;
}
.comment__avatar span {
  text-transform: uppercase;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  line-height: 16px;
}
.comment__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.comment__avatar--reply {
  width: 35px;
}
.comment__avatar.is-reported {
  position: relative;
}
.comment__avatar.is-reported::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-image: url("/img/icons/comments/user-icon-reported.svg");
  border-radius: 100%;
  background-size: contain;
}
.comment__avatar.is-banned {
  position: relative;
}
.comment__avatar.is-banned::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-image: url("/img/icons/comments/user-icon-banned.svg");
  border-radius: 100%;
  background-size: contain;
}
.user-team-img {
  width: 19px;
  margin-left: 8px;
}
.rating {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}
.comment__author {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  flex-shrink: 0;
}
.comment__date {
  color: #B6B6B6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment__date .reply-user-name {
  display: inline-block;
  color: #B6B6B6;
  cursor: pointer;
}
.comment__date .reply-user-name:hover {
  text-decoration: none;
  color: #B6B6B6;
}
.comment__content {
  margin: 20px 0 0 0;
}
.comment__content--reply {
  margin: 10px 0 0 0;
}
.comment__text {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  word-break: break-word;
}
.comment__text.comment__text--not-showing {
  color: var(--bmb-gray-text-dynamic);
}
.comment__text a {
  color: #7CAF55;
}
.comment__like {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.comment__like--show-on-mobile {
  display: none;
}
.comment__like-counter {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
.comment__like-btn {
  width: 40px;
  height: 36px;
  background: url('/img/icons/comments/like.svg') no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.comment__like-btn--liked {
  background: url('/img/icons/comments/like-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__like-btn.disabled {
  background: url('/img/icons/comments/like-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.comment__tools .comment-tool-btn,
.comment__tools .comment-tool-btn-wrap {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.comment__tools .comment-tool-btn:last-of-type,
.comment__tools .comment-tool-btn-wrap:last-of-type {
  margin-right: 0;
}
.comment__tools .comment__edit-btn {
  background: url('/img/icons/comments/edit.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__edit-btn--active {
  background: url('/img/icons/comments/edit-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__edit-btn.disabled {
  background: url('/img/icons/comments/edit-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__complaint-btn {
  background: url('/img/icons/comments/flag.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__complaint-btn--active {
  background: url('/img/icons/comments/flag-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__pin-btn {
  background: url('/img/icons/comments/pin.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__pin-btn--active {
  background: url('/img/icons/comments/pin-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__ban-btn {
  background: url('/img/icons/comments/ban.svg') no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
.comment__tools .comment__ban-btn--active {
  background: url('/img/icons/comments/ban-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn {
  position: relative;
  background: url('/img/icons/comments/cancel.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn--active {
  background: url('/img/icons/comments/cancel-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn.disabled {
  background: url('/img/icons/comments/cancel-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment-reply-wrapper {
  display: flex;
}
.comment-reply-wrapper .comment-reply.comment-reply--focus {
  display: flex;
  position: relative;
  padding-right: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.comment-reply-wrapper .comment-reply.comment-reply--focus .comment-reply__actions.comment-reply__actions--focus {
  justify-content: left;
}
.comment__bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.comment__bottom .reply-container {
  width: 100%;
  display: flex;
}
.comment__bottom .reply-container .comment-reply.comment-reply--focus {
  display: flex;
  position: relative;
  padding-right: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.comment__bottom .reply-container .comment-reply.comment-reply--focus .comment-reply__actions.comment-reply__actions--focus {
  justify-content: left;
}
.comment__bottom .reply-container .comment__reply {
  width: 130px;
}
.comment__reply {
  border-radius: 4px;
  background: #F0F0F0;
  height: 36px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.comment__reply:hover {
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
}
.comment__reply.disabled {
  background: var(--bmb-gray-ranks-dynamic);
  color: var(--bmb-gray-elements-dynamic);
}
.comment__reply-show-more-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment__reply-show-more {
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0654F;
  margin-right: 30px;
}
.comment__reply-show-more-btn {
  margin: 0 8px 2px 0;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background: url('/img/arrow-bottom-orange.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__reply-show-more-btn--down {
  background: url('/img/arrow-top-orange.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__reply-show-more-text--show-on-mobile {
  display: none;
}
.comment__answer-to {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 14px;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 20px;
  cursor: pointer;
}
.comment__answer-to-icon {
  background: url('/img/answer-to.svg') no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
.comment__more {
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.comment__more-icon {
  width: 25px;
  height: 7px;
  background: url('/img/more_icon-grey.png') no-repeat center center;
  background-size: 100% auto;
}
.comment__edit {
  width: 14px;
  height: 14px;
  background: url('/img/pencil-grey.png') no-repeat center center;
  background-size: 100% auto;
  margin-right: 20px;
}
.comment__edit--show-on-mobile {
  display: none;
}
@media (max-width: 880px) {
  .comment__avatar {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
  .comment__avatar span {
    text-transform: uppercase;
    color: var(--bmb-white-dynamic);
    font-size: 16px;
    line-height: 16px;
  }
  .user-team-img {
    width: 22px;
    margin-left: 8px;
  }
  .rating {
    font-size: 16px;
  }
  .comment__author {
    font-size: 16px;
    max-width: 200px;
  }
  .comment-replies--admin .comment__author {
    max-width: 80px;
  }
  .comment__date {
    color: #B6B6B6;
    font-size: 16px;
  }
  .comment__content {
    margin: 16px 0 0 0;
  }
  .comment__content--reply {
    margin: 32px 14px 0 0;
  }
  .comment__text {
    font-size: 15px;
  }
  .comment__tools {
    display: flex;
    align-items: center;
  }
  .comment__tools .comment-tool-btn {
    margin-right: 12px;
  }
  .comment__tools .comment-tool-btn.comment__complaint-btn {
    margin-right: 0;
  }
  .comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .comment__answer-to {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 20px;
    cursor: pointer;
  }
  .comment__answer-to-icon {
    background: url('/img/answer-to.svg') no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 500px) {
  .comment__author {
    font-size: 16px;
    max-width: 130px;
  }
}
@media (max-width: 440px) {
  .comment__avatar {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .comment__avatar span {
    text-transform: uppercase;
    color: var(--bmb-white-dynamic);
    font-size: 10px;
    line-height: 10px;
  }
  .user-team-img {
    width: 22px;
    margin-left: 8px;
  }
  .rating {
    font-size: 14px;
  }
  .comment__author {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
  }
  .comment__date {
    color: #B6B6B6;
    font-size: 14px;
  }
  .comment__content {
    margin: 14px 0 0 0;
  }
  .comment__content--reply {
    margin: 14px 0 0 0;
  }
  .comment__text {
    font-size: 14px;
  }
  .comment__tools {
    display: flex;
    align-items: center;
  }
  .comment__tools .comment-tool-btn {
    margin-right: 12px;
    width: 16px;
    height: 16px;
  }
  .comment__tools .comment-tool-btn.comment__complaint-btn {
    margin-right: 0;
  }
  .comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .comment__answer-to {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 20px;
    cursor: pointer;
  }
  .comment__answer-to-icon {
    background: url('/img/answer-to.svg') no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 366px) {
  .comment__author {
    max-width: 100px;
  }
  .comment-replies--admin .comment__author {
    max-width: 44px;
  }
}
@media (max-width: 353px) {
  .comment__author {
    max-width: 100px;
  }
}
.comment-actions {
  background: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  position: absolute;
  left: -5px;
  top: 15px;
  z-index: 2;
}
.comment-actions:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
.comment-actions__item {
  padding: 0 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  align-items: center;
  height: 34px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.comment-actions__inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
}
.comment-answer {
  margin-top: 30px;
}
.comment-answer__top {
  margin: 0;
  border-left: 1px solid #D9D9D9;
  padding-left: 40px;
}
.comment-answer__top .comment-answer__inner {
  margin-top: 29px;
}
.comment-answer__top .comment-answer__inner:first-of-type {
  margin-top: 0;
}
.comment-answer__bottom {
  margin: 30px 0 0 40px;
}
.comment-answer__next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment-answer__next-text {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
}
@media (max-width: 880px) {
  .comment-answer {
    margin-top: 32px;
  }
  .comment-answer__top {
    margin: 0;
    padding-left: 14px;
  }
  .comment-answer__top .comment-answer__inner {
    margin-top: 26px;
  }
  .comment-answer__top .comment-answer__inner:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .comment-answer {
    margin-top: 26px;
  }
  .comment-answer__top {
    margin: 0;
    padding-left: 18px;
  }
}
.emoji-picker-container {
  position: absolute;
  right: 0;
  z-index: 1;
}
.comment-emoji {
  background: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  position: absolute;
  left: -10px;
  top: 18px;
  z-index: 2;
  width: 367px;
  height: 309px;
  display: none;
}
.comment-emoji:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
#popper-container {
  background: var(--bmb-white-dynamic) !important;
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent) !important;
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px !important;
  left: -10px !important;
  top: -10px !important;
  z-index: 2 !important;
  width: 328px;
  height: 323px;
}
#popper-container:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
#popper-inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  width: 89%;
  padding: 21px 18px;
}
.comment-emoji__image {
  position: absolute;
  background: url('./blocks/comments/img/emoji.svg') no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.comment-emoji__inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  width: 90%;
  padding: 21px 18px;
}
.comment-emoji__title {
  color: var(--bmb-gray-text-dynamic);
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 430px) {
  emoji-picker {
    width: 280px;
  }
}
.comment-replies {
  width: 100%;
  padding: 4px 20px 20px 20px;
  font-family: "Roboto", sans-serif;
  background-color: var(--bmb-white-dynamic);
  box-sizing: border-box;
  position: relative;
  margin-top: 14px;
}
.comment-replies__title {
  padding: 10px 0;
  color: var(--bmb-black-dynamic);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24.96px */
}
.comment-replies__title .count {
  color: var(--bmb-gray-neutral-dynamic);
}
.comments-prediction .comment-replies__title {
  color: var(--bmb-black-dynamic);
  font-size: 20px;
}
.comment-replies__tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.comment-replies__tabs .tabs.tabs--comments {
  display: flex;
  width: 100%;
  gap: 12px;
}
.comment-replies__tabs .tabs.tabs--comments .tabs__item {
  height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  background: transparent;
  padding: 8.5px 6px;
  cursor: pointer;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  box-sizing: border-box;
}
.comment-replies__tabs .tabs.tabs--comments .tabs__item.tabs__item--active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.comment-replies__list__hidden {
  display: none;
}
.comment-replies__list .comment-replies__item {
  padding-top: 29px;
  border-top: 1px solid #EDEDED;
  padding-bottom: 30px;
}
.loader {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
.loader span {
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/comments/loader.svg");
  background-size: contain;
  animation: loader 1s linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.comment-replies__show-more-btn,
.comment-show-main-block {
  cursor: pointer;
  color: var(--bmb-green-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  margin: 10px 0 0 0;
  background: transparent;
  border: none;
  width: 100%;
}
@media (max-width: 739px) {
  .comment-replies {
    padding: 4px 14px 14px 14px;
    width: 100%;
    background-color: var(--bmb-white-dynamic);
  }
  .comment-replies__title {
    padding: 14px 0 13px 0;
    font-size: 22px;
    line-height: 96%;
  }
  .comment-replies__tabs {
    margin-top: 14px;
  }
  .comment-replies__tabs .tabs.tabs--comments .tabs__item {
    height: 20px;
    border-radius: 4px;
    padding: 4px 6px;
    margin-right: 8px;
    font-size: 12px;
  }
  .comment-replies__list .comment-replies__item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (max-width: 430px) {
  .comment-replies {
    padding: 4px 8px 8px 8px;
  }
  .comment-replies__tabs {
    margin-top: 20px;
  }
  .comment-replies__tabs .tabs.tabs--comments .tabs__item {
    height: 18px;
    border-radius: 4px;
    padding: 3px 5px 3px 7px;
    margin-right: 2px;
    font-size: 12px;
  }
  .comment-replies__list .comment-replies__item {
    padding-top: 26px;
    padding-bottom: 16px;
  }
  .comment-replies__show-more-btn,
  .comment-show-main-block {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  #prediction-tabs .comment-replies {
    padding: 0;
    width: 100%;
  }
}
.input-container {
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.input-container .input-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #D9D9D9;
  border-radius: 50%;
  margin-right: 16px;
}
.input-container .input-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment-reply {
  margin-left: 0px;
  width: 100%;
}
.comment-reply .text-container {
  position: relative;
}
.comment-reply .text-container .emoji-toggle-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.comment-reply__text,
.comment-reply__text-ban {
  width: 100%;
  flex-shrink: 1;
  min-height: 52px;
  border-radius: 4px !important;
  border: 1px solid #D9D9D9;
  background: var(--bmb-white-dynamic);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  resize: none;
  outline: none;
}
.comment-reply__text::-moz-placeholder, .comment-reply__text-ban::-moz-placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.comment-reply__text::placeholder,
.comment-reply__text-ban::placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.comment-reply__text-ban {
  color: var(--bmb-gray-neutral-dynamic);
  display: block;
}
.comment-reply__text-ban a {
  color: var(--bmb-green-dynamic);
}
textarea.comment-reply__text,
.comment-reply__text-ban {
  padding: 16px 52px 16px 16px;
  font-size: 16px;
  line-height: 120%;
}
.comment-reply__placeholder {
  color: var(--bmb-gray-neutral-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  padding: 19px 17px 12px 17px;
}
.comment-reply__actions {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  gap: 10px;
}
.comment-reply__actions--focus {
  display: flex;
  align-items: center;
}
.comment-reply__actions--hidden {
  display: none;
}
.comment-reply__actions .error {
  width: 100%;
  color: var(--bmb-red-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
}
.comment-reply__send,
.comment-reply__cancel {
  width: 130px;
  height: 36px;
  flex-shrink: 0;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  padding: 9px 24px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.comment-reply__send.comment-reply__send--disabled,
.comment-reply__cancel.comment-reply__send--disabled {
  color: var(--bmb-white-dynamic);
  background: #D9D9D9;
  cursor: not-allowed;
}
@media (max-width: 880px) {
  .input-container {
    margin-top: 18px;
    margin-bottom: 24px;
  }
  .input-container .input-avatar {
    display: none;
  }
  .comment-reply {
    margin-left: 0px;
    width: 100%;
  }
  .comment-reply__text,
  .comment-reply__text-ban {
    min-height: 63px;
  }
  .comment-reply__placeholder {
    font-size: 14px;
    padding: 10px 8px 0 8px;
  }
  .comment-reply__actions {
    display: flex;
    justify-content: start;
  }
  .comment-reply__actions--focus {
    display: flex;
    align-items: center;
  }
  .comment-reply__actions--hidden {
    display: none;
  }
  .comment-reply__send {
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    padding: 11px 24px;
  }
  textarea.comment-reply__text,
  .comment-reply__text-ban {
    padding: 10px 8px 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 739px) {
  .comment-reply .text-container textarea.comment-reply__text::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
  }
  .comment-reply .text-container textarea.comment-reply__text::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
  }
  .comment-reply .text-container .emoji-toggle-btn {
    right: 10px;
    top: unset;
    bottom: 10px;
  }
}
@media (max-width: 440px) {
  .input-container {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .comment-reply__text,
  .comment-reply__text-ban {
    min-height: 63px;
  }
  .comment-reply__placeholder {
    font-size: 12px;
    padding: 6px 6px 0 6px;
  }
  .comment-reply__actions {
    display: flex;
  }
  textarea.comment-reply__text,
  .comment-reply__text-ban {
    padding: 10px 8px 10px 8px;
    font-size: 12px;
  }
}
.comment-reply-wrapper {
  margin: 0;
}
.comment-reply-wrapper input {
  padding: 12px 16px 13px 19px;
  width: 100%;
  box-sizing: border-box;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  border-radius: 4px !important;
  border: 1px solid #EDEDED;
  background: var(--bmb-white-dynamic);
  outline: none;
}
.comment-reply-wrapper--reply {
  margin: 10px 0 0 0;
}
.comment-reply-wrapper .comment-reply__actions {
  justify-content: flex-start;
}
.comment-modal {
  border-radius: 6px;
  background: var(--bmb-white-dynamic);
  width: 798px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  box-shadow: 0px 1px 4px color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
}
.comment-modal.is-error {
  background: #E64959;
}
.comment-modal.is-error .comment-modal__button {
  background: url('/img/icons/comments/close-white.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment-modal.is-error .comment-modal__body {
  color: var(--bmb-white-dynamic);
}
.comment-modal.is-error .comment-modal__body a {
  color: var(--bmb-white-dynamic);
  text-decoration: underline;
}
.comment-modal__body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 11px 44px 11px 14px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}
.comment-modal__body span {
  font-weight: 600;
}
.comment-modal__button {
  background: url('/img/icons/comments/close-black.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.comment-model-error-fade-enter-active,
.comment-model-error-fade-leave-active {
  transition: opacity 0.5s;
}
.comment-model-error-fade-enter,
.comment-model-error-fade-leave-to {
  opacity: 0;
}
@media (max-width: 880px) {
  .comment-modal {
    width: 386px;
  }
  .comment-modal__body {
    padding: 11px 35px 11px 16px;
    font-size: 14px;
    line-height: 16px;
    /* 112.5% */
  }
  .comment-modal__button {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 440px) {
  .comment-modal {
    width: 279px;
  }
  .comment-modal__body {
    padding: 12px 29px 12px 16px;
  }
  .comment-modal__button {
    width: 10px;
    height: 10px;
    top: 8px;
    right: 8px;
  }
}
.comment-modal-confirm {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 352px;
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  padding: 12px;
  box-sizing: border-box;
}
.comment-modal-confirm .comment-modal-confirm__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__text {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button {
  width: 130px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-right: 10px;
  box-sizing: border-box;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button:last-of-type {
  margin-right: 0;
}
@media (max-width: 440px) {
  .comment-modal-confirm {
    width: 279px;
    padding: 16px 12px;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons {
    margin-top: 12px;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button {
    width: 119.328px;
    padding: 10px;
    font-size: 14px;
    margin-right: 7px;
    box-sizing: border-box;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button:last-of-type {
    margin-right: 0;
  }
}
.comment-modal-ban {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 414px;
  height: 224px;
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  padding: 7px 12px;
  box-sizing: border-box;
  overflow-y: hidden;
}
.comment-modal-ban .comment-modal-ban__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 210px;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
  width: 100%;
  height: 26px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item .day {
  color: var(--bmb-green-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item:hover {
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  background: var(--bmb-orange-dynamic);
  font-weight: 700;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item:hover .day {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar {
  width: 4px;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-track {
  background: transparent;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 4px;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
@media (max-width: 880px) {
  .comment-modal-ban {
    width: 363px;
    padding: 7px 11px;
  }
  .comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
    padding: 6px 6px;
  }
}
@media (max-width: 440px) {
  .comment-modal-ban {
    width: 279px;
    padding: 7px 6px;
  }
  .comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
    padding: 6px 7px;
  }
}
.comment-answer-transform-enter-active,
.comment-answer-transform-leave-active {
  transition: all 0.3s;
}
.comment-answer-transform-enter,
.comment-answer-transform-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}
.comment-input-fade-enter-active,
.comment-input-fade-leave-active {
  transition: opacity 0.5s;
}
.comment-input-fade-enter,
.comment-input-fade-leave-to {
  opacity: 0;
}
/**
 * Predictions News
 */
.prediction-news-match-header-container {
  margin-top: 32px;
  width: 100%;
  min-height: 124px;
  padding: 20px 68px;
  border-radius: 4px;
  background-color: var(--bmb-gray-ranks-dynamic);
  display: flex;
  position: relative;
  justify-content: center;
  font-family: Roboto;
}
.prediction-news-match-header-container .team-logo-container {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: content-box;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -354px;
  box-sizing: border-box;
}
.prediction-news-match-header-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.prediction-news-match-header-container .team-logo-container.guest-team {
  left: unset;
  right: 50%;
  margin-left: unset;
  margin-right: -354px;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
  width: 460px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  padding: 9px 0 10px 0;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  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;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-link {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-green-dynamic);
}
@media (max-width: 1279px) {
  .prediction-news-match-header-container .team-logo-container {
    margin-left: -324px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    margin-right: -324px;
  }
}
@media (max-width: 743px) {
  .prediction-news-match-header-container {
    margin-top: 33px;
    padding: 10px 59px 20px 59px;
  }
  .prediction-news-match-header-container .team-logo-container {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 50%;
    margin-left: -183px;
  }
  .prediction-news-match-header-container .team-logo-container .team-logo {
    width: 38px;
    height: 38px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -183px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
    width: 268px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
    font-size: 18px;
    padding: 0;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
    margin-top: 10px;
  }
}
@media (max-width: 429px) {
  .prediction-news-match-header-container {
    width: 100%;
    min-height: 124px;
    padding: 10px;
    border-radius: 4px;
  }
  .prediction-news-match-header-container .team-logo-container {
    width: 40px;
    height: 40px;
    margin-left: -135px;
    position: absolute;
  }
  .prediction-news-match-header-container .team-logo-container .team-logo {
    width: 38px;
    height: 38px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -135px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
    width: 174px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    height: 40px;
    align-content: center;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--bmb-black-dynamic);
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-link {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--bmb-green-dynamic);
  }
}
.prediction-news-link-to-main {
  margin: 2px 0 20px 0;
  color: var(--bmb-green-dynamic);
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  vertical-align: middle;
  display: block;
}
.predictions-news-date {
  margin-top: -2px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-gray-text-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container {
  margin-right: 8px;
  margin-left: 8px;
  padding-bottom: 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container a {
  color: var(--bmb-black-dynamic);
}
.soc-content-body .online-match-between-teams-container {
  padding: 0;
  margin-top: 24px;
}
@media (max-width: 999px) {
  .predictions-news-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
  }
}
@media (max-width: 743px) {
  .prediction-news-link-to-main {
    font-size: 12px;
  }
}
@media (max-width: 429px) {
  .material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-header-match-stats-info p {
    font-size: 9px;
    line-height: 9px;
  }
}
.prediction-news-author-prediction-block {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 8px 0;
  padding: 10px 0;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  font-family: Roboto;
  border-radius: 4px;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container {
  width: 708px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
  width: 93px;
  height: 36px;
  margin-right: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
  width: 36px;
  height: 36px;
  margin-right: 36px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
  width: 36px;
  height: 36px;
  background-color: var(--bmb-white-dynamic);
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.single {
  left: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
  left: -14px;
  z-index: 2;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
  right: -14px;
  z-index: 1;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
  background-size: auto;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .coefficient {
  width: 66px;
  height: 28px;
  border-radius: 2px;
  background-color: var(--bmb-light-green-dynamic);
  margin-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
  width: 203px;
  max-height: 36px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-light-green-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-right: 42px;
  line-height: 17px;
  padding-top: 0px;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
  width: 146px;
  height: 36px;
  border-radius: 4px;
  background-color: var(--bmb-green-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1279px) {
  .prediction-news-author-prediction-block {
    width: 100%;
    height: 56px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 100%;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 93px;
    margin-right: 46px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    margin-right: 34px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 188px;
    max-height: 36px;
    font-size: 14px;
    margin-right: 27px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 148px;
  }
}
@media (max-width: 999px) {
  .prediction-news-author-prediction-block {
    width: 100%;
    height: 56px;
    margin: 20px auto 8px auto;
    padding: 10px 0;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 684px;
    height: 56px;
    flex-wrap: wrap;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    margin-right: 32px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    margin-right: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 190px;
    margin-right: 21px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 148px;
  }
}
@media (max-width: 743px) {
  .prediction-news-author-prediction-block {
    height: 96px;
    width: 100%;
    margin: 20px auto 8px auto;
    padding: 10px 0;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 386px;
    height: 76px;
    flex-wrap: wrap;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 72px;
    height: 28px;
    margin-right: 26px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    width: 28px;
    height: 28px;
    margin-right: 22px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
    width: 28px;
    height: 28px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
    left: -10px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
    right: -10px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
    background-size: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 142px;
    max-height: 28px;
    font-size: 12px;
    margin-right: 0px;
    padding-top: 0px;
    line-height: 15px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    margin-top: 12px;
    width: 366px;
    height: 36px;
  }
}
@media (max-width: 429px) {
  .prediction-news-author-prediction-block {
    height: 92px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 292px;
    height: 72px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 52px;
    height: 20px;
    margin-right: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
    width: 28px;
    height: 24px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
    left: -8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
    right: -8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
    background-size: 16px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .coefficient {
    width: 56px;
    height: 24px;
    margin-right: 8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 94px;
    max-height: 24px;
    font-size: 10px;
    line-height: 15px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 272px;
  }
}
.prediction-news-calc {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 245px;
  font-family: Roboto;
  margin-top: 14px;
}
.prediction-news-calc .calc-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);
  padding-left: 0;
}
.prediction-news-calc .calc-title:hover {
  text-decoration: none;
}
.prediction-news-calc .calc-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 182px;
  margin-top: 10px;
  padding: 22px;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  background-color: var(--bmb-white-dynamic);
  box-sizing: border-box;
  border-radius: 4px;
}
.prediction-news-calc .calc-container .calc-input-container {
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row {
  margin-bottom: 18px;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row:last-of-type {
  margin-bottom: 0;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row .calc-input-row--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.6px;
  text-align: left;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row .calc-input-row--input {
  margin-top: 6px;
  width: 100%;
  height: 36px;
  padding: 9px 14px;
  border-radius: 4px;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row .calc-input-row--input:focus {
  outline: none;
}
.prediction-news-calc .calc-container .calc-output-container {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 100%;
  align-items: start;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px color-mix(in srgb, var(--bmb-light-green-hover-dynamic) 15%, transparent);
  background-color: var(--bmb-light-green-dynamic);
  padding: 0 16px;
  border-radius: 6px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.prediction-news-calc .calc-container .calc-output-container .calc-output-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-white-dynamic);
}
.prediction-news-calc .calc-container .calc-output-container .calc-output-value {
  margin-top: 9px;
  color: var(--bmb-white-dynamic);
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: left;
}
@media (max-width: 1279px) {
  .prediction-news-calc .calc-container .calc-output-container {
    width: 242px;
  }
}
@media (max-width: 999px) {
  .prediction-news-calc {
    height: 325px;
  }
  .prediction-news-calc .calc-container {
    flex-direction: column;
    height: 272px;
    padding: 14px;
  }
  .prediction-news-calc .calc-container .calc-input-container {
    margin-right: 0px;
  }
  .prediction-news-calc .calc-container .calc-output-container {
    margin-top: 30px;
    width: 100%;
    height: 82px;
    padding: 0 14px;
  }
  .prediction-news-calc .calc-container .calc-output-container .calc-output-value {
    margin-top: 10px;
  }
}
@media (max-width: 429px) {
  .prediction-news-calc .calc-container {
    padding: 10px;
  }
  .prediction-news-calc .calc-container .calc-output-container {
    margin-top: 24px;
    padding: 0 10px;
  }
}
.prediction-news-other-list-block {
  width: 100%;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  flex-direction: column;
  padding: 5px 14px 7px 14px;
  margin-top: 14px;
}
.prediction-news-other-list-block .prediction-news-other-list--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);
  padding-left: 0;
}
.prediction-news-other-list-block .prediction-news-other-list--title:hover {
  text-decoration: none;
}
.prediction-news-other-list-block .prediction-news-other-list-container {
  margin-top: 12px;
  padding: 0 4px 7px 3px;
  display: flex;
  flex-wrap: wrap;
}
.prediction-news-last-list-block {
  width: 100%;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  flex-direction: column;
  padding: 4px 20px 7px 20px;
  margin-top: 0;
}
.prediction-news-last-list-block .prediction-news-last-list--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);
  padding-left: 0;
}
.prediction-news-last-list-block .prediction-news-last-list--title:hover {
  text-decoration: none;
}
.prediction-news-last-list-block .prediction-news-last-list-container {
  margin-top: 12px;
  padding: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.prediction-news-last-list-block .prediction-news-last-list-container .prediction-news-match-item-block:first-of-type {
  margin-left: 11px;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--prev {
  background: url("/img/icons/carousel/arrow-round-green-triangle-left.png");
  background-size: 100%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 80px;
  left: 0;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--prev:before {
  content: none;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--next {
  background: url("/img/icons/carousel/arrow-round-green-triangle-right.png");
  background-size: 100%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 80px;
  right: 0;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--next:before {
  content: none;
}
.prediction-news-match-item-block {
  display: flex;
  flex-direction: column;
  width: 258px;
  height: 192px;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-light-green-dynamic);
  box-shadow: 0px 0px 5px 0px color-mix(in srgb, var(--bmb-black-dynamic) 15%, transparent);
  font-family: Roboto;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0 12px 25px 13px;
  flex-grow: 0;
  flex-shrink: 0;
}
.prediction-news-match-item-block .prediction-news-item-header {
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.prediction-news-match-item-block .prediction-news-item-header .prediction-news-item-header-right.live {
  color: var(--bmb-green-dynamic);
}
.prediction-news-match-item-block .prediction-news-item-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  flex-shrink: 0;
  margin-top: 10px;
  width: 100%;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  position: relative;
  margin-right: 32px;
  box-sizing: border-box;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container .team-logo {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container.guest-team {
  margin-right: 0;
  margin-left: 32px;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .prediction-coefficient {
  width: 70px;
  height: 28px;
  background-color: var(--bmb-light-green-dynamic);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
}
.prediction-news-match-item-block .prediction-news-item-tournament-info {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  flex-shrink: 0;
  height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prediction-news-match-item-block .prediction-news-item-team-names {
  width: 100%;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--bmb-black-dynamic);
  height: 40px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.prediction-news-match-item-block .prediction-news-item-type-event {
  width: 100%;
  margin-top: 4px;
  flex-shrink: 0;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bmb-light-green-hover-dynamic);
}
.prediction-news-match-item-block.finished {
  border: 1px solid #EAEAEA;
}
.prediction-news-match-item-block.finished .prediction-news-item-logo-container .prediction-coefficient {
  background-color: var(--bmb-gray-text-dynamic);
}
.prediction-news-match-item-block.finished .prediction-news-item-type-event {
  color: var(--bmb-gray-text-dynamic);
}
.prediction-news-item-list-block-container {
  width: 100%;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  flex-direction: column;
  margin-top: 0;
  align-items: center;
}
.prediction-news-item-list-block-container .items-container {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  align-items: center;
  gap: 25px;
}
.prediction-news-item-list-block-container .items-container .prediction-news-match-item-block {
  margin: 0;
}
.prediction-news-item-list-container {
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 1) {
  margin-left: 10px;
  margin-right: 13px;
}
.prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 2) {
  margin-left: 12px;
  margin-right: 13px;
}
.prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 3) {
  margin-left: 12px;
  margin-right: 10px;
}
@media (max-width: 1279px) {
  .prediction-news-other-list-block {
    margin-top: 14px;
  }
  .prediction-news-other-list-block .prediction-news-other-list-container {
    margin-top: 12px;
    padding: 0 4px 7px 3px;
    display: flex;
    flex-wrap: wrap;
  }
  .prediction-news-last-list-block {
    margin-top: 0;
    padding: 4px 14px 7px 14px;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container {
    margin-top: 12px;
    padding: 0;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 1) {
    margin-left: 10px;
    margin-right: 13px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 2) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 3) {
    margin-left: 13px;
    margin-right: 10px;
  }
  .prediction-news-match-item-block {
    width: 214px;
    margin: 0 6px 13px 7px;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container {
    margin-right: 22px;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container.guest-team {
    margin-right: 0;
    margin-left: 22px;
  }
}
@media (max-width: 999px) {
  .prediction-news-item-list-block-container .items-container {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
  }
  .prediction-news-item-list-container {
    padding: 0 6px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(1n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(2n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-other-list-block .prediction-news-other-list-container {
    margin-top: 14px;
    padding: 0 6px 26px 6px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container {
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container .prediction-news-match-item-block {
    width: 214px;
    height: 192px;
    margin: 0 6px 13px 7px;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container .prediction-news-match-item-block .prediction-news-item-team-names {
    height: 40px;
  }
  .prediction-news-match-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 172px;
    margin: 0 0 6px 0;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container {
    margin-right: 32px;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container.guest-team {
    margin-right: 0;
    margin-left: 32px;
  }
  .prediction-news-match-item-block .prediction-news-item-team-names {
    height: 24px;
  }
  .prediction-news-match-item-block .prediction-news-item-type-event {
    height: 24px;
  }
}
@media (max-width: 429px) {
  .prediction-news-other-list-block {
    padding: 4px 8px 0px 8px;
  }
  .prediction-news-other-list-block .prediction-news-other-list-container {
    padding: 0 6px 26px 6px;
  }
  .prediction-news-last-list-block {
    padding: 4px 8px 0px 8px;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container {
    padding: 0;
  }
  .prediction-news-match-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 172px;
  }
}
.prognozy-description {
  background-color: var(--bmb-white-dynamic);
  margin-top: 14px;
  padding: 4px 20px 32px 20px;
  width: 100%;
  box-sizing: border-box;
}
.prognozy-description .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);
  padding-left: 0;
}
.prognozy-description .title:hover {
  text-decoration: none;
}
.prognozy-description .text {
  margin-top: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.on-main-page-block-title {
  cursor: pointer;
}
.news-block-on-column {
  display: flex;
  background: var(--bmb-white-dynamic);
  flex-direction: column;
  font-family: 'Roboto';
}
.news-block-on-column .news-block-on-column-items-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 12px 0;
  margin-bottom: 8px;
  position: relative;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item::after {
  content: '';
  position: absolute;
  bottom: -6px;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  width: 100%;
  height: 1px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--title {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--title .news-block-on-column-item--title-content-type {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-orange-dynamic);
  margin-right: 12px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer {
  display: flex;
  height: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 14px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-pinned {
  width: 14px;
  height: 14px;
  background: url("/img/icons/news-block/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-comment {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  position: relative;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-comment::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0.5px;
  background: url("/img/icons/news-block/comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item:last-of-type:after {
  content: none;
}

