.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;
}

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

.bt-hero {
  margin: 0 0 24px;
}
.betting-tips .breadcrumbs__container {
  padding: 0;
}
.betting-tips .breadcrumbs__item:first-child {
  padding-left: 0;
}
.bt-hero__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--Text-Txt_Main, #fff);
}
.bt-hero__subtitle {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}

.bt-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 320px;
  grid-template-areas: "perf tips rail";
  gap: 20px;
  align-items: start;
}
.bt-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.bt-col--perf {
  grid-area: perf;
}
.bt-col--rail {
  grid-area: rail;
}
.bt-tips {
  grid-area: tips;
}

.bt-layout__aside {
  display: contents;
}

.bt-fold {
  display: contents;
}
.bt-fold__trigger {
  display: none;
}

.bt-card {
  padding: 20px;
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid var(--bt-line);
  background: var(--bt-card);
}
.bt-card--flush {
  padding: 0;
  overflow: hidden;
}
.bt-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--bt-line);
}
.bt-card__head--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 12px;
}
.bt-card__head-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--Colors-Accent, #ffcf23);
}
.bt-card__head-ico svg {
  width: 20px;
  height: 20px;
}
.bt-card__head-ico--round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 207, 35, 0.12);
}
.bt-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: var(--Text-Txt_Main, #fff);
}
.bt-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: var(--Colors-Accent, #ffcf23);
  transition: color 0.18s ease;
}
.bt-card__link:hover {
  color: #ffd94d;
}
.bt-card__link-ico,
.bt-card__link svg {
  width: 15px;
  height: 15px;
  transition: transform 0.18s ease;
}
.bt-card__link:hover svg {
  transform: translateX(3px);
}

.bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--SystemCorners-Small, 8px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.1s ease;
}
.bt-btn:active {
  transform: scale(0.98);
}
.bt-btn--primary {
  background: var(--Colors-Accent, #ffcf23);
  color: #000;
}
.bt-btn--primary:hover {
  background: #ffd94d;
}
.bt-btn--block {
  width: 100%;
}
.bt-btn__ico {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.bt-btn[aria-pressed="true"] {
  background: var(--bt-green-soft);
  color: var(--Colors-Green, #76dba1);
}
.bt-btn[aria-pressed="true"]:hover {
  background: var(--Colors-Green_Transp, #76dba129);
}

.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 svg {
  width: 12px;
  height: 12px;
}
.bt-pill--live {
  background: var(--bt-red-soft);
  color: var(--Colors-Red, #ff3232);
}
.bt-pill--prematch {
  background: var(--bt-ocean-soft);
  color: var(--Colors-Ocean, #83d1fc);
}
.bt-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.bt-pill--live .bt-pill__dot {
  animation: bt-pulse 1.6s ease-in-out infinite;
}
@keyframes bt-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.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);
}
.bt-pill--pending,
.bt-pill--void {
  background: rgba(255, 255, 255, 0.07);
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}

.bt-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.bt-meta__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-meta__sport {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bt-meta__sport-ico {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}
.bt-meta__sep {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.3);
}
.bt-flag {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.bt-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bt-perf__head-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-perf__lead {
  display: block;
  margin: 4px 0 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.8px;
  color: var(--Colors-Green, #76dba1);
  font-variant-numeric: tabular-nums;
}
.bt-perf__delta {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-perf__delta-ico {
  font-size: 9px;
  color: var(--Colors-Green, #76dba1);
}
.bt-perf__delta-value {
  font-size: 14px;
  font-weight: 800;
  color: var(--Colors-Green, #76dba1);
  font-variant-numeric: tabular-nums;
}

.bt-perf__seg {
  display: flex;
  gap: 4px;
  margin: 16px 0 4px;
  padding: 3px;
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_2, #232320);
}
.bt-perf__segbtn {
  flex: 1 1 0;
  padding: 8px 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.bt-perf__segbtn:hover {
  color: var(--Text-Txt_Main, #fff);
}
.bt-perf__segbtn.is-on {
  background: var(--BG-Bg_3, #2c2c28);
  color: var(--Text-Txt_Main, #fff);
}
.bt-perf__segbtn:focus-visible {
  outline: 2px solid var(--Colors-Accent, #ffcf23);
  outline-offset: 2px;
}
.bt-perf__metrics[hidden] {
  display: none;
}
.bt-perf__metrics {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 0;
}
.bt-perf__metric {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}
.bt-perf__metric-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-perf__metric-ico svg {
  width: 16px;
  height: 16px;
}
.bt-perf__metric-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-perf__metric-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  color: var(--Text-Txt_Main, #fff);
}
.bt-perf__metric-value--green {
  color: var(--Colors-Green, #76dba1);
}

.bt-tips__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.bt-tips__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bt-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 12px 15px 12px 14px;
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
  background: var(--BG-Bg_2, #232320);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Text-Txt_Main, #ffffff);
  transition: all 0.3s ease 0s;
}
@media (min-width: 1355.98px) {
  .bt-chip:hover {
    background: var(--BG-Bg_3, #2c2c28);
  }
}
.bt-chip:active {
  background: #21211e;
}
.bt-chip--active,
.bt-chip--active:hover {
  background: var(--Colors-Accent, #ffcf23);
  color: var(--Text-Txt_Dark, #020202);
}
.bt-chip:focus-visible {
  outline: 2px solid var(--Colors-Accent, #ffcf23);
  outline-offset: 2px;
}
@media (max-width: 480.98px) {
  .bt-chip {
    height: 40px;
    font-size: 12px;
    line-height: 16.39px;
  }
}

.bt-tips__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[data-bt-tip][hidden],
[data-bt-tip][hidden].is-open {
  display: none;
}

.bt-tip {
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid var(--bt-line);
  background: var(--bt-card);
  overflow: hidden;
}
.bt-tip--featured {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
}
.bt-tip--settled {
  transition: border-color 0.18s ease;
}
.bt-tip--settled:hover {
  border-color: var(--bt-line-hover);
}
.bt-tip--settled.is-open {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  border-color: var(--bt-line-hover);
}

.bt-tip__slip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: var(--bt-slip-bg, #ffffff);
}
.bt-tip--settled .bt-tip__slip {
  display: none;
}
.bt-tip--settled.is-open .bt-tip__slip {
  display: flex;
}
.bt-tip__slip-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 216px;
  object-fit: contain;
  border-radius: var(--SystemCorners-Small, 8px);
}
.bt-tip__slip-btn {
  position: relative;
  display: block;
  max-width: 100%;
  border-radius: var(--SystemCorners-Small, 8px);
  cursor: zoom-in;
}
/* dark, not the page's accent ring: yellow on the white slip panel is barely visible */
.bt-tip__slip-btn:focus-visible {
  outline: 2px solid var(--bt-card);
  outline-offset: 2px;
}
.bt-tip__slip-zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bt-card);
  color: var(--Colors-Accent, #ffcf23);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bt-tip__slip-zoom svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.bt-tip__slip-btn:focus-visible .bt-tip__slip-zoom {
  opacity: 1;
  transform: none;
}
@media (hover: hover) {
  .bt-tip__slip-btn:hover .bt-tip__slip-zoom {
    opacity: 1;
    transform: none;
  }
}

.bt-tip__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.bt-tip--featured .bt-tip__main,
.bt-tip--settled.is-open .bt-tip__main {
  justify-content: space-between;
}

.bt-tip__body {
  padding: 16px 20px;
}
.bt-tip--featured .bt-tip__body,
.bt-tip--settled.is-open .bt-tip__body {
  padding: 16px 20px 0;
}

.bt-tip__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.bt-tip__status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
  text-align: right;
}
.bt-tip__timing {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
  white-space: nowrap;
}
.bt-tip__how {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.bt-tip__how--live {
  background: var(--Colors-Red, #ff3232);
}
.bt-tip__how--pre {
  background: var(--Colors-Ocean, #83d1fc);
}
.bt-tip__how--playing {
  background: var(--Colors-Red, #ff3232);
  animation: bt-pulse 1.6s ease-in-out infinite;
}
.bt-tip__now {
  font-weight: 700;
  color: var(--Colors-Red, #ff3232);
}
.bt-tip__soon {
  font-weight: 700;
  color: var(--Colors-Accent, #ffcf23);
}

.bt-tip__match {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  color: var(--Text-Txt_Main, #fff);
  overflow-wrap: anywhere;
}
.bt-tip--featured .bt-tip__match {
  margin-top: 12px;
  font-size: 20px;
  line-height: 26px;
}
.bt-tip__sel {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-tip--featured .bt-tip__sel {
  font-size: 15px;
  font-weight: 600;
  color: var(--Text-Txt_Main, #fff);
}
.bt-tip__why {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-tip--settled .bt-tip__why {
  display: none;
}
.bt-tip--settled.is-open .bt-tip__why {
  display: block;
}

.bt-legs {
  --bt-leg-marker: 24px;
  --bt-leg-gap: 14px;
  display: flex;
  flex-direction: column;
  gap: var(--bt-leg-gap);
  margin: 12px 0 0;
  list-style: none;
  counter-reset: bt-leg;
}
.bt-legs__item {
  position: relative;
  display: grid;
  grid-template-columns: var(--bt-leg-marker) minmax(0, 1fr);
  column-gap: 12px;
  counter-increment: bt-leg;
}
.bt-legs__item::before {
  content: counter(bt-leg);
  /* the <ol> already announces the position, so hide the drawn number from screen readers */
  content: counter(bt-leg) / "";
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--bt-leg-marker);
  height: var(--bt-leg-marker);
  border: 1px solid var(--bt-line-hover);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--Text-Txt_Main, #fff);
}
.bt-legs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(var(--bt-leg-marker) + 4px);
  bottom: calc(4px - var(--bt-leg-gap));
  left: calc(var(--bt-leg-marker) / 2 - 0.5px);
  width: 1px;
  background: var(--bt-line-hover);
}
.bt-legs .bt-tip__match {
  margin-top: 0;
}

.bt-tip__strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 12px 20px;
  border-top: 1px solid var(--bt-line);
}
.bt-tip--featured .bt-tip__strip,
.bt-tip--settled.is-open .bt-tip__strip {
  margin-top: 16px;
}
.bt-tip__nums {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
}
.bt-tip__num {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}
.bt-tip__num-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-tip__num-value {
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  color: var(--Text-Txt_Main, #fff);
}
.bt-tip--featured .bt-tip__num-value {
  font-size: 15px;
  line-height: 20px;
}
.bt-tip__num-value--empty {
  color: rgba(255, 255, 255, 0.32);
}
.bt-tip__out {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.bt-tip__profit {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  white-space: nowrap;
  /* Возврат: «€0» белым, как счёт рядом; зелёный и красный дают модификаторы */
  color: var(--Text-Txt_Main, #fff);
}
.bt-tip__profit--pos {
  color: var(--Colors-Green, #76dba1);
}
.bt-tip__profit--neg {
  color: var(--Colors-Red, #ff3232);
}

.bt-tip__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid var(--bt-line);
  border-radius: var(--SystemCorners-Small, 8px);
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 0.18s ease,
    border-color 0.18s ease;
}
.bt-tip__toggle:hover {
  color: var(--Text-Txt_Main, #fff);
  border-color: var(--bt-line-hover);
}
.bt-tip__toggle svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}
.bt-tip__toggle[aria-expanded='true'] svg {
  transform: rotate(180deg);
}

.bt-pager {
  margin: 24px 0 0;
}
.bt-pager[hidden] {
  display: none;
}

.bt-rail-link {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  background: transparent;
  transition: background 0.18s ease;
}
.bt-rail-link + .bt-rail-link {
  border-top: 1px solid var(--bt-line);
}
.bt-rail-link:hover {
  background: rgba(255, 255, 255, 0.04);
}
.bt-rail-link:focus-visible {
  outline: 2px solid var(--Colors-Accent, #ffcf23);
  outline-offset: -2px;
}
.bt-rail-link__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-rail-link__ico svg {
  width: 20px;
  height: 20px;
}
.bt-rail-link__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--Text-Txt_Main, #fff);
}
.bt-rail-link__chev {
  width: 16px;
  height: 16px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
  transition: transform 0.18s ease, color 0.18s ease;
}
.bt-rail-link:hover .bt-rail-link__chev {
  transform: translateX(3px);
  color: var(--Colors-Accent, #ffcf23);
}

.bt-verify__text {
  font-size: 13px;
  line-height: 18px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  margin: 16px 0 0;
}
.bt-bars__bar {
  flex: 1 1 0;
  min-width: 0;
  height: var(--h, 40%);
  border-radius: 2px;
  background: var(--Colors-Green, #76dba1);
  opacity: 0.75;
}
.bt-verify .bt-card__link {
  width: 100%;
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--bt-line);
}

.bt-bookmakers__row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 8px 12px;
  padding: 16px 0;
  border-top: 1px solid var(--bt-line);
}
.bt-card__head + .bt-bookmakers__row {
  border-top: 0;
  padding-top: 0;
}
.bt-bookmakers__row:last-child {
  padding-bottom: 0;
}
.bt-bookmakers__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  overflow: hidden;
  border-radius: var(--SystemCorners-Small, 8px);
  background: #2a2a30;
}
.bt-bookmakers__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bt-bookmakers__body {
  min-width: 0;
}
.bt-bookmakers__ident {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.bt-bookmakers__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--Text-Txt_Main, #fff);
}
.bt-bookmakers__badge {
  margin-left: auto;
  padding: 1px 7px;
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
  background: var(--BG-Bg_3, #2c2c28);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.2px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
  white-space: nowrap;
}
.bt-bookmakers__desc {
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 17px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-bookmakers__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  color: var(--Text-Txt_Main, #fff);
  white-space: nowrap;
}
.bt-bookmakers__rating svg {
  width: 12px;
  height: 11px;
  flex: 0 0 auto;
  color: var(--Colors-Accent, #ffcf23);
  fill: var(--Colors-Accent, #ffcf23);
}

.bt-bookmakers__foot {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
}
.bt-bookmakers__offer {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--Colors-Green, #76dba1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bt-bookmakers__btn {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: var(--SystemCorners-Small, 8px);
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}
.bt-bookmakers__btn--ghost {
  border: 1px solid var(--bt-line);
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-bookmakers__btn--ghost:hover {
  border-color: var(--bt-line-hover);
  color: var(--Text-Txt_Main, #fff);
}
.bt-bookmakers__btn--fill {
  background: var(--Colors-Accent, #ffcf23);
  color: #000;
}
.bt-bookmakers__btn--fill:hover {
  background: #ffd94d;
}

@media (max-width: 1080px) {
  .bt-bookmakers__foot {
    flex-wrap: wrap;
  }
  .bt-bookmakers__offer {
    flex: 1 0 100%;
    white-space: normal;
  }
  .bt-bookmakers__btn {
    flex: 1 1 0;
    text-align: center;
  }
}

.bt-notify {
  text-align: center;
}
.bt-notify .bt-card__head--stack {
  align-items: center;
  gap: 12px;
}
.bt-notify__text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-btn__ico--lead {
  width: 15px;
  height: 15px;
}

.bt-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 24px;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.14s ease;
}
.bt-modal[hidden] {
  display: none;
}
.bt-modal--open {
  opacity: 1;
}
.bt-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}
.bt-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin: auto;
  padding: 32px;
  border-radius: var(--SystemCorners-Medium, 12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1c1c20;
  transform: scale(0.98);
  transition: transform 0.14s ease-out;
}
.bt-modal--open .bt-modal__dialog {
  transform: scale(1);
}
.bt-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2c2c28;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.18s ease;
}
.bt-modal__close:hover {
  background: #3a3a35;
}
.bt-modal__close svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.bt-modal__view[hidden] {
  display: none;
}
.bt-modal__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: rgba(255, 207, 35, 0.12);
  color: var(--Colors-Accent, #ffcf23);
}
.bt-modal__ico svg {
  width: 22px;
  height: 22px;
}
.bt-modal__title {
  padding-right: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--Text-Txt_Main, #fff);
}
.bt-modal__text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
}
.bt-modal__text--note {
  padding: 12px 16px;
  border-radius: var(--SystemCorners-Small, 8px);
  border: 1px solid var(--bt-line);
  background: var(--BG-Bg_1, #171719);
  font-size: 13px;
  line-height: 20px;
}
.bt-modal__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 0;
}
.bt-modal__list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 22px;
  color: var(--Text-Txt_Main, #fff);
}
.bt-modal__list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--Colors-Accent, #ffcf23);
}
.bt-modal .bt-btn {
  margin: 24px 0 0;
}
.bt-modal--slip .bt-modal__dialog {
  width: auto;
  max-width: 100%;
  padding: 20px 12px 12px;
}
.bt-modal__img {
  display: block;
  max-width: 100%;
  /* 158px = .bt-modal padding (80) + dialog padding and border (34) + title row and gap (44) */
  max-height: calc(100dvh - 158px);
  margin: 16px 0 0;
  border-radius: var(--SystemCorners-Small, 8px);
}
body.bt-modal-open {
  overflow: hidden;
}

@media (max-width: 1450px) {
  .bt-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    grid-template-areas: "aside tips";
  }
  .bt-layout__aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-area: aside;
  }
}

@media (max-width: 1080px) {
  .bt-tip--featured,
  .bt-tip--settled.is-open {
    grid-template-columns: minmax(0, 1fr);
  }
  .bt-tip__slip {
    order: 2;
  }
  .bt-tip__main {
    order: 1;
  }
  .bt-tip__slip-img {
    max-height: 340px;
  }
}

@media (max-width: 767px) {
  .bt-hero__title {
    font-size: 24px;
  }
  .bt-hero__subtitle {
    font-size: 14px;
  }
  .bt-tip--featured .bt-tip__match {
    font-size: 18px;
    line-height: 24px;
  }
  .bt-tip__out {
    width: 100%;
    justify-content: space-between;
  }
  .bt-modal {
    padding: 24px 16px;
  }
  .bt-modal__dialog {
    padding: 24px 20px;
  }
}

/* Пагинация ставок на узком экране чуть мельче базовой. Правило привязано к
   `.bt-pager`, а не переопределяет базовый селектор: базовый приходит с
   `filter-results.css` на каждой странице сайта. */
@media (max-width: 650.98px) {
  .bt-pager .compare-table__pagination-item,
  .bt-pager .compare-table__pagination-btn {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .bt-tip__nums {
    gap: 12px;
  }
  .bt-tip__slip {
    padding: 16px;
  }
  /* the --featured / .is-open arms set `padding` as a shorthand at (0,2,0),
     so the inset override has to match that specificity to win */
  .bt-tip__body,
  .bt-tip--featured .bt-tip__body,
  .bt-tip--settled.is-open .bt-tip__body {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bt-tip__strip {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bt-pill__dot,
  .bt-tip__how--playing {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .bt-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "aside"
      "tips";
    gap: 0;
  }
  .bt-layout__aside {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-area: aside;
    margin-bottom: 16px;
    border-radius: var(--SystemCorners-Medium, 12px);
    border: 1px solid var(--bt-line);
    background: var(--bt-card);
    overflow: hidden;
  }
  .bt-perf {
    order: 1;
  }
  .bt-bookmakers {
    order: 2;
  }
  .bt-notify {
    order: 3;
  }
  .bt-layout__aside .bt-card--flush {
    order: 4;
  }
  .bt-col--perf,
  .bt-col--rail {
    display: contents;
  }
  .bt-col--perf > *,
  .bt-col--rail > * {
    flex: 0 0 auto;
  }
  .bt-layout__aside .bt-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .bt-layout__aside .bt-card + .bt-card,
  .bt-layout__aside .bt-rail-link {
    border-top: 1px solid var(--bt-line);
  }
  .bt-layout__aside .bt-card__head {
    display: none;
  }

  .bt-fold__trigger {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto 16px;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px 20px;
    background: transparent;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
  }
  .bt-fold__ico {
    display: flex;
    color: var(--Colors-Accent, #ffcf23);
  }
  .bt-fold__ico svg {
    width: 20px;
    height: 20px;
  }
  .bt-fold__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--Text-Txt_Main, #fff);
  }
  .bt-fold__val {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    color: var(--Colors-Green, #76dba1);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }
  .bt-fold__chev {
    width: 16px;
    height: 16px;
    color: var(--Text-Txt_Sec, rgba(255, 255, 255, 0.5));
    transition: transform 0.18s ease;
  }
  .bt-fold__trigger[aria-expanded='true'] .bt-fold__chev {
    transform: rotate(180deg);
  }
  .bt-fold__panel {
    padding: 0 20px 20px;
  }
  .bt-fold__trigger[aria-expanded='false'] + .bt-fold__panel {
    display: none;
  }
  .bt-layout__aside .bt-rail-link {
    padding: 16px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  /* fluid, not a fixed 2x340 cap: the panel is a full-width band here and grows
     to ~900px, so fixed columns left a dead gutter under a full-width divider.
     auto-fit gives 2-up on small tablets and 3-up once there is room for it. */
  .bt-perf__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    column-gap: 40px;
  }
  .bt-bookmakers .bt-fold__panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .bt-layout__aside .bt-bookmakers__row {
    padding: 0;
    border-top: 0;
    grid-template-rows: 1fr auto;
    height: 100%;
  }
  .bt-layout__aside .bt-bookmakers__ident {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: start;
    align-items: center;
    row-gap: 6px;
  }
  .bt-layout__aside .bt-bookmakers__badge {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 0;
  }
  .bt-notify .bt-fold__panel {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .bt-tip__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .bt-tip__status {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 0;
    text-align: left;
  }
  .bt-tip__nums {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }
  .bt-tip__num {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .bt-tip__strip {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .bt-tip__out {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }
  .bt-tip__out .bt-pill {
    margin-left: auto;
  }
  .bt-tip__toggle {
    justify-content: center;
    width: 100%;
    padding: 10px 12px;
  }
  .bt-tip__strip .bt-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1080px) {
  /* both stay intrinsic: a 2-button toggle must not stretch across the band, and
     the sparkline turns into a stacked-bar list once its bars get much wider. */
  .bt-perf__seg,
  .bt-bars {
    max-width: 340px;
  }
  .bt-tip--featured .bt-tip__slip {
    display: none;
  }
  .bt-tip--featured.is-open .bt-tip__slip {
    display: flex;
  }
}

@media (min-width: 1081px) {
  .bt-tip--featured .bt-tip__toggle {
    display: none;
  }
}

.bt-verify {
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--bt-line);
}
.bt-verify__title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: var(--Text-Txt_Main, #fff);
}

/* Блок-слайдер под содержимым страницы.

   Стоит между `<main>` и футером, поэтому сдвиг под боковое меню носит свой:
   `.page__main` сдвигает себя сам, футер — себя, и общего родителя, который
   сдвинул бы всех, у них нет. Правила повторяют футер: блок стоит вплотную к
   нему и обязан вставать по той же кромке.

   Линия сверху — та же, что у нижнего меню футера (`.footer__menu`). */
.bt-picks {
  width: calc(100% - var(--header-sidebar-width));
  transform: translate(var(--header-sidebar-width));
  border-top: 1px solid var(--BG-Bg_3, #2C2C28);
  padding: 40px 0 0;
}
.page__main--sidebar-open~.bt-picks {
  width: calc(100% - var(--sidebar-expanded-width));
  transform: translate(var(--sidebar-expanded-width));
}
@media(min-width:1440px) {
  .page__main--sidebar-open~.bt-picks {
    width: calc(100% - var(--sidebar-desktop-expanded-width));
    transform: translate(var(--sidebar-desktop-expanded-width));
  }
}
@media(max-width:767.98px) {
  .bt-picks,
  .page__main--sidebar-open~.bt-picks {
    width: 100%;
    transform: translate(0);
  }
  .bt-picks {
    padding: 32px 0 0;
  }
}
