/*
 * News Block
 */
: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*/
.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;
 */
.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;
}
.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;
  }
}
.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;
  }
}
.my-feed-widget-no-data {
  width: 100%;
  background: var(--bmb-white-dynamic);
  display: flex;
  height: 204px;
  font-family: "Roboto";
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.my-feed-widget-no-data .my-feed-widget-no-data--title {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: var(--bmb-gray-text-dynamic);
}
.my-feed-widget-no-data .my-feed-widget-no-data--description {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.44px;
  text-align: center;
  color: var(--bmb-gray-text-dynamic);
}
.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;
  }
}
/*
 * 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;
  }
}

