.content-block-lite.additional-info-block {
  padding-bottom: 0;
  margin-bottom: 23px;
}

/* event-block */

.event-block.statistics-end {
  margin-top: 35px;
}

.event-top-block {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 18px 16px;
  box-sizing: border-box;
  width: 100%;
  /*    box-shadow: 0px 0px 4px #00000026;*/
}
.event-block {
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d9eafa;
  width: 100%;
  position: relative;
}
.event-block.finished {
  border-bottom: 0;
  padding-bottom: 0;
}
.event-block.finished h2 {
  margin-bottom: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.event-block.finished h2::before {
  font-family: "Betru";
  content: "\e934";
  display: flex;
  position: absolute;
  right: 50px;
}
.event-block.finished.hide h2::before {
  transform: rotate(-270deg);
}
.event-block.finished.show h2::before {
  transform: rotate(-90deg);
}
.event-block.finished .content-block__inner {
  margin-top: 20px;
  padding-bottom: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.event-block.finished.hide .content-block__inner {
  display: none;
}
.event-block.finished.show {
  border-bottom: 1px solid #d9eafa;
}
.event-block.finished.show h2 {
  background-color: #e0f0ff;
}

@media screen and (max-width: 991px) {
  .event-block.statistics-end {
    margin-top: 0;
  }

  .event-top-block {
    background-color: transparent;
    padding: 18px 0;
    box-shadow: none;
    overflow: unset;
  }
}

@media screen and (max-width: 768px) {
  .event-top-block,
  .event-block {
    padding: 0;
    box-shadow: none;
  }
  .event-block.finished h2::before {
    right: 30px;
  }
}

/* caption */

.caption {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}

.caption h1 {
  margin: 0;
  padding: 0;
}

.caption__column-title {
  flex: 0 0 calc(100% - 300px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*    justify-content: flex-start;*/
}

.caption__column-title h1 {
  font-size: 23px;
  margin-bottom: 5px;
  padding-right: 13px;
}

.caption__column-link {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.caption__event {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;

  height: 48px;
  width: 299px;

  font-weight: 500;
  font-size: 14px;
  line-height: 1;

  text-transform: uppercase;

  color: #ffffff;

  background: #00c659;
  border-radius: 4px;
}

.caption__event img {
  display: none;
}

.caption__event:hover {
  cursor: pointer;
  opacity: 0.6;
}

.caption__event span {
  display: block;
  width: 69px;
  height: 30px;
  margin-right: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;

  color: #262f56;

  background: #ffffff;
  border-radius: 4px;
}

.caption__liga-link {
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 299px;
  height: 48px;

  background: linear-gradient(
    92.05deg,
    #f3f3f7 0%,
    rgba(243, 243, 247, 0) 112.9%
  );
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

.caption__liga-link:hover {
  cursor: pointer;
  opacity: 0.6;
}

.caption__liga-img {
  flex: none;
  margin-right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;

  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 1.63721px 3.27442px rgba(0, 0, 0, 0.06);
}
.caption__liga-img img {
  width: 39px;
  height: 39px;
}
.caption__liga {
  padding-right: 9px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.18;
  /* or 118% */

  color: #262f56;
}

.caption__liga span {
  display: block;

  font-weight: 300;
  font-size: 13px;
  line-height: 1.08;
  color: #7c7c7c;
}

.caption__liga-arrow {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;

  background: #00c659;
  border-radius: 50%;
  flex: none;
}

.caption__liga-arrow::before {
  font-family: "Betru";
  content: "\e906";
  color: #fff;
  display: flex;
  font-size: 7px;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}

@media screen and (max-width: 991px) {
  .caption {
    display: block;
    margin-bottom: 9px;
  }

  .caption__liga-link {
    width: 100%;
    margin: 9px 0 9px;
    border-radius: 16px;
    background-color: #fff;
  }
}

@media screen and (max-width: 576px) {
  .caption__column-title h1 {
    font-size: 18px;
    padding-right: 0;
  }
}

/* event-nav */

.event-nav,
.event-nav * {
  box-sizing: border-box;
}

.event-nav__list {
  display: flex;

  width: 100%;
  margin-bottom: 30px;
}

.event-nav__list a {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;

  color: #262f56;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.event-nav__list a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.event-nav__list a.active {
  color: #ffffff;

  background: #00c659;
}

.event-nav__list a:first-child {
  border-radius: 8px 0 0 8px;
}

.event-nav__list a:last-child {
  border-radius: 0 8px 8px 0;
}

.event-nav-open,
.event-nav__caption,
.event-nav__bottom {
  display: none;
}

@media screen and (max-width: 768px) {
  .event-nav {
    height: 100%;
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

  .event-nav.active {
    display: flex;
  }

  .event-nav__caption,
  .event-nav__bottom {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 23px;
  }

  .event-nav__list {
    margin-bottom: 0;
    flex: 1 0 auto;
    overflow-y: auto;
    display: block;
  }

  .event-nav__list a {
    box-shadow: none;
    justify-content: flex-start;
    font-size: 16px;
    padding: 11px 11px 11px 17px;
    border-left: 6px solid transparent;
    border-radius: 0;
  }

  .event-nav__list a.active {
    background: #e8f8ff;
    border-left-color: #00c659;
    border-radius: 0;
    color: #262f56;
  }

  .event-nav__caption {
    min-height: 79px;

    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #262f56;

    border-bottom: 1px solid #d9eafa;
  }

  .event-nav__bottom {
    min-height: 92px;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.48;
    color: #262f56;

    border-top: 1px solid #d9eafa;
  }

  .event-nav__close {
    border-radius: 50%;
    background: #d9eafa;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    outline: none;
  }

  .event-nav__close::before {
    font-family: "Betru";
    content: "\e903";
    font-size: 12px;
    color: #000000;
  }

  .event-nav__close:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  .event-nav__start {
    border-radius: 50%;
    background: none;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #d9eafa;
    outline: none;
  }

  .event-nav__start::before {
    font-family: "Betru";
    content: "\e934";
    transform: rotate(-90deg);
    font-size: 14px;
    color: #00c659;
  }

  .event-nav-open {
    position: fixed;
    z-index: 2;
    bottom: 140px;
    right: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00c659;
    padding: 0;
    border: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }

  .event-nav-open.active {
    display: flex;
  }

  .event-nav-open.show {
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }

  .event-nav-open::before {
    font-family: "Betru";
    content: "\e94e";
    font-size: 13px;
    color: #ffffff;
  }
}

/* event-top-row */

.event-top-row {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}

.event-top-row__right-column {
  flex: 0 0 300px;
  max-width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-top-row__left-column {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-right: 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-top-row__right-column .side-widget {
  flex: 1 0 auto;
}

@media screen and (max-width: 991px) {
  .event-top-row {
    display: block;
  }

  .event-top-row__right-column .side-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .event-top-row__left-column {
    padding-right: 0;
    max-width: 100%;
  }

  .event-top-row__right-column {
    max-width: 100%;
    display: none;
  }
}

/* event-top */

.event-top {
  padding: 20px 10px 19px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}

.event-top * {
  box-sizing: border-box;
}

.event-top__overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.event-top__overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #262f56, #262f56);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  opacity: 0.7;
}

.event-top__overlay img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event-top__start {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;

  font-weight: 300;
  font-size: 16px;
  line-height: 1.01;
  text-align: center;
  color: #ffffff;
}

.event-top__start.end {
  color: #ff3939;
  font-weight: 700;
}

.event-top__start span {
  display: block;
  font-weight: 500;
  margin-top: 6px;
}

.event-top__row {
  display: flex;
  justify-content: space-around;
}

.event-top__team-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 21px;
}

.event-top__team-img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.event-top__team {
  margin: 0 auto 15px;
  width: 159px;
  max-width: 100%;

  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.21;
  text-align: center;

  color: #ffffff;
}

.event-top__text-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-top__liga-img {
  width: 45px;
  height: 45px;
  margin-bottom: 9px;
}

.event-top__liga-img img {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.event-top__liga {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 7px;

  color: #ffffff;
}

.event-top__score {
  margin-bottom: 6px;

  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.1;

  color: #ffffff;
}

.event-top__score span {
  margin: 0 7px;
  vertical-align: middle;
}

.event-top__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.event-top__circle span {
  display: block;
  margin: 0 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.event-top__circle span.win {
  background-color: #00c659;
}

.event-top__circle span.defeat {
  background-color: #ff0000;
}

.event-top__circle span.draw {
  background-color: #ffa500;
}

.event-top__goal-name {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-align: center;

  margin-top: 15px;
}

.event-top__date {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;

  color: #ffffff;
}

.event-top__bottom {
  margin-top: 20px;

  font-weight: 300;
  font-size: 16px;
  line-height: 1.01;
  text-align: center;

  color: #ffffff;
}

.event-top__bottom span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.event-top__penalty {
  padding: 0 7px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.event-top__penalty-number {
  font-size: 20px;
  margin-bottom: 3px;
}

.event-top__penalty-number span {
  margin: 0 5px;
}
.event-top__penalty-text {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* -- Loading Content --- */
.loading .event-top__team-img,
.loading .event-top__start,
.loading .event-top__liga-img,
.loading .event-top__liga,
.loading .event-top__score > span,
.loading .event-top__date,
.loading .event-top__bottom > span,
.loading .event-header-buttons > .btn,
.loading .event-banner__logo,
.loading .event-banner__caption > span,
.loading .event-banner__text > span {
  background-color: var(--loading_color);
  animation: gradientFade 2s infinite alternate;
  border-radius: 5px;
}
.loading .event-top,
.loading .event-block {
  border: 1px var(--loading_color) solid;
}
.loading .event-top__overlay::before {
  opacity: 0;
}
.loading .event-top__team-img,
.loading .event-top__liga-img {
  border-radius: 50%;
}
.loading .event-top__team {
  color: var(--blue_mid);
}
.loading .event-top__start,
.loading .event-top__liga,
.loading .event-top__date,
.loading .event-top__bottom > span {
  width: 100px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
.loading .event-top__liga {
  height: 14px;
}
.loading .event-top__score > span {
  width: 30px;
  height: 40px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.loading .event-top__date {
  width: 200px;
  height: 24px;
}
.loading .event-header-buttons > .btn {
  display: flex;
  width: 48%;
  height: 52px;
  padding: 0;
  margin-top: 15px;
}
.loading .event-banner__top-row,
.loading .event-banner__text {
  background-color: transparent;
}
.loading .event-banner__caption {
  width: 100%;
}
.loading .event-banner__caption span:first-child {
  display: flex;
  max-width: 50%;
  height: 15px;
  margin-bottom: 8px;
}
.loading .event-banner__caption span:last-child {
  display: flex;
  max-width: 80%;
  height: 20px;
}
.loading .event-banner__text {
  grid-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.loading .event-banner__text > span {
  display: flex;
  height: 12px;
}

@media screen and (max-width: 576px) {
  .event-top__team-img {
    width: 53px;
    height: 53px;
  }

  .event-top__penalty {
    font-size: 14px;
  }

  .event-top__team {
    font-size: 12px;
    width: 90px;
  }

  .event-top__circle span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .event-top__goal-name {
    margin-top: 8px;
    font-size: 11px;
  }

  .event-top__start {
    font-size: 12px;
  }

  .event-top__start span {
    font-size: 14px;
  }

  .event-top__liga {
    font-size: 10px;
  }

  .event-top__score {
    font-size: 35px;
  }

  .event-top__date {
    font-size: 12px;
  }

  .event-top__bottom,
  .event-top__bottom span {
    font-size: 12px;
  }
}

/* event-mobile */

.event-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .event-mobile {
    display: block;
  }

  .event-mobile__row {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 0 20px;
  }

  .event-mobile__column > div {
    margin: 0 18px;
  }

  .event-mobile__column .caption__event {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 290px;
    height: 180px;
    font-size: 12px;
  }

  .event-mobile__column .caption__event img {
    display: block;
    width: 100px;
    height: auto;
  }

  .event-mobile__column .exodus__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 290px;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
  }

  .event-mobile__column .exodus__top-column a {
    width: 58px;
    margin: 0 5px;
    height: 26px;
  }

  .event-mobile__column .exodus__close {
    display: none;
  }

  .event-mobile__column .caption__event span {
    margin-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .event-mobile__row {
    padding: 0;
    justify-content: flex-start;
  }

  .event-mobile .content-block__title {
    padding-left: 0;
    padding-right: 0;
  }

  /* Скрываем блок "прогнозы, исходы" на мобильной версии */
  .event-mobile__column.exodus-mobile {
    display: none !important;
  }

  .event-mobile__column .exodus__top {
    margin-left: 0;
  }

  .event-mobile__column .caption__event {
    width: 206px;
    font-size: 11px;
  }

  .event-mobile__column .exodus__top {
    width: 206px;
  }

  .event-mobile__column h2.exodus__caption {
    font-size: 14px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
  }
}

/* .event-top-block .add-tip {
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;    
} */

/* event-bottom */

@media screen and (max-width: 991px) {
  .event-bottom {
    background-color: #fff;
    padding: 0 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 4px #00000026;
    margin-bottom: 20px;
  }
}

/* Bonuses Block */
.event-top-block .bonuses-block__header {
  height: 130px;
}
.event-top-block .bonuses-block__body_mid {
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
}
.event-top-block .bonuses-block__body_content {
  display: none;
}
.event-top-block .bonuses-block__footer {
  margin: auto 0;
  padding: 10px 0;
  border: 0;
}
.event-top-block .bonuses-block__footer a {
  font-size: 14px;
  margin: auto 10px;
}

/* event-top-scroll */

.event-top-scroll {
  padding: 0 10px 0 0;
  /*    height: 500px;*/
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* 
.scrollable {
    position: relative;
}
.scrollable:focus {
    outline: 0;
}
.scrollable .viewport {
    position: relative;
}
.scrollable .viewport .overview {
    position: absolute;
    width: 100%;
}
.scrollable .scroll-bar {
    display: none;
}
.scrollable .scroll-bar.vertical {
    position: absolute;
    z-index: 1;
    right: 7px;
    height: 100%;
    border-radius: 4px;
    background-color: #F3F3F7;
    width: 4px;
}

.scrollable .scroll-bar.vertical .thumb {
    position: absolute;
    background: #00C659;
    border-radius: 4px;
    width: 100%;
    height: 167px;
} */

/* .scrollable .scroll-bar.vertical .thumb {
    position: absolute;
    background: #00C659;
    border-radius: 4px;
    width: 100%;
    height: 167px;
} */

.scroll-element_outer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: #f3f3f7;
  border-radius: 4px;
}

/*
.scroll-bar {
    background: #00C659;
    border-radius: 4px;
    height: 169px !important;
    position: absolute;
    width: 5px;
    z-index: 1;
}
*/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
  height: 100%;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

@media screen and (max-width: 991px) {
  .event-top-scroll {
    /* margin-top: 25px; */
    height: auto;
    padding-right: 0;
  }

  .wait .event-top-scroll {
    height: 527px;
  }
}

@media screen and (max-width: 576px) {
  .event-top-scroll.scrollable .scroll-bar.vertical {
    right: 3px;
  }
}

/* exodus */

.exodus,
.exodus *,
.exodus *::before,
.exodus *::after {
  box-sizing: border-box;
}

.exodus {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.exodus.long::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 197px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  background: linear-gradient(180deg, #fff 0%, #fcfcfc00 104.05%);
  transform: rotate(-180deg);
  border-radius: 16px;
  pointer-events: none;
}

.exodus__top {
  position: relative;
  z-index: 1;
}

.exodus__top-overlay-2 {
  background: linear-gradient(255.92deg, #262f56 3.28%, #323e70 98.26%);
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.exodus__top-overlay-1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: no-repeat center / cover url("../../images/exodus-bcg-top.png");
  opacity: 0.2;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.exodus__caption {
  margin: 0;
  padding: 28px 9px;

  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;

  border-bottom: 1px solid #ffffff;
}

.exodus__top-row {
  padding: 15px 0 16px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.exodus__top-row-bk-logo {
  width: 100%;
  text-align: center;
}

.exodus__top-column span {
  display: block;
  margin-bottom: 9px;

  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;

  color: #ffffff;
}

.exodus__top-column a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 30px;
  margin: 0 auto;

  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;

  text-align: center;

  color: #262f56;

  background: #ffffff;
  border-radius: 4px;
}

.exodus__top-column a:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #00c659;
}

.exodus__content-block {
  padding-top: 0;
  border: 1px solid #dfdfdf;
  height: 100%;
  border-radius: 0px 0px 16px 16px;
  padding-bottom: 30px;
  margin-top: 10px;
  border-top: 0;
  height: 100% !important;
}
.exodus__content {
  padding: 0 23px 23px 12px;
  position: absolute;
  /* height: 900px; */
  height: auto;
  width: 100%;
}
.long .exodus__content {
  padding-bottom: 120px;
}

/* .not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  } */

/* .exodus::after {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: 197px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    z-index: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(252, 252, 252, 0) 104.05%);
    transform: rotate(-180deg);
    border-radius: 4px;
    pointer-events: none;
} */

.exodus__caption-content {
  font-weight: 500;
  line-height: 1.2;

  margin: 10px 0 5px;
  font-size: 16px;

  color: #262f56;
}

.exodus__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.exodus__row a {
  margin-bottom: 10px;
  padding: 5px 8px;
  box-sizing: border-box;
  height: 30px;
  display: flex;
  align-items: center;

  font-weight: 500;
  font-size: 11px;
  line-height: 1;

  color: #262f56;

  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.exodus__row a:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #00c659;
}

.exodus__row a.three {
  flex: 0 0 30%;
  justify-content: center;
}

.exodus__row a.two {
  flex: 0 0 49%;
  justify-content: space-between;
}

.exodus__close,
.exodus-open {
  padding: 0;
  background: none;
  outline: none;
  border: none;
  display: none;
}

@media screen and (max-width: 991px) {
  .exodus {
    height: 100%;
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* overflow-y: scroll; */
  }

  .exodus::after {
    display: none;
  }

  .exodus.active {
    display: flex;
  }

  .exodus__top {
    position: relative;
    flex: 0 0 162px;
  }

  .exodus__content-block {
    flex: 0 0 calc(100% - 162px);
    /* height: calc(100% - 162px); */
  }

  .exodus__content {
    /* flex: 0 0 calc(100% - 162px); */
    height: 100%;
  }

  .exodus__close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .exodus__close:hover,
  .exodus-open:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  .exodus__close::before {
    font-family: "Betru";
    content: "\e903";
    color: #ffffff;
    font-size: 14px;
  }

  .exodus-open {
    position: fixed;
    z-index: 2;
    bottom: 135px;
    right: 19px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;

    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #ffffff;

    border-radius: 50%;
    background: #262f56;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);

    opacity: 0;
    transition: opacity 0.5s ease-in;
  }

  .exodus-open.active {
    display: flex;
  }

  .exodus-open.show {
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }
}

/* event-head */

.event-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0;
}

.statistics-end .event-head {
  padding: 26px 0;
}

.event-head--grid,
.event-head--broadcast {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
}

.event-head--grid .event-head__column,
.event-head--broadcast .event-head__column {
  grid-row: 1/3;
}

.event-head--grid .event-head__caption,
.event-head--broadcast .event-head__caption {
  grid-row: 1/2;
}

.event-head--grid .event-head__number-row,
.event-head--broadcast .event-head__tab-row {
  grid-row: 2/3;
}

.event-head__tab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.event-head__tab-line {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;

  background: #f3f3f7;
  border-radius: 4px;
  overflow: hidden;
}

.event-head__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;

  text-align: center;

  color: #262f56;
}

.event-head__tab:hover {
  opacity: 0.6;
  cursor: pointer;
}

.event-head__tab.active {
  font-weight: 500;
}

.event-head__tab.active::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  box-sizing: border-box;
  background: #00c659;
}

.event-head__tab-line span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #00c659;
  transition: all 0.5s ease-in;
}

.statistics-end .event-head__column {
  padding: 0;
  box-shadow: 0px 8px 41px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 50px;
  width: 50px;
  justify-content: center;
}

.event-head__team {
  margin-left: 8px;
  margin-right: 8px;

  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #262f56;
}

.event-head__column span {
  display: block;
  text-align: center;
  margin-top: 25px;

  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #262f56;
}

.event-head__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover url("../../images/exodus-bcg-top.png");
  opacity: 0.05;
}

.event-head__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 8px 41px rgba(0, 0, 0, 0.06);
}

.statistics-end .event-head__img {
  width: 30px;
  height: 30px;
  box-shadow: none;
  margin-left: 8px;
  margin-right: 8px;
}

.event-head__img img {
  width: 75px;
  height: auto;
}

.statistics-end .event-head__img img {
  width: 30px;
}

.event-head__caption {
  margin: 0 15px;

  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;

  color: #262f56;
}

.event-head__number-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 11px;
}

.event-head__number {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #262f56;
  text-align: center;
  margin: 0 24px;
}

.event-head__number span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;

  width: 48px;
  height: 48px;

  font-size: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #f4f4f4;
}

@media screen and (max-width: 768px) {
  .event-head__caption {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .event-head__team {
    display: none;
  }

  .statistics-end .event-head__img {
    width: 41px;
    height: 41px;
    margin: 0;
  }

  .statistics-end .event-head__caption {
    margin: auto 0;
  }

  .event-head.event-head--broadcast {
    align-items: center;
  }

  .event-head--grid .event-head__column {
    grid-row: 2/3;
  }

  .event-head--broadcast .event-head__column {
    grid-row: 1/2;
  }

  .event-head--grid,
  .event-head--broadcast {
    grid-template-columns: auto 1fr auto;
  }

  .event-head--broadcast .event-head__caption {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .event-head--grid .event-head__caption {
    grid-row: 1/2;
    grid-column: 1/4;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .event-head--broadcast .event-head__tab-row {
    grid-row: 2/3;
    grid-column: 1/4;
  }

  .event-head--grid .event-head__number-row {
    grid-row: 2/3;
  }

  .event-head__tab-row {
    width: fit-content;
    margin: 0 auto;
  }

  .event-head--broadcast .event-head__img,
  .event-head--grid .event-head__img {
    margin-top: 5px;
    width: 52px;
    height: 52px;
  }

  .event-head--grid .event-head__img img,
  .event-head--broadcast .event-head__img img {
    width: 33px;
  }

  .event-head__number {
    margin: 0 6px;
    font-size: 10px;
  }

  .event-head__number span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .event-head__column--mobile-hidden {
    display: none;
  }

  .event-head__img {
    width: 65px;
    height: 65px;
  }

  .event-head__img img {
    width: 41px;
  }

  .event-head__column span {
    font-size: 14px;
  }

  .event-head {
    padding: 34px 31px;
    align-items: flex-start;
  }
}

/* structure */

.structure * {
  box-sizing: border-box;
}

.structure__main {
  padding: 40px 10px;
  box-sizing: border-box;
}
.structure__not_confirmed {
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  font-weight: normal;
  color: #f00;
  clear: both;
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}
.structure__not_confirmed::before {
  content: "\e961";
  font-family: "Betru";
  font-weight: normal;
  margin-right: 10px;
}
.structure__field-block {
  margin: 0 0 40px;
  padding: 15px 16px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.structure__field {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 658px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: no-repeat center / contain url("../../images/field.svg");
  border-radius: 4px;
}

.structure__field_team {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.structure__field-img {
  display: none;
}

.structure__field-card {
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.structure__field-card .structure__field-shirt:before {
  font-family: "Betru";
  content: "\e95e";
  font-size: 49px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.structure__field-card.team-1 .structure__field-shirt:before {
  color: #00c659;
}

.structure__field-card.team-2 .structure__field-shirt:before {
  color: #262f56;
}

.structure__field-shirt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 49px;
  margin-bottom: 8px;

  font-weight: bold;
  font-size: 12px;
  line-height: 0.45;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.structure__field-shirt span {
  position: relative;
  z-index: 1;
}

.structure__field-name {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
  width: 67px;
  max-width: 100%;
}

.structure__no-player-row {
  display: flex;
  flex-wrap: wrap;
}

.structure__no-player-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  margin-right: 19px;
  background: no-repeat center / contain
    url("https://betru.ru/wp-content/uploads/2021/06/no-face.png");
}

.structure__no-player-country {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  margin-left: auto;
}

.structure__no-player-img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.structure__no-player-country img {
  width: 24px;
  height: auto;
}
.structure__no-player-country.trainer .structure__no-player-country img,
.structure__no-player-country.judge .structure__no-player-country img {
  width: 40px;
  height: auto;
}
.structure__no-player-row {
  display: flex;
  flex-wrap: wrap;
}

.structure__no-player-card {
  max-width: 100%;
  padding: 17px 15px;
  display: flex;
  align-items: center;

  border: 1px solid #dbdbdb;
  border-left-width: 8px;
  box-sizing: border-box;
  border-radius: 4px;
}

.structure__no-player-card.judge {
  width: 377px;
  margin: 20px auto 0;
  background-color: #fff;
  border-left: 1px solid #dbdbdb;
}

.structure__no-player-card.trainer {
  flex: 0 0 570px;
  margin: 0 auto 15px;
}

.structure__no-player-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #262f56;
  width: 100%;
}

.structure__no-player-name span {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: 300;
}

.structure__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

.structure__team {
  box-sizing: border-box;
  padding: 7px;
  flex: 0 0 245px;
  background: #ffffff;
  box-shadow: 0px 8px 41px rgba(0, 0, 0, 0.06);
  border-radius: 56px;

  display: flex;
  align-items: center;
}

.structure__team.team-2 {
  justify-content: flex-end;
}

.structure__team span {
  margin: 0 15px 0;

  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;

  color: #262f56;
}

.structure__team-img {
  width: 30px;
  height: 30px;
}

.structure__team-img img {
  object-position: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.structure__tab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.structure__tab-line {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;

  background: #f3f3f7;
  border-radius: 4px;
  overflow: hidden;
}

.structure__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;

  text-align: center;

  color: #262f56;
}

.structure__tab:hover {
  opacity: 0.6;
  cursor: pointer;
}

.structure__tab.active {
  font-weight: 500;
}

.structure__tab-line span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #00c659;
  transition: all 0.5s ease-in;
}

.structure__players-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.structure__team-block {
  flex: 0 0 49.5%;
  width: 49.5%;
  border: 1px solid #dbdbdb;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -10;
  transition: opacity 0.5s ease-in;
}

.structure__team-block.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease-in;
}

.structure__team-block.left {
  border-radius: 0 0 0 4px;
  left: 0;
}

.structure__team-block.right {
  margin-left: auto;
  border-radius: 0 0 4px 0;
  right: 0;
}

.structure__players-row {
  display: flex;
  align-items: center;
  padding: 15px 24px 15px 15px;

  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.structure__players-row.head {
  padding: 6px 24px 5px 15px;

  font-weight: 300;
  font-size: 14px;
  line-height: 2.29;
  color: #000000;

  border-top: none;
  background: linear-gradient(
    269.94deg,
    rgba(243, 243, 247, 0.35) -11.86%,
    rgba(243, 243, 247, 0.35) 99.96%
  );
}

.structure__players-face,
.structure__players-number-column {
  display: flex;
  justify-content: center;
  flex: 0 0 40px;
}

.structure__players-face {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.structure__players-number-column {
  position: relative;
  z-index: 0;
  top: 0;
  left: -5px;
}

.structure__players-name-column {
  margin-right: auto;
  margin-left: 27px;
}

.structure__players-why-column,
.structure__players-status-column {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
}

.structure__players-why-column {
  flex: 0 0 100px;
  margin-right: 2%;
}

.structure__players-status-column {
  flex: 0 0 100px;
}

.structure__players-row.head .structure__players-why-column,
.structure__players-row.head .structure__players-status-column {
  font-weight: 300;
  font-size: 14px;
}

.structure__players-face-img {
  width: 40px;
  height: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat center / contain
    url("https://betru.ru/wp-content/uploads/2021/06/no-face.png");
}

.structure__players-face-img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.structure__players-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 12px;
  line-height: 1;

  text-align: center;

  color: #262f56;

  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #f4f4f4;
}

.structure__players-country {
  flex: 0 0 48px;
  display: flex;
  justify-content: center;
}

.structure__players-country-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
}

.structure__players-country-img img {
  width: 20px;
  height: auto;
}

.structure__players-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #262f56;
}

.structure__players-name span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  color: #9a9a9a;
}

.structure__no-player-img,
.structure__no-player-country {
  flex: none;
}

@media screen and (max-width: 1100px) {
  .structure__field {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .structure__field {
    padding: 15px 0;
    flex-direction: column;
    height: 800px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background-image: url("../../images/field-mobile.svg");
  }

  .structure__field_team {
    flex-direction: column;
    width: 100%;
    flex: 0 0 49%;
  }

  .structure__field-column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .structure__field-card {
    margin: 0 0.4em;
  }

  .structure__field-img {
    display: block;
    position: absolute;

    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
  }
  .structure__field-img img {
    width: 30px;
    height: 30px;
  }
  .structure__field-img.team-1 {
    left: 21px;
    top: 16px;
  }

  .structure__field-img.team-2 {
    right: 21px;
    bottom: 16px;
  }

  .structure__row {
    display: block;
  }

  .structure__players-block {
    width: 100%;
    display: block;
  }

  .structure__team-block {
    width: 100%;
  }

  .structure__team,
  .structure__team.team-2 {
    justify-content: flex-start;
  }

  .structure__team.team-2 .structure__team-img {
    order: -1;
  }

  .structure__team-block.right {
    right: auto;
    left: 0;
  }

  .structure__team {
    width: 230px;
    margin: 0 auto 20px;
  }

  .structure__players-block:not(.team-2) {
    margin-bottom: 41px;
  }

  .structure__tab-row {
    width: fit-content;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 768px) {
  .structure__no-player-card.judge {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  .structure__field {
    padding: 15px 0;
    height: 583px;
    width: 340px;
  }

  .structure__field-name {
    font-size: 8px;
  }

  .structure__field-shirt {
    margin-bottom: 4px;
  }

  .structure__field-name {
    width: 56px;
  }

  .structure__field-card {
    margin: 0;
  }

  .structure__field-block {
    margin-bottom: 15px;
    padding: 0 8px;
    border: none;
  }

  .structure__field-shirt {
    width: 40px;
    height: 34px;
  }

  .structure__field-card .structure__field-shirt:before {
    font-size: 34px;
  }

  .structure__main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .structure__team span {
    margin: 0 auto;
  }

  .structure__tab {
    flex: 1 0 auto;
    padding: 15px;
  }

  .structure__no-player-img,
  .structure__no-player-country {
    width: 57px;
    height: 57px;
  }

  .structure__no-player-name {
    font-size: 14px;
  }

  .structure__no-player-name span {
    font-size: 12px;
  }

  .structure__players-face,
  .structure__players-number-column {
    flex: 0 0 30px;
  }

  .structure__players-face-img,
  .structure__players-number,
  .structure__players-country-img {
    width: 30px;
    height: 30px;
  }

  .structure__players-name-column {
    margin-left: 9px;
  }

  .structure__players-name {
    font-size: 12px;
  }

  .structure__players-name span {
    font-size: 8px;
  }

  .structure__no-player-card {
    padding: 13px 15px;
    width: 270px;
  }

  .structure__no-player-card.judge {
    width: 270px;
    margin-bottom: 20px;
  }

  .structure__team-block {
    border-radius: 0;
    box-sizing: border-box;
  }

  .structure__players-why-column,
  .structure__players-status-column {
    font-size: 12px;
  }

  .structure__players-why-column {
    flex: 0 0 50px;
  }

  .structure__players-status-column {
    flex: 0 0 70px;
  }
}

@media screen and (max-width: 374px) {
  .structure__players-row,
  .structure__players-row.head {
    padding: 10px 5px 11px 5px;
  }

  .structure__players-why-column,
  .structure__players-status-column {
    font-size: 12px;
    margin-right: 0;
  }

  .structure__players-why-column {
    flex: 0 0 52px;
  }

  .structure__players-status-column {
    flex: 0 0 70px;
  }

  .structure__tab {
    flex: 1 0 auto;
    padding: 11px 5px;
  }
}

/* last-meet */

.last-meet__big-row {
  display: flex;
  justify-content: space-between;
  padding: 16px 15px 18px;
}

.last-meet__block {
  flex: 0 0 49.5%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.last-meet__block.left {
  border-radius: 0 0 0 4px;
}

.last-meet__block.right {
  border-radius: 0 0 4px 0;
}

.last-meet__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  width: 48px;
  height: 48px;

  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

.last-meet__img img {
  width: 30px;
  height: auto;
}

.last-meet__head {
  display: flex;
  align-items: center;
  padding: 17px 15px 12px;
  background: linear-gradient(
    269.94deg,
    rgba(243, 243, 247, 0.2) -11.86%,
    rgba(243, 243, 247, 0.2) 99.96%
  );
}

.last-meet__caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;

  color: #262f56;
}

.last-meet__row {
  display: grid;
  grid-template-columns: 48px 48px 1fr 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 16px 15px;

  border-top: 0.5px solid rgba(0, 0, 0, 0.11);
}

.last-meet__team-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  grid-row: 1/3;
}

.last-meet__team-img + .last-meet__team-img {
  position: relative;
  left: -5px;
}

.last-meet__team-img img {
  width: 30px;
  height: auto;
}

.last-meet__team {
  padding-left: 8px;

  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #262f56;

  grid-column: 3/4;
  grid-row: 2/3;
}

.last-meet__team.current {
  font-weight: 500;
}

.last-meet__team.team-1 {
  margin-bottom: 5px;

  grid-column: 3/4;
  grid-row: 1/2;
  align-self: end;
}

.last-meet__team.team-2 {
  align-self: start;
}

.last-meet__liga {
  margin: 0 auto 0 0;
  padding-left: 9px;

  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #262f56;

  grid-row: 1/3;
}

.last-meet__liga span {
  margin-top: 5px;
  display: block;
  color: #7c7c7c;
  font-size: 10px;
  line-height: 1.39;
}

.last-meet__number-column {
  display: flex;
  align-items: center;

  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;

  color: #262f56;

  grid-row: 1/3;
}

.last-meet__number {
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .last-meet__big-row {
    padding: 10px 8px 12px;
  }

  .last-meet__row {
    padding: 10px 9px;
  }
}

@media screen and (max-width: 991px) {
  .last-meet__big-row {
    display: block;
  }

  .last-meet__big-row {
    padding: 0;
  }

  .last-meet__block.left,
  .last-meet__block.right {
    border-radius: 0;
  }

  .last-meet__block {
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 576px) {
  .last-meet__caption {
    font-size: 16px;
  }

  .last-meet__img {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
  }

  .last-meet__img img {
    width: 32px;
  }

  .last-meet__row {
    box-sizing: border-box;
    grid-template-columns: 31px 1fr auto 1fr 31px;
  }

  .last-meet__team-img {
    width: 31px;
    height: 31px;
    grid-row: 1/3;
  }

  .last-meet__team-img img {
    width: 21px;
  }

  .last-meet__team-img.team-1 {
    grid-column: 1/2;
  }

  .last-meet__team-img.team-2 {
    grid-column: 5/6;
  }

  .last-meet__team {
    font-size: 11px;
    padding-right: 8px;
  }

  .last-meet__team.team-1 {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-bottom: 0;
    align-self: center;
  }

  .last-meet__team.team-2 {
    grid-column: 4/5;
    grid-row: 1/3;
    font-weight: 500;
    text-align: right;
    align-self: center;
  }

  .last-meet__liga {
    grid-column: 3/4;
    grid-row: 1/2;
    padding-left: 0;

    text-align: center;
    font-size: 8px;
    margin-bottom: 9px;
  }

  .last-meet__liga span {
    display: inline;
    font-size: 8px;
    font-weight: 300;
    margin-left: 5px;
  }

  .last-meet__number-column {
    grid-column: 3/4;
    grid-row: 2/3;
    justify-content: center;
  }

  .last-meet__number {
    width: 31px;
    height: 31px;
    font-size: 11px;
  }

  .last-meet__team-img + .last-meet__team-img {
    position: static;
    left: 0;
  }
}

@media screen and (max-width: 374px) {
  .last-meet__team {
    padding: 0 4px;
  }

  .last-meet__number {
    margin: 0 2px;
  }

  .last-meet__liga span {
    display: block;
    margin-left: 0;
  }
}

/* statistics */
.statistics * {
  box-sizing: border-box;
}

.statistics__block {
  width: 876px;
  max-width: 100%;
  margin: 61px auto 72px;
}

.statistics-end .statistics__block {
  width: 100%;
  margin: 51px 0 36px;
  padding: 0 15px;
}

.statistics__line {
  position: relative;
  width: 100%;
  background: #262f56;
  border-radius: 4px;
  overflow: hidden;
  height: 13px;
  margin-bottom: 19px;
}

.statistics__line span {
  display: block;
  position: absolute;
  left: -6px;
  top: 0;
  height: 100%;
  background: #00c659;
  border-right: 2px solid #ffffff;
  /* transform: skewX(30deg); */
}

.statistics__line span.equal {
  transform: none !important;
}

.statistics__caption-row,
.statistics__text-line {
  display: flex;
  justify-content: space-between;
}

.statistics__caption-row {
  margin-bottom: 24px;
}

.statistics__text-line {
  margin-bottom: 9px;
}

.statistics__text-line span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;

  color: #262f56;
}

.statistics__caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;

  color: #262f56;
}

@media screen and (max-width: 991px) {
  .statistics__block {
    box-sizing: border-box;
    padding: 0 11px;
  }
}

@media screen and (max-width: 576px) {
  .statistics__line {
    height: 8px;
  }

  .statistics__caption {
    font-size: 14px;
  }

  .statistics__text-line span {
    font-size: 12px;
  }

  .statistics__block {
    margin-top: 25px;
    margin-bottom: 36px;
  }
}

/* personal */

.personal__container {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.personal__row {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;

  width: 876px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 8px;
}

.personal__img {
  flex: 0 0 47px;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #f4f4f4;
}

.personal__img img {
  width: 30px;
  height: auto;
}

.personal__team-1,
.personal__team-2 {
  flex: 0 0 calc(100% - 47px);
  max-width: 205px;

  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;

  color: #262f56;
}

.personal__team-1 {
  margin-left: 10px;
}

.personal__team-2 {
  margin-right: 10px;
  text-align: right;
}

.personal__team-1 span,
.personal__team-2 span {
  display: block;

  font-weight: 500;
  font-size: 10px;
  line-height: 1.39;

  text-transform: uppercase;

  color: #7c7c7c;
}

.personal__team-2 span {
  text-align: right;
}

.personal__team-column {
  display: flex;
  align-items: center;
  flex: 0 0 250px;
}

.personal__number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;

  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #262f56;
}

.personal__number span {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 48px;
  height: 48px;
  margin: 0 4px;

  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

.personal__date {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.39;

  text-align: center;
  text-transform: uppercase;

  color: #7c7c7c;
}

.personal__date span {
  display: block;
  color: #00c659;
}

@media screen and (max-width: 991px) {
  .personal__team-1,
  .personal__team-2 {
    font-size: 14px;
  }

  .personal__team-column {
    flex-basis: 209px;
  }

  .personal__img {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .personal__img img {
    width: 22px;
  }

  .personal__team-1,
  .personal__team-2 {
    flex: 0 0 calc(100% - 31px);
  }
}

@media screen and (max-width: 768px) {
  .personal__number {
    font-size: 11px;
  }

  .personal__number span {
    width: 31px;
    height: 31px;
  }

  .personal__number-column {
    display: flex;
    flex-direction: column;
  }

  .personal__number {
    order: 2;
  }

  .personal__number {
    margin-bottom: 0;
    margin-top: 6px;
  }

  .personal__row {
    padding: 14px 8px;
  }
}

@media screen and (max-width: 576px) {
  .personal__img {
    flex: 0 0 25px;
    height: 25px;
    width: 25px;
  }

  .personal__img img {
    width: 20px;
  }

  .personal__team-column {
    flex-basis: 122px;
  }

  .personal__team-2 {
    text-align: right;
  }

  .personal__number span {
    width: 25px;
    height: 25px;
  }

  .personal__team-1,
  .personal__team-2 {
    font-size: 11px;
    line-height: 1;
    flex-basis: calc(100% - 29px);
  }

  .personal__date {
    font-size: 8px;
    text-align: center;
  }

  .personal__number span {
    margin: 0 1px;
  }

  .personal__row {
    padding: 6px 4px;
  }

  .personal__team-1 {
    margin-left: 4px;
  }

  .personal__team-2 {
    margin-right: 4px;
  }

  .personal__date span {
    display: none;
  }

  .personal__team-1 span,
  .personal__team-2 span {
    font-size: 9px;
  }
}

@media screen and (max-width: 374px) {
  .personal__team-2 {
    margin-right: 2px;
  }

  .personal__team-1,
  .personal__team-2 {
    font-size: 10px;
  }

  .personal__team-column {
    flex-basis: 113px;
  }
}

/* event-caption */

.event-caption {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 9px 23px;
  box-sizing: border-box;

  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;

  color: #262f56;
}

@media screen and (max-width: 576px) {
  .event-caption {
    font-size: 16px;
    min-height: 53px;
  }
}

/* event-banner */

.event-banner,
.event-banner * {
  box-sizing: border-box;
}

.event-banner__top-row {
  display: flex;
  align-items: center;
  padding: 25px 26px 25px;

  background: #262f56;
}
.event-banner__logo {
  width: 155px;
  height: 45px;
  margin-right: 21px;
}
.event-banner__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.event-banner__caption {
  margin: 0;
  font-weight: bold;
  /*    font-size: 25px;*/
  line-height: 1.2;
  color: #ffffff;
}
.event-banner__caption span {
  display: block;
  font-size: 17px;
}
.event-banner__block {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.event-banner__text {
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  background: #f3f3f7;
}
.event-banner__text p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.event-banner__column {
  width: 100%;
  background-color: #00c659;
  padding: 25px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-banner__soviet-text {
  padding: 0 5px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

.event-banner__soviet-row {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.event-banner__soviet-value {
  flex: 0 0 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #262f56;
  background-color: #fff;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.event-banner__soviet-img {
  flex: 0 0 130px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.event-banner__soviet-img img {
  width: auto;
  height: 100%;
  max-height: 45px;
}
.event-banner__soviet-link {
  flex: 0 0 130px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262f56;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.event-banner__soviet-link:hover {
  opacity: 0.6;
  cursor: pointer;
}
.win .event-banner__column {
  gap: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.win .event-banner__column-inner {
  margin: 0 10px;
}
.win .event-banner__column-img {
  width: 97px;
  height: 97px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.win .event-banner__column-img img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.win .event-banner__text {
  display: flex;
  align-items: center;
}
.win .event-banner__soviet-text {
  line-height: normal;
  text-align: left;
}
.win .event-banner__soviet-row {
  justify-content: flex-start;
}

.win .event-banner__block,
.lose .event-banner__block {
  /*    flex-direction: row-reverse;*/
  flex-direction: column-reverse;
}
.lose .event-banner__column {
  background-color: #f3f3f7;
  border-left: 6px solid #00c659;
  padding-left: 30px;
}
.lose .event-banner__text {
  border: 0;
}
.lose .event-banner__soviet-row {
  justify-content: flex-start;
}
.lose .event-banner__soviet-text {
  color: #262f56;
  font-weight: 300;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .event-banner__block {
    flex-direction: column;
  }
  .event-banner__text {
    border: none;
  }
  .event-banner__column {
    flex: auto;
  }
  .win .event-banner__block,
  .lose .event-banner__block {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 576px) {
  .event-banner__block {
    padding: 0;
  }

  .event-banner__logo {
    margin-bottom: 21px;
    width: 99px;
    height: 29px;
  }

  .event-banner__top-row {
    padding: 26px 12px;
  }

  .event-banner__text {
    background: none;
    padding: 22px 11px;
  }

  .event-banner__top-row {
    display: block;
  }

  .event-banner__caption {
    font-size: 19px;
  }

  .event-banner__caption span {
    font-size: 13px;
    margin-bottom: 9px;
  }

  .event-banner__soviet-value,
  .event-banner__soviet-img,
  .event-banner__soviet-link {
    height: 40px;
  }

  .event-banner__soviet-value {
    flex-basis: 53px;
    font-size: 18px;
  }

  .event-banner__soviet-img {
    flex-basis: 134px;
  }

  .event-banner__soviet-img img {
    width: auto;
    height: 100%;
    max-height: 45px;
  }

  .event-banner__soviet-link {
    flex-basis: 100px;
    font-size: 11px;
  }

  .event-banner__column {
    padding-left: 13px;
    padding-right: 13px;
  }

  .event-banner__soviet-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .event-banner__soviet-text {
    font-size: 16px;
  }
  .event-banner__soviet-img {
    flex-basis: 98px;
  }

  .event-banner__soviet-value {
    flex-basis: 60px;
  }

  .event-banner__soviet-link {
    flex-basis: 75px;
  }
}

/* event-man */

.event-man,
.event-man * {
  box-sizing: border-box;
}

.event-man {
  padding: 0 23px;
}

.event-man__block {
  background: linear-gradient(
    269.86deg,
    rgba(164, 164, 164, 0.05),
    rgba(214, 214, 214, 0.05) 96.19%
  );
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.event-man__img {
  flex: 0 0 55px;
  margin-right: 16px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00c659;
  background: no-repeat center / contain
    url("/wp-content/uploads/2021/06/no-face.png");
}

.event-man__img img {
  object-position: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.event-man__caption-row {
  display: flex;
  align-items: center;
  position: relative;
}
.event-man__caption-row::before {
  font-family: "Betru";
  content: "\e934";
  position: absolute;
  right: 20px;
  display: flex;
}
.event-man__caption-row.opened::before {
  transform: rotate(90deg);
}
.event-man__caption-row:hover {
  cursor: pointer;
}

.event-man__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  color: #262f56;
  margin-bottom: 11px;
}

.event-man__tag-row {
  display: flex;
  align-items: center;
}

.event-man__tag-row > span {
  margin-right: 9px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 24px;
  transform: skewX(-15deg);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #ffffff;
}

.event-man__tag-row > span span {
  transform: skewX(15deg);
}

.event-man__tag-row > span.green {
  background: #00c659;
}

.event-man__tag-row > span.orange {
  background: #ffa500;
}

.event-man__tag-row > span.red {
  background: #db3f3f;
}

.event-man__name-column {
  margin-right: 15px;
}

.event-man__tag-text {
  margin-left: auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #262f56;
  margin-right: 20px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.event-man__tag-text span.green {
  color: #00c659;
  font-weight: 500;
  font-size: 16px;
}
.event-man__tag-text span.red {
  color: #ff0000;
  font-weight: 500;
  font-size: 16px;
}

.event-man__tag-text strong {
  font-weight: 500;
}

.event-man__text {
  margin: 0;
  padding: 21px 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: #262f56;

  border-top: 1px solid #f3f3f7;
}

.event-man__text a {
  font-weight: 300;
  color: #262f56;
  text-decoration: underline;
}

.event-man__text a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.event-man__link {
  margin: 48px auto 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #262f56;
  text-transform: uppercase;
}

.event-man__link:hover {
  cursor: pointer;
  opacity: 0.6;
}

.event-man__man-column {
  padding: 20px 0 20px 25px;
  display: flex;
  border-left: 5px solid #00c659;
}

.event-man__top-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #262f56;
  padding: 25px 34px;
}

.event-man__top-text strong {
  font-weight: 500;
}

.event-man__cup {
  padding: 20px 17px;
  background-color: #fff;
  flex: 0 0 291px;
  display: flex;
  align-items: center;
  min-height: 100%;
  align-self: stretch;
}

.event-man__cup-img {
  margin-right: 18px;
  flex: 0 0 56px;
  position: relative;
}

.event-man__cup-img::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event-man__cup-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.event-man__cup-column {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #262f56;
}

.event-man__cup-column span {
  display: block;
}

.event-man__block.top {
  background: transparent;
}

.event-man__block.first,
.event-man__block.two,
.event-man__block.three {
  background: linear-gradient(
    269.86deg,
    rgba(164, 164, 164, 0.05),
    rgba(214, 214, 214, 0.05) 96.19%
  );
}

.event-man__block.first .event-man__man-column {
  border-left-color: #dfd150;
}

.event-man__block.two .event-man__man-column {
  border-left-color: #baaf49;
}

.event-man__block.three .event-man__man-column {
  border-left-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .event-man__caption-row {
    flex-wrap: wrap;
  }

  .event-man__top-text {
    flex: 0 0 100%;
  }

  .event-man__cup {
    flex-grow: 1;
    justify-content: center;
  }

  .event-man__cup-column {
    text-align: center;
  }

  .event-man__cup {
    padding: 12px;
  }

  .event-man__top-text {
    padding: 14px 34px 5px;
  }
}

@media screen and (max-width: 768px) {
  .event-man {
    padding: 0 7px;
  }

  .event-man__caption-row {
    flex-wrap: wrap;
  }
  .event-man__caption-row::before {
    font-size: 22px;
    top: 40px;
    right: 30px;
  }
  .event-man__tag-text {
    padding: 22px 0 8px 20px;
    margin-right: 0;
    flex: 0 0 100%;
    border-top: 1px solid #f3f3f7;
    text-align: left;
  }

  .event-man__text {
    border-top: none;
  }

  .event-man__block {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .event-man__cup-img::before {
    background-color: #fff;
  }

  .event-man__block.first {
    background: linear-gradient(
      96.31deg,
      #f5e239 -15.33%,
      #fff8bd 56.33%,
      #f5e338 123.65%
    );
  }

  .event-man__block.two {
    background: linear-gradient(
      96.31deg,
      #d8d082 -15.33%,
      #fcf6bf 56.33%,
      #d8d083 123.65%
    );
  }

  .event-man__block.three {
    background: linear-gradient(
      96.31deg,
      #ededed -15.33%,
      #f1f1f1 56.33%,
      #ededed 123.65%
    );
  }

  .event-man__top-text {
    padding: 14px 15px 5px;
  }

  .event-man__cup {
    flex-basis: auto;
    justify-content: flex-start;
    background-color: transparent;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }

  .event-man__cup-img {
    flex-basis: 48px;
  }

  .event-man__cup-column {
    text-align: left;
  }

  .event-man__img {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .event-man__name {
    font-size: 14px;
  }

  .event-man__tag-text {
    font-size: 16px;
  }

  .event-man__text {
    font-size: 13px;
    padding: 20px;
    padding-top: 7px;
  }
}

/* translation */

.translation,
.translation * {
  box-sizing: border-box;
}
.translation {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.translation__block {
  height: 100%;
  width: 100%;
  /* height: 800px; */
  /* max-height: 800px; */
}

.translation__circle-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  justify-content: center;
}

.translation__circle-name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #262f56;
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.translation__circle-name span {
  display: block;
  border-radius: 50%;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.translation__circle-name span.team-1 {
  background: #00c659;
}

.translation__circle-name span.team-2 {
  background: #262f56;
}

.translation__link {
  margin: 52px auto 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #262f56;
}

.translation__list {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10;
  width: 100%;
  transition: opacity 1s ease-in;
}

.translation__list.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 1s ease-in;
}

.translation__list::before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  height: calc(100% - 16px);
  width: 4px;
  background-color: #c4c4c4;
}

.translation__list.text {
  padding: 0 30px;
  margin: 54px 0;
}

.translation__list.text::before {
  left: 13px;
  top: 3px;
  transform: translateX(0);
}

.translation__text-item {
  display: flex;
  margin-bottom: 20px;
}

.translation__text-item p {
  margin: 0;
  margin-top: 4px;
  padding: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.07;

  color: #000000;
}

.translation__text-item p strong {
  font-weight: 500;
}

.translation__text-time {
  margin-right: 23px;
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  color: #ffffff;
}

.translation__text-time::before {
  content: "\e960";
  font-family: "Betru";
  font-size: 31px;
  font-weight: normal;
  color: #262f56;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.translation__text-time.add::before {
  color: #ffa500;
}

.translation__text-time span {
  z-index: 2;
  display: block;
  margin-top: 6px;
}

.translation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.translation__time {
  position: relative;
  z-index: 1;
  flex: 0 0 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  border: 2px solid #c4c4c4;
  color: #262f56;
  background-color: #fff;
}
.translation__time.team-1 {
  background: #00c659;
  color: #fff;
  border-color: #fff;
}

.translation__time.team-2 {
  background: #262f56;
  color: #fff;
  border-color: #fff;
}

.translation__icon {
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.translation__icon.red-card::before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: #e90000;
  transform: skewX(-15deg);
}

.translation__icon.yellow-card::before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  background: #ffa500;
  transform: skewX(-15deg);
}

.translation__icon.goal::before {
  font-family: "Betru";
  font-weight: normal;
  font-size: 20px;
}
.translation__icon.goal.football::before {
  content: "\e90d";
}
.translation__icon.goal.hockey::before {
  content: "\e968";
}
.translation__icon.goal.basketball::before {
  content: "\e930";
  color: #ff7626;
}
.translation__icon.goal {
  position: relative;
}

.translation__icon.goal span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -6px;
  right: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;

  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
}

.translation__icon.goal.yellow-a span {
  background-color: #ff9900;
}

.translation__icon.goal.blue-p span {
  background-color: #262f56;
}

.translation__icon.goal.red-p span {
  background-color: #ff1e1e;
}

.translation__icon.arrow::before,
.translation__icon.arrow::after {
  content: "\e95f";
  font-family: "Betru";
  font-weight: normal;
  font-size: 8px;
  color: #262f56;
  line-height: 1;
}

.translation__icon.time::before {
  content: "\e947";
  font-family: "Betru";
  font-weight: normal;
  font-size: 20px;
  color: #ff0000;
}

.translation__icon.arrow::before {
  color: #00c659;
  transform: rotate(180deg);
}

.translation__img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat center / 30px 30px
    url("/wp-content/uploads/2021/06/no-face.png");
}

.translation__img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.translation__text-column {
  flex: 0 0 calc((100% - 219px) / 2);
}

.translation__text-column.end,
.translation__text-column.live {
  padding-left: 7px;
  font-weight: 500;
  font-size: 17px;
  line-height: 0.73;
  color: #262f56;
  margin-left: -30px;
}

.translation__text-column.team-1 {
  padding-right: 19px;
  text-align: right;
}

.translation__text-column.team-2 {
  padding-left: 19px;
}

.basketball .translation__text-column.team-2,
.basketball .translation__text-column.team-1 {
  padding-left: 5px;
  padding-right: 0;
}

.translation__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.07;
  color: #000000;
}

.translation__replace,
.translation__time {
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  color: #000000;
}

.translation__replace span {
  text-decoration: line-through;
  font-weight: 300;
}

.translation__goal,
.translation__autogoal {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  /*    color: #00C659;*/
}

.translation__goal span {
  color: #00c659;
}
.basketball .translation__goal span {
  padding-right: 5px;
}
.translation__autogoal span {
  color: #262f56;
}

.translation__tab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  z-index: 3;
}

.translation__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  outline: none;
  background: none;
  border: none;
  box-sizing: border-box;

  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;

  text-align: center;

  color: #262f56;
}

.translation__tab:hover {
  opacity: 0.6;
  cursor: pointer;
}

.translation__tab.active {
  font-weight: 500;
}

.translation__tab::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  box-sizing: border-box;
  background: #f3f3f7;
}

.translation__tab.active::before {
  background: #00c659;
}

.translation__time.end::before {
  font-family: "Betru";
  content: "\e963";
  font-family: "Betru";
  font-size: 20px;
  color: #262f56;
}
.translation__time.bullet::before,
.translation__time.penalty::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.translation__time.team-2.bullet::before,
.translation__time.team-2.penalty::before {
  background-color: #525d89;
}
.translation__time.team-1.bullet::before,
.translation__time.team-1.penalty::before {
  background-color: #2cd779;
}
.translation__scroll {
  height: 100%;
}

/* Tennis */
.translation__list.tennis-translation {
  position: relative;
}
.translation__list.tennis-translation::before {
  display: none;
}
.tennis-translation__set {
  margin-bottom: 50px;
}
.tennis-translation__set_title {
  display: flex;
  justify-content: center;
  font-weight: 500;
  background-color: #262f56;
  width: 100px;
  border-radius: 16px;
  padding: 5px 0;
  margin: auto;
  color: #fff;
}
.tennis-translation__game {
  border-bottom: 1px #ececec solid;
  margin: 5px 0;
  margin-bottom: 5px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.tennis-translation__game_score {
  position: relative;
  text-align: center;
  padding: 5px 0;
  background-color: #f1f1f4;
  width: 80px;
  font-weight: 500;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supply.home .tennis-translation__game_score::before,
.supply.away .tennis-translation__game_score::after {
  font-family: "Betru";
  content: "\e921";
  font-size: 12px;
}
.supply.home .tennis-translation__game_score::before {
  margin-right: 5px;
}
.supply.away .tennis-translation__game_score::after {
  margin-left: 5px;
}
.tennis-translation__game_points {
  position: relative;
  padding: 10px;
  padding-left: 0;
}
.tennis_game_points {
  position: relative;
}

@media screen and (min-width: 992px) {
  .translation__block {
    position: absolute;
    top: 0;
    left: 0;
  }

  .translation__item .empty {
    display: none;
  }

  .translation__icon {
    order: 2;
  }

  .translation__img {
    order: 3;
  }

  .translation__text-column {
    order: 4;
  }
  .translation__list::before {
    transform: none;
    left: 14px;
  }

  .translation__text-column.team-1 {
    text-align: left;
    padding-right: 0;
    padding-left: 19px;
  }

  /*
    .translation__link {
        display: none;
    }
*/
  .translation__time {
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    font-size: 11px;
  }

  .translation__item {
    justify-content: flex-start;
    margin-bottom: 21px;
    width: 95%;
  }

  /*
    .translation__img {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
*/

  .translation__icon {
    flex: 0 0 38px;
  }

  .translation__icon.arrow::before,
  .translation__icon.arrow::after {
    font-size: 8px;
  }

  .translation__text,
  .translation__replace {
    font-size: 13px;
  }
  .translation__goal,
  .translation__autogoal {
    font-size: 15px;
  }

  .translation__list.text {
    margin: 0;
    padding: 0;
  }

  .translation__text-time.end::before {
    color: #00c659;
  }

  .translation__text-item.end p strong {
    color: #00c659;
  }

  .translation__text-column {
    flex: 0 0 calc(100% - 99px);
  }

  .translation__text-item p {
    padding-right: 15px;
  }

  .translation__text-column.end,
  .translation__text-column.live {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .translation__tab-row {
    z-index: 1;
  }

  .translation__circle-row {
    justify-content: center;
  }

  .translation__circle-name {
    margin-right: 0;
    flex: 0 0 50%;
    justify-content: center;
    padding: 8px 0;
  }

  .translation__circle-name:first-child {
    border-right: 1px solid #f2f2f6;
  }

  .translation__circle-row {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .translation__text-column.team-1 {
    padding-right: 9px;
  }

  .translation__text-column.team-2 {
    padding-left: 9px;
  }

  .translation__goal,
  .translation__autogoal {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .translation__text-column.end,
  .translation__text-column.live {
    font-size: 14px;
  }

  .translation {
    margin-bottom: 15px;
  }

  .translation__icon.goal span {
    right: 2px;
    width: 13px;
    height: 13px;
    font-size: 10px;
  }

  .translation__time.end::before {
    font-size: 16px;
  }

  .translation__list.text {
    padding: 0 15px;
    margin: 35px 0;
  }

  .translation__list.text::before {
    left: 28px;
  }

  .translation__img {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
  }

  .translation__icon {
    flex: 0 0 29px;
  }

  .translation__time {
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    font-size: 9px;
  }

  .translation__text-column {
    flex: 0 0 calc((100% - 139px) / 2);
  }

  .translation__item {
    margin-bottom: 12px;
  }

  .translation__icon.red-card::before,
  .translation__icon.yellow-card::before {
    width: 12px;
    height: 14px;
  }

  .translation__icon.goal::before {
    font-size: 18px;
  }

  .translation__text,
  .translation__goal,
  .translation__autogoal,
  .translation__replace {
    font-size: 10px;
  }

  .translation__link {
    font-size: 12px;
  }

  .translation__link {
    margin: 0 auto;
  }
}

/* all-event */

.all-event,
.all-event *,
.all-event *::after,
.all-event *::before {
  box-sizing: border-box;
}

.all-event {
  margin: 0 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-event__block {
  flex: 0 0 calc(50% - 4px);
  padding: 30px 26px;
  margin-bottom: 9px;

  border: 1px solid #dcdcdc;
  border-radius: 4px;

  display: flex;
  flex-direction: column;
}

.all-event__block:nth-child(even) {
  order: 2;
}

.all-event__caption {
  margin-bottom: 24px;

  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #262f56;
}

@media screen and (max-width: 1200px) {
  .all-event__block {
    padding: 23px 13px;
  }
}

@media screen and (max-width: 991px) {
  .all-event {
    display: block;
    margin: 0 7px;
  }

  .all-event__block {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .all-event__caption {
    font-size: 13px;
  }

  .all-event__block {
    padding: 23px 5px;
  }
}

/* popular */

.popular,
.popular *,
.popular *::after,
.popular *::before {
  box-sizing: border-box;
}

.popular__row {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.popular__name {
  flex: 0 0 120px;
}

.popular__line {
  flex: 0 0 calc(100% - 134px);
  padding: 5px 6px 4px;
  margin-right: 14px;

  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.popular__line::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -4px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #f6f6f6;
  transform: skewX(-20deg);
  border-radius: 4px;
}

.popular__color {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -4px;
  display: block;
  height: 100%;
  transform: skewX(-20deg);
  border-radius: 4px;
}

.popular__value {
  position: relative;
  z-index: 2;

  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
}

.popular__name {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #262f56;
}

.popular__name strong {
  font-weight: 500;
  margin-right: 3px;
}

@media screen and (max-width: 576px) {
  .popular__row {
    margin-bottom: 13px;
  }

  .popular__name {
    font-size: 12px;
    flex-basis: 105px;
  }

  .popular__line {
    flex: 0 0 calc(100% - 119px);
  }

  .popular__value {
    font-size: 11px;
  }
}

/* total */

.total,
.total *,
.total *::after,
.total *::before {
  box-sizing: border-box;
}

.total {
  position: relative;
  margin: auto 0;
  padding: 40px 0;
}

.total__tag {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;

  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.total__tag.tag-1 {
  top: 0;
  left: 0;
  color: #00c659;
}

.total__tag.tag-2 {
  bottom: 0;
  right: 0;
  color: #d93c3c;
}

.total__line-block {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.total__line-block::before {
  content: "";
  display: block;
  background: #262f56;
  height: 7px;
  width: calc(100% - 4px);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.total__line {
  flex: 0 0 108px;
  width: 6px;
  position: relative;
}

.total__line span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}

.total__line.team-1 span {
  background: #00c659;
  border-radius: 100px 100px 0 0;
  bottom: 0;
}

.total__line.team-2 span {
  background: #d93c3c;
  border-radius: 0 0 100px 100px;
  top: 0;
}

.total__column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.total__value {
  position: relative;
  z-index: 1;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #262f56;

  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.08em;

  color: #262f56;
}

@media screen and (max-width: 576px) {
  .total {
    padding: 20px 0;
  }

  .total__tag {
    width: 31px;
    height: 31px;
    font-size: 13px;
  }

  .total__line {
    flex-basis: 70px;
  }

  .total__value {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;

    font-size: 9px;
  }
}

/* allow */

.allow,
.allow *,
.allow *::after,
.allow *::before {
  box-sizing: border-box;
}

.allow {
  position: relative;
  margin: auto 0;
  padding: 20px 0;
}

.allow__block {
  position: relative;
}

.allow__block::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 96%;
  width: 7px;
  background-color: #262f56;
}

.allow__team {
  position: absolute;
  top: 0;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allow__team.team-1 {
  left: 0;
}

.allow__team.team-2 {
  right: 0;
}

.allow__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}

.arrow__value {
  position: relative;
  z-index: 1;
  flex: 0 0 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #262f56;
  background-color: #fff;

  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.08em;

  color: #262f56;
}

.arrow__column {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  align-items: center;
}

.arrow__line {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  height: 8px;
}

.arrow__column.team-1 {
  justify-content: flex-end;
}

.arrow__column.team-1 .arrow__line {
  border-radius: 24px 0 0 24px;
  background-color: #d93c3c;
}

.arrow__column.team-2 .arrow__line {
  border-radius: 0 24px 24px 0;
  background-color: #00c659;
}

.arrow__line-value {
  margin: 0 7px;

  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #262f56;
}

.arrow__text {
  padding: 0;
  margin: 0;
  margin-left: 23px;

  font-weight: 500;
  font-size: 14px;
  line-height: 1.05;
  color: #262f56;
}

@media screen and (max-width: 576px) {
  .win .event-banner__column {
    flex-direction: column;
    gap: 10px;
  }
  .arrow__text {
    margin-left: 10px;
    font-size: 11px;
  }

  .allow__team {
    width: 32px;
    height: 32px;
  }

  .allow__team img {
    width: 21px;
    height: auto;
  }
}

/* even-circle */

.even-circle .highcharts-title,
.even-circle .highcharts-credits {
  display: none;
}

/* .even-circle .highcharts-label {
    
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #262F56;
} */

.time-moment-icon::before {
  content: "\e947";
  font-family: "Betru";
  font-size: 14px;
  color: #fff;
}
/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #00c659;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}

/* other-event */
.other-event,
.other-event *,
.other-event *::before,
.other-event *::after {
  box-sizing: border-box;
}
.scroll_matches {
  height: 100% !important;
}
.scroll-content.scroll_matches {
  overflow-x: unset !important;
}
.scroll_matches .other-event {
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 140px;
}
.scroll-wrapper.scroll_matches::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 197px;
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: 0;
  background: linear-gradient(180deg, #fff 0%, #fcfcfc00 104.05%);
  transform: rotate(-180deg);
  border-radius: 16px;
  pointer-events: none;
}

.other-event__arrow {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;

  background: #00c659;
  border-radius: 50%;
}

.other-event__arrow::before {
  font-family: "Betru";
  content: "\e906";
  color: #fff;
  display: flex;
  font-size: 7px;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}

.other-event__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9eafa;
  padding: 21px 0;
}
.scroll_matches .other-event__row {
  padding-right: 10px;
}
.other-event__time {
  margin-right: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;

  font-weight: 500;
  font-size: 14px;
  line-height: 1.39;
  text-align: center;
  color: #262f56;
}

.other-event__time span {
  padding: 3px 6px;
  margin-top: 5px;
  display: block;
  font-size: 10px;
  text-align: center;
  color: #7c7c7c;

  border: 1px solid #d9eafa;
  border-radius: 4px;
}

.other-event__team {
  margin: 5px 0;

  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;

  display: flex;
  align-items: center;

  color: #262f56;
}

.other-event__team img {
  margin-right: 7px;
  display: block;
  width: 16px;
  height: 16px;
}

.other-event__caption {
  padding: 20px 0;

  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #262f56;
  border-bottom: 1px solid #d9eafa;
  margin: 0;
  padding-top: 10px;
}

.other-event__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #262f56;

  display: block;
  margin: 25px 0;
}

.other-event__link:hover {
  cursor: pointer;
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .other-event {
    margin: 25px 0;
  }

  .other-event__caption {
    font-size: 18px;
  }
}

/* buttons */
.event-content__header-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.event-header-buttons a {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  border-width: 3px;
  border-style: solid;
  margin-top: 10px;
  padding: 0;
}
.tip-header-buttons__calculate {
  background-color: #f26000;
}
.tip-header-buttons__calculate:focus,
.tip-header-buttons__calculate:hover,
.tip-header-buttons__calculate:active {
  background: #8f3900;
}

@media screen and (max-width: 991px) {
  .event-header-buttons a {
    margin-bottom: 15px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .event-header-buttons a {
    font-size: 14px;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .event-header-buttons a {
    font-size: 12px;
  }
}

/* --- OTHER MATCHES --- */

.tips-block__item,
.slick-initialized .tips-block__item.slick-slide {
  padding-bottom: 0;
  height: 99%;
}
.tips-block__header {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tips-block__header_tournament {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.tips-block__header_tournament span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}
.tips-block__header_tournament img {
  width: 20px;
  height: auto;
}
.tips-block__header_teams {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #262f56;
}
.tips-block__header_teams span {
  margin: 0 5px;
  text-align: center;
  width: 75%;
}
.tips-block__body {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 15px 0;
}
.tips-block__body_team-logo {
  width: 70px;
  height: 70px;
}
.tips-block__body_team-logo.person {
  border-radius: 50%;
  overflow: hidden;
  border: 1px #d9eafa solid;
}
.tips-block__body_team-logo img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.tips-block__body_match-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tb-match-info__date {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #7c7c7c;
}
.tb-match-info__time {
  font-weight: 500;
  font-size: 21;
  line-height: 25px;
}
.tb-match-info__place {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}
.tips-block__kfs {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 47px;
  border-top: 1px solid #d9eafa;
  margin-top: auto;
}
.tips-block__kfs span {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

/* Ховер на коэффициентах */

.tips-block__kfs span:focus,
.tips-block__kfs span:hover,
.tips-block__kfs span:active {
  cursor: pointer;
}

.tips-block__kfs span:focus .kf-bk-hide,
.tips-block__kfs span:hover .kf-bk-hide,
.tips-block__kfs span:active .kf-bk-hide {
  display: block !important;
}

.kf-bk-hide {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);

  padding: 5px 18px 5px;

  background-color: #fff;
  border: 1.11707px solid #d9eafa;
  border-radius: 8px;
}

.kf-bk-hide img {
  position: relative;
  z-index: 3;
}

.kf-bk-hide::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -10px;
  transform: translateX(-50%) rotate(-135deg);

  width: 18px;
  height: 18px;

  border-bottom: 1.11707px solid #d9eafa;
  border-right: 1.11707px solid #d9eafa;
  background-color: #fff;
}

.kf-bk-hide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -18px;
  width: 100%;
  height: 18px;
}

/* Конец Ховер на коэффициентах */
.tips-block__footer {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  justify-content: center;
  text-transform: uppercase;
  color: #262f56;
  padding: 25px 0;
  margin-top: 0;
}
