/**
 * Predictions News
 */
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
:root {
  --bmb-green-dynamic: #06B958;
  --background-blue-dynamic: #E5F0F0;
  --bmb-white-dynamic: #ffffff;
  --bmb-black-dynamic: #000000;
  --bmb-orange-dynamic: #FF7A00;
  --bmb-green-hover-dynamic: #058A42;
  --bmb-orange-hover-dynamic: #D76801;
  --bmb-red-dynamic: #FF3434;
  --bmb-red-hover-dynamic: #C82929;
  --bmb-yellow-dynamic: #FFB617;
  --bmb-yellow-hover-dynamic: #D39717;
  --bmb-light-green-dynamic: #85D269;
  --bmb-light-green-hover-dynamic: #68A452;
  --bmb-gray-elements-dynamic: #DBDADA;
  --bmb-gray-dark-elements-dynamic: #C4C4C4;
  --bmb-gray-neutral-dynamic: #A4A4A4;
  --bmb-gray-EAEAEA: #EAEAEA;
  --bmb-gray-ranks-dynamic: #F4F4F4;
  --bmb-gray-text-dynamic: #737373;
  --bmb-grey-hover-dynamic: #F9F9F9;
  --color-telegram-dynamic: #2AAAEC;
  --color-facebook-dynamic: #0766FF;
  --color-vk-dynamic: #0277FF;
  --color-zen-dynamic: #000000;
  --bmb-gold-dynamic: #FFBA57;
  --bmb-silver-dynamic: #9E9E9E;
  --bmb-bronze-dynamic: #CE7430;
}
/*Color palette*/
/*Icons*/
.prediction-news-match-header-container {
  margin-top: 32px;
  width: 100%;
  min-height: 124px;
  padding: 20px 68px;
  border-radius: 4px;
  background-color: var(--bmb-gray-ranks-dynamic);
  display: flex;
  position: relative;
  justify-content: center;
  font-family: Roboto;
}
.prediction-news-match-header-container .team-logo-container {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  box-sizing: content-box;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -354px;
  box-sizing: border-box;
}
.prediction-news-match-header-container .team-logo-container .team-logo {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.prediction-news-match-header-container .team-logo-container.guest-team {
  left: unset;
  right: 50%;
  margin-left: unset;
  margin-right: -354px;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
  width: 460px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  padding: 9px 0 10px 0;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-link {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-green-dynamic);
}
@media (max-width: 1279px) {
  .prediction-news-match-header-container .team-logo-container {
    margin-left: -324px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    margin-right: -324px;
  }
}
@media (max-width: 743px) {
  .prediction-news-match-header-container {
    margin-top: 33px;
    padding: 10px 59px 20px 59px;
  }
  .prediction-news-match-header-container .team-logo-container {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 50%;
    margin-left: -183px;
  }
  .prediction-news-match-header-container .team-logo-container .team-logo {
    width: 38px;
    height: 38px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -183px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
    width: 268px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
    font-size: 18px;
    padding: 0;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
    margin-top: 10px;
  }
}
@media (max-width: 429px) {
  .prediction-news-match-header-container {
    width: 100%;
    min-height: 124px;
    padding: 10px;
    border-radius: 4px;
  }
  .prediction-news-match-header-container .team-logo-container {
    width: 40px;
    height: 40px;
    margin-left: -135px;
    position: absolute;
  }
  .prediction-news-match-header-container .team-logo-container .team-logo {
    width: 38px;
    height: 38px;
  }
  .prediction-news-match-header-container .team-logo-container.guest-team {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -135px;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title {
    width: 174px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    height: 40px;
    align-content: center;
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-date {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--bmb-black-dynamic);
  }
  .prediction-news-match-header-container .prediction-news-match-header-container-column--middle .prediction-news-match-title-link {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--bmb-green-dynamic);
  }
}
.prediction-news-link-to-main {
  margin: 2px 0 20px 0;
  color: var(--bmb-green-dynamic);
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  vertical-align: middle;
  display: block;
}
.predictions-news-date {
  margin-top: -2px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-gray-text-dynamic);
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container {
  margin-right: 8px;
  margin-left: 8px;
  padding-bottom: 0;
}
.material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-container a {
  color: var(--bmb-black-dynamic);
}
.soc-content-body .online-match-between-teams-container {
  padding: 0;
  margin-top: 24px;
}
@media (max-width: 999px) {
  .predictions-news-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
  }
}
@media (max-width: 743px) {
  .prediction-news-link-to-main {
    font-size: 12px;
  }
}
@media (max-width: 429px) {
  .material-internal-block-container .material-internal-block .material-content-body .content .online-match-between-teams-header-match-stats-info p {
    font-size: 9px;
    line-height: 9px;
  }
}
.prediction-news-author-prediction-block {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 8px 0;
  padding: 10px 0;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  font-family: Roboto;
  border-radius: 4px;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container {
  width: 708px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
  width: 93px;
  height: 36px;
  margin-right: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
  width: 36px;
  height: 36px;
  margin-right: 36px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
  width: 36px;
  height: 36px;
  background-color: var(--bmb-white-dynamic);
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.single {
  left: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
  left: -14px;
  z-index: 2;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
  right: -14px;
  z-index: 1;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
  background-size: auto;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .coefficient {
  width: 66px;
  height: 28px;
  border-radius: 2px;
  background-color: var(--bmb-light-green-dynamic);
  margin-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
  width: 203px;
  max-height: 36px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-light-green-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-right: 42px;
  line-height: 17px;
  padding-top: 0px;
  flex-shrink: 0;
  flex-grow: 0;
}
.prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
  width: 146px;
  height: 36px;
  border-radius: 4px;
  background-color: var(--bmb-green-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1279px) {
  .prediction-news-author-prediction-block {
    width: 100%;
    height: 56px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 100%;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 93px;
    margin-right: 46px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    margin-right: 34px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 188px;
    max-height: 36px;
    font-size: 14px;
    margin-right: 27px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 148px;
  }
}
@media (max-width: 999px) {
  .prediction-news-author-prediction-block {
    width: 100%;
    height: 56px;
    margin: 20px auto 8px auto;
    padding: 10px 0;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 684px;
    height: 56px;
    flex-wrap: wrap;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    margin-right: 32px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    margin-right: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 190px;
    margin-right: 21px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 148px;
  }
}
@media (max-width: 743px) {
  .prediction-news-author-prediction-block {
    height: 96px;
    width: 100%;
    margin: 20px auto 8px auto;
    padding: 10px 0;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 386px;
    height: 76px;
    flex-wrap: wrap;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 72px;
    height: 28px;
    margin-right: 26px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    width: 28px;
    height: 28px;
    margin-right: 22px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
    width: 28px;
    height: 28px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
    left: -10px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
    right: -10px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
    background-size: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 142px;
    max-height: 28px;
    font-size: 12px;
    margin-right: 0px;
    padding-top: 0px;
    line-height: 15px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    margin-top: 12px;
    width: 366px;
    height: 36px;
  }
}
@media (max-width: 429px) {
  .prediction-news-author-prediction-block {
    height: 92px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container {
    width: 292px;
    height: 72px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .bookmaker-logo {
    width: 52px;
    height: 20px;
    margin-right: 20px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo {
    width: 28px;
    height: 24px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:first-of-type {
    left: -8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.double:last-of-type {
    right: -8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .event-logo-container .event-logo.total {
    background-size: 16px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .coefficient {
    width: 56px;
    height: 24px;
    margin-right: 8px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .text {
    width: 94px;
    max-height: 24px;
    font-size: 10px;
    line-height: 15px;
  }
  .prediction-news-author-prediction-block .prediction-news-author-prediction-container .button {
    width: 272px;
  }
}
.prediction-news-calc {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 245px;
  font-family: Roboto;
  margin-top: 14px;
}
.prediction-news-calc .calc-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 0;
}
.prediction-news-calc .calc-title:hover {
  text-decoration: none;
}
.prediction-news-calc .calc-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 182px;
  margin-top: 10px;
  padding: 22px;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  background-color: var(--bmb-white-dynamic);
  box-sizing: border-box;
  border-radius: 4px;
}
.prediction-news-calc .calc-container .calc-input-container {
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row {
  margin-bottom: 18px;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row:last-of-type {
  margin-bottom: 0;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row .calc-input-row--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.6px;
  text-align: left;
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row .calc-input-row--input {
  margin-top: 6px;
  width: 100%;
  height: 36px;
  padding: 9px 14px;
  border-radius: 4px;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
}
.prediction-news-calc .calc-container .calc-input-container .calc-input-row .calc-input-row--input:focus {
  outline: none;
}
.prediction-news-calc .calc-container .calc-output-container {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 100%;
  align-items: start;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px color-mix(in srgb, var(--bmb-light-green-hover-dynamic) 15%, transparent);
  background-color: var(--bmb-light-green-dynamic);
  padding: 0 16px;
  border-radius: 6px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.prediction-news-calc .calc-container .calc-output-container .calc-output-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-white-dynamic);
}
.prediction-news-calc .calc-container .calc-output-container .calc-output-value {
  margin-top: 9px;
  color: var(--bmb-white-dynamic);
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
  text-align: left;
}
@media (max-width: 1279px) {
  .prediction-news-calc .calc-container .calc-output-container {
    width: 242px;
  }
}
@media (max-width: 999px) {
  .prediction-news-calc {
    height: 325px;
  }
  .prediction-news-calc .calc-container {
    flex-direction: column;
    height: 272px;
    padding: 14px;
  }
  .prediction-news-calc .calc-container .calc-input-container {
    margin-right: 0px;
  }
  .prediction-news-calc .calc-container .calc-output-container {
    margin-top: 30px;
    width: 100%;
    height: 82px;
    padding: 0 14px;
  }
  .prediction-news-calc .calc-container .calc-output-container .calc-output-value {
    margin-top: 10px;
  }
}
@media (max-width: 429px) {
  .prediction-news-calc .calc-container {
    padding: 10px;
  }
  .prediction-news-calc .calc-container .calc-output-container {
    margin-top: 24px;
    padding: 0 10px;
  }
}
.prediction-news-other-list-block {
  width: 100%;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  flex-direction: column;
  padding: 5px 14px 7px 14px;
  margin-top: 14px;
}
.prediction-news-other-list-block .prediction-news-other-list--title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 0;
}
.prediction-news-other-list-block .prediction-news-other-list--title:hover {
  text-decoration: none;
}
.prediction-news-other-list-block .prediction-news-other-list-container {
  margin-top: 12px;
  padding: 0 4px 7px 3px;
  display: flex;
  flex-wrap: wrap;
}
.prediction-news-last-list-block {
  width: 100%;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  flex-direction: column;
  padding: 4px 20px 7px 20px;
  margin-top: 0;
}
.prediction-news-last-list-block .prediction-news-last-list--title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 0;
}
.prediction-news-last-list-block .prediction-news-last-list--title:hover {
  text-decoration: none;
}
.prediction-news-last-list-block .prediction-news-last-list-container {
  margin-top: 12px;
  padding: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.prediction-news-last-list-block .prediction-news-last-list-container .prediction-news-match-item-block:first-of-type {
  margin-left: 11px;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--prev {
  background: url("/img/icons/carousel/arrow-round-green-triangle-left.png");
  background-size: 100%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 80px;
  left: 0;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--prev:before {
  content: none;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--next {
  background: url("/img/icons/carousel/arrow-round-green-triangle-right.png");
  background-size: 100%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  margin-top: 0;
  top: 80px;
  right: 0;
}
.prediction-news-last-list-block .prediction-news-last-list-container .carousel--next:before {
  content: none;
}
.prediction-news-match-item-block {
  display: flex;
  flex-direction: column;
  width: 258px;
  height: 192px;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-light-green-dynamic);
  box-shadow: 0px 0px 5px 0px color-mix(in srgb, var(--bmb-black-dynamic) 15%, transparent);
  font-family: Roboto;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0 12px 25px 13px;
  flex-grow: 0;
  flex-shrink: 0;
}
.prediction-news-match-item-block .prediction-news-item-header {
  width: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.prediction-news-match-item-block .prediction-news-item-header .prediction-news-item-header-right.live {
  color: var(--bmb-green-dynamic);
}
.prediction-news-match-item-block .prediction-news-item-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  flex-shrink: 0;
  margin-top: 10px;
  width: 100%;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  position: relative;
  margin-right: 32px;
  box-sizing: border-box;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container .team-logo {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container.guest-team {
  margin-right: 0;
  margin-left: 32px;
}
.prediction-news-match-item-block .prediction-news-item-logo-container .prediction-coefficient {
  width: 70px;
  height: 28px;
  background-color: var(--bmb-light-green-dynamic);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bmb-white-dynamic);
}
.prediction-news-match-item-block .prediction-news-item-tournament-info {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--bmb-black-dynamic);
  flex-shrink: 0;
  height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prediction-news-match-item-block .prediction-news-item-team-names {
  width: 100%;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--bmb-black-dynamic);
  height: 40px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.prediction-news-match-item-block .prediction-news-item-type-event {
  width: 100%;
  margin-top: 4px;
  flex-shrink: 0;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bmb-light-green-hover-dynamic);
}
.prediction-news-match-item-block.finished {
  border: 1px solid #EAEAEA;
}
.prediction-news-match-item-block.finished .prediction-news-item-logo-container .prediction-coefficient {
  background-color: var(--bmb-gray-text-dynamic);
}
.prediction-news-match-item-block.finished .prediction-news-item-type-event {
  color: var(--bmb-gray-text-dynamic);
}
.prediction-news-item-list-block-container {
  width: 100%;
  background-color: var(--bmb-white-dynamic);
  display: flex;
  flex-direction: column;
  margin-top: 0;
  align-items: center;
}
.prediction-news-item-list-block-container .items-container {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  align-items: center;
  gap: 25px;
}
.prediction-news-item-list-block-container .items-container .prediction-news-match-item-block {
  margin: 0;
}
.prediction-news-item-list-container {
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 1) {
  margin-left: 10px;
  margin-right: 13px;
}
.prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 2) {
  margin-left: 12px;
  margin-right: 13px;
}
.prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 3) {
  margin-left: 12px;
  margin-right: 10px;
}
@media (max-width: 1279px) {
  .prediction-news-other-list-block {
    margin-top: 14px;
  }
  .prediction-news-other-list-block .prediction-news-other-list-container {
    margin-top: 12px;
    padding: 0 4px 7px 3px;
    display: flex;
    flex-wrap: wrap;
  }
  .prediction-news-last-list-block {
    margin-top: 0;
    padding: 4px 14px 7px 14px;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container {
    margin-top: 12px;
    padding: 0;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 1) {
    margin-left: 10px;
    margin-right: 13px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 2) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n + 3) {
    margin-left: 13px;
    margin-right: 10px;
  }
  .prediction-news-match-item-block {
    width: 214px;
    margin: 0 6px 13px 7px;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container {
    margin-right: 22px;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container.guest-team {
    margin-right: 0;
    margin-left: 22px;
  }
}
@media (max-width: 999px) {
  .prediction-news-item-list-block-container .items-container {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
  }
  .prediction-news-item-list-container {
    padding: 0 6px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(1n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(2n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-item-list-container .prediction-news-match-item-block:nth-of-type(3n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .prediction-news-other-list-block .prediction-news-other-list-container {
    margin-top: 14px;
    padding: 0 6px 26px 6px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container {
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container .prediction-news-match-item-block {
    width: 214px;
    height: 192px;
    margin: 0 6px 13px 7px;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container .prediction-news-match-item-block .prediction-news-item-team-names {
    height: 40px;
  }
  .prediction-news-match-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 172px;
    margin: 0 0 6px 0;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container {
    margin-right: 32px;
  }
  .prediction-news-match-item-block .prediction-news-item-logo-container .team-logo-container.guest-team {
    margin-right: 0;
    margin-left: 32px;
  }
  .prediction-news-match-item-block .prediction-news-item-team-names {
    height: 24px;
  }
  .prediction-news-match-item-block .prediction-news-item-type-event {
    height: 24px;
  }
}
@media (max-width: 429px) {
  .prediction-news-other-list-block {
    padding: 4px 8px 0px 8px;
  }
  .prediction-news-other-list-block .prediction-news-other-list-container {
    padding: 0 6px 26px 6px;
  }
  .prediction-news-last-list-block {
    padding: 4px 8px 0px 8px;
  }
  .prediction-news-last-list-block .prediction-news-last-list-container {
    padding: 0;
  }
  .prediction-news-match-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 172px;
  }
}
.prognozy-description {
  background-color: var(--bmb-white-dynamic);
  margin-top: 14px;
  padding: 4px 20px 32px 20px;
  width: 100%;
  box-sizing: border-box;
}
.prognozy-description .title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
  padding-left: 0;
}
.prognozy-description .title:hover {
  text-decoration: none;
}
.prognozy-description .text {
  margin-top: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
}

