/*
 * 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);
}
.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;
  }
}

