.breadcrumbs__container {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
@media(max-width:1650.98px) {
  .breadcrumbs__container {
      padding: 0 20px;
    }
}
@media(max-width:650.98px) {
  .breadcrumbs__container {
      padding: 0 16px;
    }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__item {
  padding: 6px;
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbs__item:not(:last-child) {
  margin: 0 8px 0 0;
}
.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  right: -8px;
  background: var(--arrow-yellow) center no-repeat;
  background-size: contain;
}
.breadcrumbs__item a {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  transition: color .3s ease;
  text-decoration: none;
}
@media(min-width:1366px) {
  .breadcrumbs__item a:hover {
      color: #fff;
    }
}
.breadcrumbs__item span {
  color: #4c4c4c;
}
.breadcrumbs__link {
  font-size: 13px;
  font-weight: 600;
  line-height: 17.76px;
}
.page__main-section.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs__icon-home {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs__icon-home path {
  fill: #6c6c6c;
  transition: fill .3s ease;
}
@media(min-width:1366px) {
  .breadcrumbs__item a:hover .breadcrumbs__icon-home path {
      fill: #fff;
    }
}
@media(max-width:767.98px) {
  .breadcrumbs__link {
      font-size: 11px;
      line-height: 16px;
    }
}

:root {
  --Colors-Green: #76dba1;
  --Colors-Green_Transp: #76dba129;
  --Colors-Red: #ff3232;
  --Colors-Ocean: #83d1fc;
  --Colors-Ocean_Transp: #83d1fc29;
  --bt-green-soft: #76dba11f;
  --bt-red-soft: #ff32321f;
  --bt-ocean-soft: #83d1fc1f;
  --bt-card: #1c1c20;
  --bt-line: rgba(255, 255, 255, 0.08);
  --bt-line-hover: rgba(255, 255, 255, 0.22);
  --bt-slip-bg: #ffffff;
}
.bt-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 24px;
  padding: 0 10px;
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}
.bt-pill--won {
  background: var(--bt-green-soft);
  color: var(--Colors-Green, #76dba1);
}
.bt-pill--lost {
  background: var(--bt-red-soft);
  color: var(--Colors-Red, #ff3232);
}
/* Пагинация таблицы месяца на узком экране чуть мельче базовой. Правило
   привязано к `.bts-pager`, а не переопределяет базовый селектор: базовый
   приходит с `filter-results.css` на каждой странице сайта. */
@media (max-width: 650.98px) {
  .bts-pager .compare-table__pagination-item,
  .bts-pager .compare-table__pagination-btn {
      flex: 0 0 34px;
      width: 34px;
      height: 34px;
      font-size: 13px;
    }
}

.betting-tips-stats {
  padding: 4px 0 56px;
}
.betting-tips-stats__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1650.98px) {
  .betting-tips-stats__container {
    padding: 0 20px;
  }
}
@media (max-width: 650.98px) {
  .betting-tips-stats__container {
    padding: 0 16px;
  }
}

.bts-hero {
  margin: 0 0 24px;
}

.betting-tips-stats .breadcrumbs__container {
  padding: 0;
}
.betting-tips-stats .breadcrumbs__item:first-child {
  padding-left: 0;
}
.bts-hero__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--Text-Txt_Main, #fff);
}

.bts-yearbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 16px;
}
.bts-yearbar__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.bts-years {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid var(--BG-Bg_3, #2c2c28);
  background: var(--BG-Bg_2, #232320);
}
.bts-yearbtn {
  min-width: 74px;
  height: 40px;
  padding: 0 18px;
  border-radius: 9px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
  transition: background 0.18s ease, color 0.18s ease;
}
.bts-yearbtn:hover {
  color: var(--Text-Txt_Main, #fff);
}
.bts-yearbtn.is-on {
  background: var(--Colors-Accent, #ffcf23);
  color: var(--Text-Txt_Dark, #020202);
}
.bts-yearbtn:focus-visible {
  outline: 2px solid var(--Colors-Accent, #ffcf23);
  outline-offset: 2px;
}

.bts-year[hidden] {
  display: none;
}

.bts-tiles--year {
  margin: 0 0 16px;
}
.bts-tiles--year .bts-tile {
  padding: 14px 16px;
}
.bts-tiles--year .bts-tile__value {
  font-size: 19px;
}

.bts-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
}
.bts-cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px;
  min-width: 0;
  text-align: left;
  border-radius: var(--SystemCorners-Small, 8px);
  border: 1px solid var(--bt-line);
  background: var(--bt-card);
  transition: border-color 0.18s ease, background 0.18s ease;
}
button.bts-cell:hover {
  border-color: var(--bt-line-hover);
}
.bts-cell:focus-visible {
  outline: 2px solid var(--Colors-Accent, #ffcf23);
  outline-offset: 2px;
}
.bts-cell__month {
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bts-cell__pl {
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
  color: var(--Text-Txt_Main, #fff);
}
.bts-cell--pos {
  background: var(--bt-green-soft);
}
.bts-cell--pos .bts-cell__pl {
  color: var(--Colors-Green, #76dba1);
}
.bts-cell--neg {
  background: var(--bt-red-soft);
}
.bts-cell--neg .bts-cell__pl {
  color: var(--Colors-Red, #ff3232);
}

.bts-cell--empty {
  opacity: 0.32;
}
.bts-cell--empty .bts-cell__pl {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bts-cell.is-selected {
  border-color: var(--Colors-Accent, #ffcf23);
  box-shadow: inset 0 0 0 1px var(--Colors-Accent, #ffcf23);
}

.bts-detail {
  margin: 28px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--bt-line);
  scroll-margin-top: calc(var(--header-height, 70px) + 24px);
}

.bts-month[hidden] {
  display: none;
}
.bts-month__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}
.bts-month__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--Text-Txt_Main, #fff);
}

.bts-pager {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}
.bts-pager[hidden] {
  display: none;
}

.bts-tiles {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}
.bts-tile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid var(--bt-line);
  background: var(--bt-card);
  min-width: 0;
}
.bts-tile__label {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bts-tile__value {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--Text-Txt_Main, #fff);
}
.bts-tile__value--pos {
  color: var(--Colors-Green, #76dba1);
}
.bts-tile__value--neg {
  color: var(--Colors-Red, #ff3232);
}

.bts-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--SystemCorners-Small, 8px);
  border-bottom: 1px solid var(--BG-Bg_3, #2c2c28);
  background: transparent;
}
.bts-table-wrap:focus-visible {
  outline: 2px solid var(--Colors-Accent, #ffcf23);
  outline-offset: 2px;
}
.bts-table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;

  color: var(--Text-Txt_Main, #fff);
}
.bts-table th,
.bts-table td {
  padding: 18px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #242424;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}
.bts-table thead th {
  padding: 18px 16px;
  color: #8e9299;
  font-weight: 500;
  border-top: 1px solid var(--BG-Bg_3, #2c2c28);
  border-bottom: 1px solid var(--BG-Bg_3, #2c2c28);
}
.bts-table tbody tr {
  transition: background 0.2s ease 0s;
}
.bts-table tbody tr:hover {
  background: var(--BG-Bg_1, #171719);
}
.bts-table tbody tr:last-child td {
  border-bottom: 0;
}

.bts-table thead th.bts-th-num,
.bts-table thead th.bts-th-status,
.bts-table td:nth-child(5),
.bts-table td:nth-child(6),
.bts-table td:nth-child(7),
.bts-table td:nth-child(8) {
  text-align: center;
  white-space: nowrap;
}
.bts-table td:nth-child(1),
.bts-table td:nth-child(2),
.bts-table td:nth-child(3),
.bts-table td:nth-child(4) {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bts-table td:nth-child(3) {
  font-weight: 600;
}
.bts-table td:nth-child(5),
.bts-table td:nth-child(6) {
  font-weight: 600;
  color: var(--Text-Txt_Main, #fff);
}
.bts-table td:nth-child(8) {
  font-weight: 800;
  color: var(--Text-Txt_Main, #fff);
}

.bts-leg {
  display: block;
}
.bts-leg + .bts-leg {
  margin: 3px 0 0;
}

@media (max-width: 1280px) {
  .bts-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bts-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .bts-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .bts-tiles {
    display: block;
    margin: 0 0 16px;
    border: 1px solid var(--bt-line);
    border-radius: var(--SystemCorners-Medium, 12px);
    background: var(--bt-card);
    overflow: hidden;
  }
  .bts-tiles .bts-tile {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .bts-tiles .bts-tile + .bts-tile {
    border-top: 1px solid var(--bt-line);
  }

  .bts-tiles .bts-tile:first-child {
    padding: 14px;
    background: rgba(255, 255, 255, 0.035);
  }
  .bts-tiles .bts-tile__value {
    font-size: 15px;
  }
  .bts-tiles .bts-tile:first-child .bts-tile__value {
    font-size: 22px;
  }

  .bts-yearbar {
    gap: 8px;
  }
  .bts-years {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .bts-years::-webkit-scrollbar {
    display: none;
  }
  .bts-yearbtn {
    flex: 1 0 auto;
    min-width: 62px;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .bts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .bts-cell {
    padding: 8px 10px;
  }
  .bts-cell__pl {
    font-size: 12px;
  }
  .bts-hero__title {
    font-size: 24px;
  }
  .bts-month__title {
    font-size: 18px;
    line-height: 24px;
  }
  .bts-detail {
    margin: 22px 0 0;
    padding: 22px 0 0;
  }

  .bts-table-wrap {
    overflow-x: visible;
    border-bottom: 0;
    border-radius: 0;
  }
  .bts-table {
    min-width: 0;
  }
  .bts-table thead {
    display: none;
  }
  .bts-table tbody {
    display: block;
  }
  .bts-table tbody tr {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "date sport status"
      "event event event"
      "bet bet bet"
      "line line line"
      "odds result pl";
    align-items: baseline;
    gap: 0 5px;
    margin: 0 0 8px;
    padding: 12px;
    border: 1px solid var(--bt-line);
    border-radius: 10px;
    background: var(--bt-card);
  }
  .bts-table tbody tr::before {
    content: "";
    grid-area: line;
    height: 1px;
    margin: 10px 0;
    background: var(--bt-line);
  }
  .bts-table td {
    padding: 0;
    border: 0;
    text-align: left;
    white-space: normal;
  }
  .bts-table td:nth-child(1) { grid-area: date; font-size: 11px; }
  .bts-table td:nth-child(2) { grid-area: sport; font-size: 11px; }
  .bts-table td:nth-child(2)::before { content: "· "; }
  .bts-table td:nth-child(3) {
    grid-area: event;
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--Text-Txt_Main, #fff);
  }
  .bts-table td:nth-child(4) { grid-area: bet; margin: 2px 0 0; font-size: 12px; }
  .bts-table td:nth-child(5) { grid-area: odds; font-size: 11px; }
  .bts-table td:nth-child(6) { grid-area: result; font-size: 11px; }
  .bts-table td:nth-child(5)::before,
  .bts-table td:nth-child(6)::before {
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
    font-weight: 400;
  }
  .bts-table td:nth-child(5)::before { content: "Odds "; }
  .bts-table td:nth-child(6)::before { content: "Result "; }
  .bts-table td:nth-child(7) { grid-area: status; justify-self: end; }
  .bts-table td:nth-child(8) { grid-area: pl; justify-self: end; font-size: 14px; }
}

@media (max-width: 480px) {
  .bts-cell {
    padding: 8px;
  }
}
