/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
body .scroll-to-top {
  z-index: 5;
}

.match-center {
  font-family: "Kanit", sans-serif;
  margin-bottom: 20px;
}
.match-center .predictions p {
  margin: unset;
}
.match-center__top:has(.mc-tabs--default) + .predictions {
  margin-top: 30px;
}
.match-center__header {
  background-color: var(--hero-background);
  padding-block: 30px;
  margin-bottom: 24px;
  color: var(--hero-text-color);
}
.match-center__header a {
  color: var(--hero-link-color);
}
.match-center__header a:hover {
  color: var(--hero-link-color-hover);
}
@media (max-width: 834px) {
  .match-center__header {
    padding: 8px 0 16px;
    margin-bottom: 16px;
  }
}
.match-center__header .match-center__description {
  padding: 0;
}
.match-center__title {
  font-family: "Kanit", sans-serif;
  padding: 16px 0 8px;
  font-size: 32px;
}
@media (min-width: 769px) {
  .match-center__title {
    font-size: 42px;
  }
}
.match-center__title:last-child {
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .match-center__title {
    font-size: 30px;
    line-height: 45.6px;
    font-weight: 600;
  }
}
.match-center__description {
  padding: 32px 0;
}
@media (max-width: 834px) {
  .match-center__description {
    padding: 16px 0;
  }
}
.match-center__description, .match-center__description > .container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.match-center__description > *:not(:last-child), .match-center__description > .container > *:not(:last-child) {
  margin-bottom: 16px;
}
.match-center__description > :where(h1, h2, h3, h4, h5, h6), .match-center__description > .container > :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
}
.match-center__description > h1, .match-center__description > .container > h1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
.match-center__description > h2, .match-center__description > .container > h2 {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 700;
}
.match-center__description > h3, .match-center__description > .container > h3 {
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 700;
}
.match-center__description > ul, .match-center__description > ol, .match-center__description > .container > ul, .match-center__description > .container > ol {
  margin-left: 20px;
}
.match-center__leagues {
  margin-top: 8px;
}
.match-center .mc-periods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.match-center .mc-periods__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  letter-spacing: -0.03em;
  min-width: 200px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: var(--border-radius-small);
  background-color: var(--inactive-tab);
  color: var(--inactive-tab-text-color);
  text-align: center;
}
.match-center .mc-periods__link.active-link {
  background-color: var(--active-tab);
  color: var(--active-tab-text-color);
}
.match-center .mc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 20px;
}
.match-center .mc-tabs--default {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.match-center .mc-tabs__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
  background-color: transparent;
  border: none;
  letter-spacing: -0.03em;
  min-width: 200px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--inactive-tab);
  color: var(--inactive-tab-text-color);
  width: 100%;
  text-align: center;
}
.match-center .mc-tabs__link.active-link {
  background-color: var(--active-tab);
  color: var(--active-tab-text-color);
}
@media (max-width: 340px) {
  .match-center .mc-tabs__link {
    padding: 17px 22px;
  }
}
.match-center .mc-tabs__group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 5px;
}
.match-center .mc-tabs__group--sport {
  position: relative;
}
@media (min-width: 769px) {
  .match-center .mc-tabs__group--sport {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  .match-center .mc-tabs__group--sport::before {
    display: none;
  }
}
.match-center .mc-tabs__group--sport::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}
.match-center .mc-tabs__group--sport > .mc-tabs__tab {
  border-radius: var(--border-radius);
  font-size: 14px;
}
.match-center .mc-tabs__tab {
  border: 0px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.5px;
  border-radius: var(--border-radius-large);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--inactive-tab);
  color: var(--inactive-tab-text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--letter-spacing);
  white-space: nowrap;
  text-transform: capitalize;
}
@media (min-width: 769px) {
  .match-center .mc-tabs__tab {
    font-size: 20px;
  }
}
.match-center .mc-tabs__tab.active-tab {
  background-color: var(--active-tab);
  color: var(--active-tab-text-color);
}
.match-center__nothing-found-message {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity var(--transition-duration);
  transition: opacity var(--transition-duration);
}
.match-center__nothing-found-message--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.match-center .live-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--hero-live-color);
}
.match-center .live-badge::after {
  content: "●";
  position: relative;
  display: inline-block;
}
.match-center .mc-leagues__list,
.match-center .mc-filters {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0 0 10px;
  margin: 0 0 -10px;
  overflow-x: auto;
}
.match-center .mc-leagues__list::-webkit-scrollbar-track,
.match-center .mc-filters::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.match-center .mc-leagues__list::-webkit-scrollbar,
.match-center .mc-filters::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.match-center .mc-leagues__list::-webkit-scrollbar-thumb,
.match-center .mc-filters::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.match-center .mc-leagues__item {
  margin: 0;
  padding: 0;
}
.match-center .mc-leagues__item:before, .match-center .mc-leagues__item:after {
  content: none;
}
.match-center .mc-leagues__item.league:has(a.active):not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.match-center .mc-leagues__item.league:has(a.active):not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--main-border-color);
  display: block;
  position: relative;
}
.match-center .mc-leagues__link,
.match-center .mc-filter {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--filters-text-color);
  padding: 4px 16px;
  background: var(--filters-background);
  border-radius: var(--rad);
  white-space: nowrap;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-small);
  cursor: pointer;
}
.match-center .mc-leagues__link.active,
.match-center .mc-filter.active {
  color: var(--filters-text-color-active);
  background: var(--filters-background-active);
}
.match-center .mc-leagues__link.active svg,
.match-center .mc-filter.active svg {
  display: block;
  pointer-events: none;
}
.match-center .mc-leagues__link.active svg path,
.match-center .mc-filter.active svg path {
  stroke: var(--filters-text-color-active);
}
.match-center .mc-leagues__link svg,
.match-center .mc-filter svg {
  display: none;
}
.match-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.match-center .mc-accent-button {
  display: block;
  padding: 11px;
  background: var(--accent-btn-bg);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: var(--accent-btn-text);
  border-radius: var(--accent-btn-radius);
  border: var(--accent-btn-border-width) solid var(--accent-btn-bg);
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.match-center .mc-accent-button:hover {
  background: var(--accent-btn-bg-hover);
  color: var(--accent-btn-text-hover);
}

.match-center.match-center-block * {
  margin: 0;
}
.match-center.match-center-block .match-center__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.match-center:not(.match-center-block) .predictions__header {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
}

.match-center .predictions {
  display: grid;
  row-gap: 34px;
  margin-top: 50px;
}
.match-center .predictions__header {
  width: 100%;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-block: 0px 10px;
}
@media (min-width: 769px) {
  .match-center .predictions__header {
    font-size: 28px;
  }
}
@media (max-width: 834px) {
  .match-center .predictions__header {
    margin-bottom: 24px;
  }
}
.match-center .predictions__header:after {
  content: none;
}
.match-center .predictions__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .match-center .predictions__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .match-center .predictions__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 834px) {
  .match-center .predictions {
    margin-top: 48px;
  }
}
.match-center .prediction-card {
  border: 1px solid var(--main-border-color);
  background-color: var(--main-card-bg-color);
  border-radius: var(--rad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.match-center .prediction-card:has(.prediction-card__badge) .prediction-card__header {
  padding-top: 54px;
}
.match-center .prediction-card__badge-wrapper {
  position: absolute;
  top: 16px;
  left: 0;
}
.match-center .prediction-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: -webkit-gradient(linear, right top, left top, from(var(--prediction-card-badge-bg-1)), to(var(--prediction-card-badge-bg-2)));
  background: linear-gradient(270deg, var(--prediction-card-badge-bg-1) 0%, var(--prediction-card-badge-bg-2) 100%);
  padding: 4px 3px 4px 0;
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  height: 34px;
}
.match-center .prediction-card__badge:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 34px;
  background: var(--prediction-card-badge-bg-1);
  position: absolute;
  top: 0;
  right: -9px;
  -webkit-clip-path: polygon(56% 0, 75% 0%, 100% 50%, 75% 100%, 56% 100%);
          clip-path: polygon(56% 0, 75% 0%, 100% 50%, 75% 100%, 56% 100%);
}
.match-center .prediction-card__badge:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 45px;
  -webkit-clip-path: path("M15 0C12.384 2.09642e-05 10.7566 5.84575e-05 9.50897 0.000123402C7.85927 0.000209277 6.17943 0.334913 4.90529 1.3828C0.801222 4.75809 0 10.5672 0 24.4424V38.4831L4.63731 36.134L9.5 33.9999H15.0124V31.4999L15.0126 24.9999C15.0126 14.6897 15.0075 9.4333 15.0038 5.60758C15.0017 3.50695 15.0001 1.83768 15 0ZM17.2618 33.9999L50 34H91V33.9999H53.9047H17.2618Z");
          clip-path: path("M15 0C12.384 2.09642e-05 10.7566 5.84575e-05 9.50897 0.000123402C7.85927 0.000209277 6.17943 0.334913 4.90529 1.3828C0.801222 4.75809 0 10.5672 0 24.4424V38.4831L4.63731 36.134L9.5 33.9999H15.0124V31.4999L15.0126 24.9999C15.0126 14.6897 15.0075 9.4333 15.0038 5.60758C15.0017 3.50695 15.0001 1.83768 15 0ZM17.2618 33.9999L50 34H91V33.9999H53.9047H17.2618Z");
  background: var(--prediction-card-badge-bg-2);
  position: absolute;
  top: 0;
  left: -15px;
}
.match-center .prediction-card__badge img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.match-center .prediction-card__badge-bg-part {
  display: inline-block;
  width: 15px;
  height: 19px;
  -webkit-clip-path: path("M15 0.560547V19.6539C13.076 19.6046 8.57062 19.2816 4.33327 16.8974C2.23716 15.7175 0.863269 14.4967 0 13.5002V0.560547H15Z");
          clip-path: path("M15 0.560547V19.6539C13.076 19.6046 8.57062 19.2816 4.33327 16.8974C2.23716 15.7175 0.863269 14.4967 0 13.5002V0.560547H15Z");
  background: var(--prediction-card-badge-bg-2);
  position: absolute;
  bottom: -12px;
  left: -15px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.match-center .prediction-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.match-center .prediction-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 18px 16px 8px;
}
.match-center .prediction-card__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--main-text-color-main);
  text-align: center;
  margin: 0;
}
.match-center .prediction-card__name a {
  text-decoration: none;
  color: inherit;
}
.match-center .prediction-card__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-sub);
  margin: 0;
}
.match-center .prediction-card__title svg path {
  stroke: var(--main-text-color-sub);
}
.match-center .prediction-card__date {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-main);
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
.match-center .prediction-card__date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.match-center .prediction-card .prediction-teams__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prediction-card .prediction-teams__team:not(:last-child) {
  margin-bottom: 12px;
}
.match-center .prediction-card .prediction-teams__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  width: 24px;
  background-color: var(--main-team-logo-bg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.match-center .prediction-card .prediction-teams__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: var(--main-text-color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.match-center .prediction-card .prediction-teams__name svg path {
  fill: var(--main-active-team-icon);
}
.match-center .prediction-card .prediction-teams__info {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-align: center;
  color: var(--main-text-color-sub);
}
.match-center .prediction-card .prediction-teams__result {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: var(--main-text-color-main);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: end;
}
.match-center .prediction-card .prediction-teams__description {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-sub);
  margin-top: 16px;
}
.match-center .prediction-card__live, .match-center .prediction-card__results, .match-center .prediction-card__upcoming {
  padding: 12px 16px;
  border-top: 1px solid var(--main-border-color);
  height: 100%;
}
.match-center .prediction-card__live:not(:last-child), .match-center .prediction-card__results:not(:last-child), .match-center .prediction-card__upcoming:not(:last-child) {
  border-bottom: 1px solid var(--main-border-color);
}
.match-center .prediction-card__upcoming {
  padding: 8px 16px;
  margin-top: auto;
  height: initial;
}
.match-center .prediction-card__upcoming .prediction-teams {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.match-center .prediction-card__upcoming .prediction-teams__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.match-center .prediction-card__upcoming .prediction-teams__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.match-center .prediction-card__upcoming .prediction-teams__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  padding: 16px;
  width: 69px;
  background-color: var(--main-team-logo-bg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.match-center .prediction-card__upcoming .prediction-teams__time {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--main-text-color-main);
}
.match-center .prediction-card__match-details {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 8px 16px 16px;
}
.match-center .prediction-card__match-details .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.match-center .prediction-card__match-details__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--filters-text-color);
  background: var(--filters-background);
  border-radius: var(--rad);
  padding: 4px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.match-center .prediction-card__match-details .make-bet-btn {
  width: 100%;
  padding: 10px;
  outline: none;
  margin: 0;
  text-align: center;
}
.match-center .prediction-card__odds-wrapper {
  z-index: 2;
  display: grid;
  gap: 16px;
  padding: 12px 16px;
}
.match-center .prediction-card__odds-wrapper .odds-cell {
  background: var(--odds-center-coef-bg, #F2F4F7);
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.match-center .prediction-card__odds-wrapper .odds-cell .value {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: var(--odds-center-coef-subtext, #000000);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.match-center .prediction-card__odds-wrapper .odds-cell .coef {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--odds-center-market-name, #000000);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef .coef {
  color: var(--odds-center-coef-text, #000000);
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover {
  background: var(--odds-center-coef-bg-hover, #EAECF0);
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover .value {
  color: var(--odds-center-coef-subtext-hover, rgb(255, 255, 255));
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover .coef {
  color: var(--odds-center-coef-text-hover, rgb(255, 255, 255));
}
.match-center .prediction-card__odds-wrapper .main-odds {
  display: grid;
  gap: inherit;
  grid-template-columns: 1fr 1fr;
}
.match-center .prediction-card__odds-wrapper .main-odds .bk-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  grid-column: 1/3;
}
.match-center .prediction-card__odds-wrapper .main-odds .bk-info_logo {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background-color: var(--site-color, transparent);
  border-radius: 50%;
}
.match-center .prediction-card__odds-wrapper .main-odds .bk-info_title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--odds-center-team-name);
}
.match-center .prediction-card__odds-wrapper .main-odds .odds-cell {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prediction-card__odds-wrapper .main-odds .odds-cell .value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.match-center .prediction-card__odds-wrapper .additional-odds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: inherit;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 62px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--odds-center-market-name);
  grid-column: 1/3;
  text-align: center;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column .odds-cell {
  padding: 8px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 100%;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column .odds-cell:not(.has-coef) .value {
  display: none;
}
.match-center .prediction-card__odds-wrapper .odds-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 18px;
  border: none;
  margin: 0;
  width: 100%;
  text-align: center;
}
.match-center .prediction-card__odds-wrapper .odds-btn_disabled {
  background: #F2F4F7;
  border-color: #F2F4F7;
  color: #475467;
  pointer-events: none;
}
@media (max-width: 750px) {
  .match-center .prediction-card .prediction-card__title {
    text-align: center;
  }
  .match-center .prediction-card .prediction-card__upcoming .prediction-teams {
    padding: 0 9px;
  }
}
@media (max-width: 340px) {
  .match-center .prediction-card .prediction-card__upcoming .prediction-teams {
    padding: 0;
  }
}
.match-center .prediction-card.prediction-card__accent {
  border: 1px solid var(--accent-card-color, var(--main-border-color));
  background-color: var(--accent-card-color, var(--main-card-bg-color));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__date,
.match-center .prediction-card.prediction-card__accent .prediction-card__name,
.match-center .prediction-card.prediction-card__accent .prediction-card__title,
.match-center .prediction-card.prediction-card__accent .prediction-teams__name,
.match-center .prediction-card.prediction-card__accent .prediction-teams__result,
.match-center .prediction-card.prediction-card__accent .prediction-teams__time,
.match-center .prediction-card.prediction-card__accent .prediction-teams__info,
.match-center .prediction-card.prediction-card__accent .prediction-card__match-details__link,
.match-center .prediction-card.prediction-card__accent .prediction-card__profit-title,
.match-center .prediction-card.prediction-card__accent .prediction-card__profit-winner {
  color: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__profit-winner:before {
  background: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__accent__logo {
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-width: 82px;
  margin-right: auto;
}
.match-center .prediction-card.prediction-card__accent .prediction-teams__name svg path,
.match-center .prediction-card.prediction-card__accent .prediction-card__title svg path {
  stroke: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-teams__name svg path {
  fill: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__live,
.match-center .prediction-card.prediction-card__accent .prediction-card__upcoming,
.match-center .prediction-card.prediction-card__accent .prediction-card__results {
  border-color: var(--accent-card-border-color, var(--main-border-color));
}
.match-center .prediction-card.prediction-card__accent .prediction-teams__icon {
  background-color: var(--accent-card-text-color, var(--main-team-logo-bg));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__match-details__link {
  background: transparent;
  border: 1px solid var(--accent-card-text-color, transparent);
}
.match-center .prediction-card.prediction-card__accent .make-bet-btn {
  background: var(--accent-card-text-color, var(--accent-btn-bg));
  color: var(--accent-card-color, var(--main-card-bg-color));
}
.match-center .prediction-card__profit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.match-center .prediction-card__profit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.match-center .prediction-card__profit-title {
  color: var(--main-text-color-main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: 150%;
}
.match-center .prediction-card__profit-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--main-text-color-main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: normal;
}
.match-center .prediction-card__profit-winner:before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--main-text-color-main);
  -webkit-clip-path: path("M22.4507 20.6236C22.3848 20.7377 22.2901 20.8324 22.1761 20.8982C22.062 20.964 21.9327 20.9987 21.801 20.9986H3.80099C3.6694 20.9985 3.54017 20.9638 3.42626 20.8979C3.31235 20.832 3.21778 20.7373 3.15205 20.6233C3.08631 20.5093 3.05172 20.38 3.05176 20.2485C3.05179 20.1169 3.08645 19.9876 3.15224 19.8736C4.58005 17.4052 6.78036 15.6352 9.34818 14.7961C8.07802 14.04 7.09119 12.8878 6.53923 11.5166C5.98727 10.1453 5.90069 8.63077 6.29281 7.20554C6.68492 5.78031 7.53404 4.5232 8.70976 3.62726C9.88549 2.73132 11.3228 2.24609 12.801 2.24609C14.2792 2.24609 15.7165 2.73132 16.8922 3.62726C18.0679 4.5232 18.9171 5.78031 19.3092 7.20554C19.7013 8.63077 19.6147 10.1453 19.0628 11.5166C18.5108 12.8878 17.524 14.04 16.2538 14.7961C18.8216 15.6352 21.0219 17.4052 22.4497 19.8736C22.5157 19.9876 22.5505 20.1169 22.5507 20.2485C22.5509 20.3802 22.5164 20.5095 22.4507 20.6236Z");
          clip-path: path("M22.4507 20.6236C22.3848 20.7377 22.2901 20.8324 22.1761 20.8982C22.062 20.964 21.9327 20.9987 21.801 20.9986H3.80099C3.6694 20.9985 3.54017 20.9638 3.42626 20.8979C3.31235 20.832 3.21778 20.7373 3.15205 20.6233C3.08631 20.5093 3.05172 20.38 3.05176 20.2485C3.05179 20.1169 3.08645 19.9876 3.15224 19.8736C4.58005 17.4052 6.78036 15.6352 9.34818 14.7961C8.07802 14.04 7.09119 12.8878 6.53923 11.5166C5.98727 10.1453 5.90069 8.63077 6.29281 7.20554C6.68492 5.78031 7.53404 4.5232 8.70976 3.62726C9.88549 2.73132 11.3228 2.24609 12.801 2.24609C14.2792 2.24609 15.7165 2.73132 16.8922 3.62726C18.0679 4.5232 18.9171 5.78031 19.3092 7.20554C19.7013 8.63077 19.6147 10.1453 19.0628 11.5166C18.5108 12.8878 17.524 14.04 16.2538 14.7961C18.8216 15.6352 21.0219 17.4052 22.4497 19.8736C22.5157 19.9876 22.5505 20.1169 22.5507 20.2485C22.5509 20.3802 22.5164 20.5095 22.4507 20.6236Z");
}
.match-center .prediction-card__profit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
  padding: 4px 15px;
  border-radius: 5px;
  background: #34c759;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  line-height: normal;
}

.match-center-block {
  margin-top: 16px;
}
.match-center-block .predictions:first-child {
  margin-top: 0;
}
.match-center-block.half-size .predictions__wrapper {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, max(300px, 50% - 24px)), 1fr));
}
.match-center-block.half-size .predictions__wrapper .prediction-card {
  max-width: 100%;
}

.disable-block {
  border: 1px solid var(--placeholder-border-color);
  background: var(--placeholder-background);
  border-radius: var(--rad);
  padding: 16px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
}
@media (max-width: 375px) {
  .disable-block {
    margin: 16px 0 26px;
  }
}
.disable-block__icon {
  background-repeat: no-repeat;
  background-size: calc(100% - 16px);
  background-position: center;
  width: 68px;
  height: 68px;
  padding: 8px;
}
.disable-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.disable-block__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: var(--placeholder-text-color-main);
}
.disable-block__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--placeholder-text-color-sub);
}

.match-center .mc-calendar {
  border-bottom: 1px solid var(--main-border-color);
}
.match-center .mc-calendar__nav {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  overflow-x: auto;
  padding-bottom: 8px;
}
.match-center .mc-calendar__nav::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.match-center .mc-calendar__nav::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.match-center .mc-calendar__nav::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.match-center .mc-calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 0 8px;
  margin: 0;
}
.match-center .mc-calendar__item {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 8px;
  min-width: 45px;
  height: 50px;
  color: var(--calendar-text-color);
  word-spacing: 100vw;
  display: block;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.match-center .mc-calendar__item:before, .match-center .mc-calendar__item:after {
  content: none;
}
.match-center .mc-calendar__item:first-line {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--calendar-number-color);
}
.match-center .mc-calendar__item.active-date {
  border: 1px solid var(--calendar-border-color);
}

.mc-breadcrumbs {
  margin: 0 !important;
  padding-bottom: 16px;
  color: var(--hero-link-color);
  font-family: "Kanit", sans-serif;
}
.mc-breadcrumbs a:hover {
  color: var(--hero-link-color-hover);
}
.mc-breadcrumbs span:hover {
  color: inherit;
}
.mc-breadcrumbs .mc-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item {
  display: inline;
  color: var(--hero-link-color);
  margin: 0;
}
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item a {
  text-decoration: none;
}
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item a,
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item span {
  color: inherit;
}
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item a:hover {
  color: var(--hero-link-color-hover);
}
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item:before, .mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__item:after {
  display: none;
}
.mc-breadcrumbs .mc-breadcrumbs__list .mc-breadcrumbs__separator {
  margin: 7px 8px;
}
@media (max-width: 834px) {
  .mc-breadcrumbs {
    padding-bottom: 8px;
  }
}

.predict-page .tabs-content__wrapper {
  margin-bottom: 48px;
}
.predict-page .tabs-content__wrapper:first-child {
  margin-top: 32px;
}
.predict-page .tabs-content__wrapper .tab-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.predict-page .tabs-content__wrapper .tab-content.active-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .predict-page .tabs-content__wrapper {
    margin-bottom: 32px;
  }
  .predict-page .tabs-content__wrapper .tab-content {
    gap: 16px;
  }
}
.predict-page .match-center__header {
  padding: 30px 0 24px;
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .predict-page .match-center__header {
    padding: 8px 0 24px;
  }
}
.predict-page .match-center__tabs {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  overflow-x: auto;
  margin: 16px 0;
  padding-bottom: 5px;
}
.predict-page .match-center__tabs::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.predict-page .match-center__tabs::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.predict-page .match-center__tabs::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.predict-page .mc-tab {
  display: block;
  padding-top: 24px;
  padding-bottom: 32px;
}
.predict-page .mc-tab .mc-tab__title {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 700;
  color: var(--main-text-color-main);
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 834px) {
  .predict-page .mc-tab .mc-tab__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
.predict-page .mc-tab > * {
  padding-top: 22px;
  padding-bottom: 22px;
}
.predict-page .mc-tab > *:first-child {
  padding-top: 0;
}
.predict-page .mc-tab > *:last-child {
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .predict-page .mc-tab > * {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.predict-page .mc-tab .disable-block {
  margin: 0;
}
@media (max-width: 834px) {
  .predict-page .mc-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.predict-page .mc-tab.scorecard-tab .mc-filters {
  margin: 0;
}
.predict-page .mc-message {
  padding-bottom: 48px;
}
@media (max-width: 834px) {
  .predict-page .mc-message {
    padding-bottom: 24px;
  }
}
.predict-page .mc-message .disable-block {
  margin: 0;
}
.predict-page .mc-message:not(:last-child) {
  padding-bottom: 0;
}
.predict-page .mc-message:not(:last-child) .mc-message__content {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--main-border-color);
}

.match-center .prd-hero {
  padding: 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.match-center .prd-hero__title {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  color: inherit;
  text-align: center;
}
.match-center .prd-hero__description {
  color: inherit;
  text-align: center;
}
.match-center .prd-hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prd-hero .prd-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 360px;
  min-height: 124px;
  margin: 0 180px;
  padding: 0;
  position: relative;
  border-left: 1px solid var(--hero-border-color);
  border-right: 1px solid var(--hero-border-color);
}
.match-center .prd-hero .prd-card__data {
  gap: 8px;
  border: none;
}
.match-center .prd-hero .prd-card__info {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prd-hero .prd-card__info .prd-card__category,
.match-center .prd-hero .prd-card__info .prd-card__stadium {
  text-align: center;
}
.match-center .prd-hero .prd-card__info .prd-card__category svg,
.match-center .prd-hero .prd-card__info .prd-card__stadium svg {
  display: inline-block;
  margin-right: 4px;
}
.match-center .prd-hero .prd-card__info .prd-card__category svg path,
.match-center .prd-hero .prd-card__info .prd-card__stadium svg path {
  stroke: var(--hero-text-color);
}
@media (max-width: 834px) {
  .match-center .prd-hero .prd-card__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .match-center .prd-hero .prd-card__info .prd-card__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .match-center .prd-hero .prd-card__info .prd-card__category {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .match-center .prd-hero .prd-card__info .prd-card__stadium {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .match-center .prd-hero .prd-card__info .prd-card__category,
  .match-center .prd-hero .prd-card__info .prd-card__stadium {
    text-align: initial;
  }
}
.match-center .prd-hero .prd-card__date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.match-center .prd-hero .prd-card__date .live-badge {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 8px;
}
@media (max-width: 834px) {
  .match-center .prd-hero .prd-card__date {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .match-center .prd-hero .prd-card__date .live-badge {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-left: 8px;
  }
}
@media (max-width: 834px) {
  .match-center .prd-hero .prd-card__teams {
    padding-top: 12px;
    border-top: 1px solid var(--hero-border-color);
  }
}
.match-center .prd-hero .prd-card__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 834px) {
  .match-center .prd-hero .prd-card__team {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 150px;
  }
  .match-center .prd-hero .prd-card__team-1 {
    left: -180px;
  }
  .match-center .prd-hero .prd-card__team-2 {
    right: -180px;
  }
}
.match-center .prd-hero .prd-card__icon {
  width: 84px;
  aspect-ratio: 1/1;
  background: var(--hero-team-logo-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 7px;
  overflow: hidden;
}
.match-center .prd-hero .prd-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.match-center .prd-hero .prd-card__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.match-center .prd-hero .prd-card__name svg path {
  fill: var(--hero-text-color);
}
.match-center .prd-hero .prd-card__result {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  font-weight: 700;
}
.match-center .prd-hero .prd-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 306px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.match-center .prd-hero .prd-card--upcoming .prd-card__teams {
  border-top: none;
}
.match-center .prd-hero .prd-card--upcoming .prd-card__date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 834px) {
  .match-center .prd-hero {
    padding: 16px 0;
    gap: 8px;
  }
  .match-center .prd-hero__description {
    max-width: 360px;
    width: 100%;
    padding: 8px 0 12px;
    margin: 0 auto;
  }
  .match-center .prd-hero__description:not(:last-child) {
    border-bottom: 1px solid var(--hero-border-color);
  }
  .match-center .prd-hero .prd-card__wrapper {
    border: none;
    margin: 0 auto;
  }
  .match-center .prd-hero .prd-card__data {
    gap: 16px;
  }
  .match-center .prd-hero .prd-card__info {
    gap: 4px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .match-center .prd-hero .prd-card__teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .match-center .prd-hero .prd-card__team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
  }
  .match-center .prd-hero .prd-card__icon {
    width: 24px;
    padding: 0;
  }
  .match-center .prd-hero .prd-card__chances {
    padding: 0;
  }
  .match-center .prd-hero .prd-card__result {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: end;
  }
  .match-center .prd-hero .prd-card__name {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
  }
  .match-center .prd-hero .prd-card--upcoming .prd-card__teams {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .match-center .prd-hero .prd-card--upcoming .prd-card__teams .prd-card__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .match-center .prd-hero .prd-card--upcoming .prd-card__teams .prd-card__icon {
    width: 69px;
    padding: 7px;
  }
}
@media (max-width: 450px) {
  .match-center .prd-hero .prd-hero__title {
    text-align: initial;
  }
  .match-center .prd-hero__description {
    max-width: 100%;
    width: 100%;
  }
  .match-center .prd-hero .prd-card__wrapper {
    width: 100%;
    padding: 0;
  }
}

.mc-highlights__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mc-highlights .mc-filters {
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .mc-highlights .mc-filters {
    margin-bottom: 16px;
  }
}
.mc-highlights__title {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 600;
  color: var(--main-text-color-main);
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .mc-highlights__title {
    margin-bottom: 16px;
  }
}
.mc-highlights__list-wrapper {
  border: 1px solid var(--main-border-color);
  border-radius: var(--rad);
  padding: 16px;
  width: 100%;
}
.mc-highlights__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.mc-highlights__item {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
  padding-left: 0;
}
.mc-highlights__item:after {
  content: none;
}
.mc-highlights__item-info {
  min-width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.mc-highlights__item-info .over {
  color: var(--main-text-color-main);
}
.mc-highlights__item-info .abbr {
  min-width: 24px;
  padding: 2px 4px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  line-height: 19px;
  text-align: center;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mc-highlights__item-info .abbr.blue {
  background: #36BFFA;
}
.mc-highlights__item-info .abbr.light-blue {
  background: #E2ECF9;
  color: #475467;
}
.mc-highlights__item-info .abbr.dark-blue {
  background: #235A9A;
}
.mc-highlights__item-text {
  color: var(--main-text-color-main);
}
.mc-highlights__button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  color: var(--main-hl-btn-color);
  margin-top: 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.mc-highlights .disable-block {
  width: 100%;
}
@media (max-width: 834px) {
  .mc-highlights__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.mc-odds {
  background-color: var(--odds-background);
  padding: 12px 24px 24px;
  color: var(--odds-text-color);
  margin: auto;
  width: 100%;
  max-width: 640px;
  border-radius: 12px;
}
.mc-odds .odds {
  border: none;
  padding: 0;
  margin: 0 auto;
}
.mc-odds .odds-top {
  border: none;
  padding: 0;
  margin-bottom: 8px;
  text-align: center;
}
.mc-odds .odds-top__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mc-odds .odds-top__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  margin-bottom: -12px;
}
.mc-odds .odds-top__text strong {
  color: var(--odds-text-color-bold);
}
@media (max-width: 834px) {
  .mc-odds .odds-top__text {
    margin-bottom: -8px;
  }
}
.mc-odds .odds-table {
  border: none;
  width: 100%;
}
.mc-odds .odds-table td {
  border: none;
}
.mc-odds .odds-table__row {
  display: grid;
  grid-template-rows: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
}
.mc-odds .odds-table__row:not(:last-of-type) {
  margin-bottom: 8px;
}
.mc-odds .odds-table__values {
  grid-template-columns: repeat(2, 1fr);
}
.mc-odds .odds-table__button {
  grid-template-columns: 1fr;
}
.mc-odds .odds-table__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  padding: 0;
}
.mc-odds .odds-table__value-button {
  margin-top: 0;
  width: 100%;
  height: 100%;
  border-color: var(--odds-coef-elem-bg);
  border-radius: 8px;
  cursor: pointer;
}
.mc-odds .odds-table__value-button:hover {
  background: var(--odds-coef-elem-bg);
  color: var(--odds-coef-elem-text-color);
}
.mc-odds .odds-table__bet {
  padding: 0;
}
.mc-odds .odds-table__bet-button {
  line-height: 24px;
  height: 100%;
  margin-top: 0;
  width: 100%;
}
.mc-odds .odds-team {
  padding: 0 8px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 40px;
  color: var(--odds-coef-elem-text-color);
  background-color: var(--odds-coef-elem-bg);
  border-radius: 4px;
}
.mc-odds .odds-team__abbr {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: inherit;
}
.mc-odds .odds-team__icon {
  display: none;
  max-width: 24px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: var(--odds-team-logo-bg);
}
.mc-odds .odds-team__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mc-odds .odds-team__coef {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  background-color: var(--odds-coef-elem-bg);
  margin: 0 0 0 auto;
}
@media (max-width: 834px) {
  .mc-odds {
    max-width: 360px;
    padding: 8px 16px 16px;
  }
}
@media (max-width: 450px) {
  .mc-odds {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .mc-odds .odds-team__abbr {
    display: none;
  }
  .mc-odds .odds-team__coef {
    margin: auto;
  }
}

@media (max-width: 834px) {
  .mc-odds.live {
    margin-top: 8px;
  }
  .mc-odds.live .odds-top__title {
    text-align: left;
  }
  .mc-odds.live .odds-table__values {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mc-odds.live .odds-table__values .odds-team {
    background-color: transparent;
    padding: 0;
    height: 29px;
  }
  .mc-odds.live .odds-table__values .odds-team__abbr {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    display: block;
    color: var(--hero-text-color);
  }
  .mc-odds.live .odds-table__values .odds-team__icon {
    display: block;
  }
  .mc-odds.live .odds-table__values .odds-team__coef {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 auto;
    padding: 0 16px;
    border-radius: inherit;
    height: 100%;
    min-width: 60px;
  }
}

.mc-tab.match-details-tab {
  display: grid;
  gap: 48px;
}
.mc-tab.match-details-tab > .mc-tables {
  padding: 0;
}
@media (max-width: 834px) {
  .mc-tab.match-details-tab {
    gap: 32px;
  }
}
.mc-tab .mc-tables table {
  width: 100%;
  border-collapse: collapse;
  background: var(--tb-bg-or-odd-row);
}
.mc-tab .mc-tables table thead {
  border: none;
}
.mc-tab .mc-tables table thead > tr {
  background: var(--th-bg);
  color: var(--th-text-color);
}
.mc-tab .mc-tables table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  border: 1px;
}
.mc-tab .mc-tables table thead th:first-child {
  border-top-left-radius: 12px;
  padding-left: 30px;
}
.mc-tab .mc-tables table thead th:last-child {
  border-top-right-radius: 12px;
  padding-right: 30px;
}
.mc-tab .mc-tables table tbody tr {
  border-color: var(--th-bg);
  color: var(--tb-text-color);
}
.mc-tab .mc-tables table tbody tr:nth-child(even) {
  background: var(--tb-bg-even-row);
}
.mc-tab .mc-tables table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 10px 15px;
  border: 0px;
}
.mc-tab .mc-tables__title {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 700;
  color: var(--main-text-color-main);
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .mc-tab .mc-tables__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
.mc-tab .mc-tables__item .table-wrapper {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  width: 100%;
  overflow-x: auto;
}
.mc-tab .mc-tables__item .table-wrapper::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.mc-tab .mc-tables__item .table-wrapper::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.mc-tab .mc-tables__item .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.mc-tab .mc-tables__item .table-wrapper:not(:last-of-type) {
  margin-bottom: 16px;
}
.mc-tab .mc-tables__table {
  width: 100%;
  color: var(--main-text-color-main);
}
.mc-tab .mc-tables__table thead {
  background: var(--main-table-header);
  border: none;
}
.mc-tab .mc-tables__table thead tr th {
  color: inherit;
  padding: 8px;
  white-space: nowrap;
  text-align: center;
  background-color: initial;
  min-width: 56px;
  font-weight: inherit;
}
.mc-tab .mc-tables__table thead tr th:first-of-type {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  min-width: 153px;
}
.mc-tab .mc-tables__table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  padding: 8px;
}
.mc-tab .mc-tables__table tbody tr td:first-of-type {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.mc-tab .mc-tables__table tbody tr td p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.mc-tab .mc-tables__table tbody tr td span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 4px;
  color: var(--main-text-color-sub);
}
@media (max-width: 834px) {
  .mc-tab .mc-tables__table .mc-best-players {
    margin-bottom: 32px;
  }
}
.mc-tab .mc-tables.mc-match-info .mc-tables__item, .mc-tab .mc-tables.mc-squads .mc-tables__item, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item, .mc-tab .mc-tables.mc-summary .mc-tables__item {
  max-width: 854px;
  margin: 0 auto;
}
.mc-tab .mc-tables.mc-match-info .mc-tables__item table thead th, .mc-tab .mc-tables.mc-squads .mc-tables__item table thead th, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item table thead th, .mc-tab .mc-tables.mc-summary .mc-tables__item table thead th {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 834px) {
  .mc-tab .mc-tables.mc-match-info .mc-tables__item table thead th, .mc-tab .mc-tables.mc-squads .mc-tables__item table thead th, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item table thead th, .mc-tab .mc-tables.mc-summary .mc-tables__item table thead th {
    min-width: 110px;
  }
}
.mc-tab .mc-tables.mc-match-info .mc-tables__item table tbody td, .mc-tab .mc-tables.mc-squads .mc-tables__item table tbody td, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item table tbody td, .mc-tab .mc-tables.mc-summary .mc-tables__item table tbody td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-main);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}
.mc-tab .mc-tables.mc-match-info .mc-tables__item table tbody td:first-child, .mc-tab .mc-tables.mc-squads .mc-tables__item table tbody td:first-child, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item table tbody td:first-child, .mc-tab .mc-tables.mc-summary .mc-tables__item table tbody td:first-child {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  width: 163px;
}
@media (max-width: 834px) {
  .mc-tab .mc-tables.mc-match-info .mc-tables__item table tbody td:first-child, .mc-tab .mc-tables.mc-squads .mc-tables__item table tbody td:first-child, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item table tbody td:first-child, .mc-tab .mc-tables.mc-summary .mc-tables__item table tbody td:first-child {
    width: 110px;
  }
}
.mc-tab .mc-tables.mc-match-info .mc-tables__item table tbody td:last-child, .mc-tab .mc-tables.mc-squads .mc-tables__item table tbody td:last-child, .mc-tab .mc-tables.mc-venue-guide .mc-tables__item table tbody td:last-child, .mc-tab .mc-tables.mc-summary .mc-tables__item table tbody td:last-child {
  padding-left: 16px;
  white-space: normal;
}
.mc-tab .mc-tables.mc-squads .table-wrapper:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .mc-tab .mc-tables.mc-squads .table-wrapper:not(:last-child) {
    margin-bottom: 16px;
  }
}
.mc-tab .mc-tables.mc-squads .table-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: auto;
  padding: 8px;
  background-color: var(--main-table-header);
}
.mc-tab .mc-tables.mc-squads .mc-tables__item table tbody tr td {
  padding: 16px 8px;
  white-space: normal;
}
@media (max-width: 834px) {
  .mc-tab .mc-tables.mc-squads .mc-tables__item {
    margin: 0 -8px;
  }
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__title {
  margin-bottom: 16px;
}
.mc-tab .mc-tables.mc-squads-full .disable-block {
  max-width: 854px;
  margin: 0 auto;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item {
  max-width: 854px;
  margin: 0 auto;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item:not(:last-child) {
  margin-bottom: 24px;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table {
  margin-top: 0;
  color: var(--main-text-color-main);
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th {
  background-color: transparent;
  padding: 8px;
  border: 1px solid var(--main-border-color);
  color: inherit;
  vertical-align: bottom;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th:first-child {
  border-right: 0;
  border-top-left-radius: var(--rad);
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th:last-child {
  border-left: 0;
  border-top-right-radius: var(--rad);
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th .mc-squads__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th .mc-squads__team .mc-squads__icon {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th .mc-squads__team p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table thead tr th:last-child .mc-squads__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table tbody tr td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 8px;
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table tbody tr td .mc-squads__role {
  color: var(--main-text-color-sub);
}
.mc-tab .mc-tables.mc-squads-full .mc-tables__item .table-wrapper table tbody tr td:last-child {
  text-align: right;
}
.mc-tab .mc-tables.mc-scorecard {
  padding: 0;
}
.mc-tab .mc-tables.mc-scorecard:not(:last-child) {
  margin-bottom: 48px;
}
.mc-tab .mc-tables.mc-scorecard .mc-tables__title {
  margin-bottom: 8px;
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  overflow-x: auto;
  border-radius: var(--rad);
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 834px) {
  .mc-tab .mc-tables.mc-scorecard .table-wrapper thead tr th:first-child {
    padding-left: 16px;
  }
  .mc-tab .mc-tables.mc-scorecard .table-wrapper thead tr th:last-child {
    padding-right: 16px;
  }
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper tbody tr td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
@media (min-width: 834px) {
  .mc-tab .mc-tables.mc-scorecard .table-wrapper tbody tr td:first-child {
    padding-left: 16px;
  }
  .mc-tab .mc-tables.mc-scorecard .table-wrapper tbody tr td:last-child {
    padding-right: 16px;
  }
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 8px 16px;
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr td:first-child p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: var(--main-text-color-main);
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr td:last-child {
  text-align: right;
  padding-right: 28px;
}
@media (max-width: 834px) {
  .mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr td {
    padding: 8px;
  }
  .mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr td:last-child {
    padding-right: 24px;
  }
}
.mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr.mc-tables__total td, .mc-tab .mc-tables.mc-scorecard .table-wrapper tfoot tr.mc-tables__extras td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.match-center__description > *:not(:last-child) {
  margin-bottom: 16px;
}
.match-center__description > :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
}
.match-center__description > ul, .match-center__description > ol {
  margin-left: 20px;
}

.mc-odds-card {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--main-border-color);
}
details[open] .mc-odds-card__info svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mc-odds-card__info {
  list-style: none;
  cursor: pointer;
  position: relative;
}
.mc-odds-card__info svg {
  stroke: var(--odds-center-market-block-title);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: -4px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mc-odds-card__info-title {
  width: calc(100% - 24px);
  color: var(--odds-center-market-block-title);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.mc-odds-card__info-description {
  display: block;
  margin-top: 8px;
  color: var(--odds-center-market-block-descr);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.mc-odds-card__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  margin-top: 16px;
}
.mc-odds-card__titles-item {
  color: var(--main-text-color-main);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  width: calc(50% - 2px);
}
.mc-odds-card__titles-item__name_short {
  display: none;
}
@media screen and (max-width: 768px) {
  .mc-odds-card__titles-item__name {
    display: none;
  }
  .mc-odds-card__titles-item__name_short {
    display: block;
  }
}
.mc-odds-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
.mc-odds-card__content a,
.mc-odds-card__content p {
  width: calc(50% - 2px);
}
.mc-odds-card_single .mc-odds-card__titles-item {
  width: 100%;
}
.mc-odds-card_single .mc-odds-card__content a,
.mc-odds-card_single .mc-odds-card__content p {
  width: 100%;
}
.mc-odds-card_triple .mc-odds-card__titles-item {
  width: calc(33.33% - 2.6666666667px);
}
.mc-odds-card_triple .mc-odds-card__content a,
.mc-odds-card_triple .mc-odds-card__content p {
  width: calc(33.33% - 2.6666666667px);
}
.mc-odds-card_triple-double .mc-odds-card__titles-item {
  width: calc(33.33% - 2.6666666667px);
}
.mc-odds-card_triple-double .mc-odds-card__content a,
.mc-odds-card_triple-double .mc-odds-card__content p {
  width: calc(33.33% - 2.6666666667px);
}
.mc-odds-card_triple-double .mc-odds-card__content a:last-child, .mc-odds-card_triple-double .mc-odds-card__content a:nth-last-child(2),
.mc-odds-card_triple-double .mc-odds-card__content p:last-child,
.mc-odds-card_triple-double .mc-odds-card__content p:nth-last-child(2) {
  width: calc(50% - 2px);
}
.mc-odds-card_quad .mc-odds-card__titles-item {
  width: calc(25% - 3px);
}
.mc-odds-card_quad .mc-odds-card__content a,
.mc-odds-card_quad .mc-odds-card__content p {
  width: calc(25% - 3px);
}

.mc-odds-button_double {
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--odds-center-coef-bg, #F2F4F7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 4px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mc-odds-button_double:hover {
  background: var(--odds-center-coef-bg-hover, #EAECF0);
}
.mc-odds-button_double:hover .mc-odds-button_double__team {
  color: var(--odds-center-coef-subtext, #000000);
}
.mc-odds-button_double:hover .mc-odds-button_double__value {
  color: var(--odds-center-coef-text, #000000);
}
.mc-odds-button_double.short .mc-odds-button_double__team_short {
  display: none;
  color: #667085;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mc-odds-button_double.short .mc-odds-button_double__team {
    display: none;
  }
  .mc-odds-button_double.short .mc-odds-button_double__team_short {
    display: block;
  }
}
.mc-odds-button_double.short:hover .mc-odds-button_double__team_short {
  color: #C4E3FF;
}
.mc-odds-button_double__team {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #667085;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.mc-odds-button_double__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(0, 135, 255);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.mc-odds-button {
  padding: 12px 8px;
  width: 100%;
  border-radius: 8px;
  background: var(--odds-center-coef-bg, #F2F4F7);
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--odds-center-coef-text, #000000);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mc-odds-button:hover {
  background: var(--odds-center-coef-bg-hover, #EAECF0);
  color: var(--odds-center-coef-text-hover, rgb(255, 255, 255));
}

.mc-odds-button_transparent {
  padding: 12px 8px;
  width: 100%;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--main-border-color);
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--main-text-color-main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.mc-odds-button_transparent:hover {
  color: #101828;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mc-score {
  width: 100%;
  font-family: sans-serif;
  container-type: inline-size;
}
.mc-score:not(:last-of-type) {
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .mc-score:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.mc-score__team {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@container (max-width: 768px) {
  .mc-score__team {
    margin-bottom: 16px;
  }
}
.mc-score__team-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.mc-score__team-logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mc-score__team-name {
  color: var(--main-text-color-main);
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 700;
}
.mc-score__wrapper {
  width: 100%;
  overflow-x: auto;
}
.mc-score__wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: #EAECF0;
  border-radius: 6px;
}
.mc-score__wrapper::-webkit-scrollbar-thumb {
  background-color: #667085;
  border-radius: 6px;
}
.mc-score__content {
  width: 100%;
  min-width: 768px;
  border: 1px solid var(--main-border-color);
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  border-radius: var(--rad);
  overflow: hidden;
  color: var(--main-text-color-main);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 2px;
  padding: 0;
}
.mc-score__content th {
  padding: 8px;
  background-color: var(--main-table-header);
  color: var(--main-text-color-main);
  font-weight: 400;
  width: auto;
  word-break: normal;
}
.mc-score__content th:first-child {
  text-align: left;
  width: 25%;
}
.mc-score__content td {
  border: none;
  padding: 8px;
  text-align: center;
  width: auto;
  word-break: normal;
}
.mc-score__content td:first-child {
  text-align: left;
  width: 25%;
}
.mc-score__content tr:not(:last-child) td {
  border-bottom: 1px solid var(--main-border-color);
}
.mc-score__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.mc-score__cards-item {
  width: 16px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 2px;
}
.mc-score__cards-item_r {
  background-color: #D33;
  color: #fff;
}
.mc-score__cards-item_y {
  background-color: #F1CE15;
  color: #111609;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mc-lineups {
  width: 100%;
  font-family: sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: var(--rad);
  overflow: hidden;
  margin-bottom: 24px;
  container-type: inline-size;
}
@media (max-width: 834px) {
  .mc-lineups {
    margin-bottom: 32px;
  }
}
.mc-lineups__team {
  width: 100%;
  background-color: var(--main-table-header-football);
  color: #fff;
  padding: 10.58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@container (max-width: 768px) {
  .mc-lineups__team {
    grid-column: 1/3;
  }
}
.mc-lineups__team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.mc-lineups__team-info__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@container (max-width: 768px) {
  .mc-lineups__team-info__logo {
    width: 30px;
    height: 30px;
  }
}
.mc-lineups__team-info__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mc-lineups__team-info__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@container (max-width: 768px) {
  .mc-lineups__team-info__name {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
  }
}
.mc-lineups__team__scheme {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@container (max-width: 768px) {
  .mc-lineups__team__scheme {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
@container (max-width: 768px) {
  .mc-lineups__team_2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.mc-lineups__field {
  width: 100%;
  aspect-ratio: 23/10;
  height: auto;
  background-color: #239A68;
  position: relative;
  grid-column: 1/3;
}
.mc-lineups__field::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width=%271312%27 height=%27573%27 viewBox=%270 0 1312 573%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cline x1=%27654.677%27 y1=%27572.705%27 x2=%27654.677%27 y2=%270.0275879%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272.64516%27/%3E%3Ccircle cx=%27655.339%27 cy=%27284.963%27 r=%2777.371%27 transform=%27rotate%28-90 655.339 284.963%29%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272.64516%27/%3E%3Cellipse cx=%271233.97%27 cy=%27285.53%27 rx=%2776.8022%27 ry=%2730.4194%27 transform=%27rotate%28-90 1233.97 285.53%29%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272.64516%27/%3E%3Cmask id=%27path-4-inside-1_2010_3781%27 fill=%27white%27%3E%3Cpath d=%27M1312 439.135L1312 131.926L1227.35 131.926L1227.35 439.135L1312 439.135Z%27/%3E%3C/mask%3E%3Cpath d=%27M1312 439.135L1312 131.926L1227.35 131.926L1227.35 439.135L1312 439.135Z%27 fill=%27%23239A68%27/%3E%3Cpath d=%27M1227.35 131.926L1224.71 131.926L1224.71 129.281L1227.35 129.281L1227.35 131.926ZM1227.35 439.135L1227.35 441.78L1224.71 441.78L1224.71 439.135L1227.35 439.135ZM1312 134.571L1227.35 134.571L1227.35 129.281L1312 129.281L1312 134.571ZM1230 131.926L1230 439.135L1224.71 439.135L1224.71 131.926L1230 131.926ZM1227.35 436.49L1312 436.49L1312 441.78L1227.35 441.78L1227.35 436.49Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-4-inside-1_2010_3781%29%27/%3E%3Cmask id=%27path-6-inside-2_2010_3781%27 fill=%27white%27%3E%3Cpath d=%27M1312 362.332L1312 208.728L1280.26 208.728L1280.26 362.332L1312 362.332Z%27/%3E%3C/mask%3E%3Cpath d=%27M1280.26 208.728L1277.61 208.728L1277.61 206.082L1280.26 206.082L1280.26 208.728ZM1280.26 362.332L1280.26 364.977L1277.61 364.977L1277.61 362.332L1280.26 362.332ZM1312 211.373L1280.26 211.373L1280.26 206.082L1312 206.082L1312 211.373ZM1282.9 208.728L1282.9 362.332L1277.61 362.332L1277.61 208.728L1282.9 208.728ZM1280.26 359.687L1312 359.687L1312 364.977L1280.26 364.977L1280.26 359.687Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-6-inside-2_2010_3781%29%27/%3E%3Cellipse cx=%2776.8022%27 cy=%2730.4194%27 rx=%2776.8022%27 ry=%2730.4194%27 transform=%27matrix%28-4.37114e-08 -1 -1 4.37114e-08 108.452 362.332%29%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272.64516%27/%3E%3Cmask id=%27path-9-inside-3_2010_3781%27 fill=%27white%27%3E%3Cpath d=%27M0 439.135L-1.34285e-05 131.926L84.6451 131.926L84.6452 439.135L0 439.135Z%27/%3E%3C/mask%3E%3Cpath d=%27M0 439.135L-1.34285e-05 131.926L84.6451 131.926L84.6452 439.135L0 439.135Z%27 fill=%27%23239A68%27/%3E%3Cpath d=%27M84.6451 131.926L87.2903 131.926L87.2903 129.281L84.6451 129.281L84.6451 131.926ZM84.6452 439.135L84.6452 441.78L87.2903 441.78L87.2903 439.135L84.6452 439.135ZM-1.33129e-05 134.571L84.6451 134.571L84.6451 129.281L-1.35442e-05 129.281L-1.33129e-05 134.571ZM82 131.926L82 439.135L87.2903 439.135L87.2903 131.926L82 131.926ZM84.6452 436.49L-1.15624e-07 436.49L1.15624e-07 441.78L84.6452 441.78L84.6452 436.49Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-9-inside-3_2010_3781%29%27/%3E%3Cmask id=%27path-11-inside-4_2010_3781%27 fill=%27white%27%3E%3Cpath d=%27M0 362.332L-6.71426e-06 208.728L31.7419 208.728L31.7419 362.332L0 362.332Z%27/%3E%3C/mask%3E%3Cpath d=%27M31.7419 208.728L34.3871 208.728L34.3871 206.082L31.7419 206.082L31.7419 208.728ZM31.7419 362.332L31.7419 364.977L34.3871 364.977L34.3871 362.332L31.7419 362.332ZM-6.59864e-06 211.373L31.7419 211.373L31.7419 206.082L-6.82989e-06 206.082L-6.59864e-06 211.373ZM29.0968 208.728L29.0968 362.332L34.3871 362.332L34.3871 208.728L29.0968 208.728ZM31.7419 359.687L-1.15624e-07 359.687L1.15624e-07 364.977L31.7419 364.977L31.7419 359.687Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-11-inside-4_2010_3781%29%27/%3E%3C/svg%3E") center/cover no-repeat;
}
@container (max-width: 768px) {
  .mc-lineups__field {
    aspect-ratio: 10/23;
    max-height: 90vh;
  }
  .mc-lineups__field::after {
    background: url("data:image/svg+xml,%3Csvg width=%27177%27 height=%27677%27 viewBox=%270 0 177 677%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cellipse cx=%2788.478%27 cy=%27338.189%27 rx=%2743.9883%27 ry=%2746%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272%27/%3E%3Cellipse cx=%2788.478%27 cy=%27617.189%27 rx=%2743.9883%27 ry=%2723%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272%27/%3E%3Cmask id=%27path-3-inside-1_2041_9922%27 fill=%27white%27%3E%3Cpath d=%27M0.501465 676.189H176.455V612.189H0.501465V676.189Z%27/%3E%3C/mask%3E%3Cpath d=%27M0.501465 676.189H176.455V612.189H0.501465V676.189Z%27 fill=%27%23239A68%27/%3E%3Cpath d=%27M176.455 612.189V610.189H178.455V612.189H176.455ZM0.501465 612.189H-1.49854V610.189H0.501465V612.189ZM174.455 676.189V612.189H178.455V676.189H174.455ZM176.455 614.189H0.501465V610.189H176.455V614.189ZM2.50146 612.189V676.189H-1.49854V612.189H2.50146Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-3-inside-1_2041_9922%29%27/%3E%3Cmask id=%27path-5-inside-2_2041_9922%27 fill=%27white%27%3E%3Cpath d=%27M44.4896 676.189H132.466V652.189H44.4896V676.189Z%27/%3E%3C/mask%3E%3Cpath d=%27M132.466 652.189V650.189H134.466V652.189H132.466ZM44.4896 652.189H42.4896V650.189H44.4896V652.189ZM130.466 676.189V652.189H134.466V676.189H130.466ZM132.466 654.189H44.4896V650.189H132.466V654.189ZM46.4896 652.189V676.189H42.4896V652.189H46.4896Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-5-inside-2_2041_9922%29%27/%3E%3Cellipse cx=%2743.9883%27 cy=%2723%27 rx=%2743.9883%27 ry=%2723%27 transform=%27matrix%281 0 0 -1 44.4896 82.1895%29%27 stroke=%27white%27 stroke-opacity=%270.2%27 stroke-width=%272%27/%3E%3Cmask id=%27path-8-inside-3_2041_9922%27 fill=%27white%27%3E%3Cpath d=%27M0.501465 0.189453H176.455V64.1895H0.501465V0.189453Z%27/%3E%3C/mask%3E%3Cpath d=%27M0.501465 0.189453H176.455V64.1895H0.501465V0.189453Z%27 fill=%27%23239A68%27/%3E%3Cpath d=%27M176.455 64.1895V66.1895H178.455V64.1895H176.455ZM0.501465 64.1895H-1.49854V66.1895H0.501465V64.1895ZM174.455 0.189453V64.1895H178.455V0.189453H174.455ZM176.455 62.1895H0.501465V66.1895H176.455V62.1895ZM2.50146 64.1895V0.189453H-1.49854V64.1895H2.50146Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-8-inside-3_2041_9922%29%27/%3E%3Cmask id=%27path-10-inside-4_2041_9922%27 fill=%27white%27%3E%3Cpath d=%27M44.4896 0.189453H132.466V24.1895H44.4896V0.189453Z%27/%3E%3C/mask%3E%3Cpath d=%27M132.466 24.1895V26.1895H134.466V24.1895H132.466ZM44.4896 24.1895H42.4896V26.1895H44.4896V24.1895ZM130.466 0.189453V24.1895H134.466V0.189453H130.466ZM132.466 22.1895H44.4896V26.1895H132.466V22.1895ZM46.4896 24.1895V0.189453H42.4896V24.1895H46.4896Z%27 fill=%27white%27 fill-opacity=%270.2%27 mask=%27url%28%23path-10-inside-4_2041_9922%29%27/%3E%3C/svg%3E") center/contain no-repeat;
  }
  .mc-lineups__field::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@container (max-width: 380px) {
  .mc-lineups__field {
    min-height: 90vh;
    max-height: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.mc-lineups__field-content {
  position: relative;
  z-index: 1;
  padding: 40px 53px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@container (max-width: 1100px) {
  .mc-lineups__field-content {
    padding: 10px 40px;
  }
}
@container (max-width: 768px) {
  .mc-lineups__field-content {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 40px 8px;
  }
}
.mc-lineups__field-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(20% - 4px), 1fr));
  gap: 5px;
}
@container (max-width: 768px) {
  .mc-lineups__field-team {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mc-lineups__field-team__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 2px;
}
@container (max-width: 768px) {
  .mc-lineups__field-team__line {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(20% - 4px), 1fr));
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2px;
  }
}
.mc-lineups__field-team__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
@container (max-width: 1000px) {
  .mc-lineups__field-team__player {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
}
@container (max-width: 768px) {
  .mc-lineups__field-team__player {
    font-size: 11px;
  }
}
.mc-lineups__field-team__player-num {
  width: 32px;
  height: 32px;
  border: 1.6px solid var(--p-border);
  color: var(--p-primary, #FFF);
  border-radius: 50%;
  line-height: 29px;
  position: relative;
}
@container (max-width: 1000px) {
  .mc-lineups__field-team__player-num {
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
}
.mc-lineups__field-team__player-name {
  word-break: break-all;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
.mc-lineups__field-team__player_ball {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -3px;
  left: -6px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Ccircle cx=%278.10467%27 cy=%278.70306%27 r=%277.93548%27 fill=%27white%27/%3E%3Cpath d=%27M7.18593 13.0534L7.35299 12.2684C7.38083 12.1477 7.43884 12.048 7.52701 11.9691C7.61519 11.8902 7.72424 11.8415 7.85418 11.8229L9.5805 11.6837C9.70116 11.6651 9.81253 11.6883 9.91463 11.7533C10.0167 11.8183 10.091 11.9064 10.1374 12.0178L10.3548 12.5468C10.7167 12.3334 11.0416 12.0767 11.3293 11.7768C11.617 11.477 11.8583 11.1414 12.0532 10.7702L11.8915 10.6813C11.7894 10.607 11.7152 10.5166 11.6688 10.4098C11.6224 10.3031 11.6131 10.1894 11.6409 10.0687L12.0308 8.37026C12.0586 8.25888 12.1166 8.16607 12.2048 8.09182C12.293 8.01757 12.3927 7.97652 12.5041 7.96867C12.4577 7.7295 12.3988 7.49996 12.3274 7.28006C12.256 7.06017 12.1646 6.84634 12.0532 6.63858C11.9697 6.68498 11.8801 6.70676 11.7845 6.70391C11.6888 6.70106 11.6038 6.67178 11.5296 6.61609L10.0538 5.72509C9.95175 5.66012 9.8775 5.57195 9.8311 5.46057C9.78469 5.3492 9.77541 5.23318 9.80325 5.11253L9.91999 4.63918C9.62869 4.50924 9.33223 4.41179 9.03058 4.34682C8.72894 4.28185 8.42034 4.24937 8.10477 4.24937C7.97484 4.24937 7.84115 4.25633 7.70371 4.27025C7.56628 4.28417 7.4326 4.30327 7.30266 4.32754L7.71496 5.27959C7.76137 5.39096 7.77297 5.50698 7.74977 5.62764C7.72656 5.74829 7.66855 5.84575 7.57574 5.92L6.26708 7.0616C6.17427 7.14513 6.06521 7.19153 5.93991 7.20082C5.81462 7.2101 5.70092 7.18225 5.59883 7.11728L4.32337 6.33766C4.10633 6.69034 3.9398 7.06856 3.82378 7.47229C3.70776 7.87603 3.64976 8.28673 3.64976 8.70438C3.64976 8.85289 3.66832 9.0942 3.70544 9.42833L4.93057 9.31695C5.06051 9.29839 5.17885 9.32016 5.28558 9.38227C5.39232 9.44439 5.46889 9.53399 5.51529 9.65108L6.18355 11.2382C6.22995 11.3496 6.24156 11.4656 6.21835 11.5862C6.19515 11.7069 6.13714 11.8043 6.04433 11.8786L5.51529 12.3241C5.76589 12.5097 6.03273 12.6629 6.31581 12.7835C6.59889 12.9042 6.88893 12.9941 7.18593 13.0534ZM8.18831 10.6535C8.06765 10.672 7.95627 10.6488 7.85418 10.5838C7.75209 10.5189 7.67784 10.4307 7.63143 10.3193L6.87964 8.59301C6.83324 8.48163 6.82628 8.36562 6.85876 8.24496C6.89125 8.1243 6.9539 8.02685 7.04671 7.9526L8.46675 6.75531C8.55028 6.67178 8.65237 6.62538 8.77303 6.61609C8.89369 6.60681 9.00506 6.63466 9.10715 6.69963L10.6664 7.61847C10.7685 7.68344 10.8474 7.77162 10.9031 7.88299C10.9588 7.99437 10.9727 8.11038 10.9449 8.23104L10.4993 10.0409C10.4715 10.1615 10.4158 10.2613 10.3323 10.3402C10.2488 10.4191 10.1467 10.4678 10.026 10.4864L8.18831 10.6535ZM8.10571 13.9947C7.37401 13.9947 6.68625 13.8559 6.04242 13.5782C5.39859 13.3005 4.83854 12.9236 4.36229 12.4476C3.88603 11.9715 3.509 11.4117 3.23118 10.7682C2.95336 10.1246 2.81445 9.43702 2.81445 8.70532C2.81445 7.97362 2.9533 7.28586 3.231 6.64203C3.50869 5.9982 3.88556 5.43816 4.3616 4.9619C4.83764 4.48564 5.39744 4.10861 6.04099 3.83079C6.68452 3.55297 7.37214 3.41406 8.10384 3.41406C8.83554 3.41406 9.52331 3.55291 10.1671 3.83061C10.811 4.1083 11.371 4.48517 11.8473 4.96121C12.3235 5.43725 12.7006 5.99705 12.9784 6.6406C13.2562 7.28413 13.3951 7.97175 13.3951 8.70345C13.3951 9.43515 13.2562 10.1229 12.9786 10.7667C12.7009 11.4106 12.324 11.9706 11.848 12.4469C11.3719 12.9231 10.8121 13.3002 10.1686 13.578C9.52503 13.8558 8.83741 13.9947 8.10571 13.9947Z%27 fill=%27%23235A9A%27/%3E%3C/svg%3E") center/cover no-repeat;
}
@container (max-width: 1000px) {
  .mc-lineups__field-team__player_ball {
    width: 12px;
    height: 12px;
    bottom: -2px;
    left: -4px;
  }
}
.mc-lineups__field-team__player_injure, .mc-lineups__field-team__player_substitution {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -3px;
  right: -6px;
}
@container (max-width: 1000px) {
  .mc-lineups__field-team__player_injure, .mc-lineups__field-team__player_substitution {
    width: 12px;
    height: 12px;
    bottom: -4px;
    right: -4px;
  }
}
.mc-lineups__field-team__player_substitution {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23clip0_2041_3876%29%27%3E%3Ccircle cx=%278.75799%27 cy=%278.70306%27 r=%277.93548%27 fill=%27white%27/%3E%3Cpath d=%27M11.9202 6.29883C11.9202 6.0797 11.7426 5.90205 11.5234 5.90205C11.3043 5.90205 11.1267 6.0797 11.1267 6.29883H11.9202ZM11.2429 13.1923C11.3978 13.3472 11.649 13.3472 11.804 13.1923L14.3291 10.6672C14.484 10.5123 14.484 10.2611 14.3291 10.1061C14.1741 9.95116 13.9229 9.95116 13.7679 10.1061L11.5234 12.3506L9.27894 10.1061C9.12399 9.95116 8.87277 9.95116 8.71782 10.1061C8.56287 10.2611 8.56287 10.5123 8.71782 10.6672L11.2429 13.1923ZM11.1267 6.29883V12.9117H11.9202V6.29883H11.1267Z%27 fill=%27%23DD3333%27/%3E%3Cpath d=%27M5.71602 11.3496C5.71602 11.5687 5.89366 11.7464 6.11279 11.7464C6.33193 11.7464 6.50957 11.5687 6.50957 11.3496L5.71602 11.3496ZM6.39336 4.45615C6.23841 4.3012 5.98718 4.3012 5.83223 4.45614L3.30718 6.9812C3.15223 7.13615 3.15223 7.38737 3.30718 7.54232C3.46213 7.69727 3.71335 7.69727 3.8683 7.54232L6.11279 5.29783L8.35729 7.54232C8.51224 7.69727 8.76346 7.69727 8.91841 7.54232C9.07336 7.38737 9.07336 7.13615 8.91841 6.9812L6.39336 4.45615ZM6.50957 11.3496L6.50957 4.73671L5.71602 4.73671L5.71602 11.3496L6.50957 11.3496Z%27 fill=%27%23239A68%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2041_3876%27%3E%3Crect width=%2715.871%27 height=%2715.871%27 fill=%27white%27 transform=%27translate%280.82251 0.767578%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__field-team__player_injure {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23clip0_2041_3846%29%27%3E%3Ccircle cx=%278.55633%27 cy=%278.28509%27 r=%277.93548%27 fill=%27white%27/%3E%3Cpath d=%27M8.95317 5.63867C8.95317 5.41954 8.77553 5.2419 8.5564 5.2419C8.33726 5.2419 8.15962 5.41954 8.15962 5.63867H8.95317ZM8.27583 12.5321C8.43078 12.6871 8.68201 12.6871 8.83696 12.5321L11.362 10.0071C11.517 9.85213 11.517 9.60091 11.362 9.44596C11.2071 9.29101 10.9558 9.29101 10.8009 9.44596L8.5564 11.6905L6.3119 9.44596C6.15695 9.29101 5.90573 9.29101 5.75078 9.44596C5.59583 9.60091 5.59583 9.85213 5.75078 10.0071L8.27583 12.5321ZM8.15962 5.63867V12.2516H8.95317V5.63867H8.15962Z%27 fill=%27%23DD3333%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2041_3846%27%3E%3Crect width=%2715.871%27 height=%2715.871%27 fill=%27white%27 transform=%27translate%280.62085 0.349609%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__field-team__player_y-card, .mc-lineups__field-team__player_r-card, .mc-lineups__field-team__player_yr-card {
  width: 21px;
  height: 21px;
  position: absolute;
  top: -6px;
  right: -9px;
}
@container (max-width: 1000px) {
  .mc-lineups__field-team__player_y-card, .mc-lineups__field-team__player_r-card, .mc-lineups__field-team__player_yr-card {
    width: 12px;
    height: 12px;
    top: -3px;
    right: -6px;
  }
}
.mc-lineups__field-team__player_y-card {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27%3E%3Crect x=%275.46753%27 y=%273.1875%27 width=%2710.5806%27 height=%2715.871%27 rx=%272.11613%27 fill=%27%23F1CE15%27/%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__field-team__player_r-card {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27%3E%3Crect x=%275.46753%27 y=%273.1875%27 width=%2710.5806%27 height=%2715.871%27 rx=%272.11613%27 fill=%27%23DD3333%27/%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__field-team__player_yr-card {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27%3E%3Crect x=%278.7583%27 y=%275.86719%27 width=%2710.5806%27 height=%2715.871%27 rx=%272.11613%27 fill=%27%23F1CE15%27/%3E%3Crect x=%273.46777%27 y=%270.576172%27 width=%2710.5806%27 height=%2715.871%27 rx=%272.11613%27 fill=%27%23DD3333%27/%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__field-team__goalkeeper .mc-lineups__field-team__player-num {
  border: 1.6px solid var(--g-border);
  color: var(--g-primary, #FFF);
}
.mc-lineups__field-team_1 .mc-lineups__field-team__player-num {
  background-color: var(--p-number, #237D9A);
}
.mc-lineups__field-team_1 .mc-lineups__field-team__goalkeeper .mc-lineups__field-team__player-num {
  background-color: var(--g-number, #237D9A);
}
.mc-lineups__field-team_2 .mc-lineups__field-team__player-num {
  background-color: var(--p-number, #ED712B);
}
.mc-lineups__field-team_2 .mc-lineups__field-team__goalkeeper .mc-lineups__field-team__player-num {
  background-color: var(--g-number, #ED712B);
}
.mc-lineups .disable-block {
  grid-column: 1/-1;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mc-lineups__tables {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  font-family: sans-serif;
  container-type: inline-size;
}
@media (max-width: 834px) {
  .mc-lineups__tables {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.mc-lineups__table {
  width: 100%;
}
.mc-lineups__table-team {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.mc-lineups__table-team__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.mc-lineups__table-team__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mc-lineups__table-team__name {
  color: var(--main-text-color-main);
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 700;
}
.mc-lineups__table-content {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  width: 100%;
  border-radius: var(--rad);
  border: 1px solid var(--main-border-color);
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--main-text-color-main);
  padding: 0;
}
.mc-lineups__table-content td {
  padding: 8px;
  border: none;
}
.mc-lineups__table-content tr:not(:last-child) td {
  border-bottom: 1px solid var(--main-border-color);
}
.mc-lineups__table-title {
  background-color: var(--main-table-header);
}
.mc-lineups__table-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.mc-lineups__table-player__num {
  display: block;
  width: 23px;
  color: var(--main-text-color-sub, #475467);
  text-align: left;
}
.mc-lineups__table-substitution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.mc-lineups__table-substitution__minute {
  display: block;
  width: 28px;
  color: var(--main-text-color-sub, #475467);
  text-align: left;
}
.mc-lineups__table-substitution__players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mc-lineups__table-substitution__players-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.mc-lineups__table-substitution__players-name::before {
  content: "";
  width: 20px;
  height: 20px;
}
.mc-lineups__table-substitution__players-name_out::before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Cpath d=%27M10.6 5.20508C10.6 4.87371 10.3314 4.60508 10 4.60508C9.66863 4.60508 9.4 4.87371 9.4 5.20508H10.6ZM9.57574 15.6293C9.81005 15.8637 10.1899 15.8637 10.4243 15.6293L14.2426 11.811C14.477 11.5767 14.477 11.1968 14.2426 10.9624C14.0083 10.7281 13.6284 10.7281 13.3941 10.9624L10 14.3566L6.60589 10.9624C6.37157 10.7281 5.99167 10.7281 5.75736 10.9624C5.52304 11.1968 5.52304 11.5767 5.75736 11.811L9.57574 15.6293ZM9.4 5.20508L9.4 15.2051H10.6L10.6 5.20508H9.4Z%27 fill=%27%23DD3333%27/%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__table-substitution__players-name_in {
  color: #475467;
}
.mc-lineups__table-substitution__players-name_in::before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Cpath d=%27M9.4 15.2051C9.4 15.5364 9.66863 15.8051 10 15.8051C10.3314 15.8051 10.6 15.5364 10.6 15.2051L9.4 15.2051ZM10.4243 4.78081C10.19 4.5465 9.81005 4.5465 9.57574 4.78081L5.75736 8.59919C5.52304 8.83351 5.52304 9.2134 5.75736 9.44772C5.99167 9.68203 6.37157 9.68203 6.60589 9.44772L10 6.05361L13.3941 9.44772C13.6284 9.68203 14.0083 9.68203 14.2426 9.44772C14.477 9.2134 14.477 8.83351 14.2426 8.59919L10.4243 4.78081ZM10.6 15.2051L10.6 5.20508L9.4 5.20508L9.4 15.2051L10.6 15.2051Z%27 fill=%27%23239A68%27/%3E%3C/svg%3E") center/cover no-repeat;
}
.mc-lineups__table-injures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mc-lineups__table-injures__minute {
  color: #475467;
}
.mc-lineups__table-injures__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.mc-lineups__table-injures__player::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Cpath d=%27M10.6 5.20508C10.6 4.87371 10.3314 4.60508 10 4.60508C9.66863 4.60508 9.4 4.87371 9.4 5.20508H10.6ZM9.57574 15.6293C9.81005 15.8637 10.1899 15.8637 10.4243 15.6293L14.2426 11.811C14.477 11.5767 14.477 11.1968 14.2426 10.9624C14.0083 10.7281 13.6284 10.7281 13.3941 10.9624L10 14.3566L6.60589 10.9624C6.37157 10.7281 5.99167 10.7281 5.75736 10.9624C5.52304 11.1968 5.52304 11.5767 5.75736 11.811L9.57574 15.6293ZM9.4 5.20508L9.4 15.2051H10.6L10.6 5.20508H9.4Z%27 fill=%27%23DD3333%27/%3E%3C/svg%3E") center/cover no-repeat;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mc-stats {
  width: 100%;
  font-family: sans-serif;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--main-border-color);
  border-radius: var(--rad);
  overflow: hidden;
  padding: 0;
}
.mc-stats__header th {
  background-color: var(--main-table-header-football);
  width: 100%;
  padding: 0;
}
.mc-stats__header th:nth-child(2n) .mc-stats__header-team {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mc-stats__header-team {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mc-stats__header-team__logo {
  width: 30px;
  height: 30px;
}
.mc-stats__header-team__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mc-stats__header-team__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.mc-stats tbody tr td {
  padding: 0;
  border: 0;
}
.mc-stats__item {
  padding: 16px;
}
.mc-stats__item-title {
  margin-bottom: 4px;
  color: var(--main-text-color-main);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
}
.mc-stats__item-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.mc-stats__item-results__team {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  position: relative;
}
.mc-stats__item-results__team::before {
  content: "";
  height: 100%;
  width: calc(var(--amount) * 100% / var(--max-amount));
  border-radius: 3px;
  position: absolute;
  top: 0;
}
.mc-stats__item-results__team .mc-stats__item__value {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translate(0, calc(-100% - 4px));
          transform: translate(0, calc(-100% - 4px));
}
.mc-stats__item-results__team_1 {
  background-color: rgba(35, 90, 154, 0.2);
}
.mc-stats__item-results__team_1::before {
  background-color: rgb(35, 90, 154);
  right: 0;
}
.mc-stats__item-results__team_1 .mc-stats__item__value {
  color: rgb(35, 90, 154);
  left: 0;
}
.mc-stats__item-results__team_2 {
  background-color: rgba(221, 51, 51, 0.2);
}
.mc-stats__item-results__team_2::before {
  background-color: rgb(221, 51, 51);
  left: 0;
}
.mc-stats__item-results__team_2 .mc-stats__item__value {
  color: rgb(221, 51, 51);
  right: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mc-summary {
  width: 100%;
  font-family: sans-serif;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--rad);
  overflow: hidden;
  padding: 0;
}
.mc-summary__header th {
  background-color: var(--main-table-header-football);
  width: 100%;
  padding: 0;
}
.mc-summary__header th:nth-child(2n) .mc-summary__header-team {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mc-summary__header-team {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mc-summary__header-team__logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.mc-summary__header-team__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mc-summary__header-team__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.mc-summary tbody tr td:not([class]) {
  padding: 0;
}
.mc-summary__title {
  width: 100%;
  padding: 8px;
  background-color: var(--main-table-header);
  color: var(--main-text-color-main);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}
.mc-summary__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.mc-summary__title-ico {
  width: 20px;
  height: 20px;
}
.mc-summary__team {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mc-summary__team-event {
  color: var(--main-text-color-sub, #475467);
}
.mc-summary__team-players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mc-summary__team-players__name {
  color: var(--main-text-color-main);
}
.mc-summary__team-players__name:nth-child(2n) {
  color: var(--main-text-color-sub, #475467);
}
.mc-summary__team-score {
  color: #235A9A;
  font-weight: 700;
}
.mc-summary__team-event__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mc-summary__team-event__details-minutes {
  color: var(--main-text-color-sub, #475467);
}
.mc-summary__team-event__details-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  gap: 4px;
}
.mc-summary__team-event__details-ico:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.mc-summary__team-event__details-ico.goal:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Cpath d=%27M8.26315 18.4101L8.57894 16.9263C8.63158 16.6982 8.74122 16.5096 8.90789 16.3605C9.07456 16.2114 9.2807 16.1193 9.52631 16.0842L12.7895 15.821C13.0176 15.786 13.2281 15.8298 13.4211 15.9526C13.614 16.0754 13.7544 16.2421 13.8421 16.4526L14.253 17.4526C14.9373 17.0491 15.5513 16.564 16.0951 15.9972C16.639 15.4304 17.0951 14.7961 17.4636 14.0943L17.1579 13.9263C16.9649 13.786 16.8246 13.6149 16.7369 13.4131C16.6491 13.2114 16.6316 12.9965 16.6842 12.7684L17.4211 9.55787C17.4737 9.34735 17.5834 9.17191 17.75 9.03156C17.9167 8.8912 18.1053 8.81361 18.3158 8.79877C18.2281 8.34668 18.1168 7.9128 17.9818 7.49713C17.8468 7.08148 17.6741 6.6773 17.4636 6.28457C17.3057 6.37229 17.1363 6.41346 16.9555 6.40807C16.7747 6.40267 16.6141 6.34734 16.4737 6.24207L13.6842 4.55786C13.4912 4.43505 13.3509 4.26839 13.2632 4.05786C13.1754 3.84733 13.1579 3.62803 13.2105 3.39996L13.4312 2.50522C12.8806 2.25961 12.3202 2.0754 11.75 1.95259C11.1798 1.82978 10.5965 1.76838 10 1.76838C9.75438 1.76838 9.50168 1.78154 9.24189 1.80785C8.98212 1.83417 8.72943 1.87026 8.48381 1.91614L9.26315 3.71575C9.35087 3.92628 9.3728 4.14558 9.32895 4.37365C9.28509 4.60172 9.17544 4.78593 9 4.92628L6.52631 7.08418C6.35087 7.24208 6.14473 7.3298 5.90788 7.34734C5.67104 7.36488 5.45613 7.31225 5.26314 7.18945L2.85222 5.71576C2.44195 6.38243 2.12717 7.09734 1.90787 7.8605C1.68857 8.62366 1.57893 9.39998 1.57893 10.1895C1.57893 10.4702 1.61401 10.9263 1.68419 11.5579L3.99998 11.3474C4.2456 11.3123 4.46928 11.3534 4.67104 11.4708C4.87279 11.5882 5.01753 11.7576 5.10525 11.9789L6.36841 14.9789C6.45613 15.1895 6.47806 15.4088 6.4342 15.6368C6.39034 15.8649 6.28069 16.0491 6.10525 16.1895L5.10525 17.0316C5.57894 17.3825 6.08332 17.6719 6.61841 17.9C7.1535 18.1281 7.70175 18.2981 8.26315 18.4101ZM10.1579 13.8737C9.92982 13.9088 9.7193 13.8649 9.52631 13.7421C9.33333 13.6193 9.19298 13.4526 9.10526 13.2421L7.6842 9.97893C7.59648 9.7684 7.58333 9.5491 7.64473 9.32103C7.70613 9.09296 7.82456 8.90875 7.99999 8.7684L10.6842 6.50523C10.8421 6.34734 11.0351 6.25962 11.2632 6.24207C11.4912 6.22453 11.7018 6.27716 11.8947 6.39997L14.8421 8.13682C15.0351 8.25962 15.1842 8.42629 15.2895 8.63682C15.3948 8.84735 15.4211 9.06664 15.3684 9.29471L14.5263 12.7158C14.4737 12.9438 14.3684 13.1324 14.2105 13.2816C14.0526 13.4307 13.8597 13.5228 13.6316 13.5579L10.1579 13.8737ZM10.0018 20.1895C8.61867 20.1895 7.31863 19.927 6.10165 19.4021C4.88464 18.8772 3.82603 18.1648 2.9258 17.265C2.02555 16.3651 1.31285 15.307 0.787713 14.0905C0.262571 12.8741 0 11.5743 0 10.1912C0 8.80812 0.262457 7.50809 0.787371 6.2911C1.31228 5.0741 2.02465 4.01548 2.92448 3.11525C3.82433 2.215 4.88248 1.50231 6.09894 0.977167C7.31538 0.452025 8.61514 0.189453 9.99824 0.189453C11.3813 0.189453 12.6814 0.451911 13.8984 0.976825C15.1154 1.50174 16.174 2.21411 17.0742 3.11393C17.9745 4.01378 18.6871 5.07193 19.2123 6.28839C19.7374 7.50483 20 8.8046 20 10.1877C20 11.5708 19.7375 12.8708 19.2126 14.0878C18.6877 15.3048 17.9753 16.3634 17.0755 17.2637C16.1757 18.1639 15.1175 18.8766 13.9011 19.4017C12.6846 19.9269 11.3849 20.1895 10.0018 20.1895Z%27 fill=%27%23235A9A%27/%3E%3C/svg%3E");
}
.mc-summary__team-event__details-ico.subst:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Cpath d=%27M14.6 6.68945C14.6 6.35808 14.3314 6.08945 14 6.08945C13.6686 6.08945 13.4 6.35808 13.4 6.68945H14.6ZM13.5757 17.1137C13.8101 17.348 14.1899 17.348 14.4243 17.1137L18.2426 13.2953C18.477 13.061 18.477 12.6811 18.2426 12.4468C18.0083 12.2125 17.6284 12.2125 17.3941 12.4468L14 15.8409L10.6059 12.4468C10.3716 12.2125 9.99167 12.2125 9.75736 12.4468C9.52304 12.6811 9.52304 13.061 9.75736 13.2953L13.5757 17.1137ZM13.4 6.68945L13.4 16.6895H14.6L14.6 6.68945H13.4Z%27 fill=%27%23DD3333%27/%3E%3Cpath d=%27M5.4 14.6895C5.4 15.0208 5.66863 15.2895 6 15.2895C6.33137 15.2895 6.6 15.0208 6.6 14.6895L5.4 14.6895ZM6.42426 4.26519C6.18995 4.03087 5.81005 4.03087 5.57574 4.26519L1.75736 8.08357C1.52304 8.31788 1.52304 8.69778 1.75736 8.93209C1.99167 9.16641 2.37157 9.16641 2.60589 8.93209L6 5.53798L9.39411 8.93209C9.62843 9.16641 10.0083 9.16641 10.2426 8.93209C10.477 8.69778 10.477 8.31788 10.2426 8.08357L6.42426 4.26519ZM6.6 14.6895L6.6 4.68945L5.4 4.68945L5.4 14.6895L6.6 14.6895Z%27 fill=%27%23239A68%27/%3E%3C/svg%3E");
}
.mc-summary__team-event__details-ico.red-card:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%274%27 y=%272.18945%27 width=%2712%27 height=%2716%27 rx=%272%27 fill=%27%23DD3333%27/%3E%3C/svg%3E");
}
.mc-summary__team-event__details-ico.yellow-card:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%274%27 y=%272.18945%27 width=%2712%27 height=%2716%27 rx=%272%27 fill=%27%23F1CE15%27/%3E%3C/svg%3E");
}
.mc-summary__team_1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mc-summary__team_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mc-summary__team_2 .mc-summary__team-event__details {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mc-summary__team_2 .mc-summary__team-event__details-ico {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mc-h2h {
  padding-top: 24px;
}
.mc-h2h .h2h-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.mc-h2h .h2h-container:not(:last-child) {
  margin-bottom: 48px;
}
.mc-h2h .h2h-container .h2h__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--main-text-color-main);
}
.mc-h2h .h2h-container .h2h__title-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.mc-h2h .h2h-container .h2h__title-text {
  margin: unset;
  margin-left: 4px;
}
.mc-h2h .h2h-container .h2h__events-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card:not(:nth-child(-n+3)) {
  display: none;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card .prediction-card__header {
  padding: 16px 16px 8px;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card .prediction-card__results {
  padding: 8px 16px 16px;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card .prediction-card__results .prediction-card__teams {
  padding: 0 8px;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card.status-win .prediction-card__date:after, .mc-h2h .h2h-container .h2h__events-wrapper .h2h-card.status-lose .prediction-card__date:after, .mc-h2h .h2h-container .h2h__events-wrapper .h2h-card.status-draw .prediction-card__date:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card.status-win .prediction-card__date:after {
  content: "W";
  background-color: #239A68;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card.status-lose .prediction-card__date:after {
  content: "L";
  background-color: #DD3333;
}
.mc-h2h .h2h-container .h2h__events-wrapper .h2h-card.status-draw .prediction-card__date:after {
  content: "D";
  background-color: #ED712B;
}
@media (max-width: 1100px) {
  .mc-h2h .h2h-container .h2h__events-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .mc-h2h .h2h-container .h2h__events-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.mc-h2h .h2h-container .h2h__events-wrapper.show-all-events .h2h-card:not(:nth-child(-n+3)) {
  display: block;
}
.mc-h2h .h2h-container .h2h__show-all {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 auto;
  padding: 11px 20px;
  text-transform: uppercase;
  text-align: center;
}
