.fullstory-menu-block {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }
  .fullstory-menu-block__items {
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    margin-bottom: 7px;
    column-gap: 5px; }
  .fullstory-menu-block__item {
    height: 40px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 5px;
    opacity: 0.6;
    cursor: pointer;
    border-bottom: 2px solid var(--color-gray-400);
    white-space: nowrap; }
    .fullstory-menu-block__item:hover {
      border-bottom-color: var(--color-blue-700);
      opacity: 1;
      color: var(--color-black-200); }
    .fullstory-menu-block__item > i {
      margin-right: 3px; }
    .fullstory-menu-block__item.inactive {
      display: none; }
    .fullstory-menu-block__item.active {
      opacity: 1;
      border-bottom-color: var(--color-blue-700);
      cursor: default;
      color: var(--color-black-200); }
  .fullstory-menu-block.fly-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px var(--color-gray-100);
    background-color: var(--color-white);
    border-radius: 0 0 8px 8px; }
    .fullstory-menu-block.fly-menu .fullstory-menu-block__items {
      padding: 6px 12px;
      color: var(--color-gray-500);
      margin-bottom: 4px;
      column-gap: 11px; }
      @media (max-width: 991.98px) {
        .fullstory-menu-block.fly-menu .fullstory-menu-block__items {
          margin-bottom: 2px; } }
    .fullstory-menu-block.fly-menu .fullstory-menu-block__item {
      border-bottom: none;
      font-weight: normal;
      border-bottom: 2px solid var(--color-white); }
      .fullstory-menu-block.fly-menu .fullstory-menu-block__item.active {
        border-bottom-color: var(--color-blue-700); }
      .fullstory-menu-block.fly-menu .fullstory-menu-block__item:after {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background: var(--color-gray-200);
        right: -5px;
        position: absolute; }
  .fullstory-menu-block:not(.fly-menu) {
    margin-bottom: 20px; }
    .fullstory-menu-block:not(.fly-menu) .fullstory-menu-block__items {
      border-bottom: 2px solid var(--color-gray-400);
      height: 40px; }
  .fullstory-menu-block .jspHorizontalBar {
    height: 4px; }
    @media (max-width: 991.98px) {
      .fullstory-menu-block .jspHorizontalBar {
        height: 4px; } }
  .fullstory-menu-block .jspTrack {
    background: var(--color-gray-300); }
  .fullstory-menu-block .jspDrag {
    background: var(--color-gray-100);
    border-radius: 2px; }

.prognoz_item .fullstory-menu-block {
  margin: 10px 0 18px;
  padding: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  scrollbar-width: none; }
  .prognoz_item .fullstory-menu-block::-webkit-scrollbar {
    display: none; }
  .prognoz_item .fullstory-menu-block__items {
    height: auto !important;
    margin: 0 !important;
    align-items: center;
    column-gap: 4px;
    border-bottom: 0 !important; }
  .prognoz_item .fullstory-menu-block__item {
    min-height: 40px;
    height: auto;
    padding: 0 16px;
    color: #687384;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    opacity: 1;
    gap: 6px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease; }
    .prognoz_item .fullstory-menu-block__item > i {
      margin-right: 0;
      color: inherit;
      font-size: 15px;
      opacity: .9; }
    .prognoz_item .fullstory-menu-block__item:hover {
      color: #191d2a;
      background: #f5f8fc;
      border-color: #e4ebf5; }
    .prognoz_item .fullstory-menu-block__item.active {
      color: #111827;
      background: #eef6ff;
      border-color: #cfe3ff;
      box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.06);
      cursor: default; }
    .prognoz_item .fullstory-menu-block__item.inactive {
      display: none; }
    .prognoz_item .fullstory-menu-block__item:after {
      display: none !important; }
  .prognoz_item .fullstory-menu-block.fly-menu {
    position: relative !important;
    top: auto !important;
    z-index: auto;
    width: auto !important;
    padding: 6px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05); }
    .prognoz_item .fullstory-menu-block.fly-menu .fullstory-menu-block__items {
      padding: 0;
      column-gap: 4px; }
    .prognoz_item .fullstory-menu-block.fly-menu .fullstory-menu-block__item {
      font-weight: 700;
      border-bottom: 1px solid transparent; }

@media (max-width: 600px) {
  .prognoz_item .fullstory-menu-block {
    margin: 8px 0 14px;
    padding: 6px;
    border-radius: 12px; }
    .prognoz_item .fullstory-menu-block__item {
      min-height: 36px;
      padding: 0 12px;
      font-size: 12px; } }

/*# sourceMappingURL=fullstory-menu-block.css.map */

.author-stats {
  margin: 20px 0;
  background: var(--color-white);
  border-radius: 16px;
  padding: 20px; }
  @media (max-width: 575.98px) {
    .author-stats {
      padding: 16px;
      margin: 20px -16px;
      border-radius: 0px; } }
  .author-stats__top {
    display: flex;
    align-items: center;
    margin: 0 -12px; }
    .author-stats__top:not(:last-child) {
      margin-bottom: 22px; }
    @media (max-width: 767.98px) {
      .author-stats__top {
        flex-wrap: wrap; } }
  .author-stats__left {
    padding: 0 12px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    display: flex;
    column-gap: 20px; }
    @media (max-width: 767.98px) {
      .author-stats__left {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .author-stats__img {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    max-width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden; }
    .author-stats__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .author-stats__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .author-stats__name {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 6px; }
    .author-stats__name a {
      color: var(--color-black-200); }
      .author-stats__name a:hover {
        color: var(--color-blue-300); }
  .author-stats__cols {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px; }
  .author-stats__col {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    color: var(--color-gray-300); }
    .author-stats__col span {
      color: var(--color-blue-100); }
  .author-stats__right {
    padding: 0 12px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .author-stats__center {
    margin-bottom: 20px; }
  .author-stats__row {
    display: flex;
    align-items: center;
    margin: 0 -12px; }
    .author-stats__row:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .author-stats__row {
        flex-wrap: wrap; } }
  .author-stats__row-left {
    padding: 0 12px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .author-stats__row-left {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px; } }
  .author-stats__logos {
    display: flex;
    align-items: center;
    column-gap: 8px; }
  .author-stats__logo {
    flex: 0 0 auto;
    width: 74px;
    height: 32px;
    max-width: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .author-stats__logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .author-stats__row-right {
    padding: 0 12px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .author-stats__boxes {
    display: flex;
    align-items: center;
    column-gap: 12px; }
  .author-stats__box {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    color: var(--color-gray-300); }
  .author-stats__bottom {
    padding-top: 13px;
    border-top: 0.5px solid var(--color-gray-400);
    display: flex;
    align-items: center;
    column-gap: 12px; }
    @media (max-width: 767.98px) {
      .author-stats__bottom {
        flex-wrap: wrap; } }
  .author-stats__text {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    color: var(--color-gray-300);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .author-stats__text {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px; } }
  .author-stats__elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px; }
  .author-stats__element {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    max-width: 100%;
    border-radius: 50%;
    background: var(--color-gray-200);
    display: flex;
    justify-content: center;
    align-items: center; }
    .author-stats__element > .fa {
      font-size: 16px; }

/*# sourceMappingURL=fullstory-author-stats-block.css.map */

.news-block {
  margin: 20px 0; }
  .news-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0.04em;
    color: var(--color-black-200);
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .news-block__title {
        font-size: 18px; } }

.forecast-item__block.same-news-block {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0; }

/*# sourceMappingURL=news-block.css.map */

.forecast-vote {
  background: var(--color-white);
  border-radius: 16px;
  padding: 20px; }
  @media (max-width: 575.98px) {
    .forecast-vote {
      padding: 16px;
      border-radius: 0px;
      margin: 0 -16px; } }
  .forecast-vote__title {
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: var(--color-black-200);
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .forecast-vote__title {
        font-size: 18px;
        margin-bottom: 20px; } }
  .forecast-vote__row {
    display: flex;
    margin: 0 -12px; }
    @media (max-width: 767.98px) {
      .forecast-vote__row {
        flex-wrap: wrap; } }
  .forecast-vote__col {
    padding: 0 12px;
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .forecast-vote__col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%; }
        .forecast-vote__col:not(:last-child) {
          margin-bottom: 24px; } }
  .forecast-vote__bottom {
    padding-top: 24px;
    border-top: 1px solid var(--color-gray-200);
    margin: 24px -20px 0;
    padding: 24px 20px 0;
    display: flex;
    align-items: center;
    column-gap: 24px; }
  .forecast-vote__left {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
  .forecast-vote__logo img {
    border-radius: 6px;
    height: 40px; }
    @media (max-width: 575.98px) {
      .forecast-vote__logo img {
        height: 32px; } }
  .forecast-vote__right {
    display: flex;
    align-items: center;
    margin: 0 -12px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .forecast-vote__btn {
    padding: 0 12px; }
    .forecast-vote__btn .btn {
      width: 140px; }
  .forecast-vote__grade {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: -0.02em;
    color: var(--color-black-200); }
    @media (max-width: 575.98px) {
      .forecast-vote__grade {
        font-size: 18px; } }

.vote-block__top {
  display: flex;
  align-items: center;
  margin: 0 -12px 12px; }
.vote-block__left {
  padding: 0 12px;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%; }
  .vote-block__left .btn {
    width: 72px; }
    .vote-block__left .btn.active {
      cursor: default;
      width: auto;
      color: var(--color-blue-100);
      background: url("/public/images/new_icons/img/icon/check.svg") center right no-repeat;
      background-size: 16px 12px;
      border: 1px solid transparent;
      padding: 8px 25px 10px 0;
      justify-content: flex-start;
      text-align: left; }
    .vote-block__left .btn.no-active {
      cursor: default;
      width: auto;
      color: var(--color-gray-500);
      background: transparent;
      border: 1px solid transparent;
      padding: 8px 25px 10px 0;
      justify-content: flex-start;
      text-align: left; }
.vote-block__right {
  padding: 0 12px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.vote-block__value {
  font-weight: 700;
  letter-spacing: -0.03em; }
.vote-block__progress {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--color-gray-200);
  position: relative;
  overflow: hidden;
  margin-bottom: 12px; }
  .vote-block__progress.positive-result span {
    background: var(--color-blue-100); }
  .vote-block__progress.negative-result span {
    background: var(--color-red-100); }
  .vote-block__progress span {
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
.vote-block__bottom {
  cursor: pointer;
  display: inline-flex;
  align-items: center; }
.vote-block__img {
  display: flex;
  align-items: center;
  margin-right: 12px; }
  .vote-block__img img {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    max-width: 100%;
    border-radius: 50%;
    display: block; }
    .vote-block__img img:not(:first-child) {
      margin-left: -8px; }
.vote-block__text {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.01em;
  color: var(--color-gray-300); }

.voted-popup {
  display: none;
  width: 100%;
  max-width: 420px;
  background: var(--color-white);
  border-radius: 8px;
  padding: 0; }
  .voted-popup .fancybox-button {
    padding: 0;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 20px;
    right: 16px; }
    @media (max-width: 575.98px) {
      .voted-popup .fancybox-button {
        top: 8px;
        right: 8px; } }
  .voted-popup__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--color-black-200);
    padding: 24px 44px 20px;
    background: var(--color-gray-200); }
    @media (max-width: 575.98px) {
      .voted-popup__title {
        font-size: 18px;
        padding: 24px 36px 20px; } }
  .voted-popup__top {
    padding: 0 10px 14px; }
  .voted-popup__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    margin-bottom: 8px; }
  .voted-popup__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--color-gray-100); }
  .voted-popup__number {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em; }
  .voted-popup__line {
    background: var(--color-gray-200);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    height: 4px;
    width: 100%; }
    .voted-popup__line.positive-result span {
      background: var(--color-blue-100); }
    .voted-popup__line.negative-result span {
      background: var(--color-red-100); }
    .voted-popup__line span {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1; }
  .voted-popup__bottom {
    border-top: 0.5px solid var(--color-gray-400);
    padding: 22px 3px 54px; }
    @media (max-width: 575.98px) {
      .voted-popup__bottom {
        padding: 22px 3px; } }
  .voted-popup__users {
    padding: 0 10px;
    max-height: 410px;
    overflow: auto; }
    .voted-popup__users::-webkit-scrollbar {
      background: none;
      width: 4px;
      border-radius: 2px; }
    .voted-popup__users::-webkit-scrollbar-thumb {
      background: var(--color-gray-300);
      border-radius: 2px; }
    @media (max-width: 575.98px) {
      .voted-popup__users {
        max-height: 356px; } }
  .voted-popup__user {
    display: flex;
    column-gap: 20px;
    color: var(--color-black-100); }
    .voted-popup__user:not(:last-child) {
      margin-bottom: 8px; }
      .voted-popup__user:not(:last-child) .voted-popup__name {
        border-bottom: 0.5px solid var(--color-gray-400); }
    .voted-popup__user:hover {
      color: var(--color-blue-700); }
  .voted-popup__photo {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%; }
    @media (max-width: 575.98px) {
      .voted-popup__photo {
        width: 32px;
        height: 32px; } }
    .voted-popup__photo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .voted-popup__name {
    padding: 12px 0 26px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 575.98px) {
      .voted-popup__name {
        padding: 6px 0 22px; } }
  .voted-popup .main-tab {
    padding: 0 10px 10px;
    background: var(--color-gray-200); }
  .voted-popup .main-tab__nav {
    padding: 0 10px 10px; }
  .voted-popup .main-tab__nav {
    padding: 0 10px 10px; }
  .voted-popup .main-tab__nav-item {
    font-size: 18px;
    padding-bottom: 8px; }
  .voted-popup .main-tab__body {
    background: var(--color-white);
    padding: 10px;
    border-radius: 8px; }

/*# sourceMappingURL=vote-block.css.map */

.fullstory-match-rate-make-bet-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--color-white);
  font-size: 14px;
  flex-wrap: wrap;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  column-gap: 10px;
  row-gap: 10px; }
  .fullstory-match-rate-make-bet-block > div {
    display: flex;
    align-items: center; }
  .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bk-logo {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    max-width: 80px;
    border-radius: 6px;
    flex-flow: column; }
    .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bk-logo .logo-alt {
      font-size: 12px;
      color: var(--color-gray-100);
      line-height: 10px; }
    .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bk-logo > logo-block {
      max-width: 80px;
      max-height: 32px; }
    .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bk-logo img {
      width: 100%;
      max-height: 32px;
      border-radius: 6px; }
    @media (max-width: 767.98px) {
      .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bk-logo {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        order: 1; } }
  .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-info {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px; }
    @media (max-width: 767.98px) {
      .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-info {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px; } }
  .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-link {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    justify-content: flex-end; }
    .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-link a {
      cursor: pointer;
      border-radius: 6px;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.25;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      transition: var(--transition-normal);
      background: var(--color-blue-100);
      border: 1px solid var(--color-blue-100);
      color: var(--color-white);
      padding: 4px 12px 6px;
      font-weight: 500;
      letter-spacing: -0.02em; }
      .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-link a:hover {
        background: var(--color-blue-300); }
    @media (max-width: 767.98px) {
      .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-link {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        order: 2; } }
  .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-name {
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    column-gap: 6px;
    row-gap: 6px;
    color: var(--color-gray-500); }
  .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-rate {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27273;
    letter-spacing: -0.02em;
    letter-spacing: -0.02em;
    color: var(--color-black-200); }
  .fullstory-match-rate-make-bet-block .fullstory-match-rate-make-bet__bet-name > b {
    color: var(--color-black-200);
    margin-left: 5px; }

.odds-block .fullstory-match-rate-make-bet-block {
  margin: 0 -20px;
  padding: 24px 20px 0;
  margin: 4px -20px 0;
  border-top: 1px solid var(--color-gray-200);
  border-radius: 0px; }
  @media (max-width: 767.98px) {
    .odds-block .fullstory-match-rate-make-bet-block {
      padding: 12px 20px 0; } }
.odds-block.is-empty .fullstory-match-rate-make-bet-block {
  padding-top: 0;
  border-top: none; }

/*# sourceMappingURL=make-bet-block.css.map */

.odds-block {
  background: var(--color-white);
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0; }
  @media (max-width: 575.98px) {
    .odds-block {
      padding: 16px;
      margin: 20px -16px;
      border-radius: 0px; } }
  .odds-block__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: -0.04em;
    color: var(--color-black-200);
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .odds-block__title {
        font-size: 18px;
        margin-bottom: 16px; } }
  .odds-block__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px; }
  .odds-block__link {
    display: flex;
    width: 100%;
    max-width: 100%;
    color: inherit;
    flex-wrap: wrap; }
  .odds-block__col {
    padding: 0 4px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .odds-block__heading {
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin-bottom: 12px; }
    @media (max-width: 575.98px) {
      .odds-block__heading {
        font-size: 14px; } }
  .odds-block__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px; }
  .odds-block__item {
    padding: 0 4px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
  .odds-block__top {
    border: 1px solid var(--color-gray-200);
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3333333333;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--color-blue-100);
    padding: 3px 4px;
    margin-bottom: 8px; }
  .odds-block__text {
    font-size: 12px;
    line-height: 1.3333333333;
    text-align: center;
    letter-spacing: 0.02em; }
    @media (max-width: 479.98px) {
      .odds-block__text {
        font-size: 10px; } }
  .odds-block__block {
    padding: 0 4px;
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .odds-block__block {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%; } }
  .odds-block__bottom {
    margin: 0 -20px;
    padding: 24px 20px 0;
    margin: 4px -20px 0;
    border-top: 1px solid var(--color-gray-200); }
    .odds-block__bottom:first-child {
      padding: 0 20px;
      margin: 0 -20px;
      border-top: none; }
    @media (max-width: 767.98px) {
      .odds-block__bottom {
        padding: 12px 20px 0; } }
  .odds-block__wrap {
    display: flex;
    align-items: center;
    margin: 0 -8px; }
    @media (max-width: 767.98px) {
      .odds-block__wrap {
        flex-wrap: wrap; } }
  .odds-block__left {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 8px; }
    @media (max-width: 767.98px) {
      .odds-block__left {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        order: 1; } }
  .odds-block__logo {
    width: 92px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    @media (max-width: 575.98px) {
      .odds-block__logo {
        width: 74px;
        height: 32px; } }
    .odds-block__logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .odds-block__center {
    padding: 0 8px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .odds-block__center {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px; } }
  .odds-block__elem {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    column-gap: 6px;
    row-gap: 6px; }
  .odds-block__box {
    display: inline-flex;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    column-gap: 6px; }
    .odds-block__box span {
      display: block;
      width: 24px;
      height: 24px;
      position: relative;
      top: -3px; }
      .odds-block__box span img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .odds-block__right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
    margin: 0 -12px; }
    @media (max-width: 767.98px) {
      .odds-block__right {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        order: 2; } }
    @media (max-width: 575.98px) {
      .odds-block__right {
        margin: 0 -4px; } }
  .odds-block__btn {
    padding: 0 12px; }
    @media (max-width: 575.98px) {
      .odds-block__btn {
        padding: 0 4px; } }
  .odds-block__grade {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27273;
    letter-spacing: -0.02em;
    letter-spacing: -0.02em;
    color: var(--color-black-200); }
    @media (max-width: 575.98px) {
      .odds-block__grade {
        font-size: 18px; } }

/*# sourceMappingURL=odds-block.css.map */

.bookmaker-rating {
  border-radius: 16px;
  padding: 20px; }
  @media (max-width: 575.98px) {
    .bookmaker-rating {
      padding: 16px;
      margin: 0 -16px;
      border-radius: 0px; } }
  .bookmaker-rating__block {
    background: var(--color-black-200); }
  .bookmaker-rating__head {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    margin-top: -10px; }
    .bookmaker-rating__head-left {
      flex: 1 0 0%;
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: flex-end; }
    .bookmaker-rating__head-right {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      min-width: 255px; }
      @media (max-width: 767.98px) {
        .bookmaker-rating__head-right {
          display: none; } }
    .bookmaker-rating__head-cell {
      color: var(--color-gray-200); }
  .bookmaker-rating__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: -0.04em;
    color: var(--color-white);
    margin-bottom: 16px; }
    @media (max-width: 575.98px) {
      .bookmaker-rating__title {
        font-size: 18px;
        margin-bottom: 12px; } }
  .bookmaker-rating__item:not(:last-child) {
    margin-bottom: 8px; }
  .bookmaker-rating__bottom {
    border-top: 1px solid rgba(156, 158, 164, 0.2);
    margin: 16px -20px 0;
    padding: 20px 20px 0;
    text-align: center; }
    @media (max-width: 575.98px) {
      .bookmaker-rating__bottom {
        padding: 12px 16px 0;
        margin: 16px -16px 0; } }
    .bookmaker-rating__bottom a {
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.01em;
      color: var(--color-gray-100);
      padding-left: 25px;
      transform: translateY(-2px);
      display: inline-block; }
      .bookmaker-rating__bottom a svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        display: inline-block;
        margin-left: 2px;
        position: relative;
        top: 4px; }

.item-bookmaker-rating {
  background: var(--color-white);
  border-radius: 7px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767.98px) {
    .item-bookmaker-rating {
      flex-wrap: wrap; } }
  .item-bookmaker-rating__left {
    background: var(--color-gray-200);
    padding: 20px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .item-bookmaker-rating__left {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      .item-bookmaker-rating__left {
        padding: 16px; } }
  .item-bookmaker-rating__body {
    display: flex;
    align-items: center;
    margin: 0 -8px; }
    @media (max-width: 479.98px) {
      .item-bookmaker-rating__body {
        flex-wrap: wrap; } }
  .item-bookmaker-rating__images {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 8px; }
    @media (max-width: 479.98px) {
      .item-bookmaker-rating__images {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px; } }
  .item-bookmaker-rating__img {
    width: 115px;
    height: 46px;
    border-radius: 6px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 575.98px) {
      .item-bookmaker-rating__img {
        width: 80px;
        height: 32px; } }
    .item-bookmaker-rating__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .item-bookmaker-rating__box {
    padding: 0 8px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
  .item-bookmaker-rating__top {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    row-gap: 6px; }
  .item-bookmaker-rating__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--color-black-200);
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
  .item-bookmaker-rating__grade {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--color-black-200);
    display: inline-flex;
    align-items: center;
    column-gap: 4px; }
    @media (max-width: 479.98px) {
      .item-bookmaker-rating__grade {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 1; } }
    .item-bookmaker-rating__grade svg {
      width: 16px;
      height: 16px;
      fill: #ffd45f; }
  .item-bookmaker-rating__cols {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 4px; }
  .item-bookmaker-rating__col {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    color: var(--color-gray-300); }
    .item-bookmaker-rating__col span {
      color: var(--color-blue-100); }
  .item-bookmaker-rating__right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 20px; }
    @media (max-width: 575.98px) {
      .item-bookmaker-rating__right {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 16px; } }
  .item-bookmaker-rating__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -4px;
    min-width: 220px; }
  .item-bookmaker-rating__btn {
    padding: 0 4px; }
    @media (max-width: 575.98px) {
      .item-bookmaker-rating__btn {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%; } }
    .item-bookmaker-rating__btn .btn {
      width: 100px; }
      @media (max-width: 575.98px) {
        .item-bookmaker-rating__btn .btn {
          width: 100%; } }

/*# sourceMappingURL=bookmaker-rating.css.map */

.forecast-result-block {
  background: linear-gradient(87.96deg, #767676 -16.59%, #566473 151.05%);
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0; }
  @media (max-width: 575.98px) {
    .forecast-result-block {
      padding: 16px;
      border-radius: 0px;
      margin: 20px -16px; } }
  .forecast-result-block.positive-result {
    background: linear-gradient(87.96deg, #5c7859 -16.59%, #031122 151.05%); }
  .forecast-result-block.negative-result {
    background: linear-gradient(87.96deg, #920d4d -16.59%, #031122 151.05%); }
  .forecast-result-block.empty-result {
    background: linear-gradient(87.96deg, #0d4692 -16.59%, #031122 151.05%); }
  .forecast-result-block__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px; }
  .forecast-result-block__heading {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: var(--color-gray-300);
    margin-bottom: 8px; }
    @media (max-width: 575.98px) {
      .forecast-result-block__heading {
        margin-bottom: 6px;
        font-size: 14px; } }
  .forecast-result-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0.02em;
    color: var(--color-white);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 8px; }
    @media (max-width: 575.98px) {
      .forecast-result-block__title {
        font-size: 18px;
        margin-bottom: 6px; } }
  .forecast-result-block__show {
    cursor: pointer;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    max-width: 100%;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .forecast-result-block__show svg {
      width: 24px;
      height: 24px;
      fill: currentColor;
      transform: rotate(90deg); }
    .forecast-result-block__show.active svg {
      transform: rotate(270deg); }
  .forecast-result-block__text {
    display: none;
    font-size: 14px;
    line-height: 1.2857142857;
    color: var(--color-gray-400);
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      .forecast-result-block__text {
        font-size: 12px; } }
    .forecast-result-block__text .forecast-item-result__title {
      font-size: 16px;
      color: var(--color-white); }
      @media (max-width: 575.98px) {
        .forecast-result-block__text .forecast-item-result__title {
          font-size: 14px; } }
    .forecast-result-block__text .positive-result,
    .forecast-result-block__text .empty-result,
    .forecast-result-block__text .negative-result,
    .forecast-result-block__text .negative-half-result,
    .forecast-result-block__text .positive-half-result,
    .forecast-result-block__text .none-result {
      color: var(--color-gray-400) !important; }
      .forecast-result-block__text .positive-result:before,
      .forecast-result-block__text .empty-result:before,
      .forecast-result-block__text .negative-result:before,
      .forecast-result-block__text .negative-half-result:before,
      .forecast-result-block__text .positive-half-result:before,
      .forecast-result-block__text .none-result:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        display: inline-flex;
        align-items: center;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        font-size: 14px; }
        @media (max-width: 575.98px) {
          .forecast-result-block__text .positive-result:before,
          .forecast-result-block__text .empty-result:before,
          .forecast-result-block__text .negative-result:before,
          .forecast-result-block__text .negative-half-result:before,
          .forecast-result-block__text .positive-half-result:before,
          .forecast-result-block__text .none-result:before {
            font-size: 12px; } }
    .forecast-result-block__text .positive-result:before {
      content: '\e826';
      color: var(--color-green-100); }
    .forecast-result-block__text .empty-result:before {
      content: '\e837';
      color: var(--color-blue-100); }
    .forecast-result-block__text .negative-result:before {
      content: '\e80e';
      color: var(--color-red-100); }
    .forecast-result-block__text .positive-half-result:before {
      content: '\e99d';
      color: var(--color-purple-200); }
    .forecast-result-block__text .negative-half-result:before {
      content: '\e99b';
      color: var(--color-orange-100); }
    .forecast-result-block__text > span {
      display: block;
      margin-bottom: 8px; }
    .forecast-result-block__text > span > span {
      display: block;
      margin-bottom: 8px; }
    .forecast-result-block__text > div > span {
      display: block;
      margin-bottom: 8px; }
    .forecast-result-block__text br {
      display: none; }
  .forecast-result-block__bank {
    color: var(--color-gray-400); }

/*# sourceMappingURL=forecast-result-block.css.map */

.match-table {
  margin: 20px 0; }
  .match-table__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0.03em;
    color: var(--color-black-200);
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .match-table__title {
        font-size: 18px; } }
  .match-table__links {
    display: flex;
    align-items: center;
    column-gap: 20px;
    overflow: auto;
    margin-bottom: 17px; }
  .match-table__link {
    cursor: pointer;
    white-space: nowrap;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--color-gray-500);
    transition: var(--transition-normal);
    border-bottom: 2px solid transparent; }
    .match-table__link:hover {
      color: var(--color-black-200);
      border-bottom: 2px solid var(--color-blue-100); }
    .match-table__link.active {
      color: var(--color-black-200);
      border-bottom: 2px solid var(--color-blue-100); }
  .match-table__body.hide-rows {
    height: 200px;
    overflow: hidden;
    position: relative; }
  .match-table__block-more {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    margin: 0;
    color: var(--color-white);
    cursor: pointer;
    padding: 8px 20px;
    background: rgba(159, 159, 159, 0.9); }
    .match-table__block-more:hover {
      background: var(--color-gray-500); }

.match-table-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap; }
  .match-table-menu__label {
    font-weight: 700; }
  .match-table-menu__select {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 18px;
    margin: 20px 0; }
    .match-table-menu__select .select-block__btn {
      padding: 0;
      border: none;
      border-bottom: 1px dashed;
      border-radius: 0; }
      .match-table-menu__select .select-block__btn:after {
        top: 0px; }

.match-table-tab {
  background: var(--color-white);
  border-radius: 16px;
  padding: 20px 20px 0; }
  @media (max-width: 575.98px) {
    .match-table-tab {
      padding: 16px 16px 0;
      margin: 0 -16px;
      border-radius: 0px; } }
  .match-table-tab__nav {
    border: 1px solid var(--color-gray-400);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px; }
  .match-table-tab__nav-item {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2857142857;
    text-align: center;
    letter-spacing: 0;
    color: var(--color-black-200);
    padding: 10px 14px;
    transition: var(--transition-normal); }
    .match-table-tab__nav-item:not(:last-child) {
      border-right: 1px solid var(--color-gray-400); }
    .match-table-tab__nav-item:hover {
      background: var(--color-blue-300);
      color: var(--color-white); }
    .match-table-tab__nav-item.active {
      background: var(--color-blue-300);
      color: var(--color-white); }
  .match-table-tab__body-item {
    display: none; }
    .match-table-tab__body-item.active {
      display: block; }
  .match-table-tab__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: -0.04em;
    color: var(--color-black-200);
    margin-bottom: 17px; }
    @media (max-width: 575.98px) {
      .match-table-tab__title {
        font-size: 18px; } }

.tournament-table {
  background: var(--color-white);
  border-radius: 16px;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .tournament-table {
      margin: 0 -16px;
      border-radius: 0px;
      overflow: auto; } }
  @media (max-width: 575.98px) {
    .tournament-table__body {
      min-width: 390px; } }
  .tournament-table__body table, .tournament-table__body table.tablesorter {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    margin: 0; }
    .tournament-table__body table thead tr th, .tournament-table__body table.tablesorter thead tr th {
      min-width: 34px;
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      letter-spacing: -0.02em;
      color: var(--color-gray-100);
      padding: 23px 10px 10px 0; }
      .tournament-table__body table thead tr th:first-child, .tournament-table__body table.tablesorter thead tr th:first-child {
        padding: 23px 10px 10px 40px;
        max-width: 70px; }
      .tournament-table__body table thead tr th:last-child, .tournament-table__body table.tablesorter thead tr th:last-child {
        padding: 23px 10px 10px 20px; }
      @media (max-width: 767.98px) {
        .tournament-table__body table thead tr th, .tournament-table__body table.tablesorter thead tr th {
          padding: 23px 5px 10px 0; }
          .tournament-table__body table thead tr th:first-child, .tournament-table__body table.tablesorter thead tr th:first-child {
            padding: 23px 5px 10px 16px; }
          .tournament-table__body table thead tr th:last-child, .tournament-table__body table.tablesorter thead tr th:last-child {
            padding: 23px 5px 10px 16px; } }
      .tournament-table__body table thead tr th:not(:nth-child(2)), .tournament-table__body table.tablesorter thead tr th:not(:nth-child(2)) {
        cursor: pointer; }
    .tournament-table__body table tbody tr, .tournament-table__body table.tablesorter tbody tr {
      background: var(--color-white); }
      .tournament-table__body table tbody tr:nth-child(odd), .tournament-table__body table.tablesorter tbody tr:nth-child(odd) {
        background: rgba(242, 242, 245, 0.6); }
      .tournament-table__body table tbody tr.active, .tournament-table__body table.tablesorter tbody tr.active {
        background: rgba(255, 141, 34, 0.3); }
      .tournament-table__body table tbody tr td, .tournament-table__body table.tablesorter tbody tr td {
        font-weight: 700;
        min-width: 34px;
        padding: 11px 10px 11px 0;
        font-size: 14px;
        line-height: 1.2857142857;
        color: var(--color-black-100);
        border-bottom: none;
        background: inherit; }
        .tournament-table__body table tbody tr td:first-child, .tournament-table__body table.tablesorter tbody tr td:first-child {
          padding: 11px 10px 11px 40px;
          max-width: 70px; }
        .tournament-table__body table tbody tr td:last-child, .tournament-table__body table.tablesorter tbody tr td:last-child {
          padding: 11px 10px 11px 20px; }
        @media (max-width: 767.98px) {
          .tournament-table__body table tbody tr td, .tournament-table__body table.tablesorter tbody tr td {
            padding: 11px 5px 11px 0; }
            .tournament-table__body table tbody tr td:first-child, .tournament-table__body table.tablesorter tbody tr td:first-child {
              padding: 11px 5px 11px 16px; }
            .tournament-table__body table tbody tr td:last-child, .tournament-table__body table.tablesorter tbody tr td:last-child {
              padding: 11px 5px 11px 16px; } }
        .tournament-table__body table tbody tr td a, .tournament-table__body table.tablesorter tbody tr td a {
          font-size: 14px;
          line-height: 1.4285714286;
          letter-spacing: -0.03em;
          color: var(--color-blue-300);
          display: inline-flex;
          column-gap: 10px;
          align-items: center; }
        .tournament-table__body table tbody tr td .tournament-table__team-label, .tournament-table__body table.tablesorter tbody tr td .tournament-table__team-label {
          font-size: 14px;
          line-height: 1.4285714286;
          color: var(--color-black-100);
          display: inline-flex;
          column-gap: 10px;
          align-items: center; }
  .tournament-table__body table.tablesorter thead tr th:not(.sorter-false) {
    background-image: none;
    position: relative; }
    .tournament-table__body table.tablesorter thead tr th:not(.sorter-false) .tablesorter-header-inner {
      display: inline-flex;
      align-items: center;
      position: relative; }
  .tournament-table__body table.tablesorter thead tr th.tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner:after, .tournament-table__body table.tablesorter thead tr th.tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner:before {
    content: "";
    display: inline-flex;
    margin-left: 4px;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 3px 0 3px;
    border-color: var(--color-gray-100) transparent transparent transparent; }
  .tournament-table__body table.tablesorter thead tr th.tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner:after {
    top: 0.3em; }
  .tournament-table__body table.tablesorter thead tr th.tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner:before {
    top: 0.1em;
    right: 0;
    position: absolute;
    transform: rotate(180deg); }
  .tournament-table__body table.tablesorter thead tr th.tablesorter-headerAsc, .tournament-table__body table.tablesorter thead tr th.tablesorter-headerDesc {
    color: var(--color-blue-100) !important;
    background: var(--color-white);
    border-bottom: 2px solid var(--color-blue-100); }
  .tournament-table__body table.tablesorter thead tr th.tablesorter-headerAsc:not(.sorter-false) .tablesorter-header-inner:after, .tournament-table__body table.tablesorter thead tr th.tablesorter-headerDesc:not(.sorter-false) .tablesorter-header-inner:after {
    content: "";
    display: inline-flex;
    margin-left: 4px;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 3px 0 3px;
    border-color: var(--color-blue-100) transparent transparent transparent; }
  .tournament-table__body table.tablesorter thead tr th.tablesorter-headerAsc:not(.sorter-false) .tablesorter-header-inner:after {
    transform: rotate(180deg); }
  .tournament-table__team {
    width: 70%; }
  .tournament-table__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden; }
    .tournament-table__img i {
      font-size: 16px;
      color: var(--color-gray-100); }
    .tournament-table__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.forecast-item__block.match-table__block {
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0; }

/*# sourceMappingURL=match-table.css.map */

.bk-compare {
  margin: 20px 0; }
  .bk-compare__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0.03em;
    color: var(--color-black-200);
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .bk-compare__title {
        font-size: 18px; } }
  .bk-compare__links {
    display: flex;
    align-items: center;
    column-gap: 20px;
    overflow: auto;
    margin-bottom: 17px; }
  .bk-compare__link {
    cursor: pointer;
    white-space: nowrap;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--color-gray-500);
    transition: var(--transition-normal);
    border-bottom: 2px solid transparent; }
    .bk-compare__link:hover {
      color: var(--color-black-200);
      border-bottom: 2px solid var(--color-blue-100); }
    .bk-compare__link.active {
      color: var(--color-black-200);
      border-bottom: 2px solid var(--color-blue-100); }
  .bk-compare__body {
    background: var(--color-white);
    border-radius: 16px;
    padding: 20px 20px; }
    @media (max-width: 575.98px) {
      .bk-compare__body {
        padding: 16px 16px;
        margin: 0 -16px;
        border-radius: 0px; } }
  .bk-compare__tab {
    border: 1px solid var(--color-gray-400);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px; }
    .bk-compare__tab:empty {
      display: none; }
  .bk-compare__tab-item {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2857142857;
    text-align: center;
    letter-spacing: 0;
    color: var(--color-black-200);
    padding: 10px 14px;
    transition: var(--transition-normal); }
    .bk-compare__tab-item:not(:last-child) {
      border-right: 1px solid var(--color-gray-400); }
    .bk-compare__tab-item:hover {
      background: var(--color-blue-300);
      color: var(--color-white); }
    .bk-compare__tab-item.active {
      background: var(--color-blue-300);
      color: var(--color-white); }
  @media (max-width: 479.98px) {
    .bk-compare__block {
      overflow: auto;
      margin: 0 -16px; } }
  .bk-compare__wrap {
    margin: 0 -20px; }
    @media (max-width: 575.98px) {
      .bk-compare__wrap {
        margin: 0 -16px; } }
    @media (max-width: 479.98px) {
      .bk-compare__wrap {
        min-width: 480px;
        margin: 0; } }
  .bk-compare__top {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 0 12px; }
    @media (max-width: 767.98px) {
      .bk-compare__top {
        margin: 0 0 8px; } }
    @media (max-width: 575.98px) {
      .bk-compare__top {
        padding: 0 16px; } }
  .bk-compare__top-left {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding: 0 12px; }
    @media (max-width: 767.98px) {
      .bk-compare__top-left {
        padding: 0 6px; } }
  .bk-compare__top-name {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--color-gray-100); }
  .bk-compare__top-right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bk-compare__top-items {
    display: flex;
    align-items: center;
    column-gap: 24px; }
    @media (max-width: 767.98px) {
      .bk-compare__top-items {
        column-gap: 12px; } }
  .bk-compare__top-item {
    width: 52px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-gray-100);
    text-align: center; }
  .bk-compare__item {
    padding: 8px 20px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    column-gap: 24px; }
    .bk-compare__item:nth-child(odd) {
      background: rgba(242, 242, 245, 0.6); }
    @media (max-width: 767.98px) {
      .bk-compare__item {
        column-gap: 12px; } }
    @media (max-width: 575.98px) {
      .bk-compare__item {
        padding: 8px 16px; } }
    .bk-compare__item.collapse-row {
      cursor: pointer;
      background: var(--color-white); }
      .bk-compare__item.collapse-row:hover {
        background: var(--color-gray-400); }
      .bk-compare__item.collapse-row .bk-compare__rate {
        font-size: 14px; }
      .bk-compare__item.collapse-row.active {
        background: var(--color-gray-500);
        color: var(--color-white); }
        .bk-compare__item.collapse-row.active .bk-compare__rate {
          color: var(--color-gray-400); }
        .bk-compare__item.collapse-row.active .bk-compare__collapse-icon svg {
          transform: rotate(270deg); }
  .bk-compare__item-left {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .bk-compare__item-left {
        column-gap: 6px; } }
  .bk-compare__item-link {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.03em;
    color: var(--color-blue-300); }
  .bk-compare__item-img {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .bk-compare__item-img img {
      height: 32px;
      width: 80px;
      border-radius: 6px; }
  .bk-compare__item-right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bk-compare__item-cols {
    display: flex;
    align-items: center;
    column-gap: 24px; }
    @media (max-width: 767.98px) {
      .bk-compare__item-cols {
        column-gap: 12px; } }
  .bk-compare__item-col {
    width: 52px; }
  .bk-compare__rate {
    width: 52px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    column-gap: 4px;
    color: var(--color-black-200); }
    .bk-compare__rate.positive-result {
      background: rgba(95, 175, 65, 0.2);
      color: #5faf41; }
    .bk-compare__rate.negative-result {
      background: rgba(232, 38, 26, 0.2);
      color: #e8261a; }
  .bk-compare__rate-flag svg {
    height: 8px;
    flex: 0 0 auto;
    width: 8px;
    max-width: 100%; }
  .bk-compare__rate-flag.positive-result {
    color: #5faf41; }
    .bk-compare__rate-flag.positive-result svg {
      fill: currentColor; }
  .bk-compare__rate-flag.negative-result {
    color: #e8261a; }
    .bk-compare__rate-flag.negative-result svg {
      transform: rotate(-180deg);
      fill: currentColor; }
  .bk-compare__collapse-content {
    display: none;
    padding: 10px;
    background: var(--color-gray-500); }
    .bk-compare__collapse-content.active-collapse {
      display: block; }
    .bk-compare__collapse-content .bk-compare__top {
      padding-top: 10px; }
    .bk-compare__collapse-content .bk-compare__item:nth-child(odd) {
      background: var(--color-gray-400); }
  .bk-compare__collapse-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transform: rotate(90deg); }
  .bk-compare__collapse-icon.active svg {
    transform: rotate(270deg); }

.forecast-item__block.bk-compare-block {
  padding: 0;
  background: none;
  margin: 0;
  border-radius: 0px; }

.ratio-history__close-btn {
  display: flex;
  justify-content: flex-end; }
  .ratio-history__close-btn .fa-close {
    cursor: pointer; }

.popover.ratio-history__popover {
  max-width: 380px; }

/*# sourceMappingURL=bk-compare.css.map */

.same-tips {
  background: var(--color-white);
  border-radius: 16px;
  margin: 20px 0;
  padding: 20px; }
  @media (max-width: 575.98px) {
    .same-tips {
      margin: 20px -16px;
      padding: 16px;
      border-radius: 0px; } }
  .same-tips__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: -0.04em;
    color: var(--color-black-200);
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .same-tips__title {
        font-size: 18px; } }
  .same-tips__item {
    padding-top: 20px; }
    .same-tips__item:not(:last-child) {
      border-bottom: 1px solid var(--color-gray-200);
      padding-bottom: 20px; }
    .same-tips__item:first-child {
      padding-top: 0; }
  .same-tips__item-link {
    color: inherit; }
    .same-tips__item-link:hover .same-tips__item-right {
      background: var(--color-blue-300);
      color: var(--color-white); }
    .same-tips__item-link:hover .same-tips__item-left {
      color: var(--color-blue-300); }
  .same-tips__item-top {
    margin-bottom: 16px;
    display: flex;
    column-gap: 6px;
    font-size: 14px;
    line-height: 1.2857142857;
    color: var(--color-gray-300);
    align-items: center; }
    @media (max-width: 575.98px) {
      .same-tips__item-top {
        margin-bottom: 12px;
        font-size: 12px; } }
    .same-tips__item-top img {
      width: 14px;
      height: 14px;
      flex: 0 0 14px;
      opacity: 0.5; }
      @media (max-width: 575.98px) {
        .same-tips__item-top img {
          width: 12px;
          height: 12px;
          flex: 0 0 12px; } }
  .same-tips__item-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px; }
    @media (max-width: 575.98px) {
      .same-tips__item-row {
        column-gap: 12px; } }
  .same-tips__item-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 8px 0 4px; }
  .same-tips__item-left {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 500;
    color: var(--color-black-200);
    transition: var(--transition-normal);
    letter-spacing: -0.05em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px; }
    @media (max-width: 575.98px) {
      .same-tips__item-left {
        column-gap: 8px;
        font-size: 18px; } }
  .same-tips__item-images {
    display: flex;
    align-items: center; }
    .same-tips__item-images:empty {
      display: none; }
  .same-tips__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    max-width: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 575.98px) {
      .same-tips__item-img {
        width: 24px;
        height: 24px; } }
    .same-tips__item-img:first-child {
      z-index: 1; }
    .same-tips__item-img:not(:first-child) {
      margin-left: -7px; }
    .same-tips__item-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .same-tips__item-img.empty {
      border-radius: 50%;
      background: var(--color-gray-300); }
      .same-tips__item-img.empty img {
        width: 20px;
        height: 20px;
        position: initial;
        display: block;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(187deg) brightness(104%) contrast(101%); }
        @media (max-width: 575.98px) {
          .same-tips__item-img.empty img {
            width: 16px;
            height: 16px; } }
      .same-tips__item-img.empty:not(:first-child) {
        background: var(--color-gray-200); }
        .same-tips__item-img.empty:not(:first-child) img {
          filter: none;
          opacity: 0.4; }
  .same-tips__item-time {
    line-height: 1.5; }
    @media (max-width: 575.98px) {
      .same-tips__item-time {
        font-size: 14px;
        line-height: 1.2857142857; } }
  .same-tips__item-right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-weight: 700;
    color: #1a73e8;
    padding: 5px 8px;
    border-radius: 5px;
    transition: var(--transition-normal); }
    @media (max-width: 575.98px) {
      .same-tips__item-right {
        font-size: 14px; } }
  .same-tips__item-title {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    column-gap: 12px; }
    @media (max-width: 575.98px) {
      .same-tips__item-title {
        column-gap: 8px; } }
  .same-tips__item-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-gray-300); }
    @media (max-width: 575.98px) {
      .same-tips__item-text {
        font-size: 14px;
        line-height: 1.2857142857; } }

.forecast-item__block.same-tips-block {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0; }

/*# sourceMappingURL=same-tips.css.map */

.similar-news {
  margin: 20px 0;
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: nowrap; }
  @media (max-width: 575.98px) {
    .similar-news {
      flex-flow: column; } }
  .similar-news__col {
    flex: 1 0 0; }
    .similar-news__col ul {
      margin: 10px 0; }
      .similar-news__col ul li {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.01em;
        padding-left: 19px;
        position: relative; }
        @media (max-width: 575.98px) {
          .similar-news__col ul li {
            font-size: 12px; } }
        .similar-news__col ul li a {
          padding-left: 19px;
          color: var(--color-gray-100); }
          .similar-news__col ul li a:hover {
            color: var(--color-blue-300); }
            .similar-news__col ul li a:hover:before {
              border-color: var(--color-blue-300); }
          .similar-news__col ul li a:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            border: 2px solid var(--color-gray-100);
            position: absolute;
            top: 6px;
            left: 0; }
            @media (max-width: 575.98px) {
              .similar-news__col ul li a:before {
                top: 5px; } }
  .similar-news__title {
    font-weight: 600;
    color: var(--color-gray-500); }

/*# sourceMappingURL=similar-news.css.map */

.fullstory-block {
    margin: 10px 0;
    padding: 10px;
}

.fullstory-block.f-first-block {
    margin:  0;
    padding: 0;
}

.fullstory-block.f-first-block .fullstory-block__container {
    border: none;
}

.fullstory-block .fullstory-block__title {
    font-weight: bold;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
    border-bottom: 3px solid #0a91c8;
    padding-bottom: 5px;
}

.fullstory-block .fullstory-block__container {
    border: 1px solid #eaeaea;
    margin-top: 10px;
}

#fullstory-match-bk-cmp {
    border: none;
}

#fullstory-match-bk-cmp-block {
    padding: 0;
}

#fullstory-match-rate-cmp {
    border: none;
}

.fullstory-block .fullstory-block__title {
    font-weight: bold;
    font-size: 20px;
    font-family: "Noto Sans", sans-serif;
    border-bottom: 3px solid #0a91c8;
    padding-bottom: 5px;
}

.fullstory-block .fullstory-block__container {
    border: 1px solid #eaeaea;
    margin-top: 10px;
}

.fullstory-block .fullstory-prev-next-link__block {
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.fullstory-prev-next-link__block .fullstory-prev-next-link__item {
    width: 45%;
    font-family: Noto Sans,sans-serif;
    color: #555;
}

.fullstory-prev-next-link__block .fullstory-prev-next-link__item:nth-child(2n+1) {
    text-align: left;
}

.fullstory-prev-next-link__block .fullstory-prev-next-link__item:nth-child(2n) {
    text-align: right;
}

.fullstory-prev-next-link__block .fullstory-prev-next-link__item > a {
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #555;
}

.fullstory-prev-next-link__block .fullstory-prev-next-link__item:hover {
    color: #027dc3;
}

.fullstory-prev-next-link__block .fullstory-prev-next-link__item > a:hover {
    color: #027dc3;
}

.fullstory-prev-next-link__item[data-val="prev"]:before {
    content: "< ";
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.fullstory-prev-next-link__item[data-val="next"]:before {
    content: "> ";
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}