/**
 * Predictions News
 */
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
:root {
  --bmb-green-dynamic: #06B958;
  --background-blue-dynamic: #E5F0F0;
  --bmb-white-dynamic: #ffffff;
  --bmb-black-dynamic: #000000;
  --bmb-orange-dynamic: #FF7A00;
  --bmb-green-hover-dynamic: #058A42;
  --bmb-orange-hover-dynamic: #D76801;
  --bmb-red-dynamic: #FF3434;
  --bmb-red-hover-dynamic: #C82929;
  --bmb-yellow-dynamic: #FFB617;
  --bmb-yellow-hover-dynamic: #D39717;
  --bmb-light-green-dynamic: #85D269;
  --bmb-light-green-hover-dynamic: #68A452;
  --bmb-gray-elements-dynamic: #DBDADA;
  --bmb-gray-dark-elements-dynamic: #C4C4C4;
  --bmb-gray-neutral-dynamic: #A4A4A4;
  --bmb-gray-EAEAEA: #EAEAEA;
  --bmb-gray-ranks-dynamic: #F4F4F4;
  --bmb-gray-text-dynamic: #737373;
  --bmb-grey-hover-dynamic: #F9F9F9;
  --color-telegram-dynamic: #2AAAEC;
  --color-facebook-dynamic: #0766FF;
  --color-vk-dynamic: #0277FF;
  --color-zen-dynamic: #000000;
  --bmb-gold-dynamic: #FFBA57;
  --bmb-silver-dynamic: #9E9E9E;
  --bmb-bronze-dynamic: #CE7430;
}
/*Color palette*/
/*Icons*/
.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);
}
/*
 * News Block
 */
.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;
}
.internal-content a {
  color: #689f38;
  text-decoration: none;
  font-weight: 400;
}
.layout-middle-container .layout-middle-container--desktop-container .layout-middle-container--second-column .soc-internal-content.material-internal-block-container {
  background-color: transparent;
}
.partners-widget.partners-widget--2 {
  max-width: 884px;
  margin: 14px 0 0 0;
  padding: 4px 14px 18px 14px;
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  min-height: 300px;
}
.partners-widget.partners-widget--2 .related-list {
  margin: 0;
}
.partners-widget.partners-widget--2 .related-list .related-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);
  font-family: Roboto;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.partners-widget.partners-widget--2 .related-list .related-title:hover {
  text-decoration: none;
}
.partners-widget.partners-widget--2 .related-list .related-container {
  margin-top: 24px;
}
.partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article {
  padding: 6px;
  box-sizing: border-box;
  margin-right: 13px;
}
.partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item {
  box-sizing: border-box;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 13px 10px;
}
.partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-image {
  width: 256px;
  height: 174px;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-title {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.partners-widget.partners-widget--2 .related-list .related-container .carousel--prev {
  background: url("/img/icons/carousel/prev.svg");
  background-size: 100%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 29px;
  left: 10px;
}
.partners-widget.partners-widget--2 .related-list .related-container .carousel--prev:before {
  content: none;
}
.partners-widget.partners-widget--2 .related-list .related-container .carousel--next {
  background: url("/img/icons/carousel/next.svg");
  background-size: 100%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 29px;
  right: 10px;
}
.partners-widget.partners-widget--2 .related-list .related-container .carousel--next:before {
  content: none;
}
.material-internal-block-container {
  background-color: transparent;
}
.material-internal-block-container .material-internal-block {
  background-color: var(--bmb-white-dynamic);
  padding: 0 20px 20px 20px;
}
.material-internal-block-container .material-internal-block .admin-bar {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  color: var(--bmb-green-dynamic);
}
.material-internal-block-container .material-internal-block .admin-bar a {
  color: var(--bmb-green-dynamic);
}
.material-internal-block-container .material-internal-block .content-headline {
  padding: 17px 0px;
  margin-left: 0px;
  font-family: TT Commons Classic;
  font-size: 32px;
  font-weight: 600;
  line-height: 30.72px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 19.47px;
}
.material-internal-block-container .material-internal-block .material-block--date-comments-container {
  display: flex;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 0px;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.material-internal-block-container .material-internal-block .material-block--date-comments-container .material-block--date-comments-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 16px;
}
.material-internal-block-container .material-internal-block .material-block--date-comments-container .material-block--date-comments-date.with-time {
  margin-right: 0;
}
.material-internal-block-container .material-internal-block .material-block--date-comments-container .material-block--date-comments-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;
  cursor: pointer;
}
.material-internal-block-container .material-internal-block .material-block--date-comments-container .material-block--date-comments-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;
}
.material-internal-block-container .material-internal-block .material-block--header-container {
  display: flex;
  margin-top: 10px;
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-left {
  width: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-left img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-central {
  margin-left: 15px;
  width: 100%;
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-central .material-block--author-link {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: 0%;
  color: var(--bmb-green-dynamic);
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-central .material-block--date-comments-container {
  margin-top: 7px;
  height: unset;
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-right {
  width: 130px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: end;
}
.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-right .blog_subscribe {
  width: 130px;
  height: 36px;
  border-radius: 4px;
  color: var(--bmb-white-dynamic);
  background-color: var(--bmb-green-dynamic);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  align-content: center;
  text-align: center;
}
.material-internal-block-container .material-internal-block .material-content-body {
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
}
.material-internal-block-container .material-internal-block .material-content-body .content {
  overflow: hidden;
}
.material-internal-block-container .material-internal-block .material-content-body .content p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  margin: 0 0 14px 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content p em {
  color: var(--bmb-gray-text-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .content p img {
  max-width: 100% !important;
  height: auto !important;
}
.material-internal-block-container .material-internal-block .material-content-body .content p:has(iframe) {
  display: flex;
  justify-content: center;
}
.material-internal-block-container .material-internal-block .material-content-body .content ul li,
.material-internal-block-container .material-internal-block .material-content-body .content ol li {
  line-height: 17.6px;
}
.material-internal-block-container .material-internal-block .material-content-body .content ul,
.material-internal-block-container .material-internal-block .material-content-body .content table {
  margin: 0 0 14px 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content table {
  border: 1px solid var(--bmb-black-dynamic);
  border-spacing: 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content table p {
  margin: 2px 0 2px 12px;
}
.material-internal-block-container .material-internal-block .material-content-body .content a {
  color: var(--bmb-green-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .content .related-list {
  margin-bottom: 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content .related-list .related-container {
  padding: 0 8px;
}
.material-internal-block-container .material-internal-block .material-content-body .content .related-list .related-container .related-item {
  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: 16px 10px;
  margin-bottom: 8px;
}
.material-internal-block-container .material-internal-block .material-content-body .content .related-list .related-container .related-item a {
  color: var(--bmb-green-dynamic);
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
  text-align: left;
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container {
  padding-left: 0;
  padding-right: 0;
}
.material-internal-block-container .material-internal-block .material-content-body .source-container {
  margin-top: 32px;
}
.material-internal-block-container .material-internal-block .material-content-body .source-container .title {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .source-container a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-green-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .author-container {
  margin-top: 40px;
  color: var(--bmb-gray-text-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .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);
}
.material-internal-block-container .material-internal-block .material-content-body .author-container a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-green-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .material-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.material-internal-block-container .material-internal-block .material-content-body .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;
}
.material-internal-block-container .material-internal-block .material-content-body .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;
}
.material-internal-block-container .material-internal-block .material-content-body .like-block {
  margin-top: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block {
  float: unset;
  height: 32px;
  margin-right: 15px;
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block .like {
  height: 32px;
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block .like i.l-ico {
  width: 32px;
  height: 32px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block .like i.l-ico.sprite-icons-vk-small {
  background-image: url("/img/icons/socials/material/vk.svg");
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block .like i.l-ico.sprite-icons-tg-small {
  background-image: url("/img/icons/socials/material/tg.svg");
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block .like i.l-ico.sprite-icons-tw-small {
  background-image: url("/img/icons/socials/material/tg.svg");
}
.material-internal-block-container .material-internal-block .material-content-body .like-block .col-like-block .like i.l-ico.sprite-icons-link-small {
  background-image: url("/img/icons/socials/material/link.svg");
}
.material-internal-block-container .partners-widget {
  max-width: 884px;
  margin: 14px 0 0 0;
  padding: 18px 20px;
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
}
.material-internal-block-container .partners-widget.partners-widget--2 {
  margin: 0px 0 0px 0;
  padding-top: 0;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list {
  margin: 0;
  padding-top: 14px;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-title {
  color: var(--bmb-black-dynamic);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.8px;
  margin-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article {
  padding: 6px;
  box-sizing: border-box;
  margin-right: 8px;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item {
  width: 252px;
  box-sizing: border-box;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 10px 10px;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-image {
  width: 252px;
  height: 174px;
  border-radius: 4px 4px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-title {
  height: 60px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--prev {
  background: url("/img/icons/carousel/arrow-white-squad-rounded-green-triangle-left.svg");
  background-size: 100%;
  width: 46px;
  height: 46px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 69px;
  left: 0px;
  z-index: 1;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--prev:before {
  content: none;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--next {
  background: url("/img/icons/carousel/arrow-white-squad-rounded-green-triangle-right.svg");
  background-size: 100%;
  width: 46px;
  height: 46px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 69px;
  right: 0px;
  z-index: 1;
}
.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--next:before {
  content: none;
}
.material-internal-block-container.split-inner-blocks .partners-widget.partners-widget--2 {
  margin: 14px 0 0px 0;
}
@media (max-width: 1279px) {
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article {
    margin-right: 5px;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-image {
    width: 206px;
    height: 142px;
  }
  .partners-widget.partners-widget--2 {
    max-width: 732px;
  }
  .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item {
    width: 206px;
  }
  .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-image {
    width: 206px;
    height: 142px;
  }
  .partners-widget.partners-widget--2 .related-list .related-container .carousel--prev {
    width: 46px;
    height: 46px;
  }
  .partners-widget.partners-widget--2 .related-list .related-container .carousel--next {
    width: 46px;
    height: 46px;
  }
  .material-internal-block-container {
    padding: 0;
  }
  .material-internal-block-container .material-internal-block {
    padding: 0 20px 20px 20px;
  }
  .material-internal-block-container .partners-widget {
    max-width: 732px;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--prev {
    width: 46px;
    height: 46px;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--next {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 999px) {
  .material-internal-block-container .partners-widget.partners-widget--2 {
    background: var(--bmb-white-dynamic);
    max-width: 100%;
    min-height: 435px;
    flex-direction: row;
    align-items: start;
    padding: 0 14px;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container {
    flex-direction: column;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article {
    width: 100%;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item {
    flex-direction: row;
    align-items: start;
    padding: 0;
    width: 100%;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-image {
    width: 102px;
    height: 78px;
    border-radius: 4px 0 0 4px;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-headline--label {
    display: none;
  }
  .material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-title {
    font-size: 15px;
    line-height: 19.4px;
    margin-top: 8px;
    margin-left: 10px;
  }
  .material-internal-block-container .material-internal-block .material-content-body .source-container {
    margin-top: 24px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container {
    background-color: transparent;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block {
    background-color: var(--bmb-white-dynamic);
    margin-bottom: 20px;
    padding-bottom: 32px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .content-headline {
    font-size: 26px;
    line-height: 24.96px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-left img {
    width: 34px;
    height: 34px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-central {
    margin-left: 16px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-central .material-block--author-link {
    font-size: 12px;
    line-height: 13.2px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-central .material-block--date-comments-container {
    margin-top: 8px;
    height: unset;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-right {
    width: 104px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-block--header-container .material-block--header-right .blog_subscribe {
    width: 104px;
    height: 34px;
    font-size: 14px;
    line-height: 96%;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    color: var(--bmb-black-dynamic);
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body .content h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body .content p {
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body .content ul,
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body .content 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;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body .content .related-list .related-container .related-item {
    font-size: 13px;
    line-height: 18px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block .material-content-body .content .related-list .related-container .related-item a {
    color: var(--bmb-green-dynamic);
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget {
    max-width: 100%;
    background: var(--bmb-white-dynamic);
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container {
    flex-direction: column;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article {
    width: 100%;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item {
    flex-direction: row;
    align-items: start;
    padding: 0;
    width: 100%;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-image {
    width: 102px;
    height: 78px;
    border-radius: 4px 0 0 4px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-headline--label {
    display: none;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .cross-platform-article .related-item .related-materials-in-content__item-title {
    font-size: 15px;
    line-height: 19.4px;
    margin-top: 8px;
    margin-left: 10px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--prev,
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .partners-widget.partners-widget--2 .related-list .related-container .carousel--next {
    z-index: -1;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .comment-replies.comment-replies--admin {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 429px) {
  .material-internal-block-container .partners-widget.partners-widget--2 {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container .material-internal-block {
    padding: 0 8px;
  }
  .layout-middle-container .layout-middle-container--mobile-container .soc-internal-content.material-internal-block-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .material-internal-block-container {
    background-color: transparent;
  }
  .material-internal-block-container .material-internal-block {
    padding: 14px 8px 32px 8px;
  }
  .material-internal-block-container .material-internal-block .material-content-body .content p {
    font-size: 14px;
    line-height: 120%;
  }
}
/*
 * Online
 */
.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;
  }
}
.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-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%;
}

