@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 400;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Regular.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 400;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Classic_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 250;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Thin.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 250;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Thin_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 275;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 275;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_ExtraLight_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 300;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Light.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 300;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Light_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 500;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Medium.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 500;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Medium_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 600;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_DemiBold.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 600;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_DemiBold_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 700;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Bold.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 700;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Bold_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 800;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 800;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_ExtraBold_Italic.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: normal;
  font-weight: 900;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Black.ttf') format('truetype');
}
@font-face {
  font-family: TT Commons Classic;
  font-style: italic;
  font-weight: 900;
  src: local('TT Commons Classic'), url('/css/font/TT_Commons_Classic_Black_Italic.ttf') format('truetype');
}
/*
 * BLOCKS
 *
 * Socials
 */
.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;
 */
a.social-icon {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a.social-icon--fb {
  background-image: url(./blocks/socials/img/facebook.svg);
}
a.social-icon--vk {
  background-image: url(/img/icons/socials/new/vk-footer.svg);
}
a.social-icon--twitter {
  background-image: url(./blocks/socials/img/twitter.svg);
}
a.social-icon--tg {
  background-image: url(/img/icons/socials/new/tg.svg);
}
a.social-icon--zen {
  background-image: url(/img/icons/socials/new/zen-footer.svg);
}
.social-icons-list {
  width: 114px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icons-list__icon-wrapper {
  display: block;
  width: 36px;
  height: 36px;
}
/*
 * Promo
 */
: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*/
.first-column-btn {
  width: 100%;
  height: 43px;
  background-color: #35ADE1;
  margin-bottom: 10px;
  position: relative;
}
.first-column-btn--podcast {
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d562f7+0,7649b0+100 */
  background: #d562f7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d562f7 0%, #7649b0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d562f7', endColorstr='#7649b0', GradientType=0);
  /* IE6-9 */
}
.first-column-btn--podcast:hover {
  background: #8c4cc8;
}
.first-column-btn--podcast:focus,
.first-column-btn--podcast:active {
  background: #7649b0;
}
.first-column-btn--digest {
  background-color: #ffaa00;
  padding-top: 9px;
}
.first-column-btn--socials {
  background-color: #60ae24;
}
.first-column-btn__text {
  font-size: 22px;
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-weight: bold;
}
.first-column-btn__text--podcast,
.first-column-btn__text--socials,
.first-column-btn__text--tg-channel {
  margin-right: 15px;
}
.first-column-btn__text--digest {
  font-size: 18px;
  margin-right: 20px;
}
.first-column-btn:hover a {
  text-decoration: none;
}
.first-column-btn__logo {
  width: 30px;
  height: 30px;
  top: 6px;
  right: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.first-column-btn__logo--tg-channel,
.first-column-btn__logo--tg-bot {
  background-image: url("./blocks/promo/img/telegram-logo.svg");
}
.first-column-btn__logo--digest {
  background-image: url("./blocks/promo/img/digest.svg");
}
.first-column-btn__logo--socials {
  background-image: url("./blocks/promo/img/socials.svg");
}
/*
 * Parimatch
 */
.parimatch-container {
  display: flex;
  width: 100%;
  height: 19px;
  font-size: 15px;
  line-height: 19px;
  padding-left: 16px;
  margin-bottom: 5px;
}
.parimatch-container--centered {
  justify-content: center;
}
.parimatch-container .parimatch-logo {
  width: 33px;
  height: 19px;
  background: url(/img/parimatch.png);
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.parimatch-container .parimatch-event {
  display: flex;
  justify-content: center;
  margin-right: 9px;
}
.parimatch-container .parimatch-event:last-of-type {
  justify-content: flex-end;
}
.parimatch-container .parimatch-event:first-of-type {
  justify-content: flex-start;
}
.parimatch-container .parimatch-event .parimatch-event-coefficient {
  text-align: center;
  font-weight: bold;
  color: #FFAA00 !important;
}
.parimatch-container .parimatch-event .parimatch-event-type {
  color: #B8B8B8 !important;
  margin-right: 2px;
}
.parimatch-container--vertical {
  flex-direction: column;
  padding: 0;
  height: auto;
}
.parimatch-container--vertical .parimatch-event {
  justify-content: start !important;
  margin-bottom: 4px;
}
.matches-by-day-hr {
  padding: 0px 16px;
  border: 0.5px solid #D3D3D3;
  margin: 0px 10px 0px 10px;
}
/*
 * Ligastavok
 */
.ligastavok-container {
  display: flex;
  width: 100%;
  height: 19px;
  font-size: 15px;
  line-height: 19px;
  padding-left: 16px;
  margin-bottom: 5px;
}
.ligastavok-container--centered {
  justify-content: center;
}
.ligastavok-container .ligastavok-logo {
  width: 33px;
  height: 19px;
  background: url(/img/ligastavok.png);
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.ligastavok-container .ligastavok-event {
  display: flex;
  justify-content: center;
  margin-right: 9px;
}
.ligastavok-container .ligastavok-event:last-of-type {
  justify-content: flex-end;
}
.ligastavok-container .ligastavok-event:first-of-type {
  justify-content: flex-start;
}
.ligastavok-container .ligastavok-event .ligastavok-event-coefficient {
  text-align: center;
  font-weight: bold;
  color: #FFAA00 !important;
}
.ligastavok-container .ligastavok-event .ligastavok-event-type {
  color: #B8B8B8 !important;
  margin-right: 2px;
}
.ligastavok-container--vertical {
  flex-direction: column;
  padding: 0;
  height: auto;
}
.ligastavok-container--vertical .ligastavok-event {
  justify-content: start !important;
  margin-bottom: 4px;
}
.matches-by-day-hr {
  padding: 0px 16px;
  border: 0.5px solid #D3D3D3;
  margin: 0px 10px 0px 10px;
}
/*
 * Match row
 */
.match-row {
  display: flex;
  width: 100%;
  font-size: 15px;
  color: var(--bmb-black-dynamic);
  flex-direction: column;
}
.match-row:nth-of-type(odd) {
  background-color: var(--bmb-grey-hover-dynamic);
}
.match-row .match-info {
  padding: 8px;
  display: flex;
  width: 100%;
  align-items: center;
}
.match-row .match-info .match-row-date {
  width: 31%;
}
.match-row .match-info .match-row-time {
  width: 54px;
  flex-shrink: 0;
  flex-grow: 0;
}
.match-row .match-info .match-row-team1 {
  width: 30%;
}
.match-row .match-info .match-row-score {
  width: 4%;
}
.match-row .match-info .match-row-team2 {
  width: 30%;
  text-align: right;
}
.match-row .status-match {
  padding-left: 0%;
}
.matches-games-status {
  text-align: right;
}
.matches-games-status span {
  margin-left: auto;
  border-radius: 14px;
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.matches-games-status.finished {
  margin-top: 10px;
}
.matches-games-status.finished span {
  background-color: grey;
}
.match-list-block-container {
  padding-bottom: 0px;
}
.match-list-block-container .match-list-block-match-row-list {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row {
  display: flex;
  width: 100%;
  height: 30px;
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 5px 0 5px;
  box-sizing: border-box;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-division-icon {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 50%;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-status {
  width: 110px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  margin-right: 12px;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-status.active {
  color: var(--bmb-green-dynamic);
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row {
  width: 40px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 4px;
  flex-direction: column;
  position: relative;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row.penalty-home:before,
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row.penalty-guest:before {
  content: '';
  display: flex;
  width: 20px;
  height: 13px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url("/img/icons/match-block/penalty-status.svg");
  border-radius: 2px;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row.penalty-guest:before {
  left: unset;
  right: 0px;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score {
  width: 100%;
  height: 20px;
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score .match-score-text {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 125% */
  width: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score.active {
  background: var(--bmb-gray-dark-elements-dynamic);
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score.active .match-score-text {
  color: var(--bmb-white-dynamic);
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score.active .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;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score.active .match-score-progress.full {
  border-radius: 2px;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-name {
  width: 100%;
  max-height: 32px;
  height: auto;
  flex-shrink: 1;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team.team-guest {
  align-items: center;
  justify-content: start;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team.team-guest .match-team-name {
  text-align: left;
  justify-content: start;
  margin-right: 0;
  margin-left: 4px;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-logo-container {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-logo-container .match-team-logo {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-translation {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-left: 10px;
  background: url("/img/icons/match-block/translation.svg");
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-translation.match-translation-empty {
  background: none;
  cursor: auto;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row:last-of-type {
  position: relative;
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row:last-of-type:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
}
.match-list-block-container .match-list-block-match-row-list .match-list-block-match-row:first-of-type:after {
  content: none;
}
@media (max-width: 1279px) {
  .match-list-block-container .match-list-block-match-row-list {
    padding: 0px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-status {
    width: 82px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-name {
    width: 104px;
    justify-content: end;
  }
  .match-list-block-container .match-list-block-match-row-list .match-translation {
    display: none;
  }
}
@media (max-width: 999px) {
  .match-list-block-container .match-list-block-match-row-list {
    padding: 0px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row {
    display: flex;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-division-icon {
    width: 16px;
    height: 16px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-status {
    width: 153px;
    margin-left: 6px;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    color: var(--bmb-black-dynamic);
    margin-right: 10px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row {
    width: 40px;
    height: 20px;
    margin: 0 6px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score {
    width: 100%;
    height: 20px;
    background: var(--bmb-gray-elements-dynamic);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row .match-score .match-score-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 125% */
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-name {
    min-width: 176px;
    width: 100%;
    max-height: 28px;
    height: auto;
    font-size: 13px;
    line-height: 14px;
    white-space: unset;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team.team-guest {
    align-items: center;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team.team-guest .match-team-name {
    margin-left: 6px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-logo-container {
    width: 14px;
    height: 14px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-logo-container .match-team-logo {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 743px) {
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-status {
    width: 68px;
    margin-left: 6px;
    font-size: 13px;
    line-height: 14px;
    margin-right: 10px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team {
    min-width: 122px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-name {
    width: 90px;
    max-width: 90px;
    min-width: 90px;
    max-height: 28px;
    font-size: 13px;
    line-height: 14px;
    height: auto;
    white-space: unset;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media (max-width: 429px) {
  .match-list-block-container {
    padding-bottom: 0px;
  }
  .match-list-block-container .match-list-block-match-row-list {
    padding: 0px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row {
    height: 36px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-status {
    width: 56px;
    margin-left: 6px;
    font-size: 11px;
    line-height: 12px;
    margin-right: 4px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-middle-row {
    margin: 0 8px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team {
    min-width: 74px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-name {
    width: 74px;
    max-width: 74px;
    min-width: 74px;
    max-height: 28px;
    font-size: 11px;
    line-height: 12px;
    height: auto;
    white-space: unset;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team.team-guest {
    align-items: center;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team.team-guest .match-team-name {
    margin-left: 0px;
  }
  .match-list-block-container .match-list-block-match-row-list .match-list-block-match-row .match-team .match-team-logo-container {
    display: none;
  }
}
@media (max-width: 343px) {
  .match-list-block-container .match-list-block-match-row .match-status {
    font-size: 11px;
  }
  .match-list-block-container .match-list-block-match-row .match-team .match-team-name {
    font-size: 11px;
  }
}
.related-list {
  margin-bottom: 0;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.related-list.a-variant .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);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  font-family: Roboto;
}
.related-list.a-variant .related-title:hover {
  text-decoration: none;
}
.related-list.a-variant .related-title:hover {
  text-decoration: none;
}
.related-list.a-variant .related-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.related-list.a-variant .related-container article:nth-child(2) {
  margin: 0px 15px;
}
.related-list.a-variant .related-container article.cross-platform-article {
  margin: 0 15px 0 0;
}
.related-list.a-variant .related-container article.cross-platform-article:nth-child(2) {
  margin: 0 15px 0 0;
}
.related-list.a-variant .related-container article.cross-platform-article:nth-last-child {
  margin: 0;
}
.related-list.a-variant .related-container .related-item {
  display: flex;
  padding: 14px 20px 14px 20px;
  border: 1px solid #649340;
  width: 255px;
  flex-direction: column;
  color: #222222;
  height: 100%;
}
.related-list.a-variant .related-container .related-item:nth-child(2) {
  margin: 0px 15px;
}
.related-list.a-variant .related-container .related-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #222222 !important;
  height: 100%;
}
.related-list.a-variant .related-container .related-item a:nth-child(2) {
  height: 15px;
}
.related-list.a-variant .related-container .related-item .related-comments {
  margin-top: 12px;
  height: 15px;
  padding-left: 20px;
  background-image: url("/img/icons/comment.svg");
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  background-repeat: no-repeat;
  background-position-y: 2px;
}
.related-list.a-variant .related-container .related-item.cross-platform-item {
  margin: 0px;
}
.related-list.a-variant .related-container .related-item.cross-platform-item a:nth-child(2) {
  height: auto;
}
.related-list.a-variant .related-container .related-item.cross-platform-item:nth-last-child {
  margin: 0px;
}
.related-list.a-variant .related-container .related-item.cross-platform-item .related-materials-in-content__item-headline--label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #649340;
  margin: -4px 0px 12px 0px;
}
.related-list--mobile.a-variant .related-title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.related-list--mobile.a-variant .related-container {
  display: flex;
  flex-direction: column;
}
.related-list--mobile.a-variant .related-container article:nth-child(2) {
  margin: 10px 0px;
}
.related-list--mobile.a-variant .related-container article.cross-platform-article {
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}
.related-list--mobile.a-variant .related-container article.cross-platform-article:nth-child(2) {
  margin: 0;
  margin-bottom: 10px;
}
.related-list--mobile.a-variant .related-container article.cross-platform-article:nth-last-child {
  margin: 0;
}
.related-list--mobile.a-variant .related-container .related-item {
  width: 100%;
  padding: 12px 14px 10px 15px;
  box-sizing: border-box;
}
.related-list--mobile.a-variant .related-container .related-item:nth-child(2) {
  margin: 10px 0;
}
.related-list--mobile.a-variant .related-container .related-item div {
  font-size: 13px !important;
  line-height: 18px !important;
  color: #222222 !important;
  height: auto;
}
.related-list--mobile.a-variant .related-container .related-item.cross-platform-item .related-materials-in-content__item-headline--label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px !important;
  letter-spacing: 1px;
  color: #649340 !important;
  margin: -4px 0px 12px 0px;
}
.related-list.b-variant .related-title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
  text-align: left;
}
.related-list.b-variant .related-container {
  margin-top: 24px;
}
.related-list.b-variant .related-container .related-item {
  margin-bottom: 10px;
}
.related-list.b-variant .related-container .related-item a {
  color: #649340;
  cursor: pointer;
  display: inline;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  -webkit-text-decoration-color: #649340;
          text-decoration-color: #649340;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.related-list.b-variant .related-container .related-item .related-item-comment {
  display: none;
}
.partners-widget {
  margin: 10px 16px;
}
.partners-widget.mdl-card {
  margin: 10px auto;
}
.partners-widget.partners-widget--4 {
  min-height: 337px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.material-internal-block-container .partners-widget.partners-widget--4 {
  min-height: 337px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
 * News
 */
.news-content-type {
  font-weight: bold;
  color: #f77f07;
  margin-right: 5px;
}
.teaser-card {
  padding: 0 !important;
}
.teaser-card .matches-games-status {
  margin-right: 16px;
}
.teaser-card .mdl-tabs__tab-bar-line,
.teaser-card .matches-by-day,
.teaser-card .matches-name {
  margin: 0 16px;
}
.teaser-card.card-tabs.mdl-tabs .mdl-tabs__tab-bar-line {
  margin: 0 16px;
}
.teaser-card .teaser-seo {
  width: 100%;
  position: relative;
  margin: 20px 0 -6px 0;
}
.teaser-card .teaser-seo:before {
  content: '';
  height: 10px;
  position: absolute;
  top: -10px;
  background-color: #e9e9e9;
  width: 100%;
  padding: 0 16px;
  left: -16px;
}
.teaser-card .teaser-seo:after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: -10px;
  background-color: #e9e9e9;
  width: 100%;
  padding: 0 16px;
  left: -16px;
}
.news-teaser-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.news-teaser-card li {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.teaser-news,
.teaser-matches {
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.teaser-news:before,
.teaser-matches:before {
  content: '';
  height: 10px;
  position: absolute;
  top: -10px;
  background-color: #e9e9e9;
  width: 100%;
  padding: 0 16px;
  left: -16px;
}
.teaser-news:after,
.teaser-matches:after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: -10px;
  background-color: #e9e9e9;
  width: 100%;
  padding: 0 16px;
  left: -16px;
}
.teaser-seo h1 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-top: 2px;
}
.teaser-seo .description {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.bookmaker-container-short-parrent {
  box-sizing: border-box;
  padding: 8px 14px 12px 13px;
  width: 100%;
}
.bookmaker-container {
  display: flex;
  width: 100%;
  height: 43px;
  font-size: 15px;
  line-height: 19px;
  padding-left: 16px;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.bookmaker-container .bookmaker-container-label18-plus {
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 63px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #aaa9aa;
  font-size: 10px;
}
.bookmaker-container--centered {
  justify-content: center;
}
.bookmaker-container .bookmaker-logo {
  width: 80px;
  height: 19px;
  background: url(/img/ligastavok.png);
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.bookmaker-container .bookmaker-event {
  display: flex;
  justify-content: center;
  margin-right: 9px;
}
.bookmaker-container .bookmaker-event:last-of-type {
  justify-content: flex-end;
}
.bookmaker-container .bookmaker-event:first-of-type {
  justify-content: flex-start;
}
.bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
  text-align: center;
  font-weight: bold;
  color: #FFAA00 !important;
}
.bookmaker-container .bookmaker-event .bookmaker-event-type {
  color: var(--bmb-gray-text-dynamic) !important;
  margin-right: 2px;
}
.bookmaker-container .bookmaker-event.colored {
  width: 80px;
  height: 35px;
  margin-right: 12px;
  padding: 10px 0px 15px;
  border-radius: 2px;
  justify-content: center;
}
.bookmaker-container .bookmaker-translation {
  position: relative;
  margin-right: 40px;
  width: 100%;
}
.bookmaker-container .bookmaker-translation span {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0px;
  background-image: url("/img/icons/translation.svg");
  cursor: pointer;
}
.bookmaker-container.colored {
  margin: 24px 0;
  height: 59px;
  align-items: center;
}
.bookmaker-container.colored .bookmaker-translation {
  border-radius: 2px;
  width: 182px;
  height: 35px;
  margin-right: 0;
  margin-left: 12px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
  padding: 9px 12px 8px 37px;
  cursor: pointer;
}
.bookmaker-container.colored .bookmaker-translation span {
  right: auto;
  left: 13px;
  background-image: url(/img/icons/translation-white.svg);
  width: 16px;
  height: 16px;
  top: 9px;
  background-size: contain;
}
.bookmaker-container--vertical {
  flex-direction: column;
  padding: 0;
  height: auto;
}
.bookmaker-container--vertical .bookmaker-event {
  justify-content: start !important;
  margin-bottom: 4px;
}
.bookmaker-container.bookmaker-container--with-border {
  height: 48px;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-event {
  padding: 2px 4px;
  border: 1px solid #AFAFAF;
  border-radius: 2px;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-translation {
  width: 174px;
  border-radius: 2px;
  margin-right: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
  padding: 4px 12px 4px 32px;
  cursor: pointer;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-translation span {
  right: auto;
  left: 13px;
  background-image: url(/img/icons/translation-white.svg);
  width: 14px;
  height: 14px;
  top: 5px;
}
.bookmaker-container.bookmaker-container-short {
  height: 44px;
  background: #F7F7F7;
  border-radius: 2px;
  position: relative;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.bookmaker-container.bookmaker-container-short .bookmaker-logo {
  margin-right: 11px;
  height: 26px;
  width: 60px;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event {
  width: 48px;
  height: 22px;
  margin-right: 1px;
  align-items: center;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event:nth-of-type(4) {
  justify-content: flex-start;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event:nth-of-type(2) {
  justify-content: flex-end;
}
.bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  bottom: -12px;
  left: 0px;
  right: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 8px;
  line-height: 8px;
  color: #919191;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 24px;
  height: 24px;
  margin-right: 0;
  border-radius: 100%;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  background-image: url("/img/icons/translation-triangle.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 9px center;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation span:after {
  content: 'LIVE';
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -10px;
  left: 4px;
}
.matches-by-day-hr {
  padding: 0px 16px;
  border: 0.5px solid #D3D3D3;
  margin: 0px 10px 0px 10px;
}
@media (max-width: 1024px) {
  .bookmaker-container-short-parrent {
    padding: 8px 0px 12px 0px;
  }
}
@media (max-width: 759px) {
  .bookmaker-container-short-parrent {
    padding: 8px 0px 12px 0px;
    width: 100%;
  }
  .bookmaker-container {
    box-sizing: content-box;
  }
  .bookmaker-container .bookmaker-translation {
    margin-right: 5px;
  }
  .bookmaker-container.colored {
    height: 35px;
    padding: 52px 0 76px;
    margin: 0;
    position: relative;
  }
  .bookmaker-container.colored .bookmaker-logo {
    position: absolute;
    top: 20px;
    height: 15px;
    margin-right: 0px;
  }
  .bookmaker-container.colored .bookmaker-event {
    box-sizing: border-box;
  }
  .bookmaker-container.colored .bookmaker-event.colored.last {
    margin-right: 0;
  }
  .bookmaker-container.colored .bookmaker-translation {
    position: absolute;
    bottom: 20px;
    height: 40px;
    width: 264px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--bmb-white-dynamic);
    margin-right: 13px;
    padding: 11px 0;
  }
  .bookmaker-container.colored .bookmaker-translation span {
    display: none;
  }
}
.soc-header-notification span.glyphicon-bell-new:before {
  color: #FFA002;
}
.soc-header-notification span.glyphicon-circle:before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  background-color: #F4B73F;
  border-radius: 100%;
}
span.link {
  cursor: pointer;
}
span.link:hover {
  text-decoration: underline;
}
.header-notifications__panel__background {
  display: none;
}
.header-notifications__panel {
  display: none;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  position: absolute;
  right: -6px;
  top: 48px;
  z-index: 11;
  width: 373px;
  height: 275px;
  box-shadow: 0px 2px 19px color-mix(in srgb, var(--bmb-black-dynamic) 42%, transparent);
  border-radius: 6px;
}
.header-notifications__panel.active {
  display: block;
}
.header-notifications__panel .header-notifications__arrow {
  display: none;
  height: 8px;
  width: 16px;
  top: -9px;
  right: 18px;
  position: absolute;
}
.header-notifications__panel .header-notifications__arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0;
  border-bottom-color: color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
}
.header-notifications__panel .header-notifications__arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 1px;
  border-bottom-color: #fff;
}
.header-notifications__panel .header-notifications__header {
  padding: 0 13px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  justify-content: space-between;
  width: 373px;
  height: 41.32px;
  left: 1243px;
  top: 276px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 3px 4px color-mix(in srgb, var(--bmb-black-dynamic) 8%, transparent);
}
.header-notifications__panel .header-notifications__header .title {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 52px;
  top: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #70A837;
}
.header-notifications__panel .header-notifications__header button {
  margin-top: 1px;
  display: flex;
  align-items: center;
  height: 22px;
  background: transparent;
  border: none;
}
.header-notifications__panel .header-notifications__header button span {
  font-size: 20px;
}
.header-notifications__panel .header-notifications__header button span:before {
  color: #70A837;
}
.header-notifications__panel .header-notifications__header .header-notifications__header-close-btn {
  background: url('../../../img/close_icon-black.svg') no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
  background-size: 10px auto;
  background-color: rgba(213, 213, 213, 0.8);
  border-radius: 100%;
}
.header-notifications__panel .header-notifications__items-wrapper {
  max-height: 505px;
  overflow-y: hidden;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification {
  overflow-y: auto;
  max-width: 370px;
  max-height: 231px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li {
  border: none;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li:hover {
  background: transparent;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications {
  padding-right: 20px !important;
  padding-left: 45px !important;
  position: relative;
  padding-bottom: 7px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications .notification-icon {
  position: absolute;
  left: 18px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications:after {
  content: '';
  width: 304px;
  border-top: 1px solid #E2E2E2;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications .notification-icon.glyphicon.glyphicon-invisible-game::before {
  content: '';
  background-image: url("/img/icons/way/notification.svg");
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li:last-of-type .json-notifications:after {
  content: none;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-thumbs-down,
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-thumbs-up {
  color: #F4B73F;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-comment {
  color: #F4B73F;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-ok {
  color: #F4B73F;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-remove {
  color: red;
}
#notification-globe-header .header-notifications__badge {
  width: 13px;
  height: 13px;
  position: absolute;
  background-color: #F0654F;
  border-radius: 70px;
  color: var(--bmb-white-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 100%;
  font-weight: 700;
  top: 13px;
  right: 8px;
  box-shadow: 0 0 0 0 rgba(240, 101, 79, 0.2);
  -webkit-animation: pulse 1.5s infinite;
  z-index: 11;
}
#notification-globe-header .header-notifications__badge:hover {
  -webkit-animation: none;
}
@media (max-width: 759px) {
  .header-notifications__panel__background {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
    top: 0;
  }
  .soc-header-notification span.glyphicon-bell-new:before {
    color: var(--bmb-white-dynamic);
  }
  .header-notifications__panel {
    width: 329px;
    height: 255px;
  }
  .header-notifications__panel .header-notifications__header {
    width: 328px;
    height: 37px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
  }
  .header-notifications__panel .header-notifications__header .title {
    left: 43px;
    top: 14px;
    font-weight: 500;
    font-size: 12px;
  }
  .header-notifications__panel .header-notifications__header button span {
    font-size: 18px;
  }
  .header-notifications__panel .header-notifications__header .header-notifications__header-close-btn {
    background: url('../../../img/close_icon-black.svg') no-repeat center center;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
    background-size: 9px auto;
    background-color: rgba(213, 213, 213, 0.8);
    border-radius: 100%;
  }
  .header-notifications__panel .header-notifications__items-wrapper {
    max-height: 505px;
    overflow-y: hidden;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification {
    overflow-y: auto;
    max-width: 329px;
    max-height: 203px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications {
    padding-right: 23px !important;
    padding-left: 43px !important;
    position: relative;
    padding-bottom: 6px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications .notification-icon {
    position: absolute;
    left: 18px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications:after {
    width: 263px;
    bottom: -10px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li:last-of-type .json-notifications:after {
    content: none;
  }
  .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .glyphicon-cog:before {
    content: "\e019";
    box-sizing: border-box;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .fade.in {
    opacity: 1;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  #settings-modal .modal-lg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal.in .modal-dialog {
    transform: translate(0, 0);
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
  }
  .modal-dialog {
    position: relative;
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    position: relative;
    background-color: var(--bmb-white-dynamic);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 5px 15px rgb(0 0 0%);
  }
  #settings-modal .modal-header {
    height: 45px;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: var(--bmb-black-dynamic);
    text-shadow: 0 1px 0 var(--bmb-white-dynamic);
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.bookmaker-type-list-block-on-column.block-in-column-container {
  padding-bottom: 18px;
}
.bookmaker-type-list-block-on-column {
  display: flex;
  background: var(--bmb-white-dynamic);
  flex-direction: column;
  font-family: 'Roboto';
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 16px;
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container a:last-of-type {
  margin-bottom: 10px;
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container a.active {
  font-weight: 700;
  color: var(--bmb-orange-dynamic);
}
.bookmaker-rating-list-h1 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin: 14px 0 10px 13px;
}
.bookmaker-rating-list-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-top: 0;
  margin-bottom: 11px;
}
.bookmaker-rating-list-descriptions {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.table.soc-bookmaker-list-table-big {
  margin-bottom: 21px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table.soc-bookmaker-list-table-big thead tr th {
  position: relative;
  text-align: left;
}
.table.soc-bookmaker-list-table-big thead tr th.name {
  text-align: left;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted {
  cursor: pointer;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("/img/bookmakers/sort-grey-arrow.svg");
  display: inline-block;
  margin-left: 8px;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted.active {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #90C317;
  background-color: transparent;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted.active::after {
  background-image: url("/img/bookmakers/sort-green-arrow.svg");
}
.table.soc-bookmaker-list-table-big thead tr th.sorted.asc::after {
  rotate: 180deg;
}
.table.soc-bookmaker-list-table-big tbody tr td {
  vertical-align: middle;
}
.table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-link {
  width: 120px;
  height: 37px;
  background: #74AB3F;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 11px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
}
.table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-link:hover {
  text-decoration: none;
}
.table.soc-bookmaker-list-table-big tbody tr:nth-of-type(odd) {
  background-color: var(--bmb-gray-ranks-dynamic);
}
.bookmaker-list-name-container {
  border-right: 1px solid #D8D8D8;
  padding-right: 20px;
  margin: 11px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.bookmaker-list-name-container .bookmaker-list-image {
  height: 30px;
}
.bookmaker-list-name-container .bookmaker-list-name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7F7F7F;
  margin-top: 8px;
}
.bookmaker-list-bonus {
  vertical-align: middle;
}
.bookmaker-list-bonus a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #222222;
}
.bookmaker-list-bonus a:hover {
  text-decoration: none;
}
.bookmaker-list-rating {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #393939;
  display: flex;
  flex-wrap: nowrap;
}
.bookmaker-list-rating .star-container {
  width: 78px;
  margin-left: 10px;
}
.bookmaker-list-rating .star-container .star {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
  mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #D8D8D8;
}
.bookmaker-list-rating .star-container .star.active {
  background-color: #E9C66E;
}
.bookmaker-list-comments {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #393939;
  position: relative;
  padding-left: 22px;
  display: inline-block;
}
.bookmaker-list-comments::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/img/bookmakers/comments.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.bookmaker-list-reviews {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  text-decoration: none;
}
.bookmaker-list-reviews:hover {
  text-decoration: none;
}
.bookmaker-list-reviews::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/img/bookmakers/review.svg);
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 1279px) {
  .bookmaker-rating-list-title {
    margin: -7px 16px 11px 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
  }
  .bookmaker-rating-list-descriptions {
    margin: 0px 0px 2px 0px;
  }
  .bookmaker-rating-list-tabs {
    margin-top: -8px;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted {
    cursor: pointer;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted::after {
    content: '';
    width: 8px;
    height: 8px;
    background-image: url("/img/bookmakers/sort-grey-arrow.svg");
    display: inline-block;
    margin-left: 8px;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted.active {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #90C317;
    background-color: transparent;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted.active::after {
    background-image: url("/img/bookmakers/sort-green-arrow.svg");
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted.asc::after {
    rotate: 180deg;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-name-title {
    width: 141px;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-bonus-title {
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    text-align: left;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-rating-title {
    width: 78px;
    text-align: left;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-other-title {
    width: 100%;
    flex-grow: 3;
    flex-basis: 0;
  }
  table.soc-bookmaker-list-table-big thead tr th.stars {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td {
    text-align: left;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-name-container {
    border-right: 1px solid #D8D8D8;
    padding-right: 20px;
    margin: 12px 10px 11px 11px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 119px;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-name-container .bookmaker-list-image {
    height: 20px;
    margin-bottom: 5px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-name-container .bookmaker-list-name {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating {
    font-size: 14px;
    line-height: 22px;
    color: #393939;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating .star-container {
    width: 78px;
    margin-left: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating .star-container .star {
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
    mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #D8D8D8;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating .star-container .star.active {
    background-color: #E9C66E;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus {
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus a {
    font-size: 18px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-comments {
    margin-left: 11px;
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews {
    display: block;
    font-size: 13px;
    line-height: 16px;
    width: 74px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    padding-left: 26px;
    text-align: left;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/img/bookmakers/review.svg);
    position: absolute;
    top: -1px;
    left: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-link {
    width: 76px;
    height: 25px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bmb-white-dynamic);
    padding: 5px 13px;
    flex-shrink: 0;
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td.stars {
    display: none;
  }
}
@media (max-width: 999px) {
  table.soc-bookmaker-list-table-big thead tr th.stars {
    display: none;
  }
  table.soc-bookmaker-list-table-big thead tr th.button {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td {
    padding: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td.stars {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td.button {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td.bonus a {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus {
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus a {
    font-size: 18px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews {
    display: block;
  }
}
@media (max-width: 375px) {
  table.soc-bookmaker-list-table-big thead tr th.comments {
    display: none;
  }
  table.soc-bookmaker-list-table-big thead tr th.bonus {
    padding-right: 0;
    padding-left: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td {
    text-align: left;
  }
  table.soc-bookmaker-list-table-big tbody tr td.comments {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus {
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus a {
    font-size: 18px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-comments {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews {
    display: block;
  }
}
.bookmaker-row {
  padding: 0;
  margin-top: 32px;
  background-color: var(--bmb-gray-ranks-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 4px;
}
.bookmaker-row .bookmaker-row-first {
  background: var(--bmb-white-dynamic);
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px 24px 18px 24px;
  box-sizing: border-box;
  align-items: center;
}
.bookmaker-row .bookmaker-row-first .bookmaker-link {
  width: 220px;
  height: 36px;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
  flex-grow: 0;
  flex-shrink: 0;
  align-content: center;
}
.bookmaker-row .bookmaker-row-first .bookmaker-link:hover {
  text-decoration: none;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
  width: 156px;
  flex-shrink: 0;
  flex-grow: 0;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating {
  width: 100%;
  justify-content: start;
  margin-left: 17px;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container {
  width: 156px;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container .star {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask: url(/img/bookmakers/star-strong.svg) no-repeat 50% 50%;
  mask: url(/img/bookmakers/star-strong.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #CFCFCF;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container .star.active {
  background-color: var(--bmb-yellow-dynamic);
}
.bookmaker-row .bookmaker-row-last {
  display: flex;
  height: 56px;
  flex-wrap: nowrap;
  padding: 10px 24px;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
}
.bookmaker-row .bookmaker-row-last .bookmaker-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  text-align: left;
  align-content: center;
  color: var(--bmb-black-dynamic);
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 36px;
  overflow: hidden;
}
.bookmaker-row .bookmaker-row-last .bookmaker-link {
  width: 220px;
  height: 36px;
  margin-left: 24px;
  border-radius: 4px;
  background: var(--bmb-yellow-dynamic);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
  flex-grow: 0;
  flex-shrink: 0;
  align-content: center;
}
.bookmaker-row .bookmaker-row-last .bookmaker-link:hover {
  text-decoration: none;
}
@media (max-width: 999px) {
  .bookmaker-row .bookmaker-row-first {
    padding: 17px 24px 15px 24px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-link {
    width: 212px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating {
    margin-left: 14px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container .star {
    width: 12px;
    height: 12px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-text {
    font-size: 14px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-link {
    width: 212px;
    margin-left: 22px;
  }
}
@media (max-width: 743px) {
  .bookmaker-row .bookmaker-row-first {
    padding: 17px 10px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-link {
    width: 136px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-last {
    padding: 10px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-link {
    width: 136px;
    margin-left: 11px;
  }
}
@media (max-width: 429px) {
  .bookmaker-row .bookmaker-row-first {
    padding: 12px 10px 10px 10px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-link {
    width: 136px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container {
    flex-wrap: wrap;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating {
    margin-left: 0px;
    margin-top: 4px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-link {
    margin-left: 12px;
  }
}
.bookmaker-post-popular-list-container {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  width: 844px;
  overflow: hidden;
  position: relative;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--prev,
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next {
  background: #90C317;
  box-shadow: 0px 2px 4px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0px;
  cursor: pointer;
  display: none;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--prev:before,
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
  content: '';
  height: 12px;
  width: 12px;
  border-top: 3px solid var(--bmb-white-dynamic);
  border-right: 3px solid var(--bmb-white-dynamic);
  position: absolute;
  top: 10px;
  left: 12px;
  rotate: -135deg;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next {
  right: 0px;
  left: auto;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
  left: 8px;
  rotate: 45deg;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 254px;
  height: 283px;
  margin-right: 15px;
  background: #F8F8F8;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item:last-of-type {
  margin-right: 15px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--img {
  width: 254px;
  height: 122px;
  background-repeat: no-repeat;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-img {
  height: 32px;
  margin-top: -20px;
  margin-left: 13px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-img img {
  width: 134px;
  height: 32px;
  background: var(--bmb-white-dynamic);
  box-shadow: 1.98743px 1.98743px 7.94971px color-mix(in srgb, var(--bmb-black-dynamic) 8%, transparent);
  border-radius: 4px;
  padding: 4px 29px;
  box-sizing: border-box;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-bonus {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 7px;
  margin-bottom: 1px;
  margin-left: 13px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #222222;
  margin-bottom: 13px;
  margin-left: 13px;
  height: 40px;
  overflow: hidden;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons {
  margin-left: 13px;
  margin-bottom: 20px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-link {
  width: 120px;
  height: 37px;
  background: #74AB3F;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 11px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  text-decoration: none;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews:hover {
  text-decoration: none;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/img/bookmakers/review.svg);
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 1279px) {
  .bookmaker-post-popular-list-container {
    width: 676px;
  }
}
@media (max-width: 999px) {
  .bookmaker-post-popular-list-container {
    width: 100%;
  }
}
@media (max-width: 759px) {
  .bookmaker-post-popular-list-container {
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 0px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--prev:before,
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
    content: '';
    height: 8px;
    width: 8px;
    top: 11px;
    left: 12px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next {
    right: 0px;
    left: auto;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
    left: 9px;
    rotate: 45deg;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item {
    width: 280px;
    height: 282px;
    margin-right: 10px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item:last-of-type {
    margin-right: 10px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--img {
    width: 280px;
    height: 122px;
    background-size: cover;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #222222;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons {
    margin-left: 13px;
    margin-bottom: 20px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-link {
    width: 130px;
    height: 37px;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #232323;
    position: relative;
    padding-left: 28px;
    display: inline-block;
    text-decoration: none;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews:hover {
    text-decoration: none;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/img/bookmakers/review.svg);
    position: absolute;
    top: -1px;
    left: 0;
  }
}
.bookmaker-post-list-container {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  width: 792px;
  overflow: hidden;
  position: relative;
}
.bookmaker-post-list-container .bookmaker-post-list-container--prev,
.bookmaker-post-list-container .bookmaker-post-list-container--next {
  background: #90C317;
  box-shadow: 0px 2px 4px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0px;
  cursor: pointer;
  display: none;
}
.bookmaker-post-list-container .bookmaker-post-list-container--prev:before,
.bookmaker-post-list-container .bookmaker-post-list-container--next:before {
  content: '';
  height: 12px;
  width: 12px;
  border-top: 3px solid var(--bmb-white-dynamic);
  border-right: 3px solid var(--bmb-white-dynamic);
  position: absolute;
  top: 9px;
  left: 12px;
  rotate: -135deg;
}
.bookmaker-post-list-container .bookmaker-post-list-container--next {
  right: 0px;
  left: auto;
}
.bookmaker-post-list-container .bookmaker-post-list-container--next:before {
  left: 9px;
  rotate: 45deg;
}
.bookmaker-post-list-container .bookmaker-post-list-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 254px;
  height: 288px;
  margin-right: 15px;
  background: #F8F8F8;
  border: 1px solid #649340;
  flex-shrink: 0;
}
.bookmaker-post-list-container .bookmaker-post-list-item:hover {
  text-decoration: none;
}
.bookmaker-post-list-container .bookmaker-post-list-item:last-of-type {
  margin-right: 15px;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item--img {
  width: 252px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  width: 214px;
  height: 88px;
  margin: 14px 20px 12px 20px;
  overflow: hidden;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments {
  height: 16px;
  margin: 0px 20px 15px 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #222222;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments span {
  margin-right: 5px;
}
@media (max-width: 759px) {
  .bookmaker-post-list-container {
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 0px;
  }
  .bookmaker-post-list-container .bookmaker-post-list-container--prev:before,
  .bookmaker-post-list-container .bookmaker-post-list-container--next:before {
    content: '';
    height: 8px;
    width: 8px;
    top: 11px;
    left: 12px;
  }
  .bookmaker-post-list-container .bookmaker-post-list-container--next {
    right: 0px;
    left: auto;
  }
  .bookmaker-post-list-container .bookmaker-post-list-container--next:before {
    left: 9px;
    rotate: 45deg;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item {
    width: 280px;
    height: 260px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item--img {
    width: 280px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    width: 255px;
    height: 82px;
    margin: 11px 12px 12px 12px;
    overflow: hidden;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments {
    height: 16px;
    margin: 0px 20px 15px 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #222222;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments span {
    margin-right: 5px;
  }
}
/*
 * Predictions
 */
.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);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
}
.block-title:hover {
  text-decoration: none;
}
.prediction-page-container {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.predictions-menu-container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  padding-left: 0px;
}
.predictions-menu-container .predictions-menu-item--prev,
.predictions-menu-container .predictions-menu-item--next {
  display: block;
  position: absolute;
  top: -4px;
  cursor: pointer;
  width: 31px;
  height: 28px;
  left: 0px;
  background: linear-gradient(90deg, var(--bmb-white-dynamic) 72.73%, rgba(255, 255, 255, 0) 100%);
}
.predictions-menu-container .predictions-menu-item--prev:before,
.predictions-menu-container .predictions-menu-item--next:before {
  content: '';
  width: 17px;
  height: 17px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 6px;
  left: 4px;
}
.predictions-menu-container .predictions-menu-item--prev.active:before,
.predictions-menu-container .predictions-menu-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
.predictions-menu-container .predictions-menu-item--next {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 28px;
  background: linear-gradient(270deg, var(--bmb-white-dynamic) 72.73%, rgba(255, 255, 255, 0) 100%);
  left: auto;
  right: 0;
}
.predictions-menu-container .predictions-menu-item--next:before {
  rotate: -45deg;
  left: auto;
  right: 4px;
}
.predictions-menu-container .predictions-menu-item {
  height: 28px;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 6px 10px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  margin-right: 4px;
  cursor: pointer;
}
.predictions-menu-container .predictions-menu-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
}
.predicts-rating-prize {
  min-width: 10px;
  min-height: 10px;
}
.seasonEnds {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  color: var(--bmb-gray-text-dynamic);
}
.predictions-header-guest {
  background: var(--bmb-white-dynamic);
  display: flex;
  padding: 20px 24px;
  box-sizing: border-box;
  width: 100%;
  min-height: 102px;
  align-items: center;
  box-shadow: 0px 0px 12px 1px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 24px;
  position: relative;
}
.predictions-header-guest::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
}
.predictions-header-guest .predictions-header-guest--img {
  background: url('/img/predictions/header-prize.svg') no-repeat center center;
  background-size: 100% auto;
  width: 54px;
  height: 54px;
  margin-right: 24px;
  flex-shrink: 0;
}
.predictions-header-guest .predictions-header-guest--text {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--bmb-black-dynamic);
  flex-shrink: 1;
  width: 100%;
}
.predictions-header-guest .predictions-header-guest--text p {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.predictions-header-guest .predictions-header-guest--btn {
  margin-left: 24px;
  flex-shrink: 0;
}
.predictions-header-guest .predictions-header-guest--btn a.login_button {
  display: block;
  width: 174px;
  height: 36px;
  background: var(--bmb-green-dynamic);
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: var(--bmb-white-dynamic);
}
.predictions-header-guest .predictions-header-guest--btn a.login_button:hover {
  text-decoration: none;
}
.tab-pane#rules {
  padding: 20px 0;
}
@media (max-width: 999px) {
  .seasonEnds {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #999999;
    margin: 0;
  }
  .predictions-header-guest {
    background: #F1F1F1;
    display: flex;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 102px;
    align-items: center;
    position: relative;
    padding-bottom: 54px;
  }
  .predictions-header-guest .predictions-header-guest--img {
    background: url('/img/predictions/header-prize.svg') no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .predictions-header-guest .predictions-header-guest--text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
  }
  .predictions-header-guest .predictions-header-guest--btn {
    padding-left: 74px;
    position: absolute;
    bottom: 12px;
    width: 100%;
    right: 12px;
    box-sizing: border-box;
  }
  .predictions-header-guest .predictions-header-guest--btn a.login_button {
    width: 100%;
    height: 26px;
    background: #74AB3F;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: var(--bmb-white-dynamic);
  }
}
@media (max-width: 429px) {
  .prediction-page-container {
    padding: 0 8px;
  }
}
.predictions-header-user {
  min-height: 84px;
  background: var(--bmb-white-dynamic);
  display: flex;
  padding: 25px 30px 29px 30px;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  box-shadow: 0px 0px 12px 1px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 24px;
  position: relative;
}
.predictions-header-user::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
}
.predictions-header-user .predictions-header-user-row {
  display: flex;
  width: 100%;
  align-items: center;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img {
  width: 42px;
  height: 42px;
  border: 1px solid var(--bmb-white-dynamic);
  border-radius: 50%;
  margin-right: 24px;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img img {
  border-radius: 50%;
  width: 100%;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img.with-fonbet {
  position: relative;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--img.with-fonbet:after {
  content: "";
  background: url('/img/predictions/fonbet.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -7px;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--title {
  font-family: 'TT Commons Classic';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--balance {
  width: 100%;
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--balance::before {
  content: '';
  background: url('/img/predictions/bolar.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--rating {
  width: 100%;
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user .predictions-header-user-row .predictions-header-user--rating::before {
  content: '';
  background: url('/img/predictions/star.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.predictions-header-user .predictions-header-user--info {
  background: url('/img/predictions/info.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 36px;
  right: 30px;
  cursor: pointer;
}
.predictions-header-user-fonbet {
  display: flex;
  height: 70px;
  padding: 17px 22px;
  background: #F1F1F1;
  box-sizing: border-box;
  margin-top: 10px;
  align-items: center;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--img {
  background: url('/img/predictions/fonbet.svg') no-repeat center center;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 16px;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--text {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-bottom: 4px;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button {
  width: 174px;
  height: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #EB0018;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  padding: 10px 0;
  box-sizing: border-box;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button.not-connected {
  background: #EB0018;
  cursor: pointer;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button.on-check {
  background: #999999;
}
.predictions-header-user-fonbet .predictions-header-user-fonbet--button.approved {
  background: #74AB3F;
}
@media (max-width: 1000px) {
  .predictions-header-user {
    padding: 12px;
    flex-wrap: wrap;
    min-height: 86px;
    margin-top: 30px;
  }
  .predictions-header-user .predictions-header-user-row:first-of-type {
    margin-bottom: 18px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--title {
    font-size: 18px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--balance {
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--balance::before {
    width: 14px;
    height: 14px;
    top: 0;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--rating {
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user .predictions-header-user-row .predictions-header-user--rating::before {
    width: 14px;
    height: 14px;
    top: 0;
  }
  .predictions-header-user .predictions-header-user--info {
    width: 14px;
    height: 14px;
    top: 12px;
    right: 12px;
  }
  .predictions-header-user-fonbet {
    display: flex;
    height: auto;
    padding: 14px 14px 47px 14px;
    background: #F1F1F1;
    box-sizing: border-box;
    margin-top: 10px;
    align-items: start;
    position: relative;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--img {
    margin-right: 14px;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--text .predictions-header-user-fonbet--text-description {
    font-size: 10px;
    line-height: 11px;
  }
  .predictions-header-user-fonbet .predictions-header-user-fonbet--button {
    position: absolute;
    width: 247px;
    height: 26px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
    bottom: 10px;
    right: 12px;
  }
}
.predictions-header-fonbet {
  background: #F1F1F1;
  display: flex;
  padding: 17px 22px;
  box-sizing: border-box;
  width: 100%;
  min-height: 70px;
  align-items: center;
  margin: 10px 0;
}
.predictions-header-fonbet .predictions-header-fonbet--img {
  background: url('/img/predictions/fonbet.svg') no-repeat center center;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
.predictions-header-fonbet .predictions-header-fonbet--text {
  width: 100%;
  flex-shrink: 1;
}
.predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-fonbet .predictions-header-fonbet--btn {
  margin-left: 24px;
  flex-shrink: 0;
}
.predictions-header-fonbet .predictions-header-fonbet--btn button {
  width: 174px;
  height: 36px;
  background: #EB0018;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
}
.predictions-header-fonbet-bonus {
  background: #F1F1F1;
  display: flex;
  padding: 11px 22px;
  box-sizing: border-box;
  width: 50%;
  min-height: 60px;
  align-items: center;
  margin-bottom: 10px;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-bottom: 3px;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount {
  position: relative;
  padding-left: 27px;
  box-sizing: border-box;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount::before {
  content: '';
  background: url('/img/predictions/bolar.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn {
  margin-left: 24px;
  flex-shrink: 0;
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button {
  width: 120px;
  height: 37px;
  background: #999999;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
}
.predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button.active {
  background: #74AB3F;
}
@media (max-width: 1024px) {
  .predictions-header-fonbet {
    background: #F1F1F1;
    display: flex;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 122px;
    align-items: center;
    position: relative;
    padding-bottom: 74px;
    margin-bottom: 6px 0;
  }
  .predictions-header-fonbet .predictions-header-fonbet--img {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    flex-shrink: 0;
  }
  .predictions-header-fonbet .predictions-header-fonbet--text {
    width: 100%;
    flex-shrink: 1;
  }
  .predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
    margin-bottom: 4px;
  }
  .predictions-header-fonbet .predictions-header-fonbet--text .predictions-header-fonbet--text-description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
  }
  .predictions-header-fonbet .predictions-header-fonbet--btn {
    padding-left: 74px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 12px;
    box-sizing: border-box;
  }
  .predictions-header-fonbet .predictions-header-fonbet--btn button {
    width: 100%;
    height: 26px;
    padding: 5px 0;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: var(--bmb-white-dynamic);
  }
  .predictions-header-fonbet-bonus {
    padding: 12px;
    width: 100%;
    min-height: 66px;
    margin-bottom: 10px;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
    margin-bottom: 8px;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus-container .predictions-header-fonbet-bonus-container-amount::before {
    content: '';
    background: url('/img/predictions/bolar.svg') no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn {
    margin-left: 24px;
    flex-shrink: 0;
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button {
    width: 124px;
    height: 26px;
    padding: 8px 0;
    font-size: 10px;
    line-height: 10px;
    color: var(--bmb-white-dynamic);
  }
  .predictions-header-fonbet-bonus .predictions-header-fonbet-bonus--btn button.active {
    background: #74AB3F;
  }
}
#ratings #predictions-rating-season-selectpicker-container {
  margin-bottom: 4px;
  margin-top: 20px;
}
#ratings .rating-list--tour-list-container.tab-block {
  padding: 0;
}
#ratings .rating-list--tour-list {
  display: flex;
  justify-content: start;
  padding-left: 6px;
  overflow: hidden;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: nowrap;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--prev,
#ratings .rating-list--tour-list .rating-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: transparent;
  left: 0px;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--prev:before,
#ratings .rating-list--tour-list .rating-list--tour-list-item--next:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 9px;
  left: 4px;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--prev.active:before,
#ratings .rating-list--tour-list .rating-list--tour-list-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: var(--bmb-gray-ranks-dynamic);
  left: auto;
  right: 0;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item--next:before {
  rotate: -45deg;
  left: -1px;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item {
  width: 141px;
  height: 25px;
  padding: 5px 0;
  box-sizing: border-box;
  background: var(--bmb-gray-ranks-dynamic);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  margin-right: 0;
}
#ratings .rating-list--tour-list .rating-list--tour-list-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
#ratings .rating-list-table-container {
  display: none;
  padding: 0 0 16px 0;
}
#ratings .rating-list-table-container.active {
  display: block;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
  grid-template-columns: 104px minmax(279px, 279fr) 200px;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td {
  height: auto;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td.rating-user a,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td.rating-user a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td .logo,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td .logo {
  width: 33px;
  height: 33px;
  position: relative;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td .logo.rating-list-ava-with-prize::before,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td .logo.rating-list-ava-with-prize::before {
  content: '';
  background: url('/img/predictions/prize.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 3px;
  right: -6px;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr .body-table-td .logo.rating-list-ava-with-fonbet::after,
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr .body-table-td .logo.rating-list-ava-with-fonbet::after {
  content: "";
  background: url('/img/predictions/fonbet-small.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 22px;
  right: -6px;
}
#ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
  height: 45px;
}
@media (max-width: 999px) {
  #ratings .rating-list--tour-list-container.tab-block {
    padding: 0 14px;
  }
  #ratings .rating-list-table-container {
    display: none;
    padding: 0px;
    margin-top: 22px;
  }
  #ratings .rating-list-table-container.active {
    display: block;
  }
  #ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr,
  #ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
    grid-template-columns: 75px minmax(179px, 179fr) 200px;
  }
}
@media (max-width: 743px) {
  #ratings .rating-list--tour-list-container.tab-block {
    padding: 0 14px;
  }
  #ratings .rating-list-table-container {
    display: none;
    padding: 0px;
    margin-top: 22px;
  }
  #ratings .rating-list-table-container.active {
    display: block;
  }
  #ratings .rating-list-table-container .rating-list-table .table-block-container .head-table-tr,
  #ratings .rating-list-table-container .rating-list-table .table-block-container .body-table-tr {
    grid-template-columns: 35px minmax(179px, 179fr) 50px;
  }
}
@media (max-width: 429px) {
  #ratings .rating-list--tour-list-container.tab-block {
    padding: 0;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper {
    padding: 0 8px;
    gap: 0;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-btn.carousel-v2-btn-first {
    margin-right: 10px;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-btn.carousel-v2-btn-last {
    margin-left: 10px;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-container {
    margin-right: 4px;
    margin-left: 4px;
  }
  #ratings .rating-list--tour-list-container.tab-block .rating-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-container .carousel-v2-track .rating-list--tour-list-item.tab-block-list-item.carousel-v2-card {
    width: 120px;
  }
}
#matches {
  font-family: 'Roboto';
}
#matches .match-list-table-container {
  display: none;
  margin-top: 25px;
}
#matches .match-list-table-container.active {
  display: block;
}
#matches .match-list-table-container .auto-predict-container {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 21px 16px;
}
#matches .match-list-table-container .auto-predict-container .autopredict {
  font-family: 'Roboto';
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 256px;
  height: 36px;
  margin-right: 50px;
}
#matches .match-list-table-container .auto-predict-container .autopredict:hover {
  background: var(--bmb-green-hover-dynamic);
}
#matches .match-list--tour-list-container.tab-block {
  padding: 0;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list {
  display: flex;
  justify-content: start;
  padding-left: 6px;
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 32px;
  flex-wrap: nowrap;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--prev,
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 22px;
  height: 38px;
  background: transparent;
  left: 0px;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--prev:before,
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next:before {
  content: '';
  width: 11px;
  height: 11px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 13px;
  left: 9px;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--prev.active:before,
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  background: var(--bmb-gray-ranks-dynamic);
  left: auto;
  right: 0;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item--next:before {
  rotate: -45deg;
  left: 2px;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item {
  position: relative;
  width: 142px;
  height: 36px;
  padding: 5px 0;
  box-sizing: border-box;
  background: var(--bmb-gray-ranks-dynamic);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-right: 0;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  margin-bottom: 0;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.finished {
  background: var(--bmb-gray-neutral-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.finished .match-list--tour-list-item--title {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.finished .match-list--tour-list-item--status {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.active .match-list--tour-list-item--title {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.active .match-list--tour-list-item--status {
  color: var(--bmb-white-dynamic);
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.load .match-list--tour-list-item--title {
  color: transparent;
}
#matches .match-list--tour-list-container.tab-block .match-list--tour-list .match-list--tour-list-item.load .match-list--tour-list-item--status {
  color: transparent;
}
#matches .match-day-row--header {
  display: flex;
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row--header .match-day-row-match-info {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  height: 25px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--match {
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount {
  width: 159px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 22px;
  text-align: left;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount span {
  width: 48px;
  height: 15px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount span.delete {
  width: 45px;
  height: 15px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events {
  width: 305px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events span {
  width: 48px;
  height: 15px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}
#matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events span.delete {
  width: 45px;
  height: 15px;
}
#matches .match-day-row {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  flex-direction: column;
}
#matches .match-day-row:nth-of-type(2n+1) {
  background-color: var(--bmb-white-dynamic);
}
#matches .match-day-row:nth-of-type(odd) {
  background-color: var(--bmb-gray-ranks-dynamic);
}
#matches .match-day-row .match-day-row-match-info {
  display: flex;
  width: 100%;
  align-items: center;
  height: 50px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 14px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
  width: 100%;
  flex-shrink: 1;
  max-height: 32px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1.win,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2.win {
  font-weight: 700;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  background: var(--bmb-gray-elements-dynamic);
  border: 1px solid var(--bmb-gray-neutral-dynamic);
  border-radius: 50%;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo .match-day-row-match-info--match-team-logo,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo .match-day-row-match-info--match-team-logo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
  text-align: left;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
  margin-left: 0;
  margin-right: 10px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score {
  width: 60px;
  margin-right: 17px;
  margin-left: 17px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score .match-day-row-match-info--match-score--status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-bottom: 4px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score .match-day-row-match-info--match-score--score {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score.running {
  color: var(--bmb-green-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score.running .match-day-row-match-info--match-score--status,
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score.running .match-day-row-match-info--match-score--score {
  color: var(--bmb-green-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount {
  width: 159px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 0px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  text-align: left;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row {
  padding-left: 48px;
  position: relative;
  display: flex;
  align-items: center;
  height: 19px;
  margin-bottom: 2px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row .sum {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row::before {
  content: '';
  background: url('/img/predictions/bolar.svg') no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0px;
  left: 22px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.total {
  order: 1;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.total::before {
  background: url('/img/predictions/bolar-green.svg') no-repeat center center;
  background-size: 100% auto;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.main {
  order: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.played::before {
  background: url('/img/predictions/bet_played.svg') no-repeat center center;
  background-size: 100% auto;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row.no-played::before {
  background: url('/img/predictions/bet_no_played.svg') no-repeat center center;
  background-size: 100% auto;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .title {
  display: none;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount span.delete {
  display: none;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title {
  display: none;
  width: 305px;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: start;
  align-items: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title span {
  width: 48px;
  height: 36px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 10px 0 9px 0;
  box-sizing: border-box;
  color: var(--bmb-gray-neutral-dynamic);
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 4px;
  flex-shrink: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
  width: 305px;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: start;
  display: flex;
  align-items: center;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events div.status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--bmb-black-dynamic);
  width: 157px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span {
  width: 48px;
  height: 36px;
  background: #FFEFCF;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 10px 0 9px 0;
  box-sizing: border-box;
  color: var(--bmb-black-dynamic);
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 4px;
  flex-shrink: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.chosen {
  background: var(--bmb-yellow-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.total {
  background: #D2F1C7;
  color: var(--bmb-black-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.total.chosen {
  background: var(--bmb-light-green-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.disabled {
  background: var(--bmb-gray-elements-dynamic);
  color: var(--bmb-gray-text-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.disabled.chosen {
  background: var(--bmb-yellow-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.delete {
  width: 45px;
  height: 36px;
  margin-right: 0;
  background-color: transparent;
  background: url('/img/predictions/delete.svg') no-repeat center center;
  background-size: 100% auto;
  background-size: 16px;
}
#matches .match-day-row .match-day-row-events-info {
  display: flex;
  justify-content: end;
  height: 50px;
  align-items: center;
  display: none;
}
#matches .match-day-row .match-day-row-events-info .label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-right: 12px;
}
#matches .match-day-row .match-day-row-events-info .input {
  margin-right: 47px;
}
#matches .match-day-row .match-day-row-events-info .input input {
  width: 90px;
  height: 36px;
  background: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 4px;
  padding-left: 10px;
}
#matches .match-day-row .match-day-row-events-info .input input:focus-visible {
  border: 1px solid var(--bmb-gray-elements-dynamic);
  outline: none;
}
#matches .match-day-row .match-day-row-events-info .button {
  font-family: 'Roboto';
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 256px;
  height: 36px;
  margin-right: 50px;
}
#matches .match-day-row .match-day-row-events-info .button:hover {
  background: var(--bmb-green-hover-dynamic);
}
#matches .match-list-info-panel {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  text-align: center;
  height: 32px;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #F1F1F1;
  background: #DE4040;
}
#matches .match-list-info-panel.done {
  background-color: #74AB3F;
}
@media (max-width: 1279px) {
  #matches .match-list-table-container {
    display: none;
  }
  #matches .match-list-table-container.active {
    display: block;
  }
  #matches .match-list-table-container .auto-predict-container {
    width: auto;
    display: flex;
    justify-content: right;
    padding: 18px 0;
    box-sizing: border-box;
    margin-left: 14px;
    margin-right: 14px;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 256px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 18px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev,
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev.active:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item {
    width: 93px;
    height: 26px;
    padding: 3px 0;
    margin-right: 5px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
    font-size: 10px;
    line-height: 10px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  #matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--amount {
    width: 96px;
  }
  #matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events {
    width: 305px;
  }
  #matches .match-day-row--header .match-day-row-match-info .match-day-row-match-info--events span.delete {
    display: none;
  }
  #matches .match-day-row {
    margin-left: 14px;
    margin-right: 14px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match {
    margin-left: 0px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
    max-height: 32px;
    font-size: 14px;
    line-height: 17px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score {
    margin-right: 14px;
    margin-left: 14px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount {
    width: 96px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
    width: 305px;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: start;
    display: flex;
    align-items: center;
  }
  #matches .match-day-row .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 256px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-list-info-panel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
    background: #DE4040;
  }
  #matches .match-list-info-panel.done {
    background-color: #74AB3F;
  }
}
@media (max-width: 999px) {
  #matches .match-list-table-container {
    display: none;
  }
  #matches .match-list-table-container.active {
    display: block;
  }
  #matches .match-list-table-container .auto-predict-container {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 18px 0;
    box-sizing: border-box;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict {
    width: 100%;
    margin-right: 0;
  }
  #matches .match-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 18px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev,
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev.active:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item {
    width: 93px;
    height: 26px;
    padding: 3px 0;
    margin-right: 5px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
    font-size: 10px;
    line-height: 10px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  #matches .match-day-row--header {
    display: none;
  }
  #matches .match-day-row {
    display: flex;
    margin-left: 14px;
    margin-right: 14px;
    flex-direction: column;
  }
  #matches .match-day-row .match-day-row-match-info {
    height: auto;
    flex-direction: column;
    padding-top: 16px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2 {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    flex-shrink: 1;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
    width: 32px;
    height: 32px;
    margin-left: 8px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team1-logo img,
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo img {
    width: 100%;
    border-radius: 50%;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-team2-logo {
    margin-left: 0;
    margin-right: 8px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--match .match-day-row-match-info--match-score {
    margin-right: 5px;
    margin-left: 5px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 20px;
    margin-bottom: 21px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .sum {
    font-size: 12px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .title {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    display: block;
    font-weight: 400;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount::before {
    width: 19px;
    height: 19px;
    top: 0;
    left: 98px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .label {
    display: flex;
    width: 63px;
    justify-content: start;
    margin-right: 14px;
    white-space: break-spaces;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .input {
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 163px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
    width: 100%;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span {
    width: 48px;
    height: 26px;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 0 6px 0;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.delete {
    display: flex;
    margin-right: -45px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title span {
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 163px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-list-info-panel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
    background: #DE4040;
  }
  #matches .match-list-info-panel.done {
    background-color: #74AB3F;
  }
}
@media (max-width: 429px) {
  #matches .match-list--tour-list-container.tab-block {
    padding: 0;
  }
  #matches .match-list--tour-list-container.tab-block .match-list--tour-list.tab-block-list.carousel-v2-wrapper {
    padding: 0 8px;
  }
  #matches .match-list--tour-list-container.tab-block .match-list--tour-list.tab-block-list.carousel-v2-wrapper .carousel-v2-container .carousel-v2-track .match-list--tour-list-item.tab-block-list-item.carousel-v2-card {
    width: 108px;
  }
  #matches .match-list-table-container {
    display: none;
  }
  #matches .match-list-table-container.active {
    display: block;
  }
  #matches .match-list-table-container .auto-predict-container {
    margin-right: 8px;
    margin-left: 8px;
  }
  #matches .match-list-table-container .auto-predict-container .autopredict {
    width: 100%;
    margin-right: 0;
  }
  #matches .match-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 18px;
    margin-bottom: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev,
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--prev.active:before,
  #matches .match-list--tour-list .match-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #matches .match-list--tour-list .match-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item {
    width: 93px;
    height: 26px;
    padding: 3px 0;
    margin-right: 5px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--title {
    font-size: 10px;
    line-height: 10px;
  }
  #matches .match-list--tour-list .match-list--tour-list-item .match-list--tour-list-item--status {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  #matches .match-day-row--header {
    display: none;
  }
  #matches .match-day-row {
    margin-left: 8px;
    margin-right: 8px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events {
    width: 100%;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span {
    margin-right: 6px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events span.delete {
    display: none;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-match-info--amount-row {
    order: 1;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info {
    order: 1;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .label {
    display: none;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .input {
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button {
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-white-dynamic);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: var(--bmb-green-dynamic);
    text-decoration: none;
    cursor: pointer;
    width: 163px;
    height: 36px;
    margin-right: 10px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount .match-day-row-events-info .button:hover {
    background: var(--bmb-green-hover-dynamic);
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--amount span.delete {
    order: 2;
    padding: 10px 0 9px 0;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
    width: 45px;
    height: 36px;
    margin-right: 0;
    background-color: transparent;
    background: url('/img/predictions/delete.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 16px;
  }
  #matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events-title span {
    margin-right: 6px;
  }
  #matches .match-list-info-panel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    height: 32px;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #F1F1F1;
    background: #DE4040;
  }
  #matches .match-list-info-panel.done {
    background-color: #74AB3F;
  }
}
#prizes .prize-list--tour-list {
  display: flex;
  justify-content: start;
  padding-left: 18px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--prev,
#prizes .prize-list--tour-list .prize-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: #F1F1F1;
  left: 0px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--prev:before,
#prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  rotate: 135deg;
  position: absolute;
  top: 9px;
  left: 4px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--prev.active:before,
#prizes .prize-list--tour-list .prize-list--tour-list-item--next.active:before {
  border-color: var(--bmb-black-dynamic);
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--next {
  display: block;
  position: absolute;
  top: 0px;
  cursor: pointer;
  width: 12px;
  height: 26px;
  background: #F1F1F1;
  left: auto;
  right: 0;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
  rotate: -45deg;
  left: -1px;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item {
  width: 141px;
  height: 25px;
  padding: 5px 0;
  box-sizing: border-box;
  background: #F1F1F1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-right: 6px;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}
#prizes .prize-list--tour-list .prize-list--tour-list-item.active {
  background: #74AB3F;
  color: var(--bmb-white-dynamic);
}
#prizes .prize-list-container {
  display: none;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  padding: 16px;
  flex-wrap: wrap;
}
#prizes .prize-list-container.active {
  display: flex;
}
#prizes .prize-list-container .prize-list-item {
  width: 32%;
  padding: 27px 10px 10px 10px;
  box-sizing: border-box;
  background: #F1F1F1;
  text-align: center;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
#prizes .prize-list-container .prize-list-item:nth-of-type(3) {
  margin-right: 0;
}
#prizes .prize-list-container .prize-list-item:nth-child(4n) {
  flex-basis: 100%;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--img {
  width: 108px;
  height: 108px;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--img img {
  width: 100%;
  height: 100%;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--place {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bmb-black-dynamic);
  margin-top: 15px;
  margin-bottom: 10px;
}
#prizes .prize-list-container .prize-list-item .prize-list-item--text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
@media (max-width: 1024px) {
  #prizes .prize-list--tour-list {
    display: flex;
    justify-content: start;
    padding-left: 12px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 22px;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item {
    width: 93px;
    height: 26px;
    font-size: 10px;
    line-height: 10px;
    padding: 8px 0;
    flex-shrink: 0;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--prev,
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: 0px;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--prev:before,
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    rotate: 135deg;
    position: absolute;
    top: 9px;
    left: 4px;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--prev.active:before,
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next.active:before {
    border-color: var(--bmb-black-dynamic);
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next {
    display: block;
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 12px;
    height: 26px;
    background: #F1F1F1;
    left: auto;
    right: 0;
  }
  #prizes .prize-list--tour-list .prize-list--tour-list-item--next:before {
    rotate: -45deg;
    left: -1px;
  }
  #prizes .prize-list-container {
    padding: 0;
  }
  #prizes .prize-list-container .prize-list-item {
    width: 49%;
    margin-bottom: 10px;
  }
  #prizes .prize-list-container .prize-list-item:nth-child(4n) {
    flex-basis: auto;
  }
}
.predictions-header-user-fonbet-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(241, 241, 241, 0.63);
  backdrop-filter: blur(2px);
  display: none;
  z-index: 10;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 645px;
  height: 418px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 7px color-mix(in srgb, var(--bmb-black-dynamic) 30%, transparent);
  padding: 30px 50px;
  box-sizing: border-box;
  margin-left: -323px;
  margin-top: -209px;
  z-index: 10;
  display: flex;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges {
  position: relative;
  margin-right: 43px;
  width: 190px;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge1 {
  position: absolute;
  background: url('/img/predictions/prize1.png') no-repeat center center;
  background-size: 100% auto;
  width: 143px;
  height: 143px;
  left: 1px;
  top: 41px;
  z-index: 3;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge2 {
  position: absolute;
  background: url('/img/predictions/prize2.png') no-repeat center center;
  background-size: 100% auto;
  width: 120px;
  height: 120px;
  top: 127px;
  left: 71px;
  z-index: 2;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge3 {
  position: absolute;
  background: url('/img/predictions/prize3.png') no-repeat center center;
  background-size: 100% auto;
  width: 108px;
  height: 108px;
  top: 200px;
  left: 25px;
  z-index: 1;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--close-btn {
  position: absolute;
  background: url('/img/predictions/popup_close_btn.png') no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 30px;
  z-index: 10;
  cursor: pointer;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container {
  display: flex;
  flex-direction: column;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--title-image {
  background: url('/img/predictions/title_fonbet_eng_red.png') no-repeat center center;
  background-size: 100% auto;
  width: 108px;
  height: 20px;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-top: 21px;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-btn-sign-up {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-sign-up {
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 36px;
  background: #D61B26;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 10px 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  cursor: pointer;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-input {
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input {
  margin-top: 16px;
  width: 100%;
  height: 36px;
  background: #F2F2F2;
  border-radius: 2px !important;
  padding: 10px 21px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #757575;
  border: none;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input:focus {
  outline: none;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input.error {
  border: 2px solid #D61B26;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container {
  margin-top: 12px;
  display: flex;
  align-items: start;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container input[type="checkbox"].predictions-header-user-fonbet-popup--checkbox {
  width: 12px;
  height: 12px;
  background: #F2F2F2;
  border-radius: 2px !important;
  border: none;
  margin-right: 9px;
  margin-top: 0;
  outline: 0;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text a {
  text-decoration: underline;
  color: var(--bmb-black-dynamic);
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text.with-error {
  color: red;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container .predictions-header-user-fonbet-popup--checkbox-text.with-error a {
  color: red;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-connect {
  margin-top: 16px;
  width: 100%;
  height: 36px;
  background: #999999;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  cursor: pointer;
}
.predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-connect.active {
  background-color: #D61B26;
}
@media (max-width: 1024px) {
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup {
    margin-top: -225px;
    width: 323px;
    height: 470px;
    padding: 24px 20px;
    box-sizing: border-box;
    margin-left: -162px;
    flex-direction: column;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges {
    position: relative;
    margin-right: 43px;
    width: 100%;
    height: 97px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge1 {
    position: absolute;
    background: url('/img/predictions/prize1.png') no-repeat center center;
    background-size: 100% auto;
    width: 97px;
    height: 97px;
    left: 55px;
    top: 0px;
    z-index: 3;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge2 {
    position: absolute;
    background: url('/img/predictions/prize2.png') no-repeat center center;
    background-size: 100% auto;
    width: 78px;
    height: 78px;
    top: 13px;
    left: 104px;
    z-index: 2;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--iamges .predictions-header-user-fonbet-popup--iamge3 {
    position: absolute;
    background: url('/img/predictions/prize3.png') no-repeat center center;
    background-size: 100% auto;
    width: 75px;
    height: 75px;
    top: 22px;
    left: 141px;
    z-index: 1;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--close-btn {
    right: 20px;
    top: 18px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container {
    margin-top: 28px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-btn-sign-up {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-sign-up {
    margin-top: 8px;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 12px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--label-input {
    margin-top: 13px;
    font-size: 14px;
    line-height: 16px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--input {
    margin-top: 6px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--checkbox-container {
    margin-top: 12px;
  }
  .predictions-header-user-fonbet-popup-background .predictions-header-user-fonbet-popup .predictions-header-user-fonbet-popup--container .predictions-header-user-fonbet-popup--btn-connect {
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
  }
}
.prediction-factoid-title {
  font-family: 'TT Commons Classic';
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
.prediction-factoid-list {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  padding: 0 20px 35px 20px;
}
.prediction-factoid-list .prediction-factoid-list--item {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: var(--bmb-white-dynamic);
  padding: 19px 27px;
  margin-bottom: 8px;
  width: 100%;
  box-shadow: 0px 0px 4px 1px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
}
.prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-percentage {
  color: var(--bmb-green-dynamic);
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%;
  width: 125px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-text {
  color: var(--bmb-black-dynamic);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: 100%;
  text-align: left;
}
@media (max-width: 999px) {
  .prediction-factoid-title {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 14px;
  }
  .prediction-factoid-list {
    padding: 0 14px;
  }
  .prediction-factoid-list .prediction-factoid-list--item {
    height: 48px;
    padding: 10px 12px 12px 12px;
    margin-bottom: 8px;
    width: 100%;
  }
  .prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-percentage {
    font-size: 24px;
    width: 77px;
  }
  .prediction-factoid-list .prediction-factoid-list--item .prediction-factoid-list--item-text {
    font-size: 12px;
  }
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events .predictions-do-bet-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 256px;
  margin-right: 50px;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events .predictions-do-bet-loader.single {
  width: 45px;
  height: 36px;
  margin-right: 0;
}
#matches .match-day-row .match-day-row-match-info .match-day-row-match-info--events .predictions-do-bet-loader.single span {
  width: 12px;
  height: 12px;
  background-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.predictions-do-bet-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 256px;
  margin-right: 50px;
}
.predictions-do-bet-loader.single {
  width: 45px;
  height: 36px;
  margin-right: 0;
}
.predictions-do-bet-loader span {
  width: 12px;
  height: 12px;
  background-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}
.predictions-do-bet-loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.predictions-do-bet-loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.predictions-do-bet-loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.predictions-do-bet-loader span:nth-child(5) {
  animation-delay: 0.4s;
}
.predictions-tab-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.predictions-tab-loader span {
  width: 12px;
  height: 12px;
  background-color: var(--bmb-white-dynamic);
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}
.predictions-tab-loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.predictions-tab-loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.predictions-tab-loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.predictions-tab-loader span:nth-child(5) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
@media (max-width: 999px) {
  .predictions-do-bet-loader {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 163px;
    margin-right: 10px;
  }
}
/*
 * Comments
 */
.media-heading {
  display: flex;
}
.media-heading a {
  margin-right: 5px;
}
.info-col a {
  margin-right: 5px;
}
.comment-header-team-icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.profile-header-team-icon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.profile-header-team-icon.mobile {
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .mdl-tabs__tab-bar-comment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .mdl-tabs__tab-bar-comment a:active,
  .mdl-tabs__tab-bar-comment a:focus {
    text-decoration: none !important;
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment {
    color: #4caf50;
    padding: 0 12px;
    text-transform: none;
    margin: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-upgraded,
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-active {
    color: color-mix(in srgb, var(--bmb-black-dynamic) 87%, transparent);
  }
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-upgraded:after,
  .mdl-tabs__tab-bar-comment .mdl-tabs__tab-comment.is-active:after {
    display: block;
    content: " ";
    bottom: 0;
    position: absolute;
    animation: none;
    width: 16px;
    height: 12px;
    background-color: transparent;
    background-image: url(/themes/mobileMDL/public/images/triangle.png);
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -6px;
    z-index: 1;
  }
}
.comment-hint {
  display: none;
  position: absolute;
  width: 245px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  color: #83B652;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--bmb-white-dynamic);
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
}
.comment-hint .triangle {
  width: 45px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: -24px;
  left: 0px;
  border: none;
}
.comment-hint .triangle:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--bmb-white-dynamic);
  transform: rotate(45deg);
  top: 11px;
  left: 10px;
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
}
.comment-hint .text {
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 2;
  cursor: pointer;
  color: #83B652;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.comment-hint .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent;
  background-image: url(/img/icons/comments/hint/close.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 1;
  top: 8px;
  right: 4px;
}
@media (max-width: 1024px) {
  .comment-hint {
    width: 174px;
    height: 30px;
    z-index: 2;
    box-sizing: border-box;
  }
  .comment-hint .triangle {
    width: 38px;
    height: 21px;
    top: -21px;
  }
  .comment-hint .triangle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--bmb-white-dynamic);
    transform: rotate(45deg);
    top: 11px;
    left: 9px;
    box-shadow: 0px 0px 10px 0px color-mix(in srgb, var(--bmb-black-dynamic) 35%, transparent);
  }
  .comment-hint .text {
    position: absolute;
    left: 14px;
    top: 9px;
    font-size: 10px;
  }
  .comment-hint .close {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    background-color: transparent;
    background-image: url(/img/icons/comments/hint/close.png);
    background-repeat: no-repeat;
    background-size: 11px;
    opacity: 1;
    top: 0px;
    right: 0px;
  }
}
@keyframes highlinting {
  from {
    background: #ECFFF5;
  }
  to {
    background: transparent;
  }
}
.comment-wrapper {
  padding: 0;
}
.comment-wrapper.is-highlight {
  border-radius: 4px;
  background: transparent;
  padding: 10px 12px;
  animation: highlinting 100s linear 0s;
}
.comments-wrapper .empty-comments,
.comments-wrapper .loading-indicator {
  padding-top: 14px;
  border-top: 1px solid #EDEDED;
  box-sizing: content-box;
  align-content: center;
  height: 86px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--bmb-gray-text-dynamic);
}
.comments-wrapper .empty-comments .loading-spinner,
.comments-wrapper .loading-indicator .loading-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid var(--bmb-white-dynamic);
  border-top-color: var(--bmb-orange-dynamic);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-bottom: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.comment__top {
  display: flex;
  align-items: start;
}
.comment__top-right {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
}
.comment__top-right .comment__top-right-inner {
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  width: 100%;
}
.comment__top-right .comment__top-right-inner:hover {
  text-decoration: none;
}
.comment__top-right-inner {
  display: flex;
  align-items: center;
}
.comment__avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #D9D9D9;
  cursor: pointer;
}
.comment__avatar span {
  text-transform: uppercase;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  line-height: 16px;
}
.comment__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.comment__avatar--reply {
  width: 35px;
}
.comment__avatar.is-reported {
  position: relative;
}
.comment__avatar.is-reported::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-image: url("/img/icons/comments/user-icon-reported.svg");
  border-radius: 100%;
  background-size: contain;
}
.comment__avatar.is-banned {
  position: relative;
}
.comment__avatar.is-banned::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-image: url("/img/icons/comments/user-icon-banned.svg");
  border-radius: 100%;
  background-size: contain;
}
.user-team-img {
  width: 19px;
  margin-left: 8px;
}
.rating {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}
.comment__author {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  flex-shrink: 0;
}
.comment__date {
  color: #B6B6B6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment__date .reply-user-name {
  display: inline-block;
  color: #B6B6B6;
  cursor: pointer;
}
.comment__date .reply-user-name:hover {
  text-decoration: none;
  color: #B6B6B6;
}
.comment__content {
  margin: 20px 0 0 0;
}
.comment__content--reply {
  margin: 10px 0 0 0;
}
.comment__text {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  word-break: break-word;
}
.comment__text.comment__text--not-showing {
  color: var(--bmb-gray-text-dynamic);
}
.comment__text a {
  color: #7CAF55;
}
.comment__like {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.comment__like--show-on-mobile {
  display: none;
}
.comment__like-counter {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
.comment__like-btn {
  width: 40px;
  height: 36px;
  background: url('/img/icons/comments/like.svg') no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.comment__like-btn--liked {
  background: url('/img/icons/comments/like-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__like-btn.disabled {
  background: url('/img/icons/comments/like-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.comment__tools .comment-tool-btn,
.comment__tools .comment-tool-btn-wrap {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.comment__tools .comment-tool-btn:last-of-type,
.comment__tools .comment-tool-btn-wrap:last-of-type {
  margin-right: 0;
}
.comment__tools .comment__edit-btn {
  background: url('/img/icons/comments/edit.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__edit-btn--active {
  background: url('/img/icons/comments/edit-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__edit-btn.disabled {
  background: url('/img/icons/comments/edit-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__complaint-btn {
  background: url('/img/icons/comments/flag.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__complaint-btn--active {
  background: url('/img/icons/comments/flag-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__pin-btn {
  background: url('/img/icons/comments/pin.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__pin-btn--active {
  background: url('/img/icons/comments/pin-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__ban-btn {
  background: url('/img/icons/comments/ban.svg') no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
.comment__tools .comment__ban-btn--active {
  background: url('/img/icons/comments/ban-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn {
  position: relative;
  background: url('/img/icons/comments/cancel.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn--active {
  background: url('/img/icons/comments/cancel-active.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__tools .comment__remove-btn.disabled {
  background: url('/img/icons/comments/cancel-disabled.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment-reply-wrapper {
  display: flex;
}
.comment-reply-wrapper .comment-reply.comment-reply--focus {
  display: flex;
  position: relative;
  padding-right: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.comment-reply-wrapper .comment-reply.comment-reply--focus .comment-reply__actions.comment-reply__actions--focus {
  justify-content: left;
}
.comment__bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.comment__bottom .reply-container {
  width: 100%;
  display: flex;
}
.comment__bottom .reply-container .comment-reply.comment-reply--focus {
  display: flex;
  position: relative;
  padding-right: 0px;
  box-sizing: border-box;
  flex-direction: column;
}
.comment__bottom .reply-container .comment-reply.comment-reply--focus .comment-reply__actions.comment-reply__actions--focus {
  justify-content: left;
}
.comment__bottom .reply-container .comment__reply {
  width: 130px;
}
.comment__reply {
  border-radius: 4px;
  background: #F0F0F0;
  height: 36px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.comment__reply:hover {
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
}
.comment__reply.disabled {
  background: var(--bmb-gray-ranks-dynamic);
  color: var(--bmb-gray-elements-dynamic);
}
.comment__reply-show-more-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment__reply-show-more {
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0654F;
  margin-right: 30px;
}
.comment__reply-show-more-btn {
  margin: 0 8px 2px 0;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background: url('/img/arrow-bottom-orange.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__reply-show-more-btn--down {
  background: url('/img/arrow-top-orange.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment__reply-show-more-text--show-on-mobile {
  display: none;
}
.comment__answer-to {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 14px;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 20px;
  cursor: pointer;
}
.comment__answer-to-icon {
  background: url('/img/answer-to.svg') no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
.comment__more {
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.comment__more-icon {
  width: 25px;
  height: 7px;
  background: url('/img/more_icon-grey.png') no-repeat center center;
  background-size: 100% auto;
}
.comment__edit {
  width: 14px;
  height: 14px;
  background: url('/img/pencil-grey.png') no-repeat center center;
  background-size: 100% auto;
  margin-right: 20px;
}
.comment__edit--show-on-mobile {
  display: none;
}
@media (max-width: 880px) {
  .comment__avatar {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }
  .comment__avatar span {
    text-transform: uppercase;
    color: var(--bmb-white-dynamic);
    font-size: 16px;
    line-height: 16px;
  }
  .user-team-img {
    width: 22px;
    margin-left: 8px;
  }
  .rating {
    font-size: 16px;
  }
  .comment__author {
    font-size: 16px;
    max-width: 200px;
  }
  .comment-replies--admin .comment__author {
    max-width: 80px;
  }
  .comment__date {
    color: #B6B6B6;
    font-size: 16px;
  }
  .comment__content {
    margin: 16px 0 0 0;
  }
  .comment__content--reply {
    margin: 32px 14px 0 0;
  }
  .comment__text {
    font-size: 15px;
  }
  .comment__tools {
    display: flex;
    align-items: center;
  }
  .comment__tools .comment-tool-btn {
    margin-right: 12px;
  }
  .comment__tools .comment-tool-btn.comment__complaint-btn {
    margin-right: 0;
  }
  .comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }
  .comment__answer-to {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 20px;
    cursor: pointer;
  }
  .comment__answer-to-icon {
    background: url('/img/answer-to.svg') no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 500px) {
  .comment__author {
    font-size: 16px;
    max-width: 130px;
  }
}
@media (max-width: 440px) {
  .comment__avatar {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .comment__avatar span {
    text-transform: uppercase;
    color: var(--bmb-white-dynamic);
    font-size: 10px;
    line-height: 10px;
  }
  .user-team-img {
    width: 22px;
    margin-left: 8px;
  }
  .rating {
    font-size: 14px;
  }
  .comment__author {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
  }
  .comment__date {
    color: #B6B6B6;
    font-size: 14px;
  }
  .comment__content {
    margin: 14px 0 0 0;
  }
  .comment__content--reply {
    margin: 14px 0 0 0;
  }
  .comment__text {
    font-size: 14px;
  }
  .comment__tools {
    display: flex;
    align-items: center;
  }
  .comment__tools .comment-tool-btn {
    margin-right: 12px;
    width: 16px;
    height: 16px;
  }
  .comment__tools .comment-tool-btn.comment__complaint-btn {
    margin-right: 0;
  }
  .comment__bottom {
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .comment__answer-to {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 14px;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 20px;
    cursor: pointer;
  }
  .comment__answer-to-icon {
    background: url('/img/answer-to.svg') no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 366px) {
  .comment__author {
    max-width: 100px;
  }
  .comment-replies--admin .comment__author {
    max-width: 44px;
  }
}
@media (max-width: 353px) {
  .comment__author {
    max-width: 100px;
  }
}
.comment-actions {
  background: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  position: absolute;
  left: -5px;
  top: 15px;
  z-index: 2;
}
.comment-actions:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
.comment-actions__item {
  padding: 0 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  align-items: center;
  height: 34px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.comment-actions__inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
}
.comment-answer {
  margin-top: 30px;
}
.comment-answer__top {
  margin: 0;
  border-left: 1px solid #D9D9D9;
  padding-left: 40px;
}
.comment-answer__top .comment-answer__inner {
  margin-top: 29px;
}
.comment-answer__top .comment-answer__inner:first-of-type {
  margin-top: 0;
}
.comment-answer__bottom {
  margin: 30px 0 0 40px;
}
.comment-answer__next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment-answer__next-text {
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
}
@media (max-width: 880px) {
  .comment-answer {
    margin-top: 32px;
  }
  .comment-answer__top {
    margin: 0;
    padding-left: 14px;
  }
  .comment-answer__top .comment-answer__inner {
    margin-top: 26px;
  }
  .comment-answer__top .comment-answer__inner:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 440px) {
  .comment-answer {
    margin-top: 26px;
  }
  .comment-answer__top {
    margin: 0;
    padding-left: 18px;
  }
}
.emoji-picker-container {
  position: absolute;
  right: 0;
  z-index: 1;
}
.comment-emoji {
  background: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  position: absolute;
  left: -10px;
  top: 18px;
  z-index: 2;
  width: 367px;
  height: 309px;
  display: none;
}
.comment-emoji:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
#popper-container {
  background: var(--bmb-white-dynamic) !important;
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent) !important;
  box-sizing: border-box;
  box-shadow: 0 8px 8px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px !important;
  left: -10px !important;
  top: -10px !important;
  z-index: 2 !important;
  width: 328px;
  height: 323px;
}
#popper-container:before {
  content: "";
  background: url('./blocks/comments/img/rhombus.svg') no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -7px;
  width: 45px;
  left: -5px;
  height: 45px;
  z-index: -1;
}
#popper-inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  width: 89%;
  padding: 21px 18px;
}
.comment-emoji__image {
  position: absolute;
  background: url('./blocks/comments/img/emoji.svg') no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.comment-emoji__inner {
  overflow: auto;
  overflow-x: hidden;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  width: 90%;
  padding: 21px 18px;
}
.comment-emoji__title {
  color: var(--bmb-gray-text-dynamic);
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 430px) {
  emoji-picker {
    width: 280px;
  }
}
.comment-replies {
  width: 100%;
  padding: 4px 20px 20px 20px;
  font-family: "Roboto", sans-serif;
  background-color: var(--bmb-white-dynamic);
  box-sizing: border-box;
  position: relative;
  margin-top: 14px;
}
.comment-replies__title {
  padding: 10px 0;
  color: var(--bmb-black-dynamic);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24.96px */
}
.comment-replies__title .count {
  color: var(--bmb-gray-neutral-dynamic);
}
.comments-prediction .comment-replies__title {
  color: var(--bmb-black-dynamic);
  font-size: 20px;
}
.comment-replies__tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.comment-replies__tabs .tabs.tabs--comments {
  display: flex;
  width: 100%;
  gap: 12px;
}
.comment-replies__tabs .tabs.tabs--comments .tabs__item {
  height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  background: transparent;
  padding: 8.5px 6px;
  cursor: pointer;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  box-sizing: border-box;
}
.comment-replies__tabs .tabs.tabs--comments .tabs__item.tabs__item--active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.comment-replies__list__hidden {
  display: none;
}
.comment-replies__list .comment-replies__item {
  padding-top: 29px;
  border-top: 1px solid #EDEDED;
  padding-bottom: 30px;
}
.loader {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
.loader span {
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/comments/loader.svg");
  background-size: contain;
  animation: loader 1s linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.comment-replies__show-more-btn,
.comment-show-main-block {
  cursor: pointer;
  color: var(--bmb-green-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  margin: 10px 0 0 0;
  background: transparent;
  border: none;
  width: 100%;
}
@media (max-width: 739px) {
  .comment-replies {
    padding: 4px 14px 14px 14px;
    width: 100%;
    background-color: var(--bmb-white-dynamic);
  }
  .comment-replies__title {
    padding: 14px 0 13px 0;
    font-size: 22px;
    line-height: 96%;
  }
  .comment-replies__tabs {
    margin-top: 14px;
  }
  .comment-replies__tabs .tabs.tabs--comments .tabs__item {
    height: 20px;
    border-radius: 4px;
    padding: 4px 6px;
    margin-right: 8px;
    font-size: 12px;
  }
  .comment-replies__list .comment-replies__item {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (max-width: 430px) {
  .comment-replies {
    padding: 4px 8px 8px 8px;
  }
  .comment-replies__tabs {
    margin-top: 20px;
  }
  .comment-replies__tabs .tabs.tabs--comments .tabs__item {
    height: 18px;
    border-radius: 4px;
    padding: 3px 5px 3px 7px;
    margin-right: 2px;
    font-size: 12px;
  }
  .comment-replies__list .comment-replies__item {
    padding-top: 26px;
    padding-bottom: 16px;
  }
  .comment-replies__show-more-btn,
  .comment-show-main-block {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  #prediction-tabs .comment-replies {
    padding: 0;
    width: 100%;
  }
}
.input-container {
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.input-container .input-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #D9D9D9;
  border-radius: 50%;
  margin-right: 16px;
}
.input-container .input-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment-reply {
  margin-left: 0px;
  width: 100%;
}
.comment-reply .text-container {
  position: relative;
}
.comment-reply .text-container .emoji-toggle-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.comment-reply__text,
.comment-reply__text-ban {
  width: 100%;
  flex-shrink: 1;
  min-height: 52px;
  border-radius: 4px !important;
  border: 1px solid #D9D9D9;
  background: var(--bmb-white-dynamic);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  resize: none;
  outline: none;
}
.comment-reply__text::-moz-placeholder, .comment-reply__text-ban::-moz-placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.comment-reply__text::placeholder,
.comment-reply__text-ban::placeholder {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
.comment-reply__text-ban {
  color: var(--bmb-gray-neutral-dynamic);
  display: block;
}
.comment-reply__text-ban a {
  color: var(--bmb-green-dynamic);
}
textarea.comment-reply__text,
.comment-reply__text-ban {
  padding: 16px 52px 16px 16px;
  font-size: 16px;
  line-height: 120%;
}
.comment-reply__placeholder {
  color: var(--bmb-gray-neutral-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  padding: 19px 17px 12px 17px;
}
.comment-reply__actions {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  gap: 10px;
}
.comment-reply__actions--focus {
  display: flex;
  align-items: center;
}
.comment-reply__actions--hidden {
  display: none;
}
.comment-reply__actions .error {
  width: 100%;
  color: var(--bmb-red-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
}
.comment-reply__send,
.comment-reply__cancel {
  width: 130px;
  height: 36px;
  flex-shrink: 0;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  padding: 9px 24px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.comment-reply__send.comment-reply__send--disabled,
.comment-reply__cancel.comment-reply__send--disabled {
  color: var(--bmb-white-dynamic);
  background: #D9D9D9;
  cursor: not-allowed;
}
@media (max-width: 880px) {
  .input-container {
    margin-top: 18px;
    margin-bottom: 24px;
  }
  .input-container .input-avatar {
    display: none;
  }
  .comment-reply {
    margin-left: 0px;
    width: 100%;
  }
  .comment-reply__text,
  .comment-reply__text-ban {
    min-height: 63px;
  }
  .comment-reply__placeholder {
    font-size: 14px;
    padding: 10px 8px 0 8px;
  }
  .comment-reply__actions {
    display: flex;
    justify-content: start;
  }
  .comment-reply__actions--focus {
    display: flex;
    align-items: center;
  }
  .comment-reply__actions--hidden {
    display: none;
  }
  .comment-reply__send {
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    padding: 11px 24px;
  }
  textarea.comment-reply__text,
  .comment-reply__text-ban {
    padding: 10px 8px 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 739px) {
  .comment-reply .text-container textarea.comment-reply__text::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
  }
  .comment-reply .text-container textarea.comment-reply__text::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
  }
  .comment-reply .text-container .emoji-toggle-btn {
    right: 10px;
    top: unset;
    bottom: 10px;
  }
}
@media (max-width: 440px) {
  .input-container {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .comment-reply__text,
  .comment-reply__text-ban {
    min-height: 63px;
  }
  .comment-reply__placeholder {
    font-size: 12px;
    padding: 6px 6px 0 6px;
  }
  .comment-reply__actions {
    display: flex;
  }
  textarea.comment-reply__text,
  .comment-reply__text-ban {
    padding: 10px 8px 10px 8px;
    font-size: 12px;
  }
}
.comment-reply-wrapper {
  margin: 0;
}
.comment-reply-wrapper input {
  padding: 12px 16px 13px 19px;
  width: 100%;
  box-sizing: border-box;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
  border-radius: 4px !important;
  border: 1px solid #EDEDED;
  background: var(--bmb-white-dynamic);
  outline: none;
}
.comment-reply-wrapper--reply {
  margin: 10px 0 0 0;
}
.comment-reply-wrapper .comment-reply__actions {
  justify-content: flex-start;
}
.comment-modal {
  border-radius: 6px;
  background: var(--bmb-white-dynamic);
  width: 798px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  box-shadow: 0px 1px 4px color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
}
.comment-modal.is-error {
  background: #E64959;
}
.comment-modal.is-error .comment-modal__button {
  background: url('/img/icons/comments/close-white.svg') no-repeat center center;
  background-size: 100% auto;
}
.comment-modal.is-error .comment-modal__body {
  color: var(--bmb-white-dynamic);
}
.comment-modal.is-error .comment-modal__body a {
  color: var(--bmb-white-dynamic);
  text-decoration: underline;
}
.comment-modal__body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 11px 44px 11px 14px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}
.comment-modal__body span {
  font-weight: 600;
}
.comment-modal__button {
  background: url('/img/icons/comments/close-black.svg') no-repeat center center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.comment-model-error-fade-enter-active,
.comment-model-error-fade-leave-active {
  transition: opacity 0.5s;
}
.comment-model-error-fade-enter,
.comment-model-error-fade-leave-to {
  opacity: 0;
}
@media (max-width: 880px) {
  .comment-modal {
    width: 386px;
  }
  .comment-modal__body {
    padding: 11px 35px 11px 16px;
    font-size: 14px;
    line-height: 16px;
    /* 112.5% */
  }
  .comment-modal__button {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 440px) {
  .comment-modal {
    width: 279px;
  }
  .comment-modal__body {
    padding: 12px 29px 12px 16px;
  }
  .comment-modal__button {
    width: 10px;
    height: 10px;
    top: 8px;
    right: 8px;
  }
}
.comment-modal-confirm {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 352px;
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  padding: 12px;
  box-sizing: border-box;
}
.comment-modal-confirm .comment-modal-confirm__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__text {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button {
  width: 130px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-right: 10px;
  box-sizing: border-box;
}
.comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button:last-of-type {
  margin-right: 0;
}
@media (max-width: 440px) {
  .comment-modal-confirm {
    width: 279px;
    padding: 16px 12px;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons {
    margin-top: 12px;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button {
    width: 119.328px;
    padding: 10px;
    font-size: 14px;
    margin-right: 7px;
    box-sizing: border-box;
  }
  .comment-modal-confirm .comment-modal-confirm__body .comment-modal-confirm__buttons .comment-modal-confirm__button:last-of-type {
    margin-right: 0;
  }
}
.comment-modal-ban {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 414px;
  height: 224px;
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  padding: 7px 12px;
  box-sizing: border-box;
  overflow-y: hidden;
}
.comment-modal-ban .comment-modal-ban__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 210px;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
  width: 100%;
  height: 26px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item .day {
  color: var(--bmb-green-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item:hover {
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  background: var(--bmb-orange-dynamic);
  font-weight: 700;
}
.comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item:hover .day {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar {
  width: 4px;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-track {
  background: transparent;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 4px;
}
.comment-modal-ban .comment-modal-ban__body::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
@media (max-width: 880px) {
  .comment-modal-ban {
    width: 363px;
    padding: 7px 11px;
  }
  .comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
    padding: 6px 6px;
  }
}
@media (max-width: 440px) {
  .comment-modal-ban {
    width: 279px;
    padding: 7px 6px;
  }
  .comment-modal-ban .comment-modal-ban__body .comment-modal-ban__body--item {
    padding: 6px 7px;
  }
}
.comment-answer-transform-enter-active,
.comment-answer-transform-leave-active {
  transition: all 0.3s;
}
.comment-answer-transform-enter,
.comment-answer-transform-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}
.comment-input-fade-enter-active,
.comment-input-fade-leave-active {
  transition: opacity 0.5s;
}
.comment-input-fade-enter,
.comment-input-fade-leave-to {
  opacity: 0;
}
/*
 * Games
 */
.soc-h-menu.soc-tabs#match-menu li.active a:hover {
  text-decoration: none;
}
.soc-tabs li.active.games-calendar-icon:after {
  bottom: 2px;
  margin-left: -7px;
}
.soc-tabs li.active.games-calendar-icon span {
  background-color: var(--bmb-black-dynamic);
}
.games-calendar-icon {
  cursor: pointer;
  margin-right: 22px;
}
.games-calendar-icon span {
  width: 22px;
  height: 19.34px;
  display: inline-block;
  -webkit-mask: url(/img/icons/games/calendar.svg) no-repeat 50% 50%;
  mask: url(/img/icons/games/calendar.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--bmb-black-dynamic);
}
.games-calendar-icon span.active,
.games-calendar-icon span.is-active {
  background-color: var(--bmb-white-dynamic);
}
.schedule-container {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}
.schedule-container .schedule-block-list-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 46px;
}
.schedule-container .schedule-block-list-container .schedule-block {
  width: 171px;
  height: 162px;
  background: var(--bmb-white-dynamic);
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-orange-dynamic);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days {
  width: 177px;
  height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days span,
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a {
  width: 21px;
  height: 16px;
  margin-right: 5px;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days span:nth-of-type(7n),
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a:nth-of-type(7n) {
  margin-right: 0;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-orange-dynamic);
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #B3B3B3;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a:hover {
  text-decoration: none;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a.is-active {
  color: var(--bmb-black-dynamic);
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a.is-current {
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-orange-dynamic);
}
@media (max-width: 999px) {
  .schedule-container {
    align-items: center;
  }
  .schedule-container .schedule-block-list-container {
    position: relative;
    overflow: hidden;
    height: 162px;
    justify-content: center;
    width: 605px;
    align-items: center;
  }
  .schedule-container .schedule-block-list-container .carousel-v2-container {
    flex: 0 0 388px;
    width: 388px;
  }
  .schedule-container .schedule-block-list-container .carousel--prev,
  .schedule-container .schedule-block-list-container .carousel--next {
    width: 30px;
    height: 30px;
    background: transparent;
    top: 0;
    border-radius: 0;
    rotate: none;
    z-index: 2;
    position: relative;
  }
  .schedule-container .schedule-block-list-container .carousel--prev:before,
  .schedule-container .schedule-block-list-container .carousel--next:before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #2B2323;
    border-right: none;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
    rotate: 0deg;
    left: 10px;
  }
  .schedule-container .schedule-block-list-container .carousel--prev:before {
    rotate: -180deg;
    left: 7px;
  }
  .schedule-container .schedule-block-list-container .carousel-v2-track {
    gap: 46px;
  }
}
@media (max-width: 743px) {
  .schedule-container .schedule-block-list-container {
    width: 280px;
    gap: 15px;
  }
  .schedule-container .schedule-block-list-container .carousel-v2-container {
    flex: 0 0 201px;
  }
  .schedule-container .schedule-block-list-container .schedule-block {
    flex-shrink: 0;
    margin-right: 5px;
    width: 201px;
    height: 196px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
.games-popular-championships-block--list-container,
.games-all-championships-block--list-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  background-color: var(--bmb-white-dynamic);
  font-family: 'Roboto';
}
.games-popular-championships-block--list-container a,
.games-all-championships-block--list-container a,
.games-popular-championships-block--list-container .league-row,
.games-all-championships-block--list-container .league-row {
  display: block;
  width: 100%;
  padding: 9px 0 9px 40px;
  position: relative;
  height: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  color: var(--bmb-black-dynamic);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.games-popular-championships-block--list-container a.active,
.games-all-championships-block--list-container a.active,
.games-popular-championships-block--list-container .league-row.active,
.games-all-championships-block--list-container .league-row.active {
  font-weight: 700;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-orange-dynamic);
  border-radius: 4px;
}
.games-popular-championships-block--list-container a .icon,
.games-all-championships-block--list-container a .icon,
.games-popular-championships-block--list-container .league-row .icon,
.games-all-championships-block--list-container .league-row .icon {
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  background-size: contain;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.games-popular-championships-block--list-container .league-row,
.games-all-championships-block--list-container .league-row {
  cursor: pointer;
}
.games-popular-championships-block--list-container .league-row::after,
.games-all-championships-block--list-container .league-row::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  background-image: url("/img/icons/games/arrow-down.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.games-popular-championships-block--list-container .league-row a,
.games-all-championships-block--list-container .league-row a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  color: var(--bmb-black-dynamic);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px;
  display: none;
  padding: 9px 0 9px 32px;
}
.games-popular-championships-block--list-container .league-row a:last-of-type,
.games-all-championships-block--list-container .league-row a:last-of-type {
  padding-bottom: 0px;
}
.games-popular-championships-block--list-container .league-row a .icon,
.games-all-championships-block--list-container .league-row a .icon {
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  background-size: contain;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.games-popular-championships-block--list-container .league-row.is-opened,
.games-all-championships-block--list-container .league-row.is-opened {
  height: auto;
}
.games-popular-championships-block--list-container .league-row.is-opened::after,
.games-all-championships-block--list-container .league-row.is-opened::after {
  background-image: url("/img/icons/games/arrow-up.png");
}
.games-popular-championships-block--list-container .league-row.is-opened a,
.games-all-championships-block--list-container .league-row.is-opened a {
  display: block;
}
@media (max-width: 999px) {
  .games-popular-championships-block--list-container,
  .games-all-championships-block--list-container {
    margin-top: 12px;
  }
}
@media (max-width: 429px) {
  .games-popular-championships-block--list-container a,
  .games-all-championships-block--list-container a,
  .games-popular-championships-block--list-container .league-row,
  .games-all-championships-block--list-container .league-row {
    padding: 9px 0 9px 38px;
  }
  .games-popular-championships-block--list-container a .icon,
  .games-all-championships-block--list-container a .icon,
  .games-popular-championships-block--list-container .league-row .icon,
  .games-all-championships-block--list-container .league-row .icon {
    width: 22px;
    left: 4px;
  }
  .games-popular-championships-block--list-container .league-row::after,
  .games-all-championships-block--list-container .league-row::after {
    right: 4px;
  }
}
.games-match-empty-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-black-dynamic);
  display: none;
  margin-top: 16px;
  margin-bottom: 38px;
}
.match-group-block {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.match-group-block .match-group-block--block-headline {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bmb-black-dynamic);
  text-transform: uppercase;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  padding-bottom: 6px;
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
  width: 100%;
  margin-left: 11px;
  margin-right: 10px;
  overflow: hidden;
  height: 16px;
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  color: var(--bmb-black-dynamic);
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-table {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 15px;
  cursor: pointer;
  color: var(--bmb-green-dynamic);
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-arrow {
  width: 15px;
  height: 9px;
  background-image: url('/img/icons/games/arrow-up-black.svg');
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 12px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-arrow.closed {
  background-image: url("/img/icons/games/arrow-down-black.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container {
  display: flex;
  flex-direction: column;
  padding-top: 11.61px;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #D5D5D5;
  align-items: center;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.is-hidden {
  display: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container:last-of-type {
  border-bottom: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
  height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite {
  width: 16px;
  height: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 12px;
  cursor: pointer;
  background-image: url("/img/icons/games/favorite-empty.svg");
  background-size: 100%;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite.active {
  background-image: url("/img/icons/games/favorite-full.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview {
  width: 18px;
  height: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
  background-image: url("/img/icons/games/preview.svg");
  background-size: 100%;
  margin-top: 1px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview.is-long {
  margin-right: 28px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
  margin-left: 24px;
  cursor: pointer;
  background-image: url("/img/icons/games/translation-green.svg");
  background-size: 100%;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation.with-out {
  background-image: none !important;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-date {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #636363;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: 25px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: var(--bmb-black-dynamic);
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
  margin-right: 10px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
  margin-left: 10px;
  text-align: left;
  justify-content: left;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.win {
  font-weight: 700;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  height: 25px;
  background: #B3B3B3;
  border-radius: 2px;
  margin: 0 12px;
  position: relative;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-home:before,
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  content: 'П';
  display: flex;
  width: 30px;
  height: 13px;
  position: absolute;
  top: -7px;
  left: 0;
  background-color: var(--bmb-yellow-dynamic);
  justify-content: center;
  font-size: 6px;
  color: var(--bmb-white-dynamic);
  border-radius: 2px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  left: unset;
  right: 0px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: #B3B3B3;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  width: 100%;
  height: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score.active {
  background: #D9D9D9;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score.active .match-info-team-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #636363;
  margin-top: 11px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-button .match-info-translation {
  background-repeat: no-repeat;
  background-image: url("/img/icons/games/translation-green.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-status {
  color: var(--bmb-green-dynamic);
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-button .match-info-translation {
  background-image: url("/img/icons/games/translation-green.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-status {
  color: var(--bmb-green-dynamic);
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
  height: 26px;
  margin-top: 14px;
  padding: 0;
  width: 522px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short {
  background: #F6F6F6;
  border-radius: 501px;
  justify-content: center;
  height: 100%;
  margin: 0;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short:hover {
  text-decoration: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event {
  padding: 0;
  border-radius: 0;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
  position: absolute;
  left: 31px;
  top: 6px;
  width: 72px;
  height: 12px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  font-style: normal;
  font-weight: 400;
  font-size: 6px;
  line-height: 8px;
  color: #919191;
  top: 9px;
  bottom: unset;
  left: 128px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
  top: 0;
  right: 0;
  width: 164px;
  height: 26px;
  border: 1px solid #EB0018;
  border-radius: 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  padding: 6px 26px 6px 12px;
  box-sizing: border-box;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-mobile {
  display: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-desktop {
  display: block;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
  width: 26px;
  height: 26px;
  top: -1px;
  right: -1px;
  left: auto;
  border-radius: 100%;
  background-size: 12px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span:after {
  content: none;
}
@media (max-width: 999px) {
  .games-match-empty-text {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-black-dynamic);
    display: none;
    margin-top: 8px;
    margin-bottom: 32px;
  }
  .match-group-block .match-group-block--block-headline {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 3.77px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
    height: 12px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-table {
    font-size: 10px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
    height: 18px;
    margin-bottom: 5px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite {
    width: 16px;
    height: 15px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview {
    margin-left: 15px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation {
    width: 18px;
    height: 18px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
    height: 30px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
    margin-right: 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
    margin-left: 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
    width: 30px;
    height: 30px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
    width: 26px;
    height: 26px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
    height: 30px;
    width: 70px;
    margin: 0 10px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
    font-size: 20px;
    line-height: 20px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short {
    padding: 0;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
    width: 60px;
    height: 10px;
    left: 14px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-type {
    font-size: 10px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-coefficient {
    font-size: 10px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
    height: 24px;
    margin-right: 0;
    width: 72px;
    padding: 5px 33px 5px 18px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-mobile {
    display: block;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-desktop {
    display: none;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
    height: 24px;
    width: 24px;
    display: block;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 14px;
  }
}
@media (max-width: 430px) {
  .match-group-block .match-group-block--block-headline {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-arrow {
    width: 12px;
    margin-right: 6px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
    margin-left: 5px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-table {
    font-size: 12px;
    line-height: 12px;
    margin-right: 11px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
    height: 14px;
    margin-bottom: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite {
    width: 14px;
    height: 13px;
    margin-left: 5px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview {
    width: 16px;
    height: 11px;
    margin-left: 10px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-date {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation {
    width: 14px;
    height: 14px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
    height: 26px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
    margin-right: 6px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
    margin-left: 6px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
    width: 26px;
    height: 26px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
    width: 20px;
    height: 20px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
    height: 26px;
    width: 60px;
    margin: 0 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
    font-size: 16px;
    line-height: 20px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
    width: 100%;
    height: 19px;
    margin-bottom: 10px;
    margin-top: 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short {
    padding: 0;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
    width: 47px;
    height: 8px;
    left: 11px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-type {
    font-size: 8px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-coefficient {
    font-size: 8px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
    height: 19px;
    margin-right: 0;
    width: 57px;
    padding: 2px 27px 2px 13px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
    height: 19px;
    width: 19px;
    display: block;
    background-size: 8px;
    background-position-x: 7px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 14px;
  }
}
.games-matches-header-filter-container {
  display: flex;
  width: 100%;
  margin: 15px 0 24px 0px;
}
.games-matches-header-filter-container .selectpicker-our {
  width: 200px;
  margin-right: 10px;
}
.games-matches-header-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  padding: 16px 10px;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 24px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.games-matches-header-container .games-matches-header-row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container {
  display: flex;
  justify-content: space-between;
  width: 447px;
  gap: 12px;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item {
  padding: 8.5px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 30px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  text-align: center;
  color: var(--bmb-black-dynamic);
  flex-shrink: 0;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item.disabled {
  color: var(--bmb-gray-text-dynamic);
  cursor: not-allowed;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item.active {
  background: var(--bmb-orange-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item a {
  color: inherit;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item a:hover {
  text-decoration: none;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container {
  display: flex;
  width: 277px;
  align-items: center;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
  width: 31px;
  height: 30px;
  padding: 3px 4px;
  border-radius: 4px;
  box-sizing: border-box;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon.active {
  background: var(--bmb-orange-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon.active span {
  background-color: var(--bmb-white-dynamic);
  margin-top: 2px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-button-prev {
  cursor: pointer;
  background-image: url("/img/icons/games/arrow-left-black.svg");
  background-size: 9px 15px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-button-next {
  cursor: pointer;
  background-image: url("/img/icons/games/arrow-right-black.svg");
  background-size: 9px 15px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
  display: flex;
  width: 260px;
  gap: 3px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item {
  width: 56px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 5px 3px 6px;
  flex-shrink: 0;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item:nth-child(1) {
  display: none;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--date {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: var(--bmb-black-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--day {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #B3B3B3;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item:hover {
  text-decoration: none;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item.active {
  background: var(--bmb-orange-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item.active .games-matches-day-item--date {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item.active .games-matches-day-item--day {
  color: var(--bmb-white-dynamic);
}
.games-matches-header-container .schedule-container {
  margin-top: 32px;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next {
  box-shadow: none;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev::before,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next::before {
  border: none;
  width: 15px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100%;
  rotate: none;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev.disabled,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next.disabled {
  background-image: none;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev.disabled::before,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next.disabled::before {
  background-image: url("/img/icons/games/arrow-right-gray.svg");
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev::before {
  background-image: url("/img/icons/games/arrow-left-black.svg");
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev.disabled::before {
  background-image: url("/img/icons/games/arrow-left-gray.svg");
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next::before {
  background-image: url("/img/icons/games/arrow-right-black.svg");
}
@media (max-width: 1279px) {
  .games-matches-header-container .games-matches-header-row {
    flex-direction: column;
    align-items: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    margin-left: 0;
    margin-top: 24px;
    justify-content: center;
    width: 312px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    margin-right: 28px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
    gap: 6px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item:nth-child(1) {
    display: flex;
  }
  .games-matches-header-filter-container {
    flex-direction: column;
  }
  .games-matches-header-filter-container .selectpicker-our {
    width: 100%;
    margin-top: 4px;
  }
}
@media (max-width: 999px) {
  .games-matches-header-container {
    padding: 10px 8px;
  }
  .games-matches-header-container .games-matches-header-row {
    flex-direction: column;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5px 12px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item {
    font-size: 14px;
    line-height: 96%;
    height: 30px;
    padding: 8.5px 6px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    margin-left: 0;
    margin-top: 20px;
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    width: 30px;
    height: 30px;
    padding: 4px 5px;
    margin-right: 19px;
    margin-left: 11px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon span {
    width: 22px;
    height: 19.34px;
    background-color: var(--bmb-black-dynamic);
  }
}
@media (max-width: 743px) {
  .games-matches-header-container {
    padding: 16px 10px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    width: 100%;
    gap: 4px 12px;
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    width: 100%;
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    margin-left: 0;
    margin-right: 0;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
    width: 304px;
  }
}
@media (max-width: 430px) {
  .games-matches-header-container {
    padding: 12px 6px;
    margin-top: 14px;
  }
  .games-matches-header-container .games-matches-header-row {
    flex-direction: column;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    justify-content: flex-start;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    margin-left: 0;
    margin-top: 13px;
    justify-content: space-between;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    width: 30px;
    height: 30px;
    padding: 4px 5px;
    margin-right: 19px;
    margin-left: 4px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
    justify-content: space-around;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item {
    padding: 4px;
    width: auto;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--date {
    font-size: 12px;
    line-height: 12px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--day {
    font-size: 12px;
    line-height: 12px;
  }
}
.modal-backdrop.fade.in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--bmb-black-dynamic);
  opacity: 0.5;
}
.popup-match-info {
  display: none;
  position: fixed;
  width: 796px;
  height: auto;
  left: 50%;
  top: 50%;
  margin-top: -155px;
  margin-left: -398px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 4px 25px color-mix(in srgb, var(--bmb-black-dynamic) 27%, transparent);
  border-radius: 4px;
  padding: 20px 20px 62px 20px;
  box-sizing: border-box;
  z-index: 1050;
}
.popup-match-info .close-popup {
  background-image: url("/img/icons/games/close-popup.svg");
  position: absolute;
  top: -51px;
  right: -13px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-size: 100%;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline {
  border-bottom-width: 3px;
  color: var(--bmb-green-dynamic);
  text-transform: uppercase;
  border-bottom: 1px solid var(--bmb-green-dynamic);
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
  display: flex;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .date {
  width: 229px;
  text-align: right;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container {
  padding-top: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
  height: 20px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
  height: auto;
  align-items: start;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part .team-info,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part .team-info,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part .team-goals,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part .team-goals,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-goals {
  margin-top: 4px;
  margin-right: 73px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0%;
  text-align: right;
  gap: 8px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part {
  width: 136px;
  flex-direction: column;
  margin-top: 1px;
  align-items: center;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part {
  align-items: start;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-goals {
  align-items: start;
  margin-left: 73px;
  margin-right: 0;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: var(--bmb-black-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
  margin-right: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
  margin-left: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.win {
  font-weight: 700;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
  width: 62px;
  height: 62px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
  width: 50px;
  height: 50px;
  top: 6px;
  left: 6px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
  flex-grow: 0;
  flex-shrink: 0;
  width: 97px;
  height: 40px;
  margin: 0 20px;
  background: #B3B3B3;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin-top: 11px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-home:before,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  content: 'П';
  display: flex;
  width: 48px;
  height: 13px;
  position: absolute;
  top: -11px;
  left: 0;
  color: var(--bmb-white-dynamic);
  background-color: var(--bmb-yellow-dynamic);
  justify-content: center;
  font-size: 9px;
  border-radius: 2px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  left: unset;
  right: 0px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score {
  width: 100%;
  height: 100%;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  color: #B3B3B3;
  margin: 14px 0 0 0;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-time {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #B3B3B3;
  margin-top: 6px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
  margin-top: 20px;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
  width: 116px;
  height: 20px;
  top: 8px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #919191;
  left: 171px;
  top: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-type {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-coefficient {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
  width: 209px;
  height: 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 39px 11px 18px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
  width: 35px;
  height: 35px;
  background-size: 16px;
  background-position: 12px center;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-status,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-time {
  color: var(--bmb-green-dynamic);
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-status,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-time {
  color: var(--bmb-green-dynamic);
}
.popup-match-info .popup-match-info-container .match-group-block .popup-match-button {
  display: block;
  position: absolute;
  bottom: 24px;
  height: 36px;
  width: 225px;
  left: 50%;
  margin-left: -112px;
  padding: 11px 0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-green-dynamic);
  border-radius: 2px;
}
.popup-match-info .popup-match-info-container .match-group-block .popup-match-button:hover {
  text-decoration: none;
}
@media (max-width: 999px) {
  .popup-match-info {
    width: 700px;
    margin-left: -350px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
@media (max-width: 743px) {
  .popup-match-info {
    width: 365px;
    height: auto;
    margin-left: -183px;
    padding: 16px 12px 58px 12px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title a,
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title span {
    font-size: 12px;
    line-height: 12px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container {
    margin-top: 10px;
    padding-top: 0;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
    height: 15px;
    margin-bottom: 0;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
    width: 70px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-home:before,
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
    width: 33px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    font-size: 12px;
    line-height: 12px;
    width: 85px;
    flex-shrink: 0;
    margin-right: 7px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
    width: 30px;
    height: 30px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part .team-goals,
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-goals {
    margin-top: 8px;
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-time {
    margin-top: 2px;
    font-size: 26px;
    line-height: 30px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .popup-match-button {
    height: 34px;
  }
}
@media (max-width: 429px) {
  .popup-match-info {
    width: 292px;
    height: auto;
    margin-left: -146px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    width: 52px;
    margin-right: 7px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
    margin-right: 7px;
    margin-left: 0px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
    margin-left: 7px;
    margin-right: 0px;
  }
}
.modal-backdrop.fade.in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--bmb-black-dynamic);
  opacity: 0.5;
}
.popup-table {
  display: none;
  position: fixed;
  width: 796px;
  height: auto;
  left: 50%;
  top: 50%;
  margin-top: -155px;
  margin-left: -398px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 4px 25px color-mix(in srgb, var(--bmb-black-dynamic) 27%, transparent);
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  z-index: 1050;
}
.popup-table .close-popup {
  background-image: url("/img/icons/games/close-popup.svg");
  position: absolute;
  top: -51px;
  right: -13px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-size: 100%;
}
.popup-table .popup-table-container {
  height: auto;
  overflow-y: auto;
  max-height: 650px;
}
.popup-table .popup-table-container .tab-pane.active table thead tr th,
.popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th {
  border-bottom: 2px solid #73AC3E;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  color: #73AC3E;
}
.popup-table .popup-table-container .tab-pane.active table thead tr th:nth-of-type(2),
.popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th:nth-of-type(2) {
  text-align: left;
  cursor: pointer;
}
.popup-table .popup-table-container .tab-pane.active table thead tr th span,
.popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 330px;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 999px) {
  .popup-table .popup-table-container {
    max-height: 548px;
  }
}
@media (max-width: 800px) {
  .popup-table {
    width: 365px;
    height: auto;
    margin-left: -183px;
    padding: 16px 12px 16px 12px;
    box-sizing: border-box;
    z-index: 1050;
  }
  .popup-table .popup-table-container .tab-pane.active,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active {
    padding: 0;
  }
  .popup-table .popup-table-container .tab-pane.active table thead tr th,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th {
    border-bottom: 2px solid #73AC3E;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    align-items: center;
    color: #73AC3E;
  }
  .popup-table .popup-table-container .tab-pane.active table thead tr th span,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 110px;
    white-space: nowrap;
  }
  .popup-table .popup-table-container .tab-pane.active table tbody tr td,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active table tbody tr td {
    font-size: 9px;
    line-height: 12px;
  }
}
@media (max-width: 390px) {
  .popup-table {
    width: 310px;
    height: auto;
    margin-left: -155px;
    padding: 16px 8px 16px 8px;
  }
}
/*
 * Posts
 */
.form-group.field-nutposts-image.required.has-error {
  border: 3px solid #A94442;
  padding: 5px;
}
.blog-main-container {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  padding: 0;
  font-family: 'Roboto';
  padding-bottom: 24px;
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
  margin-top: 17px;
}
.blog-main-container .blog-main-right {
  position: relative;
  margin-right: 24px;
  width: 284px;
  flex-shrink: 0;
  flex-grow: 0;
}
.blog-main-container .blog-main-right .redaction {
  position: absolute;
  top: 122px;
  left: -4px;
  background: url("/img/icons/blogs/redaction.svg");
  width: 232px;
  height: 44px;
}
.blog-main-container .blog-main-right .post-img {
  width: 100%;
  height: 168px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-main-container .blog-main-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.blog-main-container .blog-main-left .blog-main-left-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  height: 24px;
}
.blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--author {
  display: flex;
  align-items: center;
}
.blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--author .author-logo {
  width: 24px;
  height: 24px;
  background-size: contain;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--author .author-name {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-green-dynamic);
  text-wrap: nowrap;
}
.blog-main-container .blog-main-left .blog-main-left-header .divider {
  margin-left: 12px;
  margin-right: 12px;
  height: 24px;
  border-left: 1px solid var(--bmb-gray-elements-dynamic);
}
.blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--blog-name {
  display: flex;
  align-items: center;
  width: 100%;
}
.blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--blog-name .blog-logo {
  width: 24px;
  height: 24px;
  background-size: contain;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--blog-name .blog-name {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-green-dynamic);
}
.blog-main-container .blog-main-left .blog-main-left-title {
  margin-top: 16px;
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.blog-main-container .blog-main-left .blog-main-left-description {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.blog-main-container .blog-main-left .blog-main-left-footer {
  margin-top: 10px;
}
.blog-main-container .blog-main-left .blog-main-left-footer .footer-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
}
.blog-list-tab-block {
  padding: 0;
  font-family: 'Roboto';
  display: flex;
  flex-direction: column;
}
.blog-list-tab-block .tab-block-list {
  margin-top: 24px;
  margin-bottom: 22px;
}
.blog-post-list {
  margin-top: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-post-list .post-item {
  width: 260px;
  margin-bottom: 32px;
}
.blog-post-list .post-item .post-item-img {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-post-list .post-item .post-item-header {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.blog-post-list .post-item .post-item-header .post-item-header--author {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  height: 19px;
  color: var(--bmb-green-dynamic);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog-post-list .post-item .post-item-header .post-item-header--blog-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  height: 19px;
  color: var(--bmb-green-dynamic);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog-post-list .post-item .post-item-title {
  margin-top: 14px;
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  display: block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-post-list .post-item .post-item-description {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  display: block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-post-list .post-item .post-item-footer {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 10px;
}
.blog-post-list .post-item .post-item-footer .post-item--footer-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 20px;
}
.blog-post-list .post-item .post-item-footer .post-item--footer-comment {
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  position: relative;
  cursor: pointer;
}
.blog-post-list .post-item .post-item-footer .post-item--footer-comment::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  background: url("/img/icons/news-block/comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .layout-middle-container .blog-page-list .blog-main-container {
    margin-top: 27px;
  }
  .blog-post-list .post-item {
    width: 212px;
  }
}
@media (max-width: 999px) {
  .blog-main-container {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
    margin-top: 24px;
  }
  .blog-main-container .blog-main-right {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 22px;
  }
  .blog-main-container .blog-main-right .redaction {
    top: 154px;
  }
  .blog-main-container .blog-main-right .post-img {
    height: 200px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header {
    width: 100%;
    height: 19px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--author .author-logo {
    display: none;
  }
  .blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--author .author-name {
    margin-left: 0px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header .divider {
    margin-left: 9px;
    margin-right: 9px;
    height: 19px;
    border-left: 1px solid var(--bmb-gray-elements-dynamic);
  }
  .blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--blog-name .blog-logo {
    display: none;
  }
  .blog-main-container .blog-main-left .blog-main-left-title {
    margin-top: 14px;
  }
  .blog-main-container .blog-main-left .blog-main-left-footer {
    margin-top: 10px;
  }
  .blog-main-container .blog-main-left .blog-main-left-footer .footer-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: var(--bmb-gray-text-dynamic);
  }
  .blog-list-tab-block {
    padding: 0;
  }
  .blog-post-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
  }
  .blog-post-list .post-item {
    width: 100%;
    margin-bottom: 36px;
  }
  .blog-post-list .post-item .post-item-img {
    height: 200px;
  }
  .blog-post-list .post-item .post-item-header {
    margin-top: 22px;
  }
  .blog-post-list .post-item .post-item-title {
    margin-top: 22px;
  }
}
@media (max-width: 429px) {
  .blog-main-container {
    padding: 0;
    padding-bottom: 24px;
    margin-top: 14px;
  }
  .blog-main-container .blog-main-right .redaction {
    top: 94px;
  }
  .blog-main-container .blog-main-right .post-img {
    height: 140px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header {
    height: 19px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--author .author-name {
    margin-left: 0px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header .divider {
    margin-left: 9px;
    margin-right: 9px;
    height: 19px;
  }
  .blog-main-container .blog-main-left .blog-main-left-header .blog-main-left-header--blog-name .blog-name {
    margin-left: 0px;
  }
  .blog-main-container .blog-main-left .blog-main-left-title {
    margin-top: 14px;
  }
  .blog-list-tab-block {
    padding: 0;
  }
  .blog-post-list .post-item {
    width: 100%;
    margin-bottom: 36px;
  }
  .blog-post-list .post-item .post-item-img {
    height: 140px;
  }
}
.layout-middle-container .layout-middle-container--desktop-container .layout-middle-container--second-column .soc-internal-content.blog-page-view .blog-head-container {
  padding-left: 0;
  padding-right: 0;
}
.blog-head-container {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  padding: 0 20px;
  font-family: 'Roboto';
  padding-bottom: 29px;
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
  margin-top: 16px;
}
.blog-head-container .blog-head-right {
  position: relative;
  margin-right: 24px;
  width: 168px;
  flex-shrink: 0;
  flex-grow: 0;
}
.blog-head-container .blog-head-right .blog-img {
  width: 100%;
  height: 168px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bmb-gray-elements-dynamic);
  border-radius: 50%;
}
.blog-head-container .blog-head-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.blog-head-container .blog-head-left .blog-head-left-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  height: 24px;
}
.blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--author {
  display: flex;
  align-items: center;
}
.blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--author .author-logo {
  width: 24px;
  height: 24px;
  background-size: contain;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--author .author-name {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-green-dynamic);
  text-wrap: nowrap;
}
.blog-head-container .blog-head-left .blog-head-left-title {
  margin-top: 16px;
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  margin-bottom: 0;
}
.blog-head-container .blog-head-left .blog-head-left-description {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.blog-head-container .blog-head-left .blog-head-left-footer {
  margin-top: 32px;
}
.blog-head-container .blog-head-left .blog-head-left-footer .blog-head-button {
  font-family: 'Roboto';
  width: 100%;
  height: 36px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 232px;
}
.blog-head-container .blog-head-left .blog-head-left-footer .blog-head-button:hover {
  background: var(--bmb-green-hover-dynamic);
}
.blog-post-list-container {
  margin-top: 32px;
  padding: 0;
  font-family: 'Roboto';
}
.blog-post-list-container .blog-post-list .post-item .post-item-header {
  display: none;
}
@media (max-width: 1199px) {
  .blog-post-list-container .blog-post-list .post-item {
    width: 212px;
  }
}
@media (max-width: 999px) {
  .blog-head-container {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 24px;
    border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
    box-sizing: border-box;
    position: relative;
    padding-bottom: 86px;
  }
  .blog-head-container .blog-head-right {
    margin-right: 40px;
    width: 128px;
    margin-bottom: 0px;
  }
  .blog-head-container .blog-head-right .blog-img {
    height: 128px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header {
    width: 100%;
    height: 19px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--author .author-logo {
    display: none;
  }
  .blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--author .author-name {
    margin-left: 0px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header .divider {
    margin-left: 9px;
    margin-right: 9px;
    height: 19px;
    border-left: 1px solid var(--bmb-gray-elements-dynamic);
  }
  .blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--blog-name .blog-logo {
    display: none;
  }
  .blog-head-container .blog-head-left .blog-head-left-title {
    margin-top: 14px;
  }
  .blog-head-container .blog-head-left .blog-head-left-footer {
    margin-top: 0px;
    position: absolute;
    left: 0;
    bottom: 26px;
    padding-left: 14px;
  }
  .blog-post-list-container {
    padding: 0;
  }
  .blog-post-list-container .blog-post-list .post-item {
    width: 100%;
  }
}
@media (max-width: 429px) {
  .blog-head-container {
    padding: 0;
    padding-bottom: 86px;
  }
  .blog-head-container .blog-head-right {
    margin-right: 14px;
    width: 108px;
  }
  .blog-head-container .blog-head-right .blog-img {
    height: 108px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header {
    height: 19px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--author .author-name {
    margin-left: 0px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header .divider {
    margin-left: 9px;
    margin-right: 9px;
    height: 19px;
  }
  .blog-head-container .blog-head-left .blog-head-left-header .blog-head-left-header--blog-name .blog-name {
    margin-left: 0px;
  }
  .blog-head-container .blog-head-left .blog-head-left-title {
    margin-top: 14px;
  }
  .blog-head-container .blog-head-left .blog-head-left-footer {
    padding-left: 8px;
  }
  .blog-post-list-container {
    padding: 0;
  }
}
/*
 * Match day mobile
 */
.main-match-day-list .bookmaker-container-label18-plus {
  display: none;
}
.main-match-day-list .mdl-tabs__panel .match-day-container:last-of-type .bookmaker-container-label18-plus {
  display: block;
  bottom: -8px;
}
.main-match-day-list .mdl-tabs__panel {
  padding: 12px;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}
.main-match-day-list .mdl-tabs__panel .match-day-container {
  display: flex;
  width: 100%;
  color: black;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 14px;
}
.main-match-day-list .mdl-tabs__panel .match-day-container:after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #E1E1E1;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-container--division-title {
  width: 100%;
  background: #FFF5E4;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #BE7127;
  margin-bottom: 6px;
  height: 20px;
  font-size: 7px;
  line-height: 9px;
  padding-top: 6px;
  box-sizing: border-box;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-container--division-title a {
  color: #BE7127;
}
.main-match-day-list .mdl-tabs__panel .match-day-container:last-of-type:after {
  content: none;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: 34px;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-score {
  flex-grow: 0;
  flex-shrink: 0;
  width: 70px;
  height: 34px;
  background: #B3B3B3;
  border-radius: 2px;
  margin: 0 10px;
  position: relative;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-score .match-day-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  width: 100%;
  height: 100%;
  padding: 7px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-score.active {
  background: #FFC46A;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-score.active .match-day-info-team-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #F8983B;
  border-radius: 2px;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-logo-container {
  width: 34px;
  height: 34px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-logo-container .match-day-info-team-logo {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  color: var(--bmb-black-dynamic);
  display: flex;
  align-items: center;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name.team-home {
  margin-right: 8px;
  justify-content: right;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name.team-guest {
  margin-left: 8px;
  justify-content: left;
  text-align: left;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .match-day-status {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: var(--bmb-black-dynamic);
  margin-top: 4px;
  margin-bottom: 5px;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short {
  height: 33px;
  margin-top: 0;
  margin-bottom: 0;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
  width: 15px;
  height: 15px;
  top: 8px;
  background-size: 100%;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
  width: 15px;
  height: 15px;
  background-position: 4px center;
}
.main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span:after {
  font-size: 11px;
  bottom: 3px;
  left: -27px;
}
.main-match-day-list .mdl-tabs__panel .match-day-list-button {
  width: 100%;
  height: 32px;
  background: #73AC3E;
  border-radius: 2px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bmb-white-dynamic);
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 14px;
  display: block;
  padding: 9px;
  box-sizing: border-box;
}
@media (max-width: 390px) {
  .main-match-day-list .mdl-tabs__panel .match-day-container {
    padding: 0;
    margin-bottom: 11px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-container--division-title {
    height: 14px;
    font-size: 6px;
    line-height: 8px;
    padding-top: 3px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    height: 24px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-score {
    width: 48px;
    height: 24px;
    margin: 0 8px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-score .match-day-info-team-score-text {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-logo-container {
    width: 24px;
    height: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: var(--bmb-white-dynamic);
    border: 1px solid #F1F1F1;
    border-radius: 50%;
    position: relative;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-logo-container .match-day-info-team-logo {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name {
    font-size: 9px;
    line-height: 10px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name.team-home {
    margin-right: 5px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name.team-guest {
    margin-left: 5px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-status {
    font-size: 11px;
    line-height: 13px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short {
    height: 24px;
    margin-top: 0;
    justify-content: center;
    margin-bottom: 0;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
    top: 4px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-list-button {
    height: 26px;
    font-size: 10px;
    line-height: 12px;
    margin-top: -1px;
    margin-bottom: 11px;
    padding: 6px;
  }
}
@media (min-width: 391px) {
  .main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short {
    justify-content: center;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-list-button {
    margin-top: -2px;
  }
}
@media (max-width: 365px) {
  .main-match-day-list .mdl-tabs__panel .match-day-container .bookmaker-container-short-parrent a.bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span:after {
    display: none;
  }
}
@media (min-width: 800px) {
  .main-match-day-list .mdl-tabs__panel .match-day-container .match-day-info .match-day-info-team-name {
    font-size: 13px;
    line-height: 13px;
  }
  .main-match-day-list .mdl-tabs__panel .match-day-list-button {
    margin-top: 4px;
  }
}
/*
 * Player profile
 */
.player-profile-photo {
  max-width: 185px;
  width: 185px;
}
/*
 * Online
 */
.online-header {
  padding: 16px;
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-header .online-h1 {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  line-height: 96%;
  padding: 14px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.online-header .online-h1:hover {
  text-decoration: none;
}
.online-header .online-h1:hover {
  text-decoration: none;
}
.online-header .online-header-container {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background: #3A3A3A;
  width: 100%;
  padding: 55px 30px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.online-header .online-header-container .online-header-top-row-container {
  display: flex;
  z-index: 1;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  height: 108px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-name {
  margin-top: 16px;
  display: flex;
  width: 200px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 21.12px */
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container {
  margin-top: 10px;
  width: 74px;
  height: 10px;
  flex-shrink: 0;
  display: flex;
  position: relative;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup {
  display: none;
  position: absolute;
  min-width: 156px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  top: 20px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .title {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 150% */
  margin-top: 4px;
  white-space: nowrap;
  padding: 0px 5px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .score {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 100% */
  margin-top: 2px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 6px;
  cursor: pointer;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item:last-of-type {
  margin-right: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item.win {
  background-color: var(--bmb-green-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item.lose {
  background-color: var(--bmb-red-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
  width: 100%;
  flex-shrink: 1;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  left: 0;
  top: 24px;
  width: 100%;
  position: absolute;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament,
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-stadium {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  cursor: pointer;
  display: inline-block;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament {
  margin-top: 12px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score {
  width: 112px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #505050;
  margin: 26px auto 0 auto;
  flex-grow: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score .online-score-text {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 38.4px */
  width: 100%;
  height: 100%;
  padding: 11px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active {
  background: #505050;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 6px 0 0 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress.full {
  border-radius: 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-penalties-text {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 17.28px */
  padding-bottom: 8px;
  padding-top: 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 17.28px */
  padding-bottom: 0px;
  padding-top: 6px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match a {
  color: var(--bmb-white-dynamic);
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-status {
  color: var(--bmb-green-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  margin-top: 10px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation {
  width: 190px;
  height: 31px;
  flex-shrink: 0;
  background-color: #964040;
  border: 1px solid #EB0018;
  color: var(--bmb-white-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 116.667% */
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 43px 8px 17px;
  margin: 12px auto 0 auto;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("/img/icons/online/translation-play.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: #EB0018;
  position: absolute;
  border-radius: 30px;
  right: 0;
  top: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 {
  width: 190px;
  min-height: 30px;
  height: auto;
  flex-shrink: 0;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  margin: 12px auto 0 auto;
  padding: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2::after {
  content: none;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text {
  width: 190px;
  height: 30px;
  flex-shrink: 0;
  background-color: #E80024;
  border: 1px solid #E80024;
  color: var(--bmb-white-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 116.667% */
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 42px 8px 17px;
  top: -1px;
  left: -1px;
  z-index: 1;
  box-sizing: border-box;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("/img/icons/online/translation-play-red.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: var(--bmb-white-dynamic);
  position: absolute;
  border-radius: 30px;
  right: 0;
  top: -1px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: linear-gradient(180deg, #7F3434 0%, #964040 100%);
  border: 1px solid #E80024;
  padding-top: 15px;
  margin-top: -15px;
  margin-left: -1px;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  margin-bottom: 11px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event {
  width: auto;
  height: 14px;
  background: transparent;
  border-radius: 0;
  padding: 3px 8px;
  justify-content: left;
  box-sizing: content-box;
  display: flex;
  margin: 0;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-type {
  width: 15px;
  height: 14px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  color: var(--bmb-white-dynamic) !important;
  margin-right: 3px;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
  width: 100%;
  height: 14px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: var(--bmb-white-dynamic) !important;
}
.online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .online-translation-v2--bookmaker-container--label-18 {
  color: #898989;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  /* 142.857% */
  position: absolute;
  bottom: -12px;
}
.online-header .online-header-container .online-header-bottom-row-container {
  z-index: 1;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  border-right: 1px solid #626161;
  padding-right: 30px;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item {
  color: var(--bmb-white-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  margin-bottom: 10px;
  text-align: right;
  cursor: pointer;
  display: block;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item .minute {
  color: var(--bmb-green-dynamic);
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type {
  padding-right: 0;
  padding-left: 30px;
  border: none;
}
.online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type .online-goals-container-list--item {
  text-align: left;
}
.online-header .online-menu-container {
  display: flex;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
  padding-left: 0px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  gap: 6px;
}
.online-header .online-menu-container .online-menu-item {
  height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  padding: 8.5px 6px;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  cursor: pointer;
}
.online-header .online-menu-container .online-menu-item.active {
  background: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
@media (max-width: 880px) {
  .online-header {
    padding: 8px;
    box-sizing: border-box;
    background-color: var(--bmb-white-dynamic);
    margin-top: 0px;
  }
  .online-header .online-h1 {
    margin: 0 6px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .online-header .online-header-container {
    padding: 52px 0 12px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team {
    width: 100%;
    justify-content: start;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container {
    width: 55px;
    height: 55px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container .team-logo {
    width: 53px;
    height: 53px;
    top: 0px;
    left: 0px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-name {
    margin-top: 12px;
    width: 99px;
    height: 24px;
    font-size: 12px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container {
    margin-top: 5px;
    width: 37px;
    height: 5px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item {
    width: 5px;
    height: 5px;
    margin-right: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item:last-of-type {
    margin-right: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
    width: 150px;
    flex-shrink: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date {
    font-size: 10px;
    font-weight: 400;
    left: 0;
    top: 14px;
    width: 100%;
    position: absolute;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament,
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-stadium {
    font-size: 10px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament {
    margin-top: 6px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score {
    width: 72px;
    height: 38px;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score .online-score-text {
    font-size: 24px;
    padding: 7px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active {
    background: #505050;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress {
    border-radius: 4px 0 0 4px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score.active .online-score-progress.full {
    border-radius: 4px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-penalties-text {
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match {
    color: var(--bmb-white-dynamic);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 17.28px */
    padding-bottom: 0px;
    padding-top: 3px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-score-second-match a {
    color: var(--bmb-white-dynamic);
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-status {
    font-size: 9px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation {
    width: 117px;
    height: 19px;
    font-size: 8px;
    line-height: 10px;
    /* 116.667% */
    position: relative;
    border-radius: 19px;
    cursor: pointer;
    padding: 4px 20px 4px 8px;
    margin: 10px auto 0 auto;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation::after {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: -1px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 {
    width: 117px;
    min-height: 18.5px;
    height: auto;
    flex-shrink: 0;
    border: none;
    position: relative;
    border-radius: 9px;
    cursor: pointer;
    margin: 10px auto 0 auto;
    padding: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2::after {
    content: none;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text {
    width: 117px;
    height: 19px;
    flex-shrink: 0;
    border: none;
    color: var(--bmb-white-dynamic);
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    position: relative;
    border-radius: 9px;
    cursor: pointer;
    padding: 5px 21px 4px 8px;
    top: -1px;
    left: -1px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text::after {
    content: '';
    width: 18.5px;
    height: 18.5px;
    border-radius: 50%;
    right: 0;
    top: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container {
    padding-top: 10px;
    margin-top: -10px;
    margin-left: -1px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    height: 24px;
    margin-bottom: 9px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event {
    width: auto;
    height: 10px;
    background: transparent;
    border-radius: 0;
    padding: 2.5px 4px;
    justify-content: left;
    box-sizing: content-box;
    display: flex;
    font-size: 8px;
    line-height: 10px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-type {
    width: 11px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
    margin-right: 2px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
    height: 10px;
    font-size: 8px;
    line-height: 10px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--bookmaker-container .online-translation-v2--bookmaker-container--label-18 {
    font-size: 7px;
    line-height: 8px;
    /* 142.857% */
    position: absolute;
    bottom: -10px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container {
    margin-top: 13px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list {
    padding-right: 20px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type {
    padding-left: 20px;
  }
}
@media (max-width: 429px) {
  .online-h1 {
    padding: 14px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
    width: 110px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 {
    width: 110px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text {
    width: 110px;
    line-height: 10px;
    padding: 5px 20px 4px 4px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-translation-v2 .online-translation-v2--text::after {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50%;
    right: 0;
    top: 0;
    background-position: 5px 4px;
  }
}
@media (max-width: 359px) {
  .online-header {
    padding: 8px;
    box-sizing: border-box;
    background-color: var(--bmb-white-dynamic);
    margin-top: 10px;
  }
  .online-header .online-header-container {
    padding: 50px 0 12px 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team {
    width: 100%;
    justify-content: start;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container {
    width: 48px;
    height: 48px;
    box-sizing: content-box;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-logo-container .team-logo {
    width: 46px;
    height: 46px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-name {
    margin-top: 12px;
    width: 76px;
    height: 24px;
    font-size: 12px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container {
    margin-top: 5px;
    width: 37px;
    height: 5px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup {
    opacity: 0;
    min-width: 122px;
    height: 28px;
    top: 20px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .title {
    font-size: 8px;
    margin-top: 3px;
    padding: 0px 5px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--popup .score {
    font-size: 10px;
    margin-top: -2px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item {
    width: 5px;
    height: 5px;
    margin-right: 3px;
    font-size: 6px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--team .team-match-history-container .team-match-history-container--item:last-of-type {
    margin-right: 0;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle {
    width: 118px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date {
    font-size: 9px;
  }
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-tournament,
  .online-header .online-header-container .online-header-top-row-container .online-header-container-column--middle .online-title-date .online-title-stadium {
    font-size: 9px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container {
    margin-top: 12px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list {
    padding-right: 10px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list .online-goals-container-list--item {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .online-header .online-header-container .online-header-bottom-row-container .online-goals-container .online-goals-container-list:last-of-type {
    padding-left: 10px;
  }
}
.online-news-block {
  padding: 16px 14px 20px 14px;
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-news-block .online-news-block-tab-list {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.online-news-block .online-news-block-tab-list .online-news-block-tab-list-item {
  padding: 8.5px 6px 8.5px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: left;
  height: 29px;
  margin-bottom: 0px;
  display: block;
}
.online-news-block .online-news-block-tab-list .online-news-block-tab-list-item.active {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
  border-radius: 4px;
  background: var(--bmb-orange-dynamic);
}
.online-news-block .online-news-block-tab-list .online-news-block-tab-list-item:last-of-type {
  margin-right: 0;
}
.online-news-block .online-news-block-tab-content-list {
  margin-top: 10px;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  display: block;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--text {
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer {
  margin-top: 8px;
  display: flex;
  justify-content: start;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-date {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */
  margin-right: 18px;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-comments {
  color: #808080;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-right: 17px;
  position: relative;
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-comments:before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-mask: url("/img/icons/online/comments.svg") no-repeat 50% 50%;
  mask: url("/img/icons/online/comments.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--bmb-gray-neutral-dynamic);
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer .online-news-block-news-item--footer-comments.orange:before {
  background-color: var(--bmb-yellow-dynamic);
}
.online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item:first-of-type {
  margin-top: 0;
}
.mdl-card .online-news-block {
  padding: 17px 14px 20px 14px;
  margin-top: 10px;
}
.mdl-card .online-news-block .online-news-block-tab-list {
  margin-top: 19px;
}
.mdl-card .online-news-block .online-news-block-tab-content-list {
  margin-top: 3px;
}
.mdl-card .online-news-block .online-news-block-tab-content-list .online-news-block-tab-content-list--item .online-news-block-news-item .online-news-block-news-item--footer {
  margin-top: 10px;
}
.online-schedule-match-block {
  margin-top: 0;
  margin-bottom: 0px;
}
.online-last-match-block.block-in-column-container,
.online-schedule-match-block.block-in-column-container {
  padding-bottom: 24px;
}
.online-last-match-block-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item {
  row-gap: 12px;
  display: flex;
  flex-direction: column;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head {
  padding: 10px 0 6px 0;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container {
  height: 34px;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  width: 100%;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container .team-logo-container-inner {
  background-color: var(--bmb-white-dynamic);
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  border: 1px solid var(--bmb-gray-elements-dynamic);
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container .team-logo-container-inner .team-logo {
  position: relative;
  background-color: var(--bmb-white-dynamic);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head .team-logo-container .team-name {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 17.28px */
  cursor: pointer;
  white-space: nowrap;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches {
  row-gap: 12px;
  display: grid;
}
.online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches .online-match--match-container {
  margin-top: 0;
}
.online-last-match-block,
.online-schedule-match-block {
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-last-match-block .tab-block-list,
.online-schedule-match-block .tab-block-list {
  padding-left: 5px;
  margin-top: 20px;
}
.online-last-match-block .tab-block-list .tab-block-list-item,
.online-schedule-match-block .tab-block-list .tab-block-list-item {
  padding: 8.5px 6px 8.5px 6px;
  margin-right: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: left;
  height: 29px;
  margin-bottom: 0px;
  display: block;
}
.online-last-match-block .tab-content-list,
.online-schedule-match-block .tab-content-list {
  margin-top: 0px;
}
.online-last-match-block .tab-content-list .online-last-match-block-tab-content-list--item,
.online-schedule-match-block .tab-content-list .online-last-match-block-tab-content-list--item {
  margin-top: 10px;
}
.online-last-match-block .tab-content-list .online-last-match-block-tab-content-list--item .online-match--match-container,
.online-schedule-match-block .tab-content-list .online-last-match-block-tab-content-list--item .online-match--match-container {
  margin-top: 6px;
  padding: 4px;
  width: 100%;
  cursor: pointer;
  height: 76px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  flex-direction: column;
}
.online-schedule-match-block .tab-block-list .tab-block-list-item {
  max-width: unset;
}
@media (max-width: 999px) {
  .online-last-match-block .tab-block-list .tab-block-list-item,
  .online-schedule-match-block .tab-block-list .tab-block-list-item {
    max-width: unset;
  }
}
@media (max-width: 743px) {
  .online-last-match-block-content-list {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item {
    row-gap: 6px;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-head {
    padding: 14px 0 6px 0 ;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches {
    row-gap: 6px;
  }
  .online-last-match-block-content-list .online-last-match-block-content-list--item .online-last-match-block-content-list--item-last-matches .online-match--match-container {
    margin-top: 0;
  }
}
.online-protocol-container {
  font-family: "Roboto", sans-serif;
}
.online-protocol-container .online-protocol-status {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
  position: relative;
  z-index: 2;
}
.online-protocol-container .online-protocol-status .team-logo-container {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
}
.online-protocol-container .online-protocol-status .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-protocol-container .online-protocol-footer {
  width: 100%;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 32px;
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  cursor: pointer;
}
.online-protocol-container .player-icon {
  border-radius: 0;
}
.event-broadcast {
  padding: 0;
  position: relative;
  top: -34px;
  z-index: 1;
}
.event-broadcast .central-line {
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(90deg, #E9E9E9 79.69%, rgba(233, 233, 233, 0) 100%);
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: 1;
}
.line-separated-protocol {
  width: 100%;
  height: 1px;
  background: var(--bmb-white-dynamic);
  padding: 45px 0 40px 0;
  z-index: 1;
  display: block;
  position: relative;
  margin-top: -39px;
}
.line-separated-protocol:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #EAEAEA;
}
.line-separated-protocol.hidden-item {
  display: none;
}
.event-wrapper {
  height: 80px;
  z-index: 2;
  position: relative;
  display: flex;
}
.event-wrapper[data-id="status"] {
  padding: 22px 0;
  position: relative;
  height: auto;
  background: var(--bmb-white-dynamic);
}
.event-wrapper[data-id="status"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
}
.event-wrapper[data-id="status"] .event__break {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 96%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  padding: 0 20px;
  position: relative;
  background: white;
}
.event-wrapper[data-id="status"].start {
  padding: 0;
  height: auto;
}
.event-wrapper[data-id="status"].start:before {
  display: none;
}
.event-wrapper[data-id="status"].finish {
  padding: 0 0 27px 0;
}
.event-wrapper[data-id="status"].finish:before {
  display: none;
}
.event-wrapper.hidden-item {
  display: none;
}
.event-wrapper .event {
  display: flex;
  justify-content: center;
  width: 100%;
}
.event-wrapper .event .event__side {
  display: flex;
  flex: 1 50%;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  position: relative;
}
.event-wrapper .event .event__side .event__image {
  width: 25px;
  height: 25px;
  margin: 0 18px 0 0;
  justify-content: center;
  flex-shrink: 0;
}
.event-wrapper .event .event__side .event__image .player-icon {
  width: 100%;
  height: 100%;
  background-size: contain;
  box-shadow: none;
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
  position: relative;
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
  position: relative;
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.event-wrapper .event .event__side .event__image .player-icon.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.event-wrapper .event .event__side .event__description {
  margin: 0 16px 0 16px;
}
.event-wrapper .event .event__side .event__description .event__text {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
}
.event-wrapper .event .event__side .event__description .event__text--miss {
  color: red;
  font-weight: bold;
}
.event-wrapper .event .event__side .event__description .event__text--goal {
  font-weight: bold;
}
.event-wrapper .event .event__side .event__description .event__text.subs {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.event-wrapper .event .event__side .event__description .event__text a {
  color: var(--bmb-black-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.event-wrapper .event .event__side .event__description .event__name a {
  color: var(--bmb-black-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name a.subs-in {
  color: var(--bmb-black-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name.subs {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.event-wrapper .event .event__side .event__description .event__name.subs .subs-in,
.event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 268px;
}
.event-wrapper .event .event__side .event__description .event__name.subs .subs-in {
  color: var(--bmb-green-hover-dynamic);
}
.event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
  color: var(--bmb-red-hover-dynamic);
}
.event-wrapper .event .event__side .event__break {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 298px;
  font-weight: normal;
  padding: 15px 0 10px 0;
  margin: 2px auto;
}
.event-wrapper .event .event__side .event__break--main {
  font-weight: bold;
  padding-bottom: 10px;
}
.event-wrapper .event .event__side .event__avatar-inner {
  width: 50px;
  display: none;
}
.event-wrapper .event .event__side .event__avatar-inner img {
  width: 100%;
  border-radius: 8px;
}
.event-wrapper .event .event__side .event__logo {
  position: absolute;
  display: none;
  width: 20px;
  right: 6px;
  top: 20px;
}
.event-wrapper .event .event__side .event__logo img {
  width: 100%;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-wrapper .event .event__side--right {
  flex-direction: row-reverse;
  text-align: left;
}
.event-wrapper .event .event__side--right .event__description .event__name.subs {
  justify-content: flex-start;
}
.event-wrapper .event .event__side--right .event__image {
  margin: 0 0 0 18px;
}
.event__match-time-line {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.event__match-time-line:before {
  display: none;
  content: "";
  height: 100%;
  min-height: 22.5px;
  width: 6px;
  background-color: #E9E9E9;
}
.event__match-time-line:after {
  display: none;
  content: "";
  height: 100%;
  min-height: 22.5px;
  width: 6px;
  background-color: #E9E9E9;
}
.event__match-time-line--last:before {
  display: none;
}
.event__match-time-line--first:after {
  display: none;
}
.event__match-time-line-oval {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bmb-white-dynamic);
  background-color: var(--bmb-gray-neutral-dynamic);
  position: relative;
}
.event__match-time-line-oval span {
  font-size: 14px;
  line-height: 96%;
  font-weight: 700;
  text-transform: uppercase;
}
.event__match-time-line-oval .minute-comp {
  position: absolute;
  top: -9px;
  right: -7px;
  width: 18px;
  height: 18px;
  background-color: var(--bmb-green-dynamic);
  color: var(--bmb-white-dynamic);
  padding: 5px 4px 5px 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  border-radius: 50%;
}
.event__match-time-line-oval--red {
  background-color: var(--bmb-yellow-dynamic);
}
.event__match-time-line-oval--green {
  background-color: var(--bmb-light-green-dynamic);
}
.event__match-time-line-oval--pen span {
  background-color: var(--bmb-white-dynamic);
  background-image: url("/img/icons/online/protocol-pen.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.event__match-time-line-oval--pen-miss span {
  background-color: var(--bmb-white-dynamic);
  background-image: url("/img/icons/online/protocol-pen-miss.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 743px) {
  .online-protocol-container .online-protocol-status {
    margin-top: 12px;
  }
  .online-protocol-container .online-protocol-status .team-logo-container {
    width: 34px;
    height: 34px;
  }
  .online-protocol-container .online-protocol-status .team-logo-container .team-logo {
    width: 32px;
    height: 32px;
  }
  .online-protocol-container .online-protocol-status .match-status {
    font-size: 16px;
  }
  .online-protocol-container .online-protocol-footer {
    margin-top: -22px;
    margin-bottom: 24px;
    font-size: 12px;
  }
  .event-broadcast {
    padding: 0;
  }
  .event-broadcast .event-wrapper {
    height: 74px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__image {
    width: 22px;
    height: 22px;
    margin: 0 4px 0 0;
  }
  .event-broadcast .event-wrapper .event .event__side--right .event__image {
    margin: 0 0 0 4px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description {
    margin: 0 6px 0 8px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text.subs {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-in,
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
    max-width: 133px;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval span {
    font-size: 10px;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval--pen span {
    background-color: var(--bmb-white-dynamic);
    background-image: url("/img/icons/online/protocol-pen.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .event-broadcast .event-wrapper .event .event__match-time-line .event__match-time-line-oval--pen-miss span {
    background-color: var(--bmb-white-dynamic);
    background-image: url("/img/icons/online/protocol-pen-miss.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .event-broadcast .event-wrapper[data-id="status"] {
    padding: 22px 0;
  }
  .event-broadcast .event-wrapper[data-id="status"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  }
  .event-broadcast .event-wrapper[data-id="status"] .event__break {
    font-size: 14px;
    padding: 0 14px;
  }
  .event-broadcast .event-wrapper[data-id="status"].start {
    padding: 0;
    height: auto;
  }
  .event-broadcast .event-wrapper[data-id="status"].start:before {
    display: none;
  }
  .event-broadcast .event-wrapper[data-id="status"].finish {
    padding: 0 0 27px 0;
  }
  .event-broadcast .event-wrapper[data-id="status"].finish:before {
    display: none;
  }
}
@media (max-width: 429px) {
  .online-protocol-container .online-protocol-footer {
    margin-top: -22px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .event-broadcast {
    padding: 0;
  }
  .event-broadcast .event-wrapper {
    height: 75px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description {
    margin: 0 8px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text {
    font-size: 12px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__text.subs {
    font-size: 12px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs {
    font-size: 14px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-in,
  .event-broadcast .event-wrapper .event .event__side .event__description .event__name.subs .subs-out {
    max-width: 91px;
  }
  .event-broadcast .event-wrapper .event .event__side .event__image {
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
  }
  .event-broadcast .event-wrapper .event .event__side--right .event__image {
    margin: 0 0 0 7px;
  }
}
.online-statistics-container .online-statistics-status {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}
.online-statistics-container .online-statistics-status .team-logo-container {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
  position: absolute;
  display: flex;
  top: 50%;
  margin-top: -13px;
  left: 94px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--yellow,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--red,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
  border-radius: 4px;
  background: #FFC225;
  width: 17px;
  height: 26px;
  margin-right: 6px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--red,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
  background: var(--bmb-red-dynamic);
}
.online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--text,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text {
  color: var(--bmb-black-dynamic);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin-left: 2px;
  margin-right: 19px;
  display: flex;
  align-items: center;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
  left: auto;
  right: 94px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
  margin-right: 6px;
  margin-left: 0px;
}
.online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text:last-of-type {
  margin-right: 14px;
}
.online-statistics-container .online-statistics-row-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-bottom: 20px;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  grid-template-rows: 1fr 8px;
  gap: 7px 42px;
  width: 100%;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--title {
  width: 100%;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  grid-column-start: 2;
  grid-row-start: 1;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-home-count,
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-guest-count {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  flex-shrink: 0;
  width: 52px;
  height: 100%;
  flex-grow: 0;
  align-content: end;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-home-count {
  grid-row: span 2 / span 2;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-guest-count {
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress {
  grid-column-start: 2;
  display: flex;
  width: 100%;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-home-progress,
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress {
  height: 8px;
  border-radius: 2px;
  background: var(--bmb-gray-elements-dynamic);
  margin-right: 4px;
  width: 100%;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-home-progress.win,
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress.win {
  background: var(--bmb-light-green-dynamic);
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress {
  margin-right: 0;
}
.online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress.win {
  background: var(--bmb-light-green-dynamic);
}
.online-statistics-container .online-statistics-row-container .online-statistics-row.hidden-item {
  display: none;
}
.online-statistics-container .online-statistics-footer {
  width: 100%;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 2px;
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  cursor: pointer;
}
.translation-block .online-statistics-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 743px) {
  .online-statistics-container .online-statistics-status {
    margin-top: 6px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container {
    width: 34px;
    height: 34px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-logo {
    width: 32px;
    height: 32px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
    position: absolute;
    display: flex;
    top: 50%;
    margin-top: -8px;
    left: 44px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--yellow,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--red,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
    border-radius: 2px;
    width: 12px;
    height: 18px;
    margin-right: 2px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-home-cards .team-cards--text,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    margin-left: 2px;
    margin-right: 10px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards {
    right: 44px;
    left: auto;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--yellow,
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--red {
    margin-left: 2px;
  }
  .online-statistics-container .online-statistics-status .team-logo-container .team-guest-cards .team-cards--text:last-of-type {
    margin-right: 4px;
  }
  .online-statistics-container .online-statistics-row-container {
    row-gap: 12px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row {
    grid-template-columns: 34px 1fr 34px;
    grid-template-rows: 1fr 6px;
    gap: 2px 10px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--title {
    font-size: 12px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-home-count,
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-guest-count {
    font-size: 14px;
    width: 34px;
  }
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-home-progress,
  .online-statistics-container .online-statistics-row-container .online-statistics-row .online-statistics-row--value-progress .online-statistics-row--value-guest-progress {
    height: 6px;
    margin-right: 3px;
  }
  .online-statistics-container .online-statistics-footer {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (max-width: 349px) {
  .online-statistics-container .online-statistics-footer {
    margin-top: 13px;
    margin-bottom: 11px;
    font-size: 10px;
  }
}
.team-link {
  cursor: pointer;
}
.online-squad-container {
  padding: 22px 19px 31px 19px;
  background: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
}
.online-squad-container .online-squad-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-squad-container .online-squad-block-preliminary-title {
  color: var(--bmb-gray-neutral-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 22px;
}
.online-squad-container .online-squad-block-tab-list.tab-block-list {
  margin-top: 24px;
  height: auto;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container {
  display: flex;
  width: 100%;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container {
  width: 50%;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  margin-bottom: 14px;
  display: block;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-logo,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-logo,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-name,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-name,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-name {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 68px;
  color: var(--bmb-black-dynamic);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 17.28px */
  cursor: pointer;
  white-space: nowrap;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container:first-of-type,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container:first-of-type,
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container:first-of-type {
  margin-right: 21px;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row {
  padding-left: 10px;
  padding-right: 10px;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row .online-squad-list-row--reason {
  margin-right: 12px;
  margin-left: 6px;
  display: flex;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row .online-squad-list-row--reason .icon {
  width: 18px;
  height: 18px;
  background-size: 12px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  position: relative;
  margin-right: 1px;
}
.online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .online-squad-list-row .online-squad-list-row--position {
  margin-right: 0;
}
.translation-block .online-squad-container {
  padding-left: 0;
  padding-right: 0;
}
.online-squad-list-row-label {
  margin-top: 20px;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  margin-bottom: 8px;
}
.online-squad-list-row {
  width: 100%;
  height: 38px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  padding: 6px 0;
  box-sizing: border-box;
  margin-top: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.online-squad-list-row .online-squad-list-row--number {
  width: 44px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  flex-shrink: 0;
  flex-grow: 0;
}
.online-squad-list-row .online-squad-list-row--logo {
  width: 26px;
  height: 26px;
  margin-right: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #D9D9D9;
  border-radius: 50%;
  background-size: contain;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.online-squad-list-row .online-squad-list-row--logo .online-squad-list-row--logo-sub {
  position: absolute;
  top: 3px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-color: #BFBFBF;
  border-radius: 50%;
  background-size: contain;
}
.online-squad-list-row .online-squad-list-row--name {
  width: 100%;
  flex-shrink: 1;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 2px;
}
.online-squad-list-row .online-squad-list-row--events {
  margin-right: 10px;
  margin-left: 6px;
  display: flex;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}
.online-squad-list-row .online-squad-list-row--events .player-icon {
  width: 18px;
  height: 18px;
  background-size: 12px;
}
.online-squad-list-row .online-squad-list-row--events .player-icon sup {
  position: absolute;
  left: auto;
  right: 3px;
  top: auto;
  bottom: 2px;
  width: auto;
  min-width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  z-index: 2;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.online-squad-list-row .online-squad-list-row--events .player-icon sup span {
  position: absolute;
  left: auto;
  right: 2px;
  top: 1px;
  bottom: 1px;
  color: var(--bmb-black-dynamic);
  font-size: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  background-color: transparent;
  text-transform: lowercase;
}
.online-squad-list-row .online-squad-list-row--position {
  min-width: 22px;
  margin-right: 12px;
  color: var(--bmb-gray-neutral-dynamic);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 13.44px */
  flex-shrink: 0;
  flex-grow: 0;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .online-squad-container {
    padding: 14px 14px 26px 14px;
    background: var(--bmb-white-dynamic);
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
  }
  .online-squad-container .online-squad-title {
    font-size: 18px;
  }
  .online-squad-container .online-squad-block-preliminary-title {
    margin-bottom: 14px;
  }
  .online-squad-container .online-squad-block-tab-list.tab-block-list {
    margin-top: 20px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list {
    padding-top: 4px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container {
    width: 100%;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container {
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-logo,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-logo,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-logo {
    position: absolute;
    width: 32px;
    height: 32px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-name {
    margin-top: -6px;
    left: 48px;
    font-size: 18px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container:first-of-type {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .online-squad-list-row-label {
    margin-top: 11px;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .online-squad-list-row {
    height: 31px;
    padding: 5px 0;
    margin-top: 3px;
  }
  .online-squad-list-row .online-squad-list-row--number {
    width: 36px;
    font-size: 12px;
  }
  .online-squad-list-row .online-squad-list-row--logo {
    width: 21px;
    height: 21px;
    margin-right: 28px;
  }
  .online-squad-list-row .online-squad-list-row--logo .online-squad-list-row--logo-sub {
    position: absolute;
    top: 2px;
    left: 24px;
    width: 16px;
    height: 16px;
  }
  .online-squad-list-row .online-squad-list-row--name {
    font-size: 12px;
  }
  .online-squad-list-row .online-squad-list-row--position {
    min-width: 19px;
    font-size: 12px;
  }
}
@media (max-width: 349px) {
  .online-squad-container {
    padding: 15px 14px 26px 14px;
    background: var(--bmb-white-dynamic);
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
  }
  .online-squad-container .online-squad-title {
    font-size: 16px;
  }
  .online-squad-container .online-squad-block-tab-list.tab-block-list {
    margin-top: 20px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list {
    padding-top: 19px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container {
    margin-bottom: 10px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container .team-logo-container .team-name,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container .team-logo-container .team-name {
    font-size: 12px;
  }
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-start-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-reserve-list-container .online-squad-column-container:first-of-type,
  .online-squad-container .online-squad-block-tab-content-list.tab-content-list .online-squad-block-tab-content-list--item.tab-content-list--item .online-squad-miss-list-container .online-squad-column-container:first-of-type {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .online-squad-list-row-label {
    margin-top: 11px;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .online-squad-list-row {
    height: 27px;
    padding: 4px 0;
    margin-top: 3px;
  }
  .online-squad-list-row .online-squad-list-row--number {
    width: 31px;
    font-size: 10px;
  }
  .online-squad-list-row .online-squad-list-row--logo {
    width: 18px;
    height: 18px;
    margin-right: 18px;
  }
  .online-squad-list-row .online-squad-list-row--logo .online-squad-list-row--logo-sub {
    position: absolute;
    top: 2px;
    left: 11px;
    width: 14px;
    height: 14px;
  }
  .online-squad-list-row .online-squad-list-row--name {
    font-size: 10px;
  }
  .online-squad-list-row .online-squad-list-row--position {
    min-width: 16px;
    font-size: 10px;
  }
}
.match-events {
  width: 550px;
  min-height: 200px;
  background: #E5E5E5;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
}
.match-events .match-formation-player {
  min-height: 115px;
  margin: 0 20px;
  justify-content: flex-start;
}
.match-events .match-formation-player__info {
  display: flex;
  min-width: 40px;
  height: 30px;
  padding: 0 8px;
}
.match-events .match-formation-player__inner svg {
  width: 78px;
  height: 79px;
}
.match-events .match-formation-player__number {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 24px 0 0 0;
}
.match-events__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.match-events__inner .match-formation-player__title {
  color: var(--bmb-black-dynamic);
}
@media (max-width: 1279px) {
  .match-events {
    width: 444px;
    min-height: 100px;
  }
}
@media (max-width: 999px) {
  .match-events {
    width: 292px;
    padding: 25px 20px 5px 20px;
  }
  .match-events .match-formation-player {
    flex: 0 0 30%;
    margin: 0 7px 15px 7px;
    min-height: auto;
  }
  .match-events .match-formation-player__inner {
    margin-bottom: 14px;
  }
  .match-events .match-formation-player__inner svg {
    width: 47px;
    height: 37px;
  }
  .match-events .match-formation-player__number {
    font-size: 16px;
    padding: 4px 0 0 0;
  }
  .match-events .match-formation-player__title {
    font-weight: 500;
  }
  .match-events .match-formation-player__info {
    min-width: 40px;
    height: 30px;
    padding: 0 8px;
  }
}
@media (max-width: 743px) {
  .match-events {
    width: 100%;
  }
  .match-events:first-child {
    margin-bottom: 5px;
  }
  .match-events .match-formation-player {
    min-height: 56px;
  }
  .match-events .match-formation-player__title {
    font-size: 11px;
    line-height: 13px;
  }
}
.match-formation {
  width: 100%;
  height: 405px;
  background: url('/img/icons/online/field.svg') no-repeat center center;
  background-size: 100% auto;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 18px;
  margin-top: 24px;
}
.match-formation__part {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}
.match-formation__part .team-logo-container {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  top: -22px;
  left: 20px;
}
.match-formation__part .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.match-formation__part .match-formation__format {
  position: absolute;
  top: -20px;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 15.36px */
  left: 72px;
}
.match-formation__part .match-formation__inner .match-formation__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  flex-grow: 1;
}
.match-formation__part .match-formation__inner .match-formation__row--forwards {
  order: 1;
  z-index: 2;
}
.match-formation__part:last-child .match-formation__row--midfielders {
  order: 3;
}
.match-formation__part:last-child .match-formation__row--back-midfielders {
  order: 4;
}
.match-formation__part:last-child .match-formation__row--goalkeeper {
  order: 6;
}
.match-formation__part:last-child .match-formation__row--defenders {
  order: 5;
}
.match-formation__part:last-child .match-formation__row--forwards {
  order: 1;
  z-index: 1;
}
.match-formation__part:last-child .match-formation__row--attacking-midfielders {
  order: 2;
}
.match-formation__part:last-child .team-logo-container {
  right: 20px;
  left: initial;
}
.match-formation__part:last-child .match-formation__format {
  left: auto;
  right: 72px;
}
.match-formation__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px 5px;
  box-sizing: border-box;
}
@media (max-width: 859px) {
  .match-formation {
    height: 1081px;
    flex-direction: column;
    width: 700px;
    margin: 111px auto;
    background: url('/img/icons/online/field-mobile-700.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 100%;
  }
  .match-formation .match-formation__part .team-logo-container {
    width: 60px;
    height: 60px;
    top: -25px;
    left: 50px;
  }
  .match-formation .match-formation__part .team-logo-container .team-logo {
    width: 58px;
    height: 58px;
  }
  .match-formation .match-formation__part .match-formation__format {
    bottom: auto;
    top: 50px;
    left: 54px;
    color: var(--bmb-white-dynamic);
  }
  .match-formation .match-formation__part .match-formation__inner .match-formation__row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    height: auto;
    flex-grow: 1;
    align-items: flex-start;
  }
  .match-formation .match-formation__part:last-of-type .team-logo-container {
    top: auto;
    bottom: -25px;
    left: auto;
    right: 50px;
  }
  .match-formation .match-formation__part:last-of-type .match-formation__format {
    bottom: 40px;
    top: auto;
    left: auto;
    right: 55px;
  }
}
@media (max-width: 766px) {
  .match-formation {
    height: 639px;
    flex-direction: column;
    width: 414px;
    margin: 120px auto;
    background: url('/img/icons/online/field-mobile-414.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 100%;
  }
  .match-formation.with-out-home-sub {
    margin-top: 17px;
  }
  .match-formation.with-out-guest-sub {
    margin-bottom: 17px;
  }
  .match-formation .match-formation__part .team-logo-container {
    width: 44px;
    height: 44px;
    top: -25px;
    left: 28px;
  }
  .match-formation .match-formation__part .team-logo-container .team-logo {
    width: 42px;
    height: 42px;
  }
  .match-formation .match-formation__part .match-formation__format {
    bottom: auto;
    top: 30px;
    left: 30px;
  }
  .match-formation .match-formation__part:last-of-type .team-logo-container {
    top: auto;
    bottom: -25px;
    left: auto;
    right: 28px;
  }
  .match-formation .match-formation__part:last-of-type .match-formation__format {
    bottom: 30px;
    top: auto;
    left: auto;
    right: 30px;
  }
}
@media (max-width: 465px) {
  .match-formation {
    height: 505px;
    flex-direction: column;
    width: 320px;
    margin: 120px auto;
    background: url('/img/icons/online/field-mobile-320.svg') no-repeat center center;
    background-size: 100% auto;
    background-size: 100%;
  }
  .match-formation .match-formation__part .team-logo-container {
    width: 32px;
    height: 32px;
    top: -13px;
    left: 14px;
  }
  .match-formation .match-formation__part .team-logo-container .team-logo {
    width: 30px;
    height: 30px;
  }
  .match-formation .match-formation__part .match-formation__format {
    bottom: auto;
    top: 25px;
    left: 14px;
    font-size: 12px;
  }
  .match-formation .match-formation__part:last-of-type .team-logo-container {
    top: auto;
    bottom: -13px;
    left: auto;
    right: 14px;
  }
  .match-formation .match-formation__part:last-of-type .match-formation__format {
    bottom: 25px;
    top: auto;
    left: auto;
    right: 14px;
  }
}
.match-formation-player {
  width: 52px;
  cursor: pointer;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 20%;
  font-family: "Roboto", sans-serif;
  align-items: center;
  position: relative;
}
.match-formation-player .match-formation-player__inner-logo-container {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  background-color: #D9D9D9;
}
.match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}
.match-formation-player .match-formation-player__number {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 11.52px */
  margin-top: 4px;
}
.match-formation-player .match-formation-player__title {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 11.52px */
  word-break: break-word;
  margin-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 52px;
  padding-top: 2px;
}
.player-icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  position: relative;
  margin-right: 1px;
}
.player-icon sup {
  position: absolute;
  right: 2px;
  top: auto;
  bottom: 2px;
  min-width: 10px;
  height: 10px;
  padding: 0;
  color: var(--bmb-green-dynamic);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  z-index: 2;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  text-transform: uppercase;
}
.player-icon.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.player-icon.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.player-icon.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.player-icon.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.player-icon.player-icon--own-goal {
  background-image: url("/img/icons/online/events/assist.svg");
}
.player-icon.player-icon--assist {
  background-image: url("/img/icons/online/events/goal.svg");
  position: relative;
}
.player-icon.player-icon--assist:after {
  content: 'А';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  color: var(--bmb-black-dynamic);
  display: flex;
  position: absolute;
  bottom: 1px;
  right: 1px;
  font-size: 7px;
  justify-content: center;
}
.player-icon.player-icon--penalty {
  background-image: url("/img/icons/online/events/penalty.svg");
}
.player-icon.player-icon--penalty-miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.player-icon.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.player-icon.player-icon--change_icon_red,
.player-icon.player-icon--change_icon_green {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.player-icon:first-of-type {
  margin-left: 0;
}
.match-formation-player__info {
  top: -6px;
  left: 32px;
  position: absolute;
  display: flex;
}
.match-formation-player__info-popup-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  padding: 0 9px;
  height: 100%;
  background: var(--bmb-white-dynamic);
  margin: 0 1px;
}
.match-formation-player__info-show-more {
  width: 40px;
  height: 100%;
  margin-right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.match-formation-player__info-show-more-icon {
  display: block;
  width: 25px;
  height: 5px;
  transition: all 0.2s;
  cursor: pointer;
  margin: auto;
}
@media (max-width: 859px) {
  .match-formation-player {
    height: 71px;
    width: auto;
  }
  .match-formation-player .match-formation-player__inner-logo-container {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }
  .match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
  }
  .match-formation-player .match-formation-player__title {
    font-size: 11px;
    line-height: 96%;
    margin-top: 2px;
    margin-bottom: 0;
  }
  .match-formation-player .match-formation-player__number {
    font-size: 12px;
    line-height: 96%;
    /* 11.52px */
    margin-top: 4px;
  }
  .match-formation-player .match-formation-player__info {
    top: -6px;
    left: 50%;
    margin-left: 10px;
  }
  .match-formation-player .match-formation-player__info .player-icon {
    width: 12px;
    height: 12px;
    background-size: 8px;
  }
}
@media (max-width: 766px) {
  .match-formation-player {
    height: 42px;
    width: auto;
  }
  .match-formation-player .match-formation-player__inner-logo-container {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
    width: 20px;
    height: 20px;
  }
  .match-formation-player .match-formation-player__title {
    font-size: 9px;
    margin-top: 1px;
  }
  .match-formation-player .match-formation-player__number {
    font-size: 9px;
    margin-top: 3px;
  }
}
@media (max-width: 465px) {
  .match-formation-player {
    height: 35px;
    width: auto;
  }
  .match-formation-player .match-formation-player__inner-logo-container {
    width: 17px;
    height: 17px;
  }
  .match-formation-player .match-formation-player__inner-logo-container .match-formation-player__inner-logo-container-logo {
    width: 17px;
    height: 17px;
  }
  .match-formation-player .match-formation-player__title {
    font-size: 8px;
    margin-top: 1px;
  }
  .match-formation-player .match-formation-player__number {
    font-size: 8px;
    margin-top: 1px;
  }
}
.match-formation-player-wrapper--centered {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 0 0 51%;
  margin: 20px 0;
}
@media (max-width: 859px) {
  .match-formation-player-wrapper--centered {
    flex-direction: row;
    align-items: flex-start;
    margin: 0 20px;
    flex: 0 0 53%;
  }
  .match-formation-player-wrapper--centered .match-formation-player {
    flex: 0 0 30%;
  }
}
@media (max-width: 743px) {
  .match-formation-player-wrapper--centered {
    margin: 0 5px;
    flex: 0 0 54%;
  }
  .match-formation-player-wrapper--centered .match-formation-player {
    flex: 0 0 35%;
  }
}
.match-lineup__events {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  font-family: "Roboto", sans-serif;
  flex-direction: column;
}
.match-lineup__events .match-events__with-out-sub--mobile {
  display: none;
}
.match-lineup__events .match-events__sub,
.match-lineup__events .match-events__with-out-sub,
.match-lineup__events .match-events__coach {
  display: flex;
  width: 100%;
}
.match-lineup__events .match-lineup__sub-item,
.match-lineup__events .match-lineup__with-out-sub-item,
.match-lineup__events .match-lineup__coach-item {
  width: 100%;
}
.match-lineup__events .match-lineup__sub-item:first-of-type,
.match-lineup__events .match-lineup__with-out-sub-item:first-of-type,
.match-lineup__events .match-lineup__coach-item:first-of-type {
  margin-right: 22px;
}
.match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile,
.match-lineup__events .match-lineup__with-out-sub-item .online-squad-list-row-sub-mobile,
.match-lineup__events .match-lineup__coach-item .online-squad-list-row-sub-mobile {
  display: none;
}
.match-lineup__events .match-events__sub .online-lineup-name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--number-out {
  width: 32px;
  flex-shrink: 0;
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  text-align: center;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--name-out {
  width: 115px;
  flex-shrink: 0;
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--sub-icon {
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/online/events/substitution.svg");
  background-size: contain;
  margin-left: 6px;
  margin-right: 6px;
  flex-shrink: 0;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--number-in {
  width: 32px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  text-align: center;
}
.match-lineup__events .match-events__sub .online-lineup-name-row .online-lineup-name-row--name-in {
  width: 100%;
  flex-shrink: 1;
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 13.44px */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-lineup__events .match-events__sub .online-squad-list-row--events {
  display: flex;
}
.match-lineup__events .match-events__sub .online-squad-list-row--events .player-icon {
  width: 22px;
  height: 22px;
  margin-left: 0;
  background-size: 100%;
  margin-right: 2px;
  position: relative;
  box-shadow: none;
}
.match-lineup__events .match-events__sub .online-squad-list-row--events .player-icon sup {
  position: absolute;
  left: auto;
  right: 2px;
  top: auto;
  bottom: 2px;
  width: auto;
  min-width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  z-index: 2;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.match-lineup__events .match-events__sub .online-squad-list-row--events .player-icon sup span {
  position: absolute;
  left: auto;
  right: 2px;
  top: 1px;
  bottom: 1px;
  color: var(--bmb-black-dynamic);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 8.64px */
  background-color: transparent;
  text-transform: lowercase;
}
@media (max-width: 859px) {
  .formatation-container {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .match-lineup__events {
    position: unset;
  }
  .match-lineup__events .match-events__with-out-sub--mobile {
    display: flex;
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub--mobile .tab-block {
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub--mobile .tab-block .tab-block-list {
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub--mobile .tab-block .tab-content-list {
    width: 100%;
  }
  .match-lineup__events .match-events__with-out-sub,
  .match-lineup__events .match-events__coach {
    display: none;
  }
  .match-lineup__events .match-lineup__sub-item {
    position: absolute;
    top: 0;
    display: flex;
    overflow: hidden;
    padding: 10px;
  }
  .match-lineup__events .match-lineup__sub-item:last-of-type {
    top: 1213px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row {
    display: none;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile {
    display: flex;
    width: 103px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--bmb-white-dynamic);
    box-shadow: 0px 2px 10px 2px color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
    margin-right: 6px;
    flex-direction: column;
    cursor: pointer;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons {
    position: relative;
    height: 42px;
    box-sizing: border-box;
    padding: 9px 0;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-lineup-row--icons--sub-icon {
    width: 14px;
    height: 14px;
    background-image: url(/img/icons/online/events/substitution.svg);
    position: absolute;
    top: 14px;
    left: 6px;
    flex-shrink: 0;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-lineup-row--icons--logo {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #D9D9D9;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-squad-list-row--events {
    position: absolute;
    top: 14px;
    right: 6px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-squad-list-row--events .player-icon {
    width: 14px;
    height: 14px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--icons .online-squad-list-row--events .player-icon sup {
    left: 11px;
    top: -5px;
    width: 11px;
    height: 11px;
    padding: 4px;
    font-size: 6px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item .online-lineup-name-row--number {
    width: 25px;
    color: #909090;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item .online-lineup-name-row--name {
    color: #909090;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item.in .online-lineup-name-row--number,
  .match-lineup__events .match-lineup__sub-item .online-squad-list-row-sub-mobile .online-lineup-row--players .online-lineup-row--players-item.in .online-lineup-name-row--name {
    color: var(--bmb-black-dynamic);
  }
  .match-formation__part {
    flex: 0 0 50%;
    max-width: 100%;
    width: 100%;
    height: 50%;
  }
  .match-formation__part .match-formation__inner {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
  }
  .match-formation__part:last-child .match-formation__inner {
    padding: 10px 10px 10px 10px;
  }
  .match-formation__row {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 766px) {
  .formatation-container .match-lineup__events {
    position: unset;
  }
  .formatation-container .match-lineup__events .match-lineup__sub-item:last-of-type {
    top: 780px;
  }
}
@media (max-width: 465px) {
  .formatation-container .match-lineup__events {
    position: unset;
  }
  .formatation-container .match-lineup__events .match-lineup__sub-item:last-of-type {
    top: 646px;
  }
  .match-formation__part:last-child .match-formation__team {
    bottom: 10px;
    right: 10px;
  }
  .match-formation__row:not(:last-child) {
    margin-bottom: 3px;
  }
  .match-formation__row--full .match-formation-player:nth-child(odd) .match-formation-player__inner {
    order: 2;
  }
  .match-formation__inner {
    padding: 10px;
  }
}
.online-match-between-teams-container {
  font-family: "Roboto", sans-serif;
}
.online-match-between-teams-container .online-match-between-teams-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  padding: 19px 10px 0 10px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container {
  display: grid;
  grid-template-columns: 34px 1fr 1fr 1fr 34px;
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
  width: 100%;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  box-sizing: content-box;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container.team-guest {
  grid-row: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 1;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container.team-home {
  grid-row: span 2 / span 2;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-home-stats {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  grid-column-start: 2;
  grid-row-start: 1;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-draw-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  grid-column-start: 3;
  grid-row-start: 1;
  text-align: center;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-guest-stats {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  grid-column-start: 4;
  grid-row-start: 1;
  text-align: right;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container {
  grid-column: span 3 / span 3;
  grid-column-start: 2;
  display: flex;
  width: 100%;
  height: 8px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-home-progress,
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .draw-progress,
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-guest-progress {
  height: 8px;
  border-radius: 2px;
  width: 100%;
  background: var(--bmb-gray-elements-dynamic);
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-home-progress,
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-guest-progress {
  background: var(--bmb-light-green-dynamic);
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 106px;
  background-color: var(--bmb-white-dynamic);
  padding: 12px 0;
  box-sizing: border-box;
  margin-top: 24px;
  border-top: 1px solid #EAEAEA;
  row-gap: 14px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 18px;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info {
  font-size: 16px;
  font-weight: 700;
  line-height: 96%;
  text-align: right;
  width: 100%;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info.guest-team {
  text-align: left;
}
.online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-title {
  width: 232px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 96%;
  text-align: center;
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--bmb-gray-EAEAEA);
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container .online-match-between-teams-header-max-match-item {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container .online-match-between-teams-header-max-match-item .online-match-between-teams-header-max-match-item-head {
  position: relative;
  background-color: var(--bmb-green-dynamic);
  border-radius: 4px;
  height: 30px;
  width: 100%;
  color: var(--bmb-white-dynamic);
  font-weight: 400;
  font-size: 12px;
  line-height: 96%;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
}
.online-match-between-teams-container .online-match-between-teams-header-max-match-container .online-match-between-teams-header-max-match-item .online-match--match-container {
  margin-top: 0;
  top: -12px;
  position: relative;
}
.online-match-between-teams-container .online-match-between-teams-row-container {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 10px;
}
.online-match-between-teams-container .online-match-between-teams-row-container .online-match--match-container {
  width: 100%;
}
.online-match-between-teams-container .online-match-between-teams-row-container .online-match--match-container.hidden-item {
  display: none;
}
.online-match-between-teams-container .online-match-between-teams-footer {
  width: 100%;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 2px;
  color: var(--bmb-green-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  cursor: pointer;
}
@media (max-width: 1279px) {
  .online-match-between-teams-container .online-match-between-teams-row-container .online-match--match-container {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .online-match-between-teams-container .online-match--match-container {
    grid-template-columns: 1fr;
  }
  .online-match-between-teams-container .online-match-between-teams-header-max-match-container {
    flex-wrap: wrap;
  }
  .online-match-between-teams-container .online-match-between-teams-header {
    padding: 10px 10px 0 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container {
    width: 30px;
    height: 30px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .team-logo-container .team-logo {
    width: 28px;
    height: 28px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-home-stats {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-draw-value {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-guest-stats {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container {
    height: 6px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-home-progress,
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .draw-progress,
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-progress-container .team-guest-progress {
    height: 6px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats {
    height: 108px;
    padding: 14px 0 20px 0;
    margin-top: 14px;
    row-gap: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info {
    font-size: 14px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info.guest-team {
    text-align: left;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-title {
    width: 232px;
    font-size: 14px;
  }
}
@media (max-width: 429px) {
  .online-match-between-teams-container .online-match-between-teams-header {
    padding: 10px 4px 0 4px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-home-stats {
    font-size: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-draw-value {
    font-size: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-team-container .online-match-between-teams-header-team-guest-stats {
    font-size: 10px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info {
    font-size: 12px;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-team-info.guest-team {
    text-align: left;
  }
  .online-match-between-teams-container .online-match-between-teams-header .online-match-between-teams-header-stats .online-match-between-teams-header-stats-row .header-stats-row-title {
    width: 186px;
    font-size: 12px;
  }
}
.online-match-info-block.block-in-column-container {
  padding-bottom: 22px;
}
.online-match-info-block {
  box-sizing: border-box;
  background-color: var(--bmb-white-dynamic);
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.online-match-info-block .online-match-info-block-item-row {
  margin-top: 14px;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-title {
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 15.4px */
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value {
  color: var(--bmb-black-dynamic);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value b {
  color: var(--bmb-black-dynamic);
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value img {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 0.2px solid #D9D9D9;
  margin-right: 5px;
  margin-left: 0px;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value.link {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value.link .not-link {
  cursor: default;
  color: black;
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value-progress-bar {
  width: 100%;
  height: 4px;
  margin-top: 9px;
  background-color: var(--bmb-gray-elements-dynamic);
}
.online-match-info-block .online-match-info-block-item-row .online-match-info-block-item-row-value-progress-bar .online-match-info-block-item-row-value-progress-bar-inner {
  height: 100%;
  background-color: var(--bmb-green-hover-dynamic);
}
.online-table-container {
  padding: 22px 26px 0 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-table-container.short {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 14px;
  margin-top: 0px;
}
.online-table-container.short .online-table-block-tab-list {
  display: none;
}
.online-table-container .online-table-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-table-container .online-table-block-tab-list.tab-block-list {
  margin-top: 24px;
  margin-bottom: 7px;
}
.online-table-container .online-table-block-tab-list.tab-block-list .online-table-block-tab-list-item.tab-block-list-item {
  font-size: 16px;
  padding: 6px 9px 7px 9px;
  margin-right: 9px;
  margin-bottom: 0;
}
.online-table-container .online-table-block-tab-list.tab-block-list .online-table-block-tab-list-item.tab-block-list-item.active {
  border-radius: 6px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list {
  padding-top: 14px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .table-column-descriptions {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  padding: 14px 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .table-point-balance-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
  color: var(--bmb-black-dynamic);
  padding: 5.5px 0;
  margin: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table {
  display: grid;
  grid-template-columns: 266px 1fr;
  gap: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr {
  grid-template-columns: 34px 24px minmax(200px, 200fr);
  min-width: unset;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  color: var(--bmb-black-dynamic);
  text-align: left;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr {
  grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 86px;
  min-width: 556px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block {
  width: 40px;
  height: 20px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  align-content: center;
  display: block;
  color: var(--bmb-white-dynamic);
  flex-shrink: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block.win {
  background-color: var(--bmb-green-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block.loose {
  background-color: var(--bmb-red-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.with-out-live .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.with-out-live .body-table-tr {
  grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 86px;
  min-width: 506px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr.selected {
  background-color: #E6F8E0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.games.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.win.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.draw.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.loose.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.points.draw-color {
  color: var(--bmb-yellow-hover-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.games.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.win.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.draw.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.loose.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.points.win-color {
  color: var(--bmb-green-hover-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.games.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.win.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.draw.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.loose.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.points.loose-color {
  color: var(--bmb-red-hover-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches {
  display: flex;
  gap: 6px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item.win {
  background-color: var(--bmb-green-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item.lose {
  background-color: var(--bmb-red-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short {
  grid-template-columns: 158px 1fr;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container {
  padding-bottom: 14px;
  margin-bottom: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr {
  grid-template-columns: 44px 28px 28px;
  min-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.place {
  width: 24px;
  padding-right: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.prev-place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.prev-place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.prev-place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.prev-place {
  width: 20px;
  padding-right: 0;
  padding-left: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.live-score {
  padding-right: 4px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.points,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.points,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.points,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.points {
  width: 28px;
  padding-right: 4px;
  font-size: 12px;
  line-height: 110%;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-diff {
  display: none;
  padding-right: 4px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr {
  grid-template-columns: 28px 28px 28px 28px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.live-score {
  display: none;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.loose {
  display: flex;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static {
  padding-bottom: 14px;
  margin-bottom: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr {
  grid-template-columns: 24px 20px minmax(114px, 114fr);
  min-width: unset;
  -moz-column-gap: 0;
       column-gap: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr .team .table-team-link.team-name,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr .team .table-team-link.team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 84px;
  color: var(--bmb-black-dynamic);
  text-align: left;
}
@media (max-width: 1279px) {
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container {
    padding-bottom: 41.5px;
    margin-bottom: 10.5px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static {
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static:after {
    content: '';
    top: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    right: 0px;
    background: linear-gradient(270deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0.3) 100%);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short {
    grid-template-columns: 136px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr {
    grid-template-columns: 40px 28px;
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-diff {
    display: none;
    padding-right: 4px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr {
    grid-template-columns: 28px 28px 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.loose {
    display: none;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.win {
    display: flex;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static:after {
    content: none;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr {
    grid-template-columns: 24px 20px minmax(92px, 92fr);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    width: 66px;
  }
}
@media (max-width: 999px) {
  .online-table-container {
    padding: 22px 26px 0 14px;
  }
  .online-table-container.short {
    padding: 22px 0 26px 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list {
    padding-top: 24px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item {
    overflow-x: auto;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table {
    grid-template-columns: 266px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container {
    overflow-y: auto;
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static {
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static:after {
    content: '';
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 34px 24px minmax(200px, 200fr);
    min-width: unset;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .place,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .place {
    width: 34px;
    padding-right: 10px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .prev-place,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .prev-place {
    width: 24px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    width: 160px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr {
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 86px;
    min-width: 556px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.points {
    display: flex;
    font-size: 14px;
    width: auto;
    padding-right: 10px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches {
    display: flex;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr {
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 86px;
    min-width: 506px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.points {
    display: flex;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .table-point-balance-container p {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .online-table-container .online-table-block-tab-content-list.tab-content-list {
    padding-top: 20px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table {
    grid-template-columns: 225px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container {
    padding-bottom: 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static {
    padding-bottom: 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static:after,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static:after {
    content: none;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 34px 24px minmax(159px, 159fr);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 119px;
  }
}
@media (max-width: 429px) {
  .online-table-container .online-table-block-tab-content-list.tab-content-list {
    padding-top: 20px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table {
    grid-template-columns: 174px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 34px 24px minmax(108px, 108fr);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    color: var(--bmb-black-dynamic);
    width: 68px;
  }
}
.playoff-grid-container {
  display: flex;
  overflow-x: auto;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  margin-top: -6px;
}
.playoff-grid-container .playoff-grid-container-column {
  display: flex;
  flex-direction: column;
  margin-right: 38px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round {
  height: 416px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-title {
  color: #808080;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  width: 100%;
  margin-bottom: 18px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container {
  height: 354px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair {
  width: 218px;
  height: 78px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  margin-bottom: 14px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  display: flex;
  padding: 9px;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .team-logo-container {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  margin-right: 8px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .team-logo-container .team-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--name {
  width: 100%;
  height: 20px;
  color: var(--bmb-black-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  display: flex;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--goals {
  display: flex;
  width: 14px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  margin-right: 4px;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--goals:last-of-type {
  margin-right: 0px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team.loose {
  opacity: 50%;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  display: block;
  position: absolute;
  right: -25px;
  top: 39px;
  width: 25px;
  height: 88px;
  border: 1px solid black;
  border-left: none;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair::before {
  content: '';
  display: block;
  position: absolute;
  left: -13px;
  top: 39px;
  width: 13px;
  height: 0px;
  border-top: 1px solid black;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-match-list-container {
  display: none;
  width: 218px;
  height: 62px;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 4px 6px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-team-container {
  background: var(--bmb-orange-dynamic);
  z-index: 3;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--name {
  color: var(--bmb-white-dynamic);
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--goals {
  color: var(--bmb-white-dynamic);
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container {
  display: flex;
  flex-direction: column;
  padding: 9px 0 5px 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -58px;
  z-index: 2;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item {
  width: 100%;
  height: 24px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-name {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  color: var(--bmb-black-dynamic);
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-name.team-home {
  margin-right: 4px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-name.team-guest {
  margin-left: 4px;
  text-align: left;
  justify-content: left;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-logo-container {
  width: 16px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score {
  flex-grow: 0;
  flex-shrink: 0;
  width: 32px;
  height: 16px;
  background: #B3B3B3;
  border-radius: 2px;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score .match-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  width: 100%;
  height: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score.active {
  background: #D9D9D9;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score.active .match-info-team-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair:nth-child(even)::before {
  left: -13px;
  top: 40px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c1 .playoff-round-pair-container {
  justify-content: space-around;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c2 .playoff-round-pair-container .playoff-pair {
  margin-top: 46px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c2 .playoff-round-pair-container .playoff-pair:last-of-type {
  margin-bottom: 46px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c2.with-out-group-line .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  border-right: none;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.is-up.c1 .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  width: 281px;
  right: -281px;
  border-bottom: none;
  height: 215px;
}
.playoff-grid-container .playoff-grid-container-column.is-up-only {
  height: 834px;
}
.playoff-grid-container .playoff-grid-container-column.is-up-only .playoff-round {
  height: 100%;
}
.playoff-grid-container .playoff-grid-container-column.is-up-only .playoff-round .playoff-round-pair-container {
  height: 100%;
  justify-content: space-around;
}
.playoff-grid-container .playoff-grid-container-column.is-down-only {
  margin-top: 416px;
}
.playoff-grid-container .playoff-grid-container-column.is-down-only .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  border-right: none;
}
.playoff-grid-container .playoff-grid-container-column.is-down-only .playoff-round.c1 .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  border-right: 1px solid black;
  border-top: none;
  top: auto;
  bottom: 39px;
  height: 202px;
}
.playoff-grid-container .playoff-grid-container-column.is-first-up .playoff-round.is-up .playoff-round-pair-container .playoff-pair::before {
  content: none;
}
.playoff-grid-container .playoff-grid-container-column:last-of-type {
  margin-right: 0px;
}
.playoff-grid-container .playoff-grid-container-column:last-of-type .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  display: none;
}
.playoff-grid-container .playoff-grid-container-column:first-of-type .playoff-round .playoff-round-pair-container .playoff-pair::before {
  content: none;
}
.playoff-grid-container.cr-5 .playoff-grid-container-column.is-up-only {
  height: 1668px;
}
.playoff-grid-container::-webkit-scrollbar {
  height: 8px;
}
.playoff-grid-container::-webkit-scrollbar-track {
  background: transparent;
}
.playoff-grid-container::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 8px;
}
.playoff-grid-container::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
@media (max-width: 800px) {
  .playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-title {
    font-size: 12px;
  }
}
.online-text-matches-container {
  padding: 22px 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-text-matches-container .online-text-matches-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-text-matches-container .online-text-matches-events-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.online-text-matches-container .online-text-matches-events-container .line-separator {
  background: #EDEDED;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .minute {
  width: 58px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon {
  width: 46px;
  height: 26px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img {
  width: 26px;
  height: 26px;
  background-size: contain;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match {
  background-image: url("/img/icons/online/events/goal.svg");
  position: relative;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--own-goal {
  background-image: url("/img/icons/online/events/own-goal.svg");
  position: relative;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--assist {
  background-image: url("/img/icons/online/events/assist.svg");
  position: relative;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--miss {
  background-image: url("/img/icons/online/events/goal_deny.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal {
  background-image: url("/img/icons/online/events/goal.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--yellow-card {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--red-card {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--second-yellow-card {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--change {
  background-image: url("/img/icons/online/events/substitution.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--injury {
  background-image: url("/img/icons/online/events/injury.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--important {
  background-image: url("/img/icons/online/events/dangerous.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--var {
  background-image: url("/img/icons/online/events/var.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--add-time {
  background-image: url("/img/icons/online/events/added_time.svg");
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message.bold {
  font-weight: 700;
}
.online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message a {
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
@media (max-width: 999px) {
  .online-text-matches-container {
    padding: 17px 14px;
  }
  .online-text-matches-container .online-text-matches-title {
    font-size: 18px;
    font-weight: 600;
  }
  .online-text-matches-container .online-text-matches-events-container {
    margin-top: 5px;
  }
  .online-text-matches-container .online-text-matches-events-container .line-separator {
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item {
    margin-top: 14px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .minute {
    width: 51px;
    font-size: 14px;
    line-height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon {
    width: 36px;
    height: 20px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img {
    width: 20px;
    height: 20px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 10px;
    height: 10px;
    bottom: 1px;
    right: 1px;
    font-size: 10px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info {
    font-size: 14px;
    line-height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 436px) {
  .online-text-matches-container {
    padding: 18px 14px;
  }
  .online-text-matches-container .online-text-matches-title {
    font-size: 16px;
    font-weight: 600;
  }
  .online-text-matches-container .online-text-matches-events-container {
    margin-top: 8px;
  }
  .online-text-matches-container .online-text-matches-events-container .line-separator {
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item {
    margin-top: 12px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .minute {
    width: 45px;
    font-size: 12px;
    line-height: 14px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon {
    width: 28px;
    height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img {
    width: 16px;
    height: 16px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .icon .icon-img.player-icon--penalty-goal-after-match:after {
    content: 'П';
    width: 6px;
    height: 6px;
    bottom: 1px;
    right: 1px;
    font-size: 5px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .info {
    font-size: 12px;
    line-height: 14px;
  }
  .online-text-matches-container .online-text-matches-events-container .online-text-matches-events-container-item .text .message {
    font-size: 12px;
    line-height: 14px;
  }
}
.online-text-matches-container .tooltip,
.online-protocol-container .tooltip,
.online-squad-container .tooltip {
  width: auto;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  font-family: "Roboto", sans-serif;
  padding: 6px 8px;
}
.online-text-matches-container .tooltip .tooltip-arrow,
.online-protocol-container .tooltip .tooltip-arrow,
.online-squad-container .tooltip .tooltip-arrow {
  display: none;
}
.online-text-matches-container .tooltip .tooltip-inner,
.online-protocol-container .tooltip .tooltip-inner,
.online-squad-container .tooltip .tooltip-inner {
  width: auto;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  background-color: transparent;
  white-space: nowrap;
}
.online-match--match-container {
  margin-top: 6px;
  padding: 4px 8px;
  width: 100%;
  cursor: pointer;
  height: 76px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  display: flex;
  flex-direction: column;
}
.online-match--match-container .online-match--title {
  margin-top: 3px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 150% */
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.online-match--match-container .online-match--main {
  margin-top: 3px;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
}
.online-match--match-container .online-match--main .online-match-middle-row {
  width: 58px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 9px;
  flex-direction: column;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score {
  width: 100%;
  height: 24px;
  background: #BDBDBD;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score.active {
  background: #BDBDBD;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score.active .online-match-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px 0 0 2px;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score.active .online-match-score-progress.full {
  border-radius: 2px;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-score .online-match-score-text {
  color: var(--bmb-white-dynamic);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  width: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-match--match-container .online-match--main .online-match-middle-row .online-match-middle-date {
  margin-top: 8px;
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 150% */
  width: 100%;
}
.online-match--match-container .online-match--main .online-match-team {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: column;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-name-container {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 24px;
  max-width: 100%;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-name-container .online-match-team-name {
  width: 100%;
  max-height: 24px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 120% */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.online-match--match-container .online-match--main .online-match-team.win .online-match-team-name-container .online-match-team-name {
  font-weight: 700;
}
.online-match--match-container .online-match--main .online-match-team.team-guest {
  align-items: start;
}
.online-match--match-container .online-match--main .online-match-team.team-guest .online-match-team-name-container {
  justify-content: start;
}
.online-match--match-container .online-match--main .online-match-team.team-guest .online-match-team-name-container .online-match-team-name {
  text-align: left;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-logo-container {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.online-match--match-container .online-match--main .online-match-team .online-match-team-logo-container .online-match-team-logo {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
/*
 * Sports Video
 */
.sports-video-container {
  position: relative;
  margin: 12px;
}
.sports-video-container .sports-video-container--title {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  margin-bottom: 18px;
}
.sports-video-container iframe {
  width: 324px;
  height: 182px;
  flex-shrink: 0;
  position: relative;
}
.sports-video-container .sports-video-item-container {
  display: flex;
  justify-content: left;
  flex-direction: row;
  overflow: hidden;
  padding-bottom: 13px;
  margin: 0 27px;
}
.sports-video-container .sports-video-item-container .sports-video-item {
  width: 135px;
  height: 183px;
  flex-shrink: 0;
  margin-right: 8px;
  cursor: pointer;
}
.sports-video-container .sports-video-item-container .sports-video-item .sports-video-item--img {
  height: 76px;
  flex-shrink: 0;
  background: url('/img/icons/sports-video/empty.png'), lightgray 50% / cover no-repeat;
  position: relative;
  margin-bottom: 7px;
  background-size: contain;
}
.sports-video-container .sports-video-item-container .sports-video-item .sports-video-item--img:after {
  content: '';
  width: 51.882px;
  height: 51.882px;
  flex-shrink: 0;
  opacity: 0.8;
  background: url('/img/icons/sports-video/play.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
.sports-video-container .sports-video-item-container .sports-video-item .sports-video-item--text {
  color: #222;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  font-family: "Roboto", sans-serif;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
}
.sports-video-container .sports-video-item-container .carousel--prev,
.sports-video-container .sports-video-item-container .carousel--next {
  box-shadow: none;
  display: block;
  height: 183px;
  top: auto;
  bottom: 13px;
  margin: 0;
  border-radius: 0;
  width: 19px;
  background-color: transparent;
}
.sports-video-container .sports-video-item-container .carousel--prev.disabled,
.sports-video-container .sports-video-item-container .carousel--next.disabled {
  opacity: 0.5;
}
.sports-video-container .sports-video-item-container .carousel--prev::before,
.sports-video-container .sports-video-item-container .carousel--next::before {
  border: none;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  rotate: none;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.sports-video-container .sports-video-item-container .carousel--prev {
  rotate: 180deg;
}
.sports-video-container .sports-video-item-container .carousel--prev::before {
  background-image: url("/img/icons/sports-video/right-arrow.svg");
}
.sports-video-container .sports-video-item-container .carousel--next::before {
  background-image: url("/img/icons/sports-video/right-arrow.svg");
}
.sports-video-mobile {
  background-color: #e9e9e9;
  padding: 10px 0;
}
.sports-video-mobile .sports-video {
  margin: 0;
  width: 100%;
}
.sports-video-mobile .sports-video .mdl-card__supporting-text {
  padding: 12px 14px;
}
.sports-video-mobile .sports-video .mdl-card__supporting-text .sports-video-container {
  margin: 14px;
}
.sports-video-mobile .sports-video .mdl-card__supporting-text .sports-video-container iframe {
  width: 100%;
  height: 192px;
  margin-bottom: 10px;
}
/*
 * Tournament
 */
.tournament-list-container {
  position: relative;
  padding-bottom: 57px;
}
.tournament-list-container .show-more-tournaments {
  width: 220px;
  height: 37px;
  background: var(--bmb-white-dynamic);
  border: 1px solid #74AB3F;
  border-radius: 2px;
  padding: 11px 0 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  text-align: center;
  color: #74AB3F;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -110px;
}
/* Пульсация значения очков */
@keyframes pulse-points {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* Анимация значения разницы мячей */
@keyframes flash-value {
  0% {
    color: var(--bombardir-black);
  }
  30% {
    color: var(--bombardir-primary-color);
  }
  100% {
    color: var(--bombardir-black);
  }
}
.tournament-table-container {
  padding-left: 0;
  padding-right: 0;
}
.table-block-container {
  font-family: "Roboto", sans-serif;
}
.table-block-container.single {
  margin-top: 4px;
}
.table-block-container .body-table {
  position: relative;
}
.table-block-container .body-table .body-table-tr .body-table-td.animate-pulse {
  animation: pulse-points 1s ease-in-out;
  animation-iteration-count: 3;
}
.table-block-container .body-table .body-table-tr .body-table-td.animate-flash {
  animation: flash-value 1s ease-out;
}
.table-block-container .table-block-tab-list.tab-block-list {
  margin-top: 0;
}
.tournament-history-table.table-block {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 0;
}
.tournament-history-table.table-block .table-block-container .body-table-tr,
.tournament-history-table.table-block .table-block-container .head-table-tr {
  grid-template-columns: minmax(142px, 1fr) minmax(142px, 1fr);
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.tournament-history-table.table-block .table-block-container .body-table-tr .body-table-td .season-name,
.tournament-history-table.table-block .table-block-container .head-table-tr .body-table-td .season-name {
  display: none;
}
.tournament-history-table.table-block .table-block-container .body-table-tr .body-table-td .season-name,
.tournament-history-table.table-block .table-block-container .head-table-tr .body-table-td .season-name,
.tournament-history-table.table-block .table-block-container .body-table-tr .body-table-td .team-name,
.tournament-history-table.table-block .table-block-container .head-table-tr .body-table-td .team-name {
  text-align: left;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  vertical-align: middle;
}
.tournament-history-table.table-block .table-block-container.static .body-table-tr,
.tournament-history-table.table-block .table-block-container.static .head-table-tr {
  grid-template-columns: 1fr;
}
.tournament-history-table.table-block .table-block-container.static .body-table-tr .body-table-td,
.tournament-history-table.table-block .table-block-container.static .head-table-tr .body-table-td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tournament-history-table.table-block .table-block-container.static .body-table-tr .body-table-td .team-name,
.tournament-history-table.table-block .table-block-container.static .head-table-tr .body-table-td .team-name {
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tournament-history-table.table-block.col-3 {
  grid-template-columns: 300px 1fr;
}
.tournament-history-table.table-block.col-3 .table-block-container:not(.static) .body-table-tr,
.tournament-history-table.table-block.col-3 .table-block-container:not(.static) .head-table-tr {
  grid-template-columns: minmax(142px, 1fr) minmax(142px, 1fr) minmax(142px, 1fr);
}
.tournament-history-table.table-block.col-4 {
  grid-template-columns: 270px 1fr;
}
.tournament-history-table.table-block.col-4 .table-block-container:not(.static) .body-table-tr,
.tournament-history-table.table-block.col-4 .table-block-container:not(.static) .head-table-tr {
  grid-template-columns: minmax(142px, 1fr) minmax(142px, 1fr) minmax(142px, 1fr) minmax(142px, 1fr);
}
@media (max-width: 1279px) {
  .tournament-history-table.table-block {
    grid-template-columns: 346px 1fr;
  }
  .tournament-history-table.table-block.col-3 {
    grid-template-columns: 275px 1fr;
  }
  .tournament-history-table.table-block.col-4 {
    grid-template-columns: 230px 1fr;
  }
}
@media (max-width: 999px) {
  .tournament-history-table.table-block {
    grid-template-columns: 264px 1fr;
  }
  .tournament-history-table.table-block.col-3 {
    grid-template-columns: 230px 1fr;
  }
  .tournament-history-table.table-block.col-4 {
    grid-template-columns: 230px 1fr;
  }
}
@media (max-width: 743px) {
  .tournament-history-table.table-block {
    grid-template-columns: 100px 1fr;
  }
  .tournament-history-table.table-block .table-block-container .body-table-tr,
  .tournament-history-table.table-block .table-block-container .head-table-tr {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .tournament-history-table.table-block .table-block-container .body-table-tr .body-table-td .season-name,
  .tournament-history-table.table-block .table-block-container .head-table-tr .body-table-td .season-name,
  .tournament-history-table.table-block .table-block-container .body-table-tr .body-table-td .team-name,
  .tournament-history-table.table-block .table-block-container .head-table-tr .body-table-td .team-name {
    font-size: 12px;
  }
  .tournament-history-table.table-block .table-block-container .body-table-tr .body-table-td .season-name,
  .tournament-history-table.table-block .table-block-container .head-table-tr .body-table-td .season-name {
    display: block;
  }
  .tournament-history-table.table-block .table-block-container.static .body-table-tr .body-table-td .team-name,
  .tournament-history-table.table-block .table-block-container.static .head-table-tr .body-table-td .team-name {
    display: none;
  }
  .tournament-history-table.table-block.col-3 {
    grid-template-columns: 100px 1fr;
  }
  .tournament-history-table.table-block.col-4 {
    grid-template-columns: 100px 1fr;
  }
}
.widget-no-data {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.36px;
  text-align: center;
  color: #808080;
  margin: 0;
}
.widget-no-data.hidden {
  display: none;
}
.widget-no-data.with-image {
  height: 150px;
  position: relative;
  background-color: var(--bmb-gray-ranks-dynamic);
  color: var(--bmb-gray-text-dynamic);
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  align-content: center;
  background-image: url(/img/no-data-img.svg);
  background-size: 132px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 743px) {
  .widget-no-data.with-image {
    font-size: 18px;
  }
}
.filter-materials-by-date {
  display: flex;
  align-items: center;
  padding-left: 0px;
  box-sizing: border-box;
}
.filter-materials-by-date input[type="text"] {
  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);
  width: 150px;
}
.filter-materials-by-date .search-material-by-date-btn {
  font-family: 'Roboto';
  width: 100%;
  height: 36px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 100px;
  box-sizing: border-box;
  border: none;
  margin-top: 0;
  margin-left: 15px;
}
.filter-materials-by-date .search-material-by-date-btn:hover {
  background: var(--bmb-green-hover-dynamic);
}
.pagination-block {
  padding: 32px 0;
  margin: 0;
  border-radius: 4px;
  list-style: none;
  display: flex;
  justify-content: center;
}
.pagination-block li {
  width: 25px;
  height: 24px;
  border-radius: 4px;
  background-color: var(--bmb-gray-elements-dynamic);
  color: var(--bmb-black-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  margin-right: 4px;
  cursor: pointer;
}
.pagination-block li.prev a,
.pagination-block li.next a,
.pagination-block li.prev span,
.pagination-block li.next span {
  width: 12px;
  height: 11.52px;
  background-image: url("/img/icons/paginations/arrow-black.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
}
.pagination-block li.prev.disabled a,
.pagination-block li.next.disabled a,
.pagination-block li.prev.disabled span,
.pagination-block li.next.disabled span {
  background-image: url("/img/icons/paginations/arrow-grey.svg");
}
.pagination-block li.next a,
.pagination-block li.next span {
  transform: rotate(180deg);
}
.pagination-block li.disabled {
  background-color: var(--bmb-gray-ranks-dynamic);
  cursor: not-allowed;
}
.pagination-block li.pagination-block-active {
  background-color: var(--bmb-orange-dynamic);
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.pagination-block li.pagination-block-active a,
.pagination-block li.pagination-block-active span {
  color: var(--bmb-white-dynamic);
}
.modal-dialog {
  width: 400px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(0, -25%);
}
.modal-dialog .modal-content {
  position: relative;
  background-color: var(--bmb-white-dynamic);
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  border-radius: 6px;
  box-shadow: 0 3px 9px color-mix(in srgb, var(--bmb-black-dynamic) 50%, transparent);
  outline: 0;
}
.modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.modal-dialog .modal-content .modal-body button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-dialog .modal-content .modal-body .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: var(--bmb-black-dynamic);
  text-shadow: 0 1px 0 var(--bmb-white-dynamic);
  opacity: 0.2;
}
/*
 * Table
 */
#table-tournaments-selectpicker-container {
  width: 150px;
  padding: 0;
}
.table-general-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.table-general-block-table .head-table-tr {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bmb-black-dynamic);
}
.table-general-block-table .head-table-tr .head-table-th {
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  padding: 7px 0;
  height: 18px;
  box-sizing: content-box;
  margin-right: 9px;
  margin-left: 9px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.table-general-block-table .body-table {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.table-general-block-table .body-table .body-table-tr {
  display: flex;
  align-items: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td {
  padding: 7px 0;
  color: var(--bmb-black-dynamic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  box-sizing: border-box;
  margin-right: 9px;
  margin-left: 9px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  height: 32px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td a {
  color: black;
}
.table-general-block-table .body-table .body-table-tr .body-table-td .flag-optimize {
  margin-right: 10px;
}
.table-general-block-table .body-table .body-table-tr:nth-of-type(even) {
  background-color: var(--bmb-gray-text-dynamic);
}
@media (max-width: 800px) {
  .table-general-block-table {
    width: 100%;
  }
  .table-general-block-table .head-table-tr .head-table-th {
    font-size: 14px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td {
    font-size: 14px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td a {
    color: var(--bmb-black-dynamic);
    font-weight: unset;
  }
  .table-general-block-table .body-table .body-table-tr:nth-of-type(even) {
    background-color: var(--bmb-gray-text-dynamic);
  }
}
/*
 * Profile
 */
.activation-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: left;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  font-family: "Roboto";
  padding-bottom: 24px;
  box-sizing: content-box;
  margin: 26px 0px 0px 0px;
}
.activation-container .activation-container-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.activation-container .activation-container-button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bmb-white-dynamic);
  margin-top: 20px;
  margin-bottom: 0px;
  cursor: pointer;
}
.activation-container .activation-container-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: none;
  margin-top: 14px;
}
.activation-container .activation-container-message.success {
  display: block;
  color: var(--bmb-green-dynamic);
}
.activation-container .activation-container-message.error {
  display: block;
  color: var(--bmb-red-dynamic);
}
.profile-update-container .profile-update-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  align-items: center;
}
.profile-update-container .profile-update-row .profile-update-row--label {
  margin-right: 17px;
  width: 107px;
  overflow: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  flex-shrink: 0;
  flex-grow: 0;
}
.profile-update-container .profile-update-row .profile-update-row--data {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.profile-update-container .profile-update-row .profile-update-row--data .form-group {
  width: 100%;
  margin-right: 17px;
}
.profile-update-container .profile-update-row .profile-update-row--data .form-group input:not([type=radio], [type=checkbox], [type=file]),
.profile-update-container .profile-update-row .profile-update-row--data .form-group textarea {
  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);
  width: 100%;
}
.profile-update-container .profile-update-row .profile-update-row--data .form-group input:not([type=radio], [type=checkbox], [type=file]).has-error,
.profile-update-container .profile-update-row .profile-update-row--data .form-group textarea.has-error {
  border-color: var(--bmb-red-dynamic);
}
.profile-update-container .profile-update-row .profile-update-row--data .form-group textarea {
  height: 139px;
}
.profile-update-container .profile-update-row .profile-update-row--data .form-group:last-of-type {
  margin-right: 0;
}
.profile-update-container .profile-update-row .profile-update-row--data .selectpicker-our {
  width: 100%;
  margin-right: 17px;
}
.profile-update-container .profile-update-row .profile-update-row--data .selectpicker-our:last-of-type {
  margin-right: 0;
}
.profile-update-container .profile-update-row .profile-update-row--data.radio-ui {
  margin-bottom: 0;
  height: 36px;
}
.profile-update-container .profile-update-row .profile-update-row--data.radio-ui input[type="checkbox"] {
  top: 3px;
}
.profile-update-container .profile-update-row.about {
  align-items: start;
}
.profile-update-container .profile-update-row.about .profile-update-row--label {
  margin-top: 8px;
}
.profile-update-container .profile-update-row.avatar {
  height: auto;
  align-items: start;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--label {
  margin-top: 8px;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data {
  flex-direction: column;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .form-group {
  display: none;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-img {
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  margin-right: 34px;
  flex-shrink: 0;
  flex-grow: 0;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container input[type=file] {
  display: none;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-button {
  width: 100%;
  height: 36px;
  padding: 10px 50px 10px 50px;
  border-radius: 4px;
  background: var(--bmb-gray-neutral-dynamic);
  color: var(--bmb-white-dynamic);
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-delete {
  background-image: url("/img/icons/profile/delete.svg");
  width: 20px;
  height: 20px;
  margin-left: 34px;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-hint {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-top: 10px;
}
.profile-update-container .button-save {
  font-family: 'Roboto';
  height: 36px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  border: none;
  margin-top: 32px;
  margin-bottom: 24px;
}
.profile-update-container .button-save:hover {
  background: var(--bmb-green-hover-dynamic);
}
@media (max-width: 999px) {
  .profile-update-container .profile-update-row {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    align-items: start;
  }
  .profile-update-container .profile-update-row .profile-update-row--label {
    margin-right: 0px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .profile-update-container .profile-update-row .profile-update-row--data .selectpicker-our {
    width: 100%;
    margin-right: 10px;
  }
  .profile-update-container .profile-update-row .profile-update-row--data .selectpicker-our:last-of-type {
    margin-right: 0;
  }
  .profile-update-container .profile-update-row .profile-update-row--data.radio-ui {
    margin-bottom: 0;
    height: 18px;
  }
  .profile-update-container .profile-update-row .profile-update-row--data.radio-ui input[type="checkbox"] {
    top: 3px;
  }
  .profile-update-container .profile-update-row.about {
    align-items: start;
  }
  .profile-update-container .profile-update-row.about .profile-update-row--label {
    margin-top: 0px;
  }
  .profile-update-container .profile-update-row.avatar {
    height: auto;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data {
    flex-direction: column;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .form-group {
    display: none;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-img {
    margin-right: 24px;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container input[type=file] {
    display: none;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-button {
    width: 100%;
    height: 36px;
    padding: 10px 20px 10px 20px;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-delete {
    margin-left: 24px;
  }
}
@media (max-width: 429px) {
  .profile-update-container .profile-update-row .profile-update-row--data .selectpicker-our {
    margin-right: 7px;
  }
  .profile-update-container .profile-update-row .profile-update-row--data .selectpicker-our:last-of-type {
    margin-right: 0;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-img {
    margin-right: 14px;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-button {
    width: 100%;
    height: 36px;
    padding: 10px 13px 10px 13px;
  }
  .profile-update-container .profile-update-row.avatar .profile-update-row--data .profile-update-avatar-container .profile-update-avatar-delete {
    margin-left: 14px;
  }
}
/*
 * 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);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  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-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;
}
.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;
  }
  .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;
  }
  .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%;
  }
}
/*
 * Archive page
 */
.archive-page .title-page {
  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: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  box-sizing: border-box;
  margin: 0;
}
.archive-page .title-page:hover {
  text-decoration: none;
}
.archive-page .title-page:hover {
  text-decoration: none;
}
.archive-page .archive-page-tab-block {
  padding: 0 0 42px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 2px;
}
.archive-page .archive-page-tab-block .tab-block-list {
  margin: 0;
}
.archive-page .archive-page-tab-block .tab-content-list {
  width: 100%;
}
.archive-page .archive-page-tab-block .tab-content-list .tab-content-list--item .filter-block {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.archive-page .archive-page-tab-block .tab-content-list .tab-content-list--item .filter-block .selectpicker-our {
  width: 200px;
  height: 36px;
  margin-left: 12px;
}
.archive-page .archive-page-tab-block .tab-content-list .tab-content-list--item .filter-block .selectpicker-our:first-of-type {
  margin-left: 0px;
}
.archive-page .archive-page-tab-block .tab-content-list .tab-content-list--item .archive-news-container {
  display: flex;
  flex-direction: column;
}
.archive-news-container .archive-news-item {
  padding-top: 10px;
  box-sizing: border-box;
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  font-family: 'Roboto';
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.archive-news-container .archive-news-item .archive-news-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
}
.archive-news-container .archive-news-item .archive-news-item-title .content-type {
  color: var(--bmb-orange-dynamic);
}
.archive-news-container .archive-news-item .archive-news-item-title.main {
  font-weight: 600;
}
.archive-news-container .archive-news-item .archive-news-item--footer {
  display: flex;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 6px;
}
.archive-news-container .archive-news-item .archive-news-item--footer .pinned {
  background-image: url("/img/icons/pinned.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  margin-right: 20px;
}
.archive-news-container .archive-news-item .archive-news-item--footer .archive-news-item--footer-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 26px;
}
.archive-news-container .archive-news-item .archive-news-item--footer .archive-news-item--footer-comment {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  position: relative;
}
.archive-news-container .archive-news-item .archive-news-item--footer .archive-news-item--footer-comment::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0.5px;
  background: url("/img/icons/news-block/comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/*
 * Statistics Block
 */
.statistic-page-block .filter-container {
  padding: 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.statistic-page-block .filter-container .filter-item {
  width: 100%;
}
.statistic-page-block .filter-container .filter-item .selectpicker-our {
  width: 100%;
}
.statistics-table-block-container {
  width: 100%;
  font-family: "Roboto";
  margin-top: 16px;
}
.statistics-table-block-container .statistics-table-block-tab-list.tab-block-list {
  margin-top: 0;
  margin-left: 6px;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table {
  display: grid;
  grid-template-columns: 1fr 174px;
  gap: 0;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 {
  --count: 1;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 {
  --count: 2;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 {
  --count: 3;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 {
  --count: 4;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 {
  --count: 5;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 {
  --count: 6;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 {
  --count: 7;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 {
  --count: 8;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 {
  --count: 9;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 {
  --count: 10;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 {
  --count: 11;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 {
  --count: 12;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 {
  --count: 13;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 {
  grid-template-columns: 1fr calc((var(--count) * 40px) + 20px + ((var(--count) - 1) * 10px));
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 .body-table-td {
  padding-right: 0;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players {
  grid-template-columns: 1fr 170px;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container {
  padding-bottom: 24px;
  margin-bottom: 0px;
  overflow-x: auto;
  overflow-y: hidden;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container::-webkit-scrollbar {
  height: 7px;
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 7px;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container::-webkit-scrollbar-track {
  background: transparent;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container::-webkit-scrollbar-thumb {
  background: var(--bmb-gray-neutral-dynamic);
  border-radius: 7px;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container::-webkit-scrollbar-thumb:hover {
  background: var(--bmb-gray-neutral-dynamic);
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static {
  padding-bottom: 24px;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr {
  grid-template-columns: 20px minmax(310px, 310fr) minmax(230px, 230fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .head-table-th,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td {
  padding: 0;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .head-table-th .pos,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .head-table-th .pos,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td .pos,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td .pos {
  width: 14px;
  margin-right: 6px;
  font-weight: 400;
  height: 100%;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.name .player-name,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.name .player-name {
  min-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  max-width: 100%;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.team a,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.team a {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.team a .team-name,
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.team a .team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  max-width: 100%;
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static:after {
  content: none;
  top: 0;
  height: 100%;
  width: 6px;
  position: absolute;
  right: 0px;
  background: linear-gradient(270deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0.3) 100%);
}
.statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .text-under-table {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-top: 14px;
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr,
  .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 20px minmax(304px, 304fr) minmax(130px, 130fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.name .player-name,
  .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.name .player-name {
    min-width: 194px;
  }
  .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.team a .team-name,
  .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.team a .team-name {
    min-width: 100px;
  }
}
@media (max-width: 999px) {
  .layout-middle-container .layout-middle-container--mobile-container .page-main-block-container.statistic-page-block,
  .layout-middle-container .layout-middle-container--mobile-container .material-internal-block.statistic-page-block {
    padding-bottom: 24px;
  }
  .statistic-page-block .filter-container {
    flex-direction: row;
  }
  .statistics-table-block-container {
    width: 100%;
    font-family: "Roboto";
    margin-top: 20px;
  }
  .statistics-table-block-container .statistics-table-block-tab-list.tab-block-list {
    margin-top: 0;
    margin-left: 6px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .head-table-tr .name .logo,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .body-table-tr .name .logo {
    display: none;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .head-table-tr .country,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .body-table-tr .country {
    color: transparent;
  }
}
@media (max-width: 743px) {
  .statistic-page-block .filter-container {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .statistic-page-block .filter-container .selectpicker-our {
    width: 100%;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 {
    grid-template-columns: 1fr calc((var(--count) * 21px) + 20px + ((var(--count) - 1) * 10px));
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 .body-table-tr {
    grid-template-columns: repeat(var(--count), 21px);
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-width: calc((var(--count) * 21px) + 20px);
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 20px minmax(157px, 157fr) minmax(54px, 54fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.name .pos,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.name .pos,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.name .logo,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.name .logo {
    display: none;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.name .player-name,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.name .player-name {
    min-width: 128px;
    font-size: 12px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.team .stats-team-logo .logo,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.team .stats-team-logo .logo {
    display: none;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .body-table-td.team a .team-name,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .body-table-td.team a .team-name {
    min-width: 27px;
    font-size: 12px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players {
    grid-template-columns: 1fr 130px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players .table-block-container:not(.static) .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players .table-block-container:not(.static) .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players .table-block-container:not(.static) .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players .table-block-container:not(.static) .body-table-tr {
    grid-template-columns: 28px 80px;
    min-width: 130px;
  }
}
@media (max-width: 429px) {
  .statistics-table-block-container .statistics-table-block-tab-list.tab-block-list {
    margin-top: 0;
    margin-left: 6px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 {
    grid-template-columns: 1fr 87px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-1 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-2 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-3 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-4 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-5 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-6 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-7 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-8 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-9 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-10 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-11 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-12 .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.cl-13 .body-table-tr {
    grid-template-columns: 1fr 1fr;
    min-width: 87px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container .body-table-tr {
    padding-right: 6px;
    padding-left: 6px;
    min-width: 100%;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container .head-table-tr .body-table-td.mobile-hide,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container .body-table-tr .body-table-td.mobile-hide,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container .head-table-tr .head-table-th.mobile-hide,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container .body-table-tr .head-table-th.mobile-hide {
    display: none;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 20px minmax(157px, 157fr);
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .head-table-tr .team,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table .table-block-container.static .body-table-tr .team {
    display: none;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players {
    grid-template-columns: 1fr 130px;
  }
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players .table-block-container:not(.static) .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players .table-block-container:not(.static) .head-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-youngest-players .table-block-container:not(.static) .body-table-tr,
  .statistics-table-block-container .statistics-table-block-tab-content-list.tab-content-list .statistics-table-block-tab-content-list--item.tab-content-list--item .statistics-table-block-table.stats-oldest-players .table-block-container:not(.static) .body-table-tr {
    grid-template-columns: 28px 80px;
  }
}
/*
 * Personal Page
 */
.personal-page-header {
  display: flex;
  align-items: start;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  padding-bottom: 14px;
  margin-top: 20px;
}
.personal-page-header .personal-page-header-left-part {
  width: 100px;
  margin-right: 44px;
  flex-shrink: 0;
  flex-grow: 0;
}
.personal-page-header .personal-page-header-left-part .logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.personal-page-header .personal-page-header-left-part .header-price {
  width: 100px;
  height: 28px;
  background-image: url("/img/icons/price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
  padding: 4px 5px;
  color: var(--bmb-white-dynamic);
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-top: -7px;
  position: relative;
}
.personal-page-header .personal-page-header-right-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-params-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-params-item .personal-page-header-params-item--title {
  margin-right: 5px;
  flex-shrink: 0;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-params-item .personal-page-header-params-item--img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-params-item .personal-page-header-params-item--text {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-params-item .personal-page-header-params-item--text.link {
  color: var(--bmb-green-dynamic);
  text-decoration: none;
  width: auto;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-params-item .personal-page-header-params-item--text a {
  color: var(--bmb-green-dynamic);
  text-decoration: none;
}
@media (max-width: 1279px) {
  .personal-page-header .personal-page-header-left-part {
    margin-right: 34px;
  }
}
@media (max-width: 999px) {
  .personal-page-header .personal-page-header-left-part {
    margin-right: 24px;
  }
  .personal-page-header .personal-page-header-left-part .logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--bmb-gray-elements-dynamic);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media (max-width: 429px) {
  .personal-page-header .personal-page-header-left-part {
    margin-right: 14px;
  }
}
.personal-page-header {
  display: flex;
  align-items: start;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  padding-bottom: 14px;
}
.personal-page-header .personal-page-header-left-part .logo {
  position: relative;
}
.personal-page-header .personal-page-header-left-part .logo .profile-header-my-team {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--bmb-white-dynamic);
  position: absolute;
  top: 80px;
  right: 0px;
}
.personal-page-header .personal-page-header-right-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.personal-page-header .personal-page-header-right-part .header-title-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.personal-page-header .personal-page-header-right-part .header-title-container h1 {
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.personal-page-header .personal-page-header-right-part .header-title-container .user-rating {
  color: var(--bmb-green-dynamic);
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  margin-left: 10px;
}
.personal-page-header .personal-page-header-right-part .header-title-container .user-rating.red {
  color: var(--bmb-red-dynamic);
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-title {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-title a {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--bmb-green-dynamic);
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 10px;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column .prize-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 8px;
  margin-bottom: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: var(--bmb-white-dynamic);
  position: relative;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column .prize-icon .prize-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column .prize-icon .prize-count {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  color: var(--bmb-white-dynamic);
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column .prize-icon.gold .prize-count {
  background: var(--bmb-gold-dynamic);
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column .prize-icon.silver .prize-count {
  background: var(--bmb-silver-dynamic);
}
.personal-page-header .personal-page-header-right-part .personal-page-header-params-list .personal-page-header-awards-container .personal-page-header-awards-item-container .personal-page-header-awards-item-container-column .prize-icon.bronze .prize-count {
  background: var(--bmb-bronze-dynamic);
}
.personal-page-header .personal-page-header-right-part .profile-header-ban-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid var(--bmb-red-dynamic);
  border-radius: 4px;
  padding: 5px 17px;
  box-sizing: border-box;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  background-color: var(--bmb-red-dynamic);
  margin-top: 16px;
}
.personal-page-header .personal-page-header-right-part .profile-header-ban-container .profile-header-ban-container--title {
  font-weight: 700;
}
.personal-page-header .personal-page-header-right-part .profile-header-ban-container .profile-header-ban-container--text a {
  color: var(--bmb-white-dynamic);
}
@media (max-width: 429px) {
  .personal-page-header .personal-page-header-right-part .header-title-container {
    flex-direction: column;
  }
  .personal-page-header .personal-page-header-right-part .header-title-container .user-rating {
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    width: 100%;
    margin-left: 0;
  }
}
.profile-comments-container {
  font-family: 'Roboto';
}
.profile-comments-container .profile-comments-item-list {
  display: flex;
  align-items: start;
  width: 100%;
  flex-direction: column;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item {
  display: flex;
  align-items: start;
  width: 100%;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  padding-bottom: 14px;
  flex-direction: column;
  margin-bottom: 14px;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item:last-of-type {
  border: none;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-material-title {
  color: var(--bmb-green-dynamic);
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  display: block;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-date {
  margin-top: 4px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-comment-text {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  word-break: break-word;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer {
  width: 100%;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer .profile-comments-item-footer-reply {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  margin-right: 7px;
  position: relative;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer .profile-comments-item-footer-reply:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("/img/icons/profile/comment-reply.svg");
  background-position: center;
  background-size: contain;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer .profile-comments-item-footer-like {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  margin-right: 0px;
  position: relative;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer .profile-comments-item-footer-like:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("/img/icons/profile/comment-like.svg");
  background-position: center;
  background-size: contain;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer .profile-comments-item-footer-banned {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  margin-right: 0px;
  position: relative;
  color: var(--bmb-gray-text-dynamic);
}
.profile-comments-container .profile-comments-item-list .profile-comments-item .profile-comments-item-footer .profile-comments-item-footer-banned:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("/img/icons/profile/banned.svg");
  background-position: center;
  background-size: contain;
}
.profile-comments-container .profile-comments-item-list .profile-comments-item.banned .profile-comments-item-comment-text {
  color: var(--bmb-red-dynamic);
}
/*
 * Material block
 */
.material-list {
  list-style-type: none;
  padding: 0;
}
.material-list li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
}
.material-list li .material-list--article-item {
  display: flex;
  width: 100%;
}
.material-list li .material-list--article-item .media-left {
  padding: 0;
  margin-right: 20px;
  display: flex;
  width: 172px;
  flex-shrink: 0;
}
.material-list li .material-list--article-item .media-left .media-object {
  width: 172px;
  height: 102px;
  background-size: cover;
  background-position: center;
}
.material-list li .material-list--article-item .media-body .soc-article-date {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-bottom: 0;
  margin-right: 20px;
}
.material-list li .material-list--article-item .media-body .soc-article-header {
  margin-bottom: 14px;
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}
.material-list li .material-list--article-item .media-body .soc-article-description {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  margin-bottom: 10px;
}
.material-list li .material-list--article-item .media-body .material-item-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.material-list li .material-list--article-item .media-body .material-item-footer .material-item-footer--comment {
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  position: relative;
}
.material-list li .material-list--article-item .media-body .material-item-footer .material-item-footer--comment::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0px;
  background: url("/img/icons/news-block/comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.material-list li .material-list--article-item a:hover {
  text-decoration: underline;
}
.material-list li:first-of-type {
  padding-top: 0;
}
.material-list li:last-of-type {
  border: none;
}
@media (max-width: 999px) {
  .material-list li {
    padding: 20px 0 16px 0;
  }
  .material-list li .material-list--article-item {
    display: flex;
    flex-direction: column;
  }
  .material-list li .material-list--article-item .media-left {
    width: 100%;
  }
  .material-list li .material-list--article-item .media-left .media-object {
    width: 100%;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .material-list li .material-list--article-item .media-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 22px;
  }
  .material-list li .material-list--article-item .media-body .soc-article-header a {
    text-decoration: none;
    font-weight: 600;
  }
  .material-list li .material-list--article-item .media-body .soc-article-description {
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 429px) {
  .material-list li .material-list--article-item .media-left {
    width: 100%;
  }
  .material-list li .material-list--article-item .media-left .media-object {
    height: 140px;
  }
}
.filter-news {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.filter-news input[type="text"] {
  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);
  width: 150px;
}
.filter-news .search-news-date,
.filter-news .search-prognoz-date {
  font-family: 'Roboto';
  width: 100%;
  height: 36px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: var(--bmb-green-dynamic);
  text-decoration: none;
  cursor: pointer;
  width: 100px;
  box-sizing: border-box;
  border: none;
  margin-top: 0;
  margin-left: 15px;
}
.filter-news .search-news-date:hover,
.filter-news .search-prognoz-date:hover {
  background: var(--bmb-green-hover-dynamic);
}
.news-list-block-container {
  margin-top: 20px;
}
.news-list-block-container .news-list-block-item {
  padding-top: 10px;
  box-sizing: border-box;
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  font-family: 'Roboto';
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.news-list-block-container .news-list-block-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.news-list-block-container .news-list-block-item .news-list-block-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
}
.news-list-block-container .news-list-block-item .news-list-block-item-title .content-type {
  color: var(--bmb-orange-dynamic);
}
.news-list-block-container .news-list-block-item .news-list-block-item-title.main {
  font-weight: 600;
}
.news-list-block-container .news-list-block-item .news-list-block-item--footer {
  display: flex;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 6px;
}
.news-list-block-container .news-list-block-item .news-list-block-item--footer .pinned {
  background-image: url("/img/icons/pinned.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  margin-right: 20px;
}
.news-list-block-container .news-list-block-item .news-list-block-item--footer .news-list-block-item--footer-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 26px;
}
.news-list-block-container .news-list-block-item .news-list-block-item--footer .news-list-block-item--footer-comment {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  position: relative;
}
.news-list-block-container .news-list-block-item .news-list-block-item--footer .news-list-block-item--footer-comment::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0.5px;
  background: url("/img/icons/news-block/comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.news-list-block-container .news-list-block-item a:hover,
.news-list-block-container .news-list-block-item .news-list-block-item-title:hover {
  text-decoration: underline;
}
.news-list-block-container .news-list-block-item:first-of-type {
  border-top: none;
}
@media (max-width: 429px) {
  .news-list-block-container .news-list-block-item .news-list-block-item-title {
    font-size: 14px;
    line-height: 15.4px;
  }
  .news-list-block-container .news-list-block-item .news-list-block-item--footer .pinned {
    width: 14px;
    height: 14px;
  }
  .news-list-block-container .news-list-block-item .news-list-block-item--footer .news-list-block-item--footer-date {
    font-size: 12px;
    line-height: 13.2px;
    margin-right: 18px;
  }
  .news-list-block-container .news-list-block-item .news-list-block-item--footer .news-list-block-item--footer-comment {
    padding-left: 20px;
    font-size: 12px;
    line-height: 13.2px;
  }
  .news-list-block-container .news-list-block-item .news-list-block-item--footer .news-list-block-item--footer-comment::before {
    width: 14px;
    height: 14px;
  }
}
/*
 * Stats block
 */
.match-info-block--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;
}
.match-info-block--match-container .match-info-block--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;
}
.match-info-block--match-container .match-info-block--main {
  margin-top: 3px;
  height: 100%;
  display: flex;
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row {
  width: 58px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 9px;
  flex-direction: column;
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score {
  width: 100%;
  height: 24px;
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score.active {
  background: var(--bmb-white-dynamic);
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score.active .match-info-block-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px 0 0 2px;
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score.active .match-info-block-score-progress.full {
  border-radius: 2px;
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score .match-info-block-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;
}
.match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-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%;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: column;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 74px;
  height: 24px;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container .match-info-block-team-name {
  width: 100%;
  max-height: 24px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team.team-guest {
  align-items: start;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team.team-guest .match-info-block-team-name-container {
  justify-content: start;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team.team-guest .match-info-block-team-name-container .match-info-block-team-name {
  text-align: left;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-logo-container {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-white-dynamic);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-logo-container .match-info-block-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%;
}
.page-stats-last-matches-block--title,
.page-stats-in-tournament-matches-block--title {
  font-family: 'TT Commons Classic';
  font-size: 22px;
  font-weight: 600;
  line-height: 21.12px;
  text-align: left;
  height: 49px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.page-stats-last-matches-block--item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item {
  width: 415px;
  height: 116px;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  min-width: 384px;
  margin-bottom: 10px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container {
  margin-top: 7px;
  padding: 0px;
  width: 384px;
  cursor: pointer;
  height: 79px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--title {
  margin-top: 0px;
  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;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main {
  margin-top: 11px;
  height: 100%;
  display: flex;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row {
  width: 58px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 7px;
  flex-direction: column;
  position: relative;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row.penalty-home:before,
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row.penalty-guest:before {
  content: '';
  display: flex;
  width: 20px;
  height: 13px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url("/img/icons/match-block/penalty-status.svg");
  border-radius: 2px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row.penalty-guest:before {
  left: unset;
  right: 0px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score {
  width: 100%;
  height: 24px;
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 0px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score.active {
  background: #D9D9D9;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score.active .match-info-block-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px 0 0 2px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score.active .match-info-block-score-progress.full {
  border-radius: 2px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-score .match-info-block-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;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-middle-row .match-info-block-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%;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  flex-direction: column;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 156px;
  height: 12px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container .match-info-block-team-name {
  width: 100%;
  max-height: 12px;
  flex-shrink: 0;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team.team-guest {
  align-items: start;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team.team-guest .match-info-block-team-name-container {
  justify-content: start;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team.team-guest .match-info-block-team-name-container .match-info-block-team-name {
  text-align: left;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-logo-container {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-white-dynamic);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-logo-container .match-info-block-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%;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events {
  height: 23px;
  width: 384px;
  border-top: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item {
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  height: 16px;
  color: var(--bmb-black-dynamic);
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  padding-left: 22px;
  margin-left: 10px;
  position: relative;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item:after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.on-field {
  padding-right: 5px;
  border-right: 1px solid var(--bmb-gray-elements-dynamic);
  padding-left: 0px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.on-field:after {
  content: none;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.on-field:last-of-type {
  border-right: none;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.injury:after {
  background-image: url("/img/icons/online/events/injury.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.goal:after {
  background-image: url("/img/icons/online/events/goal.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.card-0:after {
  background-image: url("/img/icons/online/events/yellow_card.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.card-3:after {
  background-image: url("/img/icons/online/events/second_yellow_card.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.card-1:after {
  background-image: url("/img/icons/online/events/red_card.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.assist:after {
  background-image: url("/img/icons/online/events/assist.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.own-goal:after {
  background-image: url("/img/icons/online/events/own-goal.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.penalty-deny:after {
  background-image: url("/img/icons/online/events/penalty_deny.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events .event-item.var:after {
  background-image: url("/img/icons/online/events/var.svg");
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item.without-events {
  height: 89px;
}
.page-stats-last-matches-block--item-container .page-stats-last-matches-block--item.without-events .match-info-block--match-container .match-info-block--main {
  margin-top: 9px;
}
.stats-page-title-by-tournament {
  height: 49px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 21.12px;
}
.table-block.stats-block-table .table-block-container .head-table-tr,
.table-block.stats-block-table .table-block-container .body-table-tr {
  grid-template-columns: minmax(62px, 62fr) 30px 30px 30px 30px 30px;
}
.stats-table-coach.table-block.stats-block-table .table-block-container .head-table-tr,
.stats-table-coach.table-block.stats-block-table .table-block-container .body-table-tr {
  grid-template-columns: minmax(62px, 62fr) 30px 30px 30px 30px;
}
@media (max-width: 1279px) {
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item {
    width: 332px;
    min-width: 332px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container {
    width: 332px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container {
    max-width: 116px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events {
    width: 304px;
  }
}
@media (max-width: 999px) {
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item {
    width: 100%;
    min-width: unset;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container {
    width: 358px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container {
    max-width: 143px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events {
    width: 358px;
  }
}
@media (max-width: 429px) {
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item {
    width: 100%;
    min-width: unset;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container {
    width: 264px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .match-info-block--match-container .match-info-block--main .match-info-block-team .match-info-block-team-name-container {
    max-width: 96px;
  }
  .page-stats-last-matches-block--item-container .page-stats-last-matches-block--item .page-stats-last-matches-block--item-match-events {
    width: 264px;
  }
  .page-stats-last-matches-block--title {
    margin-top: 20px;
  }
  .stats-page-title-by-tournament {
    height: 49px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
/*
 * Statistic block
 */
.bookmaker-container-in-match-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 8px 0 0 0;
  height: 20px;
  border-radius: 22px;
  background-color: var(--bmb-gray-ranks-dynamic);
  align-items: center;
  font-family: Roboto;
  padding-right: 30px;
}
.bookmaker-container-in-match-row .label18-plus {
  width: 38px;
  font-size: 6px;
  font-weight: 400;
  line-height: 7.03px;
  text-align: center;
  color: var(--bmb-gray-neutral-dynamic);
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 12px;
  margin-right: 104px;
}
.bookmaker-container-in-match-row .bookmaker-event-container {
  width: 100%;
  height: 16px;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: right;
  align-items: center;
}
.bookmaker-container-in-match-row .bookmaker-event-container .bookmaker-event {
  width: 60px;
  height: 16px;
  border-radius: 22px;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookmaker-container-in-match-row .bookmaker-event-container .bookmaker-event .bookmaker-event-type {
  font-size: 10px;
  font-weight: 400;
  line-height: 11.72px;
  text-align: center;
}
.bookmaker-container-in-match-row .bookmaker-event-container .bookmaker-event .bookmaker-event-coefficient {
  font-size: 10px;
  font-weight: 700;
  line-height: 11.72px;
  text-align: center;
  margin-left: 2px;
}
.bookmaker-container-in-match-row .bookmaker-event-container .bookmaker-logo {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}
.bookmaker-container-in-match-row .bookmaker-event-container:last-of-type {
  justify-content: left;
}
.bookmaker-container-in-match-row .bookmaker-event-container.middle {
  flex-shrink: 0;
  flex-grow: 0;
  width: 48px;
  margin: 0 2px;
}
.bookmaker-container-in-match-row .bookmaker-event-container.middle .bookmaker-event {
  width: 48px;
}
.bookmaker-container-in-match-row .bookmaker-container-in-match-row-button {
  width: 100px;
  height: 20px;
  background: var(--bmb-red-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  cursor: pointer;
  border-radius: 22px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bookmaker-container-in-match-row.for-games {
  width: 544px;
  padding-right: 0;
}
.bookmaker-container-in-match-row.for-games .label18-plus {
  margin-right: auto;
}
.bookmaker-container-in-match-row.for-games .bookmaker-container-in-match-row-button {
  margin-left: auto;
}
.bookmaker-container-in-match-row.for-games .bookmaker-event-container {
  width: 60px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bookmaker-container-in-match-row.for-games .bookmaker-event-container .bookmaker-logo {
  margin-right: 24px;
}
.bookmaker-container-in-match-row.for-games .bookmaker-event-container.first {
  width: 96px;
}
.bookmaker-container-in-match-row.for-games .bookmaker-event-container.middle {
  width: 48px;
}
@media (max-width: 999px) {
  .bookmaker-container-in-match-row {
    padding-right: 0px;
  }
  .bookmaker-container-in-match-row .label18-plus {
    margin-right: 135px;
  }
  .bookmaker-container-in-match-row .bookmaker-container-in-match-row-button {
    width: 70px;
  }
  .bookmaker-container-in-match-row.for-games {
    max-width: 544px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 743px) {
  .bookmaker-container-in-match-row .label18-plus {
    margin-right: 50px;
  }
}
@media (max-width: 429px) {
  .bookmaker-container-in-match-row .label18-plus {
    margin-right: 38px;
  }
  .bookmaker-container-in-match-row.for-games {
    position: relative;
    margin-bottom: 10px;
  }
  .bookmaker-container-in-match-row.for-games .label18-plus {
    margin: 0px;
    position: absolute;
    bottom: -10px;
    left: 16px;
  }
  .bookmaker-container-in-match-row.for-games .bookmaker-container-in-match-row-button {
    width: 52px;
  }
  .bookmaker-container-in-match-row.for-games .bookmaker-event-container .bookmaker-logo {
    margin-right: 33px;
  }
  .bookmaker-container-in-match-row.for-games .bookmaker-event-container.first {
    width: 105px;
    margin-left: auto;
  }
}
/*
 * Matches block
 */
.match-list-block-in-row-match-row-list {
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row {
  display: flex;
  width: 100%;
  height: 30px;
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 5px 0 5px;
  box-sizing: border-box;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-division-icon {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 50%;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-status {
  width: 110px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  margin-right: 12px;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-status.active {
  color: var(--bmb-green-dynamic);
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row {
  width: 40px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  margin: 0 4px;
  flex-direction: column;
  position: relative;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row.penalty-home:before,
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row.penalty-guest:before {
  content: '';
  display: flex;
  width: 20px;
  height: 13px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url("/img/icons/match-block/penalty-status.svg");
  border-radius: 2px;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row.penalty-guest:before {
  left: unset;
  right: 0px;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score {
  width: 100%;
  height: 20px;
  background: var(--bmb-gray-elements-dynamic);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score .match-score-text {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 125% */
  width: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score.active {
  background: var(--bmb-gray-dark-elements-dynamic);
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score.active .match-score-text {
  color: var(--bmb-white-dynamic);
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score.active .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;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score.active .match-score-progress.full {
  border-radius: 2px;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-name {
  width: 120px;
  height: 32px;
  flex-shrink: 1;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.win .match-team-name {
  font-weight: 700;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.team-guest {
  align-items: center;
  justify-content: start;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.team-guest .match-team-name {
  text-align: left;
  justify-content: start;
  margin-right: 0;
  margin-left: 4px;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-logo-container {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-logo-container .match-team-logo {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-translation {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-left: 10px;
  background: url("/img/icons/match-block/translation.svg");
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-translation.match-translation-empty {
  background: none;
  cursor: auto;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row:last-of-type {
  position: relative;
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row:last-of-type:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
}
.match-list-block-in-row-match-row-list .match-list-block-in-row-match-row:first-of-type:after {
  content: none;
}
@media (max-width: 1279px) {
  .match-list-block-in-row-match-row-list {
    padding: 0px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-status {
    width: 82px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-name {
    width: 104px;
    justify-content: end;
  }
  .match-list-block-in-row-match-row-list .match-translation {
    display: none;
  }
}
@media (max-width: 999px) {
  .match-list-block-in-row-match-row-list {
    padding: 0px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row {
    display: flex;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-division-icon {
    width: 16px;
    height: 16px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-status {
    width: 153px;
    margin-left: 6px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: var(--bmb-black-dynamic);
    margin-right: 10px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row {
    width: 40px;
    height: 20px;
    margin: 0 6px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score {
    width: 100%;
    height: 20px;
    background: var(--bmb-gray-elements-dynamic);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row .match-score .match-score-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 125% */
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-name {
    min-width: 176px;
    width: 100%;
    max-height: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
    text-overflow: unset;
    white-space: unset;
    display: flex;
    align-items: center;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.team-guest {
    align-items: center;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.team-guest .match-team-name {
    margin-left: 6px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-logo-container {
    width: 14px;
    height: 14px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-logo-container .match-team-logo {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 743px) {
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-status {
    width: 68px;
    margin-left: 6px;
    font-size: 13px;
    line-height: 14px;
    margin-right: 10px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team {
    min-width: 122px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-name {
    min-width: 90px;
    width: 100%;
    max-height: 28px;
    font-size: 13px;
    line-height: 14px;
    height: 28px;
    text-overflow: unset;
    white-space: unset;
  }
}
@media (max-width: 429px) {
  .match-list-block-in-row-match-row-list {
    padding: 0px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row {
    height: 36px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-status {
    width: 62px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 4px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-middle-row {
    margin: 0 8px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team {
    min-width: 74px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-name {
    min-width: 74px;
    width: 100%;
    max-height: 28px;
    font-size: 12px;
    height: 28px;
    text-overflow: unset;
    white-space: unset;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.team-guest {
    align-items: center;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team.team-guest .match-team-name {
    margin-left: 0px;
  }
  .match-list-block-in-row-match-row-list .match-list-block-in-row-match-row .match-team .match-team-logo-container {
    display: none;
  }
}
@media (max-width: 343px) {
  .match-list-block-in-row-match-row .match-status {
    font-size: 11px;
  }
  .match-list-block-in-row-match-row .match-team .match-team-name {
    font-size: 11px;
  }
}
/*
 * Teams block
 */
.squad-table.table-block .table-block-container .head-table-tr,
.squad-table.table-block .table-block-container .body-table-tr {
  grid-template-columns: 28px minmax(186px, 186fr) 66px 35px 81px;
}
.squad-table.table-block .table-block-container .head-table-tr .position,
.squad-table.table-block .table-block-container .body-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.squad-table.table-block.nationals .table-block-container .head-table-tr,
.squad-table.table-block.nationals .table-block-container .body-table-tr {
  grid-template-columns: 28px minmax(186px, 186fr) minmax(184px, 184fr) 66px 35px 81px;
}
.squad-table.table-block.nationals .table-block-container .head-table-tr .position,
.squad-table.table-block.nationals .table-block-container .body-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.squad-table.table-block.nationals .table-block-container .head-table-tr .team .team-name,
.squad-table.table-block.nationals .table-block-container .body-table-tr .team .team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stats-table.table-block .table-block-container .head-table-tr,
.stats-table.table-block .table-block-container .body-table-tr {
  grid-template-columns: 28px minmax(186px, 186fr) 47px 47px 35px 35px 35px 35px 35px;
}
.stats-table.table-block .table-block-container .head-table-tr .position,
.stats-table.table-block .table-block-container .body-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.stats-table.table-block .table-block-container .head-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.table-general-block-table {
  margin-top: 20px;
  font-family: 'Roboto';
}
.table-general-block-table .head-table-tr .head-table-th {
  font-size: 12px;
  line-height: 11.52px;
  padding: 0 0 6px 0;
  height: 18px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  justify-content: start;
}
.table-general-block-table .head-table-tr .head-table-th.index {
  width: 18px;
  margin-left: 6px;
}
.table-general-block-table .head-table-tr .head-table-th.nationality {
  width: 23px;
  margin-right: 0;
  margin-left: 8px;
}
.table-general-block-table .head-table-tr .head-table-th.player {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  min-width: 146px;
}
.table-general-block-table .head-table-tr .head-table-th.team {
  width: 174px;
  margin-left: 51px;
  text-align: left;
}
.table-general-block-table .head-table-tr .head-table-th.position {
  width: 37px;
  margin: 0 0 0 126px;
  justify-content: center;
}
.table-general-block-table .head-table-tr .head-table-th.age,
.table-general-block-table .head-table-tr .head-table-th.games,
.table-general-block-table .head-table-tr .head-table-th.goals,
.table-general-block-table .head-table-tr .head-table-th.passes,
.table-general-block-table .head-table-tr .head-table-th.yellow,
.table-general-block-table .head-table-tr .head-table-th.red {
  width: 21px;
  justify-content: center;
  margin-left: 12px;
}
.table-general-block-table .head-table-tr .head-table-th.price {
  width: 62px;
  margin-left: 12px;
  margin-right: 12px;
}
.table-general-block-table .body-table {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.table-general-block-table .body-table .body-table-tr {
  display: flex;
  align-items: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td {
  padding: 0;
  font-size: 12px;
  line-height: 11.52px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 32px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.index {
  width: 18px;
  margin-left: 6px;
  font-weight: 600;
  justify-content: start;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.nationality {
  width: 23px;
  margin-right: 0;
  margin-left: 8px;
  justify-content: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.nationality .flag-optimize {
  line-height: 0;
  margin: 0;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.nationality .flag-optimize img {
  bottom: unset;
  margin: 0;
  top: unset;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.player {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.player .flag-optimize {
  margin-right: 12px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.player a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 146px;
  overflow: hidden;
  text-align: left;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.team {
  width: 174px;
  margin-left: 51px;
  text-align: left;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.team .flag-optimize {
  margin-right: 8px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.team a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
  overflow: hidden;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.position {
  width: 37px;
  margin: 0 0 0 126px;
  justify-content: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.age,
.table-general-block-table .body-table .body-table-tr .body-table-td.games,
.table-general-block-table .body-table .body-table-tr .body-table-td.goals,
.table-general-block-table .body-table .body-table-tr .body-table-td.passes,
.table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
.table-general-block-table .body-table .body-table-tr .body-table-td.red {
  width: 21px;
  justify-content: center;
  margin-left: 12px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.price {
  width: 62px;
  margin-left: 12px;
  margin-right: 12px;
}
.table-general-block-table .body-table .body-table-tr:nth-of-type(even) {
  background-color: #F3F3F3;
}
.table-general-block-table .table-block-comment {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .table-general-block-table {
    margin-top: 20px;
    font-family: 'Roboto';
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 130px;
    margin-left: 16px;
    text-align: left;
  }
  .table-general-block-table .head-table-tr .head-table-th.position {
    width: 37px;
    margin: 0 0 0 37px;
    justify-content: center;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 130px;
    margin-left: 16px;
    text-align: left;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position {
    width: 37px;
    margin: 0 0 0 37px;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .head-table-tr .head-table-th.games {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.position {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.goals,
  .table-general-block-table .head-table-tr .head-table-th.passes,
  .table-general-block-table .head-table-tr .head-table-th.yellow,
  .table-general-block-table .head-table-tr .head-table-th.red {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .head-table-tr .head-table-th.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.player a {
    width: 124px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position {
    margin-left: 6px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.goals,
  .table-general-block-table .body-table .body-table-tr .body-table-td.passes,
  .table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
  .table-general-block-table .body-table .body-table-tr .body-table-td.red {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.games {
    margin-left: 6px;
  }
}
@media (max-width: 743px) {
  .squad-table.table-block.nationals .table-block-container .head-table-tr,
  .squad-table.table-block.nationals .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(134px, 134fr) minmax(140px, 140fr) 66px 35px;
  }
  .squad-table.table-block.nationals .table-block-container .head-table-tr .head-table-th.price,
  .squad-table.table-block.nationals .table-block-container .body-table-tr .head-table-th.price,
  .squad-table.table-block.nationals .table-block-container .head-table-tr .body-table-td.price,
  .squad-table.table-block.nationals .table-block-container .body-table-tr .body-table-td.price {
    display: none;
  }
  .table-general-block-table .head-table-tr .head-table-th.nationality,
  .table-general-block-table .head-table-tr .head-table-th.price,
  .table-general-block-table .head-table-tr .head-table-th.yellow,
  .table-general-block-table .head-table-tr .head-table-th.red,
  .table-general-block-table .head-table-tr .head-table-th.passes {
    display: none;
  }
  .table-general-block-table .head-table-tr .head-table-th.player {
    min-width: 124px;
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .head-table-tr .head-table-th.games {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .head-table-tr .head-table-th.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.nationality,
  .table-general-block-table .body-table .body-table-tr .body-table-td.price,
  .table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
  .table-general-block-table .body-table .body-table-tr .body-table-td.red,
  .table-general-block-table .body-table .body-table-tr .body-table-td.passes {
    display: none;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.player a {
    width: 124px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position {
    margin-left: 6px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.games {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.position,
  .table-general-block-table .head-table-tr .head-table-th.age,
  .table-general-block-table .head-table-tr .head-table-th.price {
    display: flex;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position,
  .table-general-block-table .body-table .body-table-tr .body-table-td.age,
  .table-general-block-table .body-table .body-table-tr .body-table-td.price {
    display: flex;
  }
  .stats-table.table-block .table-block-container .head-table-tr,
  .stats-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(186px, 186fr) 47px 47px 35px 35px;
  }
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.red,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.red {
    display: none;
  }
}
@media (max-width: 429px) {
  .table-general-block-table .head-table-tr .head-table-th.nationality,
  .table-general-block-table .head-table-tr .head-table-th.position,
  .table-general-block-table .head-table-tr .head-table-th.age,
  .table-general-block-table .head-table-tr .head-table-th.price,
  .table-general-block-table .head-table-tr .head-table-th.yellow,
  .table-general-block-table .head-table-tr .head-table-th.red,
  .table-general-block-table .head-table-tr .head-table-th.passes {
    display: none;
  }
  .table-general-block-table .head-table-tr .head-table-th.player {
    margin-left: 7px;
  }
  .table-general-block-table .head-table-tr .head-table-th.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
    margin-right: 15px;
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.nationality,
  .table-general-block-table .body-table .body-table-tr .body-table-td.position,
  .table-general-block-table .body-table .body-table-tr .body-table-td.age,
  .table-general-block-table .body-table .body-table-tr .body-table-td.price,
  .table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
  .table-general-block-table .body-table .body-table-tr .body-table-td.red,
  .table-general-block-table .body-table .body-table-tr .body-table-td.passes {
    display: none;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.player {
    margin-left: 7px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
    margin-right: 15px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 74px;
  }
  .squad-table.table-block .table-block-container .head-table-tr,
  .squad-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(186px, 186fr) 47px 35px;
  }
  .squad-table.table-block .table-block-container .head-table-tr .head-table-th.price,
  .squad-table.table-block .table-block-container .body-table-tr .head-table-th.price,
  .squad-table.table-block .table-block-container .head-table-tr .body-table-td.price,
  .squad-table.table-block .table-block-container .body-table-tr .body-table-td.price {
    display: none;
  }
  .squad-table.table-block .table-block-container .head-table-tr .head-table-th.position,
  .squad-table.table-block .table-block-container .head-table-tr .head-table-th.age {
    display: flex;
  }
  .squad-table.table-block .table-block-container .body-table .body-table-tr .body-table-td.position,
  .squad-table.table-block .table-block-container .body-table .body-table-tr .body-table-td.age {
    display: flex;
  }
  .squad-table.table-block.nationals .table-block-container .head-table-tr,
  .squad-table.table-block.nationals .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(134px, 134fr) minmax(112px, 112fr) 31px 31px;
  }
  .stats-table.table-block .table-block-container .head-table-tr,
  .stats-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(174px, 174fr) 35px 35px;
  }
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.red,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.red,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.position,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.position,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.position,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.position,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.age,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.age,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.age,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.age {
    display: none;
  }
}
@media (max-width: 374px) {
  .table-general-block-table .head-table-tr .head-table-th.player {
    min-width: 124px;
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 56px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 56px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 56px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team .flag-optimize {
    display: none;
  }
}
.top-out.hidden,
.top-in.hidden {
  display: none;
}
.team-transfer-table {
  margin-top: 24px;
  font-family: 'Roboto';
}
.team-transfer-table .head-table-tr,
.team-transfer-table .body-table-tr {
  width: 100%;
  display: grid;
  grid-template-columns: 285fr minmax(207px, 207fr) minmax(185px, 185fr) 167fr;
}
.team-transfer-table .head-table-tr .head-table-th.player,
.team-transfer-table .body-table-tr .head-table-th.player,
.team-transfer-table .head-table-tr .body-table-td.player,
.team-transfer-table .body-table-tr .body-table-td.player {
  padding: 0 20px 0 10px;
}
.team-transfer-table .head-table-tr .head-table-th.from-team,
.team-transfer-table .body-table-tr .head-table-th.from-team,
.team-transfer-table .head-table-tr .body-table-td.from-team,
.team-transfer-table .body-table-tr .body-table-td.from-team,
.team-transfer-table .head-table-tr .head-table-th.to-team,
.team-transfer-table .body-table-tr .head-table-th.to-team,
.team-transfer-table .head-table-tr .body-table-td.to-team,
.team-transfer-table .body-table-tr .body-table-td.to-team {
  padding: 0 20px 0 0;
}
.team-transfer-table .head-table-tr .head-table-th.from-team a,
.team-transfer-table .body-table-tr .head-table-th.from-team a,
.team-transfer-table .head-table-tr .body-table-td.from-team a,
.team-transfer-table .body-table-tr .body-table-td.from-team a,
.team-transfer-table .head-table-tr .head-table-th.to-team a,
.team-transfer-table .body-table-tr .head-table-th.to-team a,
.team-transfer-table .head-table-tr .body-table-td.to-team a,
.team-transfer-table .body-table-tr .body-table-td.to-team a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team-transfer-table .head-table-tr .head-table-th.type,
.team-transfer-table .body-table-tr .head-table-th.type,
.team-transfer-table .head-table-tr .body-table-td.type,
.team-transfer-table .body-table-tr .body-table-td.type {
  padding: 0 20px 0 0;
}
.team-transfer-table .head-table-tr .head-table-th.date,
.team-transfer-table .body-table-tr .head-table-th.date,
.team-transfer-table .head-table-tr .body-table-td.date,
.team-transfer-table .body-table-tr .body-table-td.date {
  padding: 0 10px 0 0;
}
.team-transfer-table .head-table-tr.hidden,
.team-transfer-table .body-table-tr.hidden {
  display: none;
}
.team-transfer-table .head-table-tr {
  align-items: center;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  margin-top: 10px;
  height: 19px;
}
.team-transfer-table .head-table-tr .head-table-th {
  font-size: 14px;
  line-height: 96%;
  height: 19px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
.team-transfer-table .body-table {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.team-transfer-table .body-table .body-table-tr {
  height: 32px;
}
.team-transfer-table .body-table .body-table-tr .body-table-td {
  font-size: 12px;
  line-height: 11.52px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 32px;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player {
  justify-content: start;
  display: flex;
  width: 100%;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo,
.team-transfer-table .body-table .body-table-tr .body-table-td.player .flag-optimize {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid var(--bmb-gray-ranks-dynamic);
  flex-grow: 0;
  flex-shrink: 0;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo img,
.team-transfer-table .body-table .body-table-tr .body-table-td.player .flag-optimize img {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-align: left;
  font-weight: 600;
  height: 100%;
  align-content: center;
}
.team-transfer-table .body-table .body-table-tr .body-table-td.player .player-number {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.team-transfer-table .body-table .body-table-tr:nth-of-type(even) {
  background-color: #F3F3F3;
}
@media (max-width: 1279px) {
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    grid-template-columns: 243fr minmax(165px, 165fr) minmax(143px, 143fr) minmax(125px, 125fr);
  }
}
@media (max-width: 999px) {
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    grid-template-columns: 236fr minmax(168px, 168fr) minmax(146px, 146fr) minmax(118px, 118fr);
  }
}
@media (max-width: 743px) {
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    grid-template-columns: 238fr 148fr;
  }
  .team-transfer-table .head-table-tr .head-table-th.player,
  .team-transfer-table .body-table-tr .head-table-th.player,
  .team-transfer-table .head-table-tr .body-table-td.player,
  .team-transfer-table .body-table-tr .body-table-td.player {
    padding: 0 20px 0 10px;
  }
  .team-transfer-table .head-table-tr .head-table-th.from-team,
  .team-transfer-table .body-table-tr .head-table-th.from-team,
  .team-transfer-table .head-table-tr .body-table-td.from-team,
  .team-transfer-table .body-table-tr .body-table-td.from-team,
  .team-transfer-table .head-table-tr .head-table-th.to-team,
  .team-transfer-table .body-table-tr .head-table-th.to-team,
  .team-transfer-table .head-table-tr .body-table-td.to-team,
  .team-transfer-table .body-table-tr .body-table-td.to-team {
    padding: 0 10px 0 0;
  }
  .team-transfer-table .head-table-tr .head-table-th.type,
  .team-transfer-table .body-table-tr .head-table-th.type,
  .team-transfer-table .head-table-tr .body-table-td.type,
  .team-transfer-table .body-table-tr .body-table-td.type {
    padding: 0 20px 0 10px;
  }
  .team-transfer-table .head-table-tr .head-table-th.date,
  .team-transfer-table .body-table-tr .head-table-th.date,
  .team-transfer-table .head-table-tr .body-table-td.date,
  .team-transfer-table .body-table-tr .body-table-td.date {
    padding: 0 10px 0 0;
  }
  .team-transfer-table .head-table-tr .head-table-th.player,
  .team-transfer-table .body-table-tr .head-table-th.player {
    padding: 0 20px 0 10px;
  }
  .team-transfer-table .head-table-tr .head-table-th.from-team,
  .team-transfer-table .body-table-tr .head-table-th.from-team,
  .team-transfer-table .head-table-tr .head-table-th.to-team,
  .team-transfer-table .body-table-tr .head-table-th.to-team {
    padding: 0 10px 0 0;
    display: none;
  }
  .team-transfer-table .head-table-tr .head-table-th.type,
  .team-transfer-table .body-table-tr .head-table-th.type {
    padding: 0 10px 0 20px;
    display: none;
  }
  .team-transfer-table .head-table-tr .head-table-th.date,
  .team-transfer-table .body-table-tr .head-table-th.date {
    padding: 0 10px 0 0;
    font-size: 0;
    position: relative;
  }
  .team-transfer-table .head-table-tr .head-table-th.date:after,
  .team-transfer-table .body-table-tr .head-table-th.date:after {
    content: 'Откуда/когда/до';
    font-weight: 400;
    font-size: 14px;
    line-height: 96%;
    vertical-align: middle;
  }
  .team-transfer-table .head-table-tr .head-table-th.date.out:after,
  .team-transfer-table .body-table-tr .head-table-th.date.out:after {
    content: 'Куда/когда/до';
  }
  .team-transfer-table .body-table .body-table-tr {
    height: 50px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td {
    height: 20px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player {
    padding: 0 20px 0 10px;
    margin-top: 4px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player .player-logo {
    display: none;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-weight: 600;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.player .player-number {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    vertical-align: middle;
    color: var(--bmb-gray-text-dynamic);
    margin-right: 12px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.from-team,
  .team-transfer-table .body-table .body-table-tr .body-table-td.to-team {
    padding: 0 10px 0 0;
    margin-bottom: 4px;
    margin-top: 2px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.type {
    padding: 0 20px 0 72px;
    margin-top: 2px;
    margin-bottom: 4px;
  }
  .team-transfer-table .body-table .body-table-tr .body-table-td.date {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 429px) {
  .team-transfer-table {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .team-transfer-table .head-table-tr,
  .team-transfer-table .body-table-tr {
    min-width: 324px;
    grid-template-columns: 238fr 148fr;
  }
  .team-transfer-table .head-table-tr .head-table-th.player,
  .team-transfer-table .body-table-tr .head-table-th.player,
  .team-transfer-table .head-table-tr .body-table-td.player,
  .team-transfer-table .body-table-tr .body-table-td.player {
    min-width: 212px;
  }
  .team-transfer-table .head-table-tr .head-table-th.from-team,
  .team-transfer-table .body-table-tr .head-table-th.from-team,
  .team-transfer-table .head-table-tr .body-table-td.from-team,
  .team-transfer-table .body-table-tr .body-table-td.from-team,
  .team-transfer-table .head-table-tr .head-table-th.to-team,
  .team-transfer-table .body-table-tr .head-table-th.to-team,
  .team-transfer-table .head-table-tr .body-table-td.to-team,
  .team-transfer-table .body-table-tr .body-table-td.to-team {
    min-width: 112px;
    box-sizing: content-box;
  }
  .team-transfer-table .head-table-tr .head-table-th.type,
  .team-transfer-table .body-table-tr .head-table-th.type,
  .team-transfer-table .head-table-tr .body-table-td.type,
  .team-transfer-table .body-table-tr .body-table-td.type {
    min-width: 212px;
  }
  .team-transfer-table .head-table-tr .head-table-th.date,
  .team-transfer-table .body-table-tr .head-table-th.date,
  .team-transfer-table .head-table-tr .body-table-td.date,
  .team-transfer-table .body-table-tr .body-table-td.date {
    min-width: 112px;
    box-sizing: content-box;
  }
}
.team-transfer-block-tab-list {
  border-top: 0.5px solid var(--bmb-gray-elements-dynamic);
  border-bottom: 0.5px solid var(--bmb-gray-elements-dynamic);
  margin: 0;
  padding: 20px 0;
}
.team-transfer-block-tab-content-list {
  margin-top: 20px;
}
.transfer-balance-block-content {
  font-family: 'Roboto';
  background-color: var(--bmb-white-dynamic);
  padding: 4px 8px 24px 8px;
}
.transfer-balance-block-content .header-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: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  margin-bottom: 0;
  padding-left: 0;
}
.transfer-balance-block-content .header-title:hover {
  text-decoration: none;
}
.transfer-balance-block-content .header-title:hover {
  text-decoration: none;
}
.transfer-balance-block-content .balance-row {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--bmb-white-dynamic);
  color: var(--bmb-black-dynamic);
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  vertical-align: middle;
}
.transfer-balance-block-content .balance-row span {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.transfer-balance-block-content .balance-row span.price {
  text-align: right;
  font-weight: 700;
  padding-left: 0;
  padding-right: 10px;
}
.transfer-balance-block-content .balance-row.head {
  margin-top: 20px;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  font-size: 14px;
}
.transfer-balance-block-content .balance-row.head span.price {
  font-weight: 400;
}
.transfer-balance-block-content .balance-row.out {
  margin-top: 5px;
}
.transfer-balance-block-content .balance-row.out span.price {
  color: var(--bmb-green-hover-dynamic);
}
.transfer-balance-block-content .balance-row.in {
  background-color: var(--bmb-gray-ranks-dynamic);
}
.transfer-balance-block-content .balance-row.in span.price {
  color: var(--bmb-red-hover-dynamic);
}
.transfer-balance-block-content .balance-row.diff {
  background-color: var(--bmb-gray-neutral-dynamic);
  color: var(--bmb-white-dynamic);
}
.transfer-balance-block-content .balance-row.diff.minus {
  background-color: var(--bmb-red-hover-dynamic);
}
.transfer-balance-block-content .balance-row.diff.plus {
  background-color: var(--bmb-green-hover-dynamic);
}
/*
 * Article page
 */
.layout-middle-container .soc-internal-content.cross-internal-content {
  background-color: transparent;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content {
  padding: 0 20px;
  margin-bottom: 20px;
  background: var(--bmb-white-dynamic);
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .content-headline {
  font-size: 20pt;
  margin: 0;
  padding: 25px 16px 5px;
  line-height: 1.33;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header {
  display: flex;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .first-column {
  flex-shrink: 0;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .first-column .article-img {
  width: 450px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .second-column {
  padding-left: 16px;
  width: 100%;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .second-column .media.author {
  overflow: hidden;
  margin: 5px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .second-column .media.author .media-left.media-middle {
  padding-right: 10px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .second-column .media.author .media-left.media-middle .media-object.avatar.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-header .second-column .media.author .media-body.media-middle .name a {
  color: var(--bmb-green-dynamic);
  font-weight: bold;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-headline {
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 10px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .content {
  margin-bottom: 32px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .content p {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .content p .replaced-synonym {
  color: var(--bmb-green-dynamic);
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .content p img {
  width: 100% !important;
  height: auto !important;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .source {
  margin: 0 0 0 0;
  font-weight: bold;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .source a {
  color: var(--bmb-green-dynamic);
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags .date {
  margin-right: 16px;
  color: #a3a3a3;
  float: left;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags ul li {
  float: left;
  padding-right: 16px;
  margin-left: 0;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags ul li a {
  color: var(--bmb-green-dynamic);
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags ul li::after {
  content: "|";
  color: var(--bmb-green-dynamic);
  margin-left: 16px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .tags ul li:last-of-type:after {
  content: none;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer {
  margin-top: 0;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer .br-wrapper.br-theme-fontawesome-stars.rating-block {
  padding-top: 10px;
  position: relative;
  height: 36px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer .br-wrapper.br-theme-fontawesome-stars.rating-block .br-wrapper.br-theme-bootstrap-stars select.rating-star.hidden {
  display: none;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer .br-wrapper.br-theme-fontawesome-stars.rating-block .br-wrapper.br-theme-bootstrap-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer .br-wrapper.br-theme-fontawesome-stars.rating-block .br-wrapper.br-theme-bootstrap-stars .br-widget .br-widget a {
  font: normal normal normal 18px / 1 'Glyphicons Halflings';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer .br-wrapper.br-theme-fontawesome-stars.rating-block .br-wrapper.br-theme-bootstrap-stars .br-widget .br-widget a::after {
  content: '\e006';
  color: #dddddd;
}
.layout-middle-container .soc-internal-content.cross-internal-content .article-content .soc-content-body.article-content-body .article-content-footer .br-wrapper.br-theme-fontawesome-stars.rating-block .rating-text {
  position: absolute;
  top: 0;
  margin-left: 5px;
}
/*
 * User rating page
 */
.rating-info-text {
  margin-top: 2px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--bmb-black-dynamic);
  margin-bottom: 32px;
}
.rating-info-text a {
  color: var(--bmb-green-dynamic);
}
.rating-user-table .table-block-container .head-table-tr,
.rating-user-table .table-block-container .body-table-tr {
  grid-template-columns: 65px minmax(279px, 279fr) 105px 105px;
}
.rating-user-table .table-block-container .head-table-tr .body-table-td.rating-user a,
.rating-user-table .table-block-container .body-table-tr .body-table-td.rating-user a,
.rating-user-table .table-block-container .head-table-tr .head-table-th.rating-user a,
.rating-user-table .table-block-container .body-table-tr .head-table-th.rating-user a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 999px) {
  .rating-info-text {
    margin-top: 8px;
    font-size: 14px;
    margin-bottom: 49px;
  }
}
@media (max-width: 743px) {
  .rating-info-text {
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .rating-user-table .table-block-container .head-table-tr,
  .rating-user-table .table-block-container .body-table-tr {
    grid-template-columns: 34px minmax(100px, 100fr) 50px;
  }
  .rating-user-table .table-block-container .head-table-tr .body-table-td.rating-comments,
  .rating-user-table .table-block-container .body-table-tr .body-table-td.rating-comments,
  .rating-user-table .table-block-container .head-table-tr .head-table-th.rating-comments,
  .rating-user-table .table-block-container .body-table-tr .head-table-th.rating-comments {
    display: none;
  }
}
/**
 * Predictions News
 */
.prediction-news-match-header-container {
  margin-top: 32px;
  width: 100%;
  min-height: 124px;
  padding: 20px 68px;
  border-radius: 4px;
  background-color: var(--bmb-gray-ranks-dynamic);
  display: flex;
  position: relative;
  justify-content: center;
  font-family: Roboto;
}
.prediction-news-match-header-container .team-logo-container {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: content-box;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -354px;
  box-sizing: border-box;
}
.prediction-news-match-header-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.prediction-news-match-header-container .team-logo-container.guest-team {
  left: unset;
  right: 50%;
  margin-left: unset;
  margin-right: -354px;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
  width: 460px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  padding: 9px 0 10px 0;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-link {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-green-dynamic);
}
@media (max-width: 1279px) {
  .prediction-news-match-header-container .team-logo-container {
    margin-left: -324px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    margin-right: -324px;
  }
}
@media (max-width: 743px) {
  .prediction-news-match-header-container {
    margin-top: 33px;
    padding: 10px 59px 20px 59px;
  }
  .prediction-news-match-header-container .team-logo-container {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 50%;
    margin-left: -183px;
  }
  .prediction-news-match-header-container .team-logo-container .team-logo {
    width: 38px;
    height: 38px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -183px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
    width: 268px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
    font-size: 18px;
    padding: 0;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
    margin-top: 10px;
  }
}
@media (max-width: 429px) {
  .prediction-news-match-header-container {
    width: 100%;
    min-height: 124px;
    padding: 10px;
    border-radius: 4px;
  }
  .prediction-news-match-header-container .team-logo-container {
    width: 40px;
    height: 40px;
    margin-left: -135px;
    position: absolute;
  }
  .prediction-news-match-header-container .team-logo-container .team-logo {
    width: 38px;
    height: 38px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -135px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
    width: 174px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    height: 40px;
    align-content: center;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--bmb-black-dynamic);
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-link {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--bmb-green-dynamic);
  }
}
.prediction-news-link-to-main {
  margin: 2px 0 20px 0;
  color: var(--bmb-green-dynamic);
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  vertical-align: middle;
  display: block;
}
.predictions-news-date {
  margin-top: -2px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-gray-text-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container {
  margin-right: 8px;
  margin-left: 8px;
  padding-bottom: 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container a {
  color: var(--bmb-black-dynamic);
}
.soc-content-body .online-match-between-teams-container {
  padding: 0;
  margin-top: 24px;
}
@media (max-width: 999px) {
  .predictions-news-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
  }
}
@media (max-width: 743px) {
  .prediction-news-link-to-main {
    font-size: 12px;
  }
}
@media (max-width: 429px) {
  .material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-header-match-stats-info p {
    font-size: 9px;
    line-height: 9px;
  }
}
.prediction-news-author-prediction-block {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 8px 0;
  padding: 10px 0;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  font-family: Roboto;
  border-radius: 4px;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container {
  width: 708px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
  width: 93px;
  height: 36px;
  margin-right: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
  width: 36px;
  height: 36px;
  margin-right: 36px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
  width: 36px;
  height: 36px;
  background-color: var(--bmb-white-dynamic);
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.single {
  left: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
  left: -14px;
  z-index: 2;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
  right: -14px;
  z-index: 1;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
  background-size: auto;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .coefficient {
  width: 66px;
  height: 28px;
  border-radius: 2px;
  background-color: var(--bmb-light-green-dynamic);
  margin-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
  width: 203px;
  max-height: 36px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-light-green-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-right: 42px;
  line-height: 17px;
  padding-top: 0px;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
  width: 146px;
  height: 36px;
  border-radius: 4px;
  background-color: var(--bmb-green-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1279px) {
  .prediction-news-author-prediction-block {
    width: 100%;
    height: 56px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 100%;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 93px;
    margin-right: 46px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    margin-right: 34px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 188px;
    max-height: 36px;
    font-size: 14px;
    margin-right: 27px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 148px;
  }
}
@media (max-width: 999px) {
  .prediction-news-author-prediction-block {
    width: 100%;
    height: 56px;
    margin: 20px auto 8px auto;
    padding: 10px 0;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 684px;
    height: 56px;
    flex-wrap: wrap;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    margin-right: 32px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    margin-right: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 190px;
    margin-right: 21px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 148px;
  }
}
@media (max-width: 743px) {
  .prediction-news-author-prediction-block {
    height: 96px;
    width: 100%;
    margin: 20px auto 8px auto;
    padding: 10px 0;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 386px;
    height: 76px;
    flex-wrap: wrap;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 72px;
    height: 28px;
    margin-right: 26px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    width: 28px;
    height: 28px;
    margin-right: 22px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
    width: 28px;
    height: 28px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
    left: -10px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
    right: -10px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
    background-size: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 142px;
    max-height: 28px;
    font-size: 12px;
    margin-right: 0px;
    padding-top: 0px;
    line-height: 15px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    margin-top: 12px;
    width: 366px;
    height: 36px;
  }
}
@media (max-width: 429px) {
  .prediction-news-author-prediction-block {
    height: 92px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 292px;
    height: 72px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 52px;
    height: 20px;
    margin-right: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
    width: 28px;
    height: 24px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
    left: -8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
    right: -8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
    background-size: 16px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .coefficient {
    width: 56px;
    height: 24px;
    margin-right: 8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 94px;
    max-height: 24px;
    font-size: 10px;
    line-height: 15px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 272px;
  }
}
.prediction-news-calc {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 245px;
  font-family: Roboto;
  margin-top: 14px;
}
.prediction-news-calc .calc-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  padding-left: 0;
}
.prediction-news-calc .calc-title:hover {
  text-decoration: none;
}
.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: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  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--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: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  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--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: 20px;
  padding-right: 20px;
  margin: 0 0 2px 0;
  padding-left: 0;
}
.prognozy-description .title:hover {
  text-decoration: none;
}
.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);
}


