.contests-item {
  margin: 20px 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 36px 32px 20px; }
  @media (max-width: 575.98px) {
    .contests-item {
      margin: 20px -16px;
      padding: 20px 16px;
      border-radius: 0px; } }
  .contests-item.active {
    border-radius: 16px 16px 0 0;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .contests-item.active {
        border-radius: 0px; } }
  .contests-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .contests-item__bg:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.65);
      z-index: 2; }
    .contests-item__bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .contests-item__body {
    position: relative;
    z-index: 3; }
  .contests-item__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    color: var(--color-white); }
    .contests-item__name a {
      color: var(--color-white); }
      .contests-item__name a:hover {
        color: var(--color-gray-200); }
    @media (max-width: 575.98px) {
      .contests-item__name {
        font-size: 18px; } }
  .contests-item__price {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    color: var(--color-white);
    margin-bottom: 16px; }
    @media (max-width: 575.98px) {
      .contests-item__price {
        font-size: 28px; } }
  .contests-item__labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px; }
    .contests-item__labels:not(:last-child) {
      margin-bottom: 12px; }
  .contests-item__label {
    background: var(--color-gray-500);
    border-radius: 10px;
    padding: 6px 10px 7px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: var(--color-white); }
  .contests-item__text {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    color: var(--color-gray-200); }
    .contests-item__text:not(:last-child) {
      margin-bottom: 24px; }
  .contests-item__info {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    color: var(--color-gray-200);
    margin-bottom: 5px; }
    .contests-item__info span {
      color: var(--color-gray-100); }
  .contests-item__bottom {
    margin-top: 36px;
    border-top: 1px solid rgba(242, 242, 245, 0.5); }
    @media (max-width: 575.98px) {
      .contests-item__bottom {
        margin-top: 20px; } }
  .contests-item__bottom-row {
    display: flex;
    align-items: center;
    margin: 0 -12px;
    padding-top: 20px; }
    @media (max-width: 767.98px) {
      .contests-item__bottom-row {
        flex-wrap: wrap; } }
    @media (max-width: 575.98px) {
      .contests-item__bottom-row {
        padding-top: 16px; } }
  .contests-item__bottom-left {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding: 0 12px; }
    @media (max-width: 767.98px) {
      .contests-item__bottom-left {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px; } }
  .contests-item__bottom-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: -0.01em;
    color: var(--color-white);
    transition: var(--transition-normal); }
    .contests-item__bottom-link:hover {
      color: var(--color-blue-100); }
    .contests-item__bottom-link svg {
      width: 24px;
      height: 24px;
      fill: currentColor;
      transform: rotate(90deg); }
  .contests-item.active .contests-item__bottom-link svg {
    transform: rotate(-90deg); }
  .contests-item__bottom-right {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 12px; }
  .contests-item__bottom-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px; }
  .contests-item__bottom-btn .btn-green {
    min-width: 140px; }

.contests-item-rules {
  display: none;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .01em;
  border: 2px solid;
  border-radius: 0 0 16px 16px;
  padding: 16px; }
  @media (max-width: 575.98px) {
    .contests-item-rules {
      border-radius: 0; } }

.contest-detail__desc {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-bottom: 32px; }
  @media (max-width: 575.98px) {
    .contest-detail__desc {
      margin-bottom: 20px;
      font-size: 14px; } }
.contest-detail__date-block {
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: -0.04em;
  color: var(--color-black-200); }
  @media (max-width: 575.98px) {
    .contest-detail__date-block {
      font-size: 18px; } }
.contest-detail__date-btn {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  column-gap: 6px; }
  .contest-detail__date-btn input {
    cursor: pointer; }
  .contest-detail__date-btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 3px 0 3px;
    border-color: var(--color-blue-100) transparent transparent transparent; }
  .contest-detail__date-btn input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.contest-detail__date-btn-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: -0.04em;
  color: var(--color-blue-100); }
  @media (max-width: 575.98px) {
    .contest-detail__date-btn-text {
      font-size: 18px; } }
.contest-detail__table .main-leaderboard {
  margin: 20px -32px; }
  @media (max-width: 575.98px) {
    .contest-detail__table .main-leaderboard {
      margin: 20px -16px; } }
.contest-detail__table-block {
  margin-bottom: 20px; }
  .contest-detail__table-block .leaderboard {
    margin: 0 -32px -32px; }
    @media (max-width: 575.98px) {
      .contest-detail__table-block .leaderboard {
        margin: 0 -16px -16px; } }
  .contest-detail__table-block .leaderboard__body table thead tr th:first-child {
    padding: 8px 5px 8px 24px; }
    @media (max-width: 767.98px) {
      .contest-detail__table-block .leaderboard__body table thead tr th:first-child {
        padding: 8px 5px 8px 8px; } }
  .contest-detail__table-block .leaderboard__body table thead tr th.tablesorter-headerAsc, .contest-detail__table-block .leaderboard__body table thead tr th.tablesorter-headerDesc {
    color: var(--color-blue-100) !important;
    background: var(--color-white);
    border-bottom: 2px solid var(--color-blue-100); }
  .contest-detail__table-block .leaderboard__body table tbody td {
    font-weight: 700; }

.contest-spoiler__item {
  padding: 32px;
  background: var(--color-white);
  border-radius: 16px;
  margin: 20px 0; }
  @media (max-width: 575.98px) {
    .contest-spoiler__item {
      margin: 20px -16px;
      padding: 16px;
      border-radius: 0px; } }
  .contest-spoiler__item.active .contest-spoiler__arrow svg {
    transform: rotate(-90deg); }
.contest-spoiler__title {
  display: flex;
  align-items: center;
  column-gap: 12px; }
.contest-spoiler__heading {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: -0.04em;
  color: var(--color-black-200); }
  @media (max-width: 575.98px) {
    .contest-spoiler__heading {
      font-size: 18px; } }
.contest-spoiler__arrow {
  cursor: pointer;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  max-width: 100%;
  color: var(--color-black-100); }
  .contest-spoiler__arrow svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transform: rotate(90deg); }
.contest-spoiler__body {
  display: none; }
  .contest-spoiler__body.active {
    display: block; }
.contest-spoiler .contest-params {
  margin: 30px 0 0;
  padding: 0; }
  @media (max-width: 575.98px) {
    .contest-spoiler .contest-params {
      margin: 20px 0 0; } }
  .contest-spoiler .contest-params .contest-params__bottom {
    margin: 0 -32px 0;
    padding: 24px 32px 0; }
    @media (max-width: 575.98px) {
      .contest-spoiler .contest-params .contest-params__bottom {
        margin: 0 -16px 0;
        padding: 20px 16px 0; } }
  .contest-spoiler .contest-params .contest-params__block {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0; }
  .contest-spoiler .contest-params .contest-params__item {
    flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
    margin-bottom: 28px; }
    @media (max-width: 767.98px) {
      .contest-spoiler .contest-params .contest-params__item {
        flex: 0 0 auto;
        width: 33.333%;
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      .contest-spoiler .contest-params .contest-params__item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        margin-bottom: 20px; } }

.contest-detail-info a {
  color: var(--color-blue-100);
  font-size: inherit;
  transition: var(--transition-normal); }
  .contest-detail-info a:hover {
    color: var(--color-blue-300); }
.contest-detail-info div {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--color-black-100); }
  @media (max-width: 575.98px) {
    .contest-detail-info div {
      font-size: 14px; } }
  .contest-detail-info div:not(:last-child) {
    margin: 16px 0; }
.contest-detail-info p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--color-black-100); }
  @media (max-width: 575.98px) {
    .contest-detail-info p {
      font-size: 12px; } }
  .contest-detail-info p:not(:last-child) {
    margin: 16px 0; }
.contest-detail-info h4 {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--color-black-100);
  margin: 20px 0 0; }
  .contest-detail-info h4:not(:last-child) {
    margin: 20px 0; }
  @media (max-width: 575.98px) {
    .contest-detail-info h4 {
      font-size: 14px; } }
.contest-detail-info h5 {
  font-weight: 500;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--color-black-100); }
  @media (max-width: 575.98px) {
    .contest-detail-info h5 {
      font-size: 14px; } }
  .contest-detail-info h5:not(:last-child) {
    margin: 16px 0; }
.contest-detail-info h6 {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: -0.01em;
  color: var(--color-gray-100);
  margin: 20px 0 0; }
  .contest-detail-info h6:not(:last-child) {
    margin: 20px 0; }
  @media (max-width: 575.98px) {
    .contest-detail-info h6 {
      font-size: 12px; } }
.contest-detail-info ol {
  padding-left: 30px;
  margin: 20px 0 0; }
  .contest-detail-info ol:not(:last-child) {
    margin: 20px 0; }
  .contest-detail-info ol li {
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: var(--color-black-100);
    padding-left: 18px;
    position: relative; }
    @media (max-width: 575.98px) {
      .contest-detail-info ol li {
        font-size: 12px; } }
.contest-detail-info ul {
  margin: 20px 0 0; }
  .contest-detail-info ul:not(:last-child) {
    margin: 20px 0; }
  .contest-detail-info ul li {
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    color: var(--color-black-100);
    padding-left: 18px;
    position: relative; }
    @media (max-width: 575.98px) {
      .contest-detail-info ul li {
        font-size: 12px; }
        .contest-detail-info ul li:before {
          top: 10px; } }
    .contest-detail-info ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      left: 0;
      background: var(--color-black-100);
      border-radius: 1px;
      width: 4px;
      height: 4px; }

.contest-params {
  background: var(--color-white);
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0; }
  @media (max-width: 575.98px) {
    .contest-params {
      padding: 16px;
      margin: 20px -16px;
      border-radius: 0px; } }
  .contest-params__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px; }
  .contest-params__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px; }
  .contest-params__item {
    padding: 0 4px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
  .contest-params__top {
    border: 1px solid var(--color-gray-200);
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3333333333;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--color-blue-100);
    padding: 3px 4px;
    margin-bottom: 8px; }
  .contest-params__text {
    font-size: 14px;
    line-height: 1.3333333333;
    text-align: center;
    letter-spacing: 0.02em; }
    @media (max-width: 479.98px) {
      .contest-params__text {
        font-size: 12px; } }
  .contest-params__block {
    padding: 0 4px;
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .contest-params__block {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%; } }
  .contest-params__bottom {
    margin: 0 -20px;
    padding: 24px 20px 0;
    margin: 4px -20px 0;
    border-top: 1px solid var(--color-gray-200); }
    .contest-params__bottom:first-child {
      padding: 0 20px;
      margin: 0 -20px;
      border-top: none; }
    @media (max-width: 767.98px) {
      .contest-params__bottom {
        padding: 12px 20px 0; } }
  .contest-params__wrap {
    display: flex;
    align-items: center;
    margin: 0 -8px; }
    @media (max-width: 767.98px) {
      .contest-params__wrap {
        flex-wrap: wrap; } }
  .contest-params__left {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 8px; }
    @media (max-width: 767.98px) {
      .contest-params__left {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%; } }
  .contest-params__logo.bk-face__img {
    width: 100px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain; }
  .contest-params__logo.bk-face__marathon {
    background-image: url(../images/bk/gift/marathonbet.png); }
  .contest-params__logo.bk-face__parimatch {
    background-image: url(../images/bk/gift/parimatch.png); }
  .contest-params__logo.bk-face__fonbet {
    background-image: url(../images/bk/gift/fonbet.png); }
  .contest-params__logo.bk-face__1xstavka {
    background-image: url(../images/bk/gift/1xstavka.png); }
  .contest-params__logo.bk-face__winline {
    background-image: url(../images/bk/gift/winline.png); }
  .contest-params__logo.bk-face__olimpbet {
    background-image: url(../images/bk/gift/olimpbet.png); }
  .contest-params__center {
    padding: 0 8px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .contest-params__center {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px; } }
    .contest-params__center div {
      color: var(--color-blue-100);
      font-weight: 600; }
  .contest-params__elem {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
    column-gap: 6px;
    row-gap: 6px; }
  .contest-params__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) {
      .contest-params__right {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        order: 2; } }
    @media (max-width: 575.98px) {
      .contest-params__right {
        margin: 0 -4px; } }

.contest-constraints {
  display: flex;
  align-items: center;
  column-gap: 4px; }
  .contest-constraints__item {
    cursor: help;
    height: 24px;
    min-width: 20px;
    background: #161616;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    color: var(--color-gray-200);
    padding: 0 4px; }

.contest-detail-stats {
  padding: 32px;
  background: var(--color-white);
  border-radius: 16px;
  margin: 20px 0; }
  @media (max-width: 575.98px) {
    .contest-detail-stats {
      margin: 20px -16px;
      padding: 16px;
      border-radius: 0px; } }

.contest-user-tooltip {
  color: var(--color-green-100);
  cursor: pointer; }

.contest-user-ban-btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: var(--color-red-100);
  font-size: 17px;
  overflow: hidden; }
  .contest-user-ban-btn.c-green {
    color: var(--color-green-100); }

.exclude-user-block {
  margin: 5px 0 20px;
  background: var(--color-gray-300);
  padding: 12px;
  flex: 0 0 auto;
  max-width: 100%;
  border-radius: 8px; }
  .exclude-user-block__head {
    display: flex;
    flex-flow: column;
    column-gap: 10px;
    row-gap: 10px;
    font-size: 15px; }
    .exclude-user-block__head time {
      font-weight: bold;
      color: var(--color-white);
      margin: 0 5px; }
  .exclude-user-block__info {
    padding: 8px;
    border-radius: 4px;
    margin: 5px 0px 20px;
    background: #f9ca41; }

.tooltip .nick {
  display: inline-flex;
  align-items: center; }
  .tooltip .nick span[onclick] {
    color: var(--color-gray-200); }
    .tooltip .nick span[onclick]:hover {
      color: var(--color-blue-300); }

.contest-excepts {
  padding: 32px;
  background: var(--color-white);
  border-radius: 16px;
  margin: 20px 0; }
  @media (max-width: 575.98px) {
    .contest-excepts {
      margin: 20px -16px;
      padding: 16px;
      border-radius: 0px; } }
  .contest-excepts__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1818181818;
    letter-spacing: -0.04em;
    color: var(--color-black-200);
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .contest-excepts__title {
        font-size: 18px; } }
  .contest-excepts__block {
    padding: 20px;
    background: var(--color-gray-200);
    border-radius: 8px;
    margin-bottom: 20px; }
  .contest-excepts__text {
    display: block;
    font-weight: 600;
    font-size: 16px; }
  .contest-excepts__items {
    display: flex;
    align-items: center;
    column-gap: 5px;
    flex-wrap: wrap; }
    .contest-excepts__items .nick {
      display: inline-flex;
      align-items: center;
      border-radius: 10px;
      margin: 5px 0;
      column-gap: 5px;
      padding: 8px 5px;
      background: var(--color-gray-500);
      color: var(--color-gray-300); }
      .contest-excepts__items .nick .nick-icon {
        color: var(--color-orange-200); }
      .contest-excepts__items .nick span[onclick]:hover {
        color: var(--color-white); }

.contest-alert {
  background: var(--color-gray-500);
  padding: 15px;
  border-radius: 8px;
  color: var(--color-white); }

.contest-toto__title {
  margin: 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: -0.04em; }
  @media (max-width: 575.98px) {
    .contest-toto__title {
      font-size: 16px; } }
.contest-toto__event {
  display: flex;
  align-items: stretch;
  border: 2px solid #03A9F4;
  border-radius: 12px;
  overflow: hidden;
  margin: 5px 0;
  background: #f7f7f7; }
  .contest-toto__event:hover {
    background: #fff;
    opacity: 1;
    transition: opacity .4s ease; }
  .contest-toto__event.active {
    opacity: 1;
    background: #fff;
    border-color: #00BCD4; }
    .contest-toto__event.active .contest-toto__event-status {
      background: #00BCD4; }
  .contest-toto__event.win-event {
    border-color: var(--color-green-100); }
    .contest-toto__event.win-event .contest-toto__event-status {
      background: var(--color-green-100); }
  .contest-toto__event.lose-event {
    border-color: var(--color-red-400); }
    .contest-toto__event.lose-event .contest-toto__event-status {
      background: var(--color-red-400); }
  .contest-toto__event.empty-event {
    border-color: var(--color-gray-100);
    opacity: 0.3; }
    .contest-toto__event.empty-event:hover {
      opacity: 1; }
    .contest-toto__event.empty-event .contest-toto__event-status {
      background: var(--color-gray-100); }
  .contest-toto__event.wait-result {
    border-color: var(--color-orange-100); }
    .contest-toto__event.wait-result .contest-toto__event-status {
      background: var(--color-orange-100); }
  .contest-toto__event.canceled-event {
    border-color: var(--color-gray-500);
    opacity: 0.3; }
    .contest-toto__event.canceled-event:hover {
      opacity: 1; }
    .contest-toto__event.canceled-event .contest-toto__event-status {
      background: var(--color-gray-500); }
  .contest-toto__event.hidden-event {
    display: none; }
.contest-toto__event-time {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 5px; }
.contest-toto__event-text {
  font-weight: bold;
  font-size: 16px; }
.contest-toto__event-info {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px; }
.contest-toto__event-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.contest-toto__event-status {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contest-toto__event-status div {
    display: flex;
    width: 30px;
    height: 30px;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50%; }
.contest-toto__event-name {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column; }
  .contest-toto__event-name a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: #000;
    flex-flow: column; }
    .contest-toto__event-name a:hover {
      color: var(--color-blue-300); }
.contest-toto__event-tournament {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 7px;
  font-size: 12px;
  color: #ACAFB6; }
.contest-toto__event-images {
  position: relative;
  width: 100px;
  display: inline-flex;
  margin-bottom: 5px; }
  .contest-toto__event-images img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    z-index: 1;
    position: relative; }
  .contest-toto__event-images img:nth-child(2) {
    margin-left: -8px;
    z-index: 2; }
.contest-toto__event-stats {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  column-gap: 5px;
  font-size: 12px;
  color: #4a4a4a;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px; }
.contest-toto__event-actions {
  display: flex;
  justify-content: space-around; }
.contest-toto__action {
  font-size: 16px;
  border: 2px solid #ccc;
  margin: 5px;
  text-align: center;
  cursor: pointer; }
  .contest-toto__action.default:hover {
    background: var(--color-blue-500);
    color: var(--color-white); }
  .contest-toto__action:not(.default) {
    color: var(--color-white);
    cursor: not-allowed; }
  .contest-toto__action.active {
    background: var(--color-blue-100);
    border-color: var(--color-blue-100); }
  .contest-toto__action.not-active {
    background: var(--color-gray-100);
    border-color: var(--color-gray-100); }
  .contest-toto__action.checked {
    background: var(--color-blue-300);
    border-color: var(--color-blue-300); }
  .contest-toto__action.win-bet {
    background: var(--color-green-100);
    border-color: var(--color-green-100); }
  .contest-toto__action.lose-bet {
    background: var(--color-red-400);
    border-color: var(--color-red-400); }
.contest-toto__action-label {
  width: 14px;
  padding: 10px;
  box-sizing: content-box; }
.contest-toto__action-stats {
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px; }
.contest-toto__show-more {
  border: 1px solid var(--color-gray-200);
  margin-top: 20px;
  cursor: pointer; }
.contest-toto__last-tips {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.contest-toto__last-tips-item, .contest-toto__last-tips-btn {
  width: 20px;
  height: 20px;
  cursor: help;
  border-radius: 3px;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center; }
.contest-toto__last-tips-btn {
  cursor: pointer;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  margin: 2px; }
  .contest-toto__last-tips-btn:hover {
    background: var(--color-gray-500);
    color: var(--color-white);
    border: 1px solid var(--color-gray-500); }
.contest-toto__bonus {
  background: var(--color-green-100);
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  padding: 7px;
  border-radius: 12px; }
  .contest-toto__bonus.hidden-event {
    display: none; }

.contest-add-form__prize-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ccc;
  padding: 2px;
  margin: 2px 0; }
.contest-add-form__prize-item {
  margin: 2px;
  max-width: 80px;
  flex-grow: 1; }
  .contest-add-form__prize-item:first-child {
    max-width: 15px; }
  .contest-add-form__prize-item:last-child {
    max-width: 100%; }
  .contest-add-form__prize-item input {
    background: var(--color-white); }

.contest-pay-form__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .contest-pay-form__item-sub {
    flex-grow: 1;
    min-width: 15px;
    max-width: 85px;
    text-align: center; }
    .contest-pay-form__item-sub:first-child {
      max-width: 35px; }
    .contest-pay-form__item-sub:nth-child(2) {
      min-width: 45px;
      max-width: 100%;
      text-align: left;
      padding: 10px; }
      .contest-pay-form__item-sub:nth-child(2) .nick span {
        color: var(--color-gray-500); }
      .contest-pay-form__item-sub:nth-child(2) .nick span:hover {
        color: var(--color-blue-300); }
.contest-pay-form__title, .contest-pay-form__period {
  font-size: 14px;
  font-weight: bold; }
.contest-pay-form__title > span, .contest-pay-form__period > span {
  font-weight: normal;
  margin-right: 5px; }

.contest-pay-results {
  background: #2ab35e;
  color: #fff;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 10px 0; }
  .contest-pay-results__item {
    display: inline-flex;
    align-items: flex-start;
    flex-flow: column;
    max-width: 50%;
    width: 50%;
    padding: 10px; }
    .contest-pay-results__item-place {
      padding-left: 10px;
      margin-bottom: 5px; }
    .contest-pay-results__item-info {
      background: var(--color-gray-500);
      padding: 10px;
      border-radius: 10px;
      display: flex;
      flex-flow: column;
      row-gap: 10px; }
      .contest-pay-results__item-info .nick {
        font-size: 18px; }

.contest-toto-admin__page {
  background: #fff;
  padding: 15px;
  border-radius: 12px; }
  .contest-toto-admin__page .contest-toto__event-stats .btn {
    padding: 4px 8px;
    font-size: 12px; }

/*# sourceMappingURL=contests.css.map */
