.tournaments-other {
  margin-top: 30px;
}

.tournaments-other .tournaments-other-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 58px;
  color: #3a3a3a;
  text-transform: uppercase;
  border-top: 1px solid #a1a1a1;
}

.tournaments-other .tournaments-other-cont {
}

.tournaments-other .tournaments-other-cont .tournaments-other-cont-block {
  display: block;
  width: calc((100% - 30px) / 2);
  height: 420px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.tournaments-other .tournaments-other-cont .tournaments-other-cont-block:nth-child(1) {
  float: left;
}

.tournaments-other .tournaments-other-cont .tournaments-other-cont-block:nth-child(2) {
  float: right;
}

@media (max-width: 480px) {
  .tournaments-other .tournaments-other-title {
    padding-left: 30px;
  }

  .tournaments-other .tournaments-other-cont {
    padding: 0 30px;
  }

  .tournaments-other .tournaments-other-cont .tournaments-other-cont-block:nth-child(2),
  .tournaments-other .tournaments-other-cont .tournaments-other-cont-block:nth-child(1) {
    float: none;
    display: block;
    width: 100%;
  }

  .tournaments-other .tournaments-other-cont .tournaments-other-cont-block:nth-child(1) {
    margin-bottom: 24px;
  }
}

.tournament-info {
  padding: 30px;
  background-color: #f3f3f3;
}

.tournament-info .tournament-info-desc {
  margin-top: 6px;
  width: 378px;
  box-sizing: border-box;
  padding-right: 8px;
}

.tournament-info .tournament-info-desc .tournament-info-tags-cont {
  margin-bottom: 30px;
}

.tournament-info .tournament-info-desc .columns {
  /*column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;*/
}

.tournament-info .tournament-info-desc .tournament-info-desc-box > span,
.tournament-info .tournament-info-desc .tournament-info-desc-box {
  font-size: 15px;
  line-height: 24px;
  color: #6d6d6d;
}

.tournament-info .tournament-info-desc .tournament-info-desc-box ul {
  margin-left: 24px;
}

.tournament-info .tournament-info-desc .tournament-info-desc-box ul li {
  color: #212121;
  font-weight: 700;
}

.tournament-info .tournament-info-desc .tournament-info-desc-box > span > a:visited,
.tournament-info .tournament-info-desc .tournament-info-desc-box > span > a,
.tournament-info .tournament-info-desc .tournament-info-desc-box > span {
  color: #212121;
  font-weight: 700;
}

.tournament-info .tournament-info-subtitle {
  font-size: 15px;
  line-height: 24px;
  color: #6d6d6d;
  margin-bottom: 13px;
}

.tournament-info .tournament-info-timeline {
  width: calc(100% - 418px);
  padding: 0 20px;
  margin-top: 10px;
}

.tournament-info .tournament-info-timeline .tournament-info-competition {
  position: relative;
  left: -20px;
}

.tournament-info .tournament-info-timeline .tournament-info-competition .rfs-dropdown {
  display: inline-block;
}

.tournament-info .tournament-info-timeline .tournament-info-competition .tournament-info-competition-title {
  font-size: 15px;
  line-height: 24px;
  color: #6d6d6d;
}

.tournament-info .tournament-info-timeline .tournament-info-competition .rfs-dropdown .rfs-dropdown-title {
  padding-left: 0;
}

.tournament-info .tournament-info-timeline .tournament-info-competition .rfs-dropdown .rfs-dropdown-title a {
  display: inline-block;
  max-width: 300px;
  font-size: 14px;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tournament-info .tournament-info-timeline .tournament-info-competition .rfs-dropdown ul > li,
.tournament-info .tournament-info-timeline .tournament-info-competition .rfs-dropdown ul > li > a {
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  padding: 0;
  line-height: 28px;
}

.tournament-info .tournament-info-timeline .tournament-info-competition .rfs-dropdown ul > li > a {
  padding: 0 20px;
}

.tournament-info .tournament-info-timeline > ul {
  list-style-type: none;
  margin-left: -20px;
}

.tournament-info .tournament-info-timeline > ul > li {
  float: left;
  margin-bottom: 10px;
}

.tournament-info .tournament-info-timeline > ul > li:not(:first-child) {
  margin-left: 10px;
}

.tournament-info .tournament-info-timeline > ul > li > a {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #666666;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2px 4px 0;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.tournament-info .tournament-info-timeline > ul > li > a:hover {
  color: #1c94c1;
}

.tournament-info .tournament-info-timeline > ul > li.active > a {
  border-bottom: 2px solid #1c94c1;
  color: #1c94c1;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-title.no-mar {
  margin-bottom: 0;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-cont {
  margin-top: 16px;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #212121;
  margin-bottom: 24px;
  position: relative;
  display: block;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box.bold {
  color: #1c94c1;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #95adc7;
  position: absolute;
  top: 1px;
  left: -20px;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box:not(:last-child):after {
  content: '';
  height: calc(100% + 24px);
  width: 1px;
  background-color: #95adc7;
  position: absolute;
  left: -16px;
  top: 14px;
}

.tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box > span {
  font-size: 15px;
  line-height: 18px;
  color: #6d6d6d;
}
.tournament-info .tournament-info-nominations {
  margin-left: -10px;
}

.tournament-info .tournament-info-nominations,
.tournament-info .tournament-info-results {
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: -20px;
}

.tournament-info .tournament-info-subtitle {
  margin-left: -20px;
}

.tournament-info .tournament-info-nominations .tournament-info-nominations__team {
  font-weight: 400;
  color: black;
  margin-top: 5px;
  font-size: 15px;
}
.tournament-info .tournament-info-nominations > li,
.tournament-info .tournament-info-results > li {
  margin-bottom: 10px;
}

.tournament-info .tournament-info-nominations > li > span {
  font-size: 15px;
  line-height: 18px;
  color: #212121;
}

.tournament-info .tournament-info-nominations > li > a,
.tournament-info .tournament-info-results > li > a {
  font-size: 16px;
  color: #212121;
  font-weight: 700;
  position: relative;
}

.tournament-info .tournament-info-results > li > a {
  padding-left: 28px;
}

.tournament-info .tournament-info-results > li > a > span {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  padding-top: 1px;
}

.tournament-info .tournament-info-results > li > a > span.place1 {
  background-color: #ffd700;
  border-color: #ffd700;
}

.tournament-info .tournament-info-results > li > a > span.place2 {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.tournament-info .tournament-info-results > li > a > span.place3 {
  background-color: #cd7f32;
  border-color: #cd7f32;
}

.tournament-info .tournament-info-referees {
  margin-top: 10px;
}

.tournament-info .tournament-info-referees > li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .tournament-info {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }

  .tournament-info.dark {
    background-color: #4a5259;
  }

  .tournament-info .tournament-info-desc {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }

  .tournament-info .tournament-info-desc .columns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }

  .tournament-info .tournament-info-desc .tournament-info-tags-cont {
    margin-bottom: 24px;
  }

  .tournament-info .tournament-info-desc .tournament-info-desc-box,
  .tournament-info .tournament-info-desc .tournament-info-desc-box > span {
    font-size: 16px;
    color: #a6a7a8;
  }

  .tournament-info .tournament-info-desc .tournament-info-desc-box > span > a:visited,
  .tournament-info .tournament-info-desc .tournament-info-desc-box > span > a,
  .tournament-info .tournament-info-desc .tournament-info-desc-box > span {
    font-size: 16px;
    color: #ffffff;
  }

  .tournament-info .tournament-info-timeline {
    width: auto;
  }

  .tournament-info .tournament-info-timeline > ul > li > a {
    font-size: 16px;
  }
}

.tournament-text {
  background-color: #ffffff;
  padding: 36px 30px;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
}

.tournament-text p {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .tournament-text p {
    color: #6d6d6d;
  }
}

.tournament-teams {
  padding: 14px 0;
  background-color: #ececec;
}

.tournament-teams .empty-tournament-teams-list {
  text-align: center;
  font-size: 16px;
  color: #313f4c;
  background-color: #ffffff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.tournament-teams .tournament-teams-title {
  font-size: 17px;
  line-height: 62px;
  color: #3a3a3a;
  text-align: center;
}

.tournament-teams .tournament-teams-cont {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  width: 100%;
}

.tournament-teams .tournament-teams-cont.double-columns{
  display: grid;
  grid-template-columns: repeat(2, 427px);
  grid-row-gap: 5px;
  grid-column-gap: 16px;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box {
  height: 66px;
  width: 427px;
  padding: 4px 0;
  margin: 5px 0;
  box-shadow: 0 1px 0 0 #c9c9c9;
  background-color: #ffffff;
  display: inline-block;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-image {
  float: left;
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 100%;
  position: relative;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-image img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #dcdcdc;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-cont {
  float: left;
  display: flex;
  position: relative;
  max-width: calc(100% - 114px);
  height: 100%;
  align-items: center;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-cont.with-geo {
  top: 8px;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-cont .tournament-teams-box-cont-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #3a3a3a;
  cursor: pointer;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-cont .tournament-teams-box-cont-title:hover {
  color: #108ac3;
}

.tournament-teams .tournament-teams-cont .tournament-teams-box .tournament-teams-box-cont .tournament-teams-box-cont-geo {
  font-size: 15px;
  color: #6d6d6d;
  padding-left: 20px;
  background-image: url('../img/geo-icon-gray.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
}

@media (max-width: 480px) {
  .tournament-teams {
    padding: 0;
  }

  .tournament-teams .tournament-teams-title {
    line-height: 48px;
  }

  .tournament-teams .tournament-teams-cont {
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .tournament-teams .tournament-teams-cont .tournament-teams-box {
    width: 100%;
  }
}

.tournament-tables {
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.tournament-tables .empty-tournament-tables-list {
  text-align: center;
  font-size: 16px;
  color: #313f4c;
  background-color: #ffffff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.tournament-tables.without-top-margin {
  margin-top: 0;
}

.tournament-tables .rfs-dropdown {
  position: relative;
  z-index: 999;
}

.tournament-tables .rfs-dropdown .rfs-dropdown-title,
.tournament-tables .rfs-dropdown .rfs-dropdown-title a {
  text-transform: none;
  font-size: 15px;
}

.tournament-tables .tournament-tables-tabs {
  height: 64px;
  background-color: #eeeeee;
  position: relative;
  z-index: 2;
}

.tournament-tables .tournament-tables-tabs ul {
  list-style-type: none;
}

.tournament-tables .tournament-tables-tabs ul > li {
  float: left;
  height: 100%;
  border-bottom: 1px solid #c6c9cd;
}

.tournament-tables .tournament-tables-tabs ul > li.active {
  background-color: #ffffff;
  border: 1px solid #c6c9cd;
  border-bottom: none;
  transition: all 0s;
  transition: all 0s !important;
}

.tournament-tables .tournament-tables-tabs ul > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  line-height: 63px;
  color: #222c37;
  text-transform: uppercase;
  padding: 0 30px;
  cursor: pointer;
}

.tournament-tables .group-selector {
  height: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  line-height: 64px;
  color: #1c94c1;
  text-transform: uppercase;
  padding: 0 48px 0 30px;
  cursor: pointer;
  position: relative;
}

.tournament-tables .group-selector.no-arrow {
  padding-right: 0;
}

.tournament-tables.active .group-selector {
  color: #ffffff;
  background-color: #507093;
}

.tournament-tables .group-selector:after,
.tournament-tables .group-selector:before {
  content: '';
  height: 7px;
  width: 2px;
  background-color: #1c94c1;
  position: absolute;
  top: 28px;
  transition: all 0.25s;
}

.tournament-tables .group-selector.no-arrow:after,
.tournament-tables .group-selector.no-arrow:before {
  display: none;
}

.tournament-tables .group-selector:before {
  right: 29px;
  transform: rotate(-45deg);
}

.tournament-tables .group-selector:after {
  right: 25px;
  transform: rotate(45deg);
}

.tournament-tables.active .group-selector:before {
  right: 29px;
  transform: rotate(45deg);
  background-color: #ffffff;
}

.tournament-tables.active .group-selector:after {
  right: 25px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.tournament-tables .tournament-tables-cont-groups {
  padding: 30px 38px 18px;
  background-color: #ffffff;
  border: 1px solid #c6c9cd;
  border-bottom: none;
  position: relative;
  top: -1px;
  z-index: 1;
}

.tournament-tables .tournament-tables-cont-groups {
  padding: 30px 38px 18px;
  background-color: #ffffff;
  border: 1px solid #c6c9cd;
  border-bottom: none;
  position: relative;
  top: -1px;
  z-index: 1;
}

.tournament-tables .tournament-tables-cont-groups.without-border {
  border: 0;
}

.tournament-tables .tournament-tables-cont-groups ul {
  list-style-type: none;
  height: 100%;
}

.tournament-tables .tournament-tables-cont-groups ul > li {
  height: 100%;
  float: left;
}

.tournament-tables .tournament-tables-cont-groups ul > li > a {
  display: inline-block;
  padding: 10px 16px;
  text-transform: uppercase;
  color: #313f4c;
  border: 1px solid #c6c6c6;
  background-color: #ececec;
  margin-right: 22px;
  margin-bottom: 12px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.tournament-tables .tournament-tables-cont-groups ul > li.active > a {
  color: #ffffff;
  background-color: #507093;
}

.tournament-tables .tournament-tables-cont {
  background-color: #ffffff;
  border: 1px solid #c6c9cd;
  margin-top: -1px;
}

.tournament-tables .tournament-tables-cont.no-border {
  border: none;
  margin-top: 0;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-round-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #424d58;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-round-name:before,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-round-name:after {
  content: '';
  height: 9px;
  width: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 14px;
  transition: all 0.25s;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-round-name:before {
  right: 21px;
  transform: rotate(45deg);
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-round-name:after {
  right: 25px;
  transform: rotate(-45deg);
}

.tournament-tables .tournament-tables-cont .accordion-block.active .tournament-tables-cont-round-name:before {
  right: 21px;
  transform: rotate(-45deg);
}

.tournament-tables .tournament-tables-cont .accordion-block.active .tournament-tables-cont-round-name:after {
  right: 25px;
  transform: rotate(45deg);
}

.tournament-tables .tournament-tables-cont .playoff .playoff-col.last-played:after, .playoff-big .playoff-col.last-played:after {
  top: 0;
}

.tournament-tables .tournament-tables-cont .playoff.teams-2 .playoff-col.last-played:after {
  display: none;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner {
  padding: 30px 38px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner.with-top-padding {
  padding: 20px 0 0;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table {
  width: 100%;
  border-collapse: collapse;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table tr {
  height: 50px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) tr:not(:first-child):hover {
  opacity: 0.7;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table tr:nth-child(odd) {
  background-color: #eeeeee;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table tr:nth-child(even) {
  background-color: #dadbdc;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table th,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td {
  text-align: center;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table th,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table th abbr {
  font-size: 13px;
  font-weight: 700;
  color: #12181e;
  text-transform: uppercase;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td:nth-child(2) {
  width: 6%;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.color-marker {
  width: 1%;
  position: relative;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.color-marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7px;
  border-bottom: 1px solid rgb(218, 219, 220);
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table tr:nth-child(odd) td.color-marker::before {
  border-bottom: 1px solid rgb(238, 238, 238);
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) th:last-child,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) td:last-child,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table th:nth-child(4),
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td:nth-child(4) {
  text-align: left;
  padding: 0 10px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label:first-child {
  position: relative;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label:first-child:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 48px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-blue:first-child:before {
  background-color: #209eff;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-gold:first-child:before {
  background-color: #f7f709;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-bright-red:first-child:before {
  background-color: #fe2614;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-red:first-child:before {
  background-color: #ff6053;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-bright-green:first-child:before {
  background-color: #15cf31;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-green:first-child:before {
  background-color: #02b01b;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-bright-blue:first-child:before {
  background-color: #2164e9;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.label.label-orange:first-child:before {
  background-color: #ff9935;
}


.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.team-logo {
  width: 5.6%;
  min-width: 30px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.team-logo a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #a5a5a5;
  overflow: hidden;
  background-color: white;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.team-logo img {
  width: 100%;
  height: 100%;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.team-title a {
  font-size: 16px;
  font-weight: 700;
  color: #313f4c;
  cursor: pointer;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess.small-titles td.team-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  display: block;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) td:not(.team-progress-big):last-child {
  width: 104px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td.team-progress-big .rfs-icon {
  width: 20px;
  height: 20px;
  background-size: 260px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td.team-progress-big .rfs-icon.rfs-icon-progress-winner {
  background-position: -1px -39px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td.team-progress-big .rfs-icon.rfs-icon-progress-draw {
  background-position: -61px 29px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td.team-progress-big .rfs-icon.rfs-icon-progress-looser {
  background-position: -30px 29px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td:last-child .rfs-icon {
  margin-right: 6px;
  cursor: pointer;

}
@media (max-width: 480px) {
  .tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td:last-child .rfs-icon {
    margin-right: 0px;
    }
  }
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td .fa.fa-caret-up {
  color: #75c356;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td .fa.fa-caret-down {
  color: #d23131;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td.team-points {
  color: #3fa1c8;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess.small-titles th:nth-child(3),
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess.small-titles td:nth-child(3) {
  display: none;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess th:nth-child(n+4),
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td:nth-child(n+4) {
  width: 34px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td:nth-child(n+5) {
  border: 1px solid #cacaca;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td.empty {
  background-color: #9ca1a5;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:hover td.empty {
  background-color: #79974f;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td .chess-score {
  display: block;
  width: 75%;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  color: #212c37;
  position: relative;
  z-index: 3;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td .chess-score span {
  font-size: 9px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td .chess-score.green {
  color: #426529;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td .chess-score.red {
  color: #a90208;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td.two-row > .chess-score:nth-child(2) {
  padding-bottom: 2px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess td.two-row > .chess-score:nth-child(3) {
  border-top: 1px solid #d5d6d8;
  padding-top: 2px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover {
  background-color: #9abd69;
  cursor: pointer;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover .color-marker::before{
  border-color: #9abd69;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.one-row,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.two-row {
  background-color: #b1d183;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.one-row:hover,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.two-row:hover {
  background-color: #9abd69;
  /*box-shadow: inset 0 0 0 1px #1d2e35;*/
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.one-row:hover,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.two-row:hover {
  position: relative;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.one-row:hover:after,
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table.chess tr:not(:first-child):hover td.two-row:hover:after {
  content: '';
  position: absolute;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  top: -1px;
  left: -1px;
  border: 1px solid #000000;
  z-index: 2;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-note {
  border-top: 1px solid #c6c9cd;
  padding: 30px 38px 30px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-note > span {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #717375;
  margin-right: 24px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-note > span > .rfs-icon {
  display: inline-block;
  margin-right: 8px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-note > span > b {
  font-weight: bold;
  color: #12181e;
  text-transform: uppercase;
  margin-right: 8px;
  margin-left: 2px;
}

@media (max-width: 480px) {
  .tournament-tables .tournament-tables-cont-groups ul > li,
  .tournament-tables .tournament-tables-cont-groups ul,
  .tournament-tables .group-selector {
    height: auto;
  }

  .tournament-tables .group-selector.mobile-hidden {
    display: none;
  }

  .section-title.with-dropdown.all-tables .rfs-dropdown ul {
    z-index: 2;
  }

  .tournament-tables .tournament-tables-cont-groups {
    border-left: none;
    border-right: none;
    padding: 16px;
  }

  .tournament-tables.all-tables .tournament-tables-cont-inner {
    width: 100%;
  }

  .tournament-tables.all-tables .all-tables-item {
    width: 100%;
    overflow: scroll;
  }

  .tournament-tables.all-tables .all-tables-item .playoff {
    width: 870px;
  }

  .tournament-tables .group-selector.no-arrow {
    padding-right: 10px;
  }

  .tournament-tables .tournament-tables-cont-groups ul > li > a {
    margin-right: 16px;
    max-width: 413px;
  }

  .tournament-tables .tournament-tables-cont {
    border: none;
  }

  .tournament-tables .tournament-tables-cont .tournament-tables-cont-inner {
    padding: 0;
  }

  .tournament-tables .tournament-tables-cont .tournament-tables-cont-inner .label{
    padding-right: 5px;
  }

  .tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) td:not(.team-progress-big):last-child {
    width: 20px;
  }

  .tournament-tables .tournament-tables-cont .tournament-tables-cont-note > span {
    margin-right: 13px;
  }

  .section-title .rfs-dropdown .rfs-dropdown-title a,
  .section-title .rfs-dropdown .rfs-dropdown-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .section-title .rfs-dropdown.open ul {
    top: 52px;
  }
}

.tournament-stats {
  margin-top: 20px;
  background-color: #eeeeee;
}

.tournament-stats.no-margin {
  margin: 0;
}

.tournament-stats .tournament-tabs {
}

.tournament-stats .tournament-tabs ul {
  list-style-type: none;
  width: 100%;
  height: 63px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
  display: flex;
}

.tournament-stats .tournament-tabs ul > li {
  height: 64px;
  transition: none;
  cursor: pointer;
  box-sizing: border-box;
  flex: 1 1 auto;
}

.tournament-stats .tournament-tabs ul > li.active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.tournament-stats .tournament-tabs ul > li > a {
  font-size: 15px;
  line-height: 63px;
  text-transform: uppercase;
  text-align: center;
  color: #424d58;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.tournament-stats .tournament-tabs ul > li.active > a {
  font-size: 15px;
  font-weight: 700;
}

.tournament-stats .tournament-stats-cont {
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 #c9c9c9;
  border-top: none;
}

.tournament-stats .tournament-stats-cont > div {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

.tournament-stats .tournament-stats-cont table {
  border-collapse: collapse;
  width: 100%;
}

.tournament-stats .tournament-stats-cont-inner {
  padding: 32px 40px;
}

.tournament-stats .tournament-stats-cont-inner.no-padding {
  padding: 0;
}

.tournament-stats .tournament-stats-cont table tr {
  height: 50px;
  border-bottom: 1px solid #ffffff;
}

.tournament-stats .tournament-stats-cont table tr:hover:not(:first-child):not(:last-child) {
  opacity: 0.7;
}

.tournament-stats .tournament-stats-cont table tr:nth-child(even) {
  background-color: #eeeeee;
}

.tournament-stats .tournament-stats-cont table tr:nth-child(odd) {
  background-color: #dadbdc;
}

.tournament-stats .tournament-stats-cont table tr:last-child {
  background-color: #eeeeee;
}

.tournament-stats .tournament-stats-cont table tbody tr:last-child th {
  border-top: 1px solid #a9aeb2;
  position: relative;
}

.tournament-stats .tournament-stats-cont table th,
.tournament-stats .tournament-stats-cont table td {
  padding: 5px;
  width: 26px;
  text-align: center;
}

.tournament-stats .tournament-stats-cont table th a,
.tournament-stats .tournament-stats-cont table th abbr,
.tournament-stats .tournament-stats-cont table th {
  font-size: 15px;
  font-weight: 500;
  color: #121a23;
  padding-right: 8px;
}
.tournament-stats .tournament-stats-cont table th abbr  {
  padding-right: 0;
}

.tournament-stats .tournament-stats-cont table th.center abbr {
  padding: 0;
}

.tournament-stats .tournament-stats-cont table th abbr {
  cursor: pointer;
}

.tournament-stats .tournament-stats-cont table td,
.tournament-stats .tournament-stats-cont table td a {
  font-size: 16px;
  font-weight: 500;
  color: #313f4c;
}

.tournament-stats .tournament-stats-cont table td img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.tournament-stats .tournament-stats-cont table.teams tr th:nth-child(3),
.tournament-stats .tournament-stats-cont table.teams tr td:nth-child(3) {
  width: auto;
  text-align: left;
}

.tournament-stats .tournament-stats-cont table.players {
  width: 100%;
}

.tournament-stats table .player-table__ceil-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  position: relative;
}

.tournament-stats table .name .player-table__ceil-wrapper {
  justify-content: left;
}

.tournament-stats table .player-table__ceil:hover .player-table__ceil-arrow {
    opacity: 1;
}

.tournament-stats table .player-table__ceil.desc .player-table__ceil-arrow,
.tournament-stats table .player-table__ceil.tablesorter-headerDesc .player-table__ceil-arrow,
.tournament-stats table .player-table__ceil.headerSortUp .player-table__ceil-arrow {
  opacity: 1;
}

.tournament-stats table .player-table__ceil.desc .player-table__ceil-arrow--bottom,
.tournament-stats table .player-table__ceil.tablesorter-headerDesc .player-table__ceil-arrow--bottom,
.tournament-stats table .player-table__ceil.headerSortUp .player-table__ceil-arrow--bottom {
  opacity: 1;
}

.tournament-stats table .player-table__ceil.asc .player-table__ceil-arrow,
.tournament-stats table .player-table__ceil.tablesorter-headerAsc .player-table__ceil-arrow,
.tournament-stats table .player-table__ceil.headerSortDown .player-table__ceil-arrow {
  opacity: 1;
}

.tournament-stats table .player-table__ceil.asc .player-table__ceil-arrow--top,
.tournament-stats table .player-table__ceil.tablesorter-headerAsc .player-table__ceil-arrow--top,
.tournament-stats table .player-table__ceil.headerSortDown .player-table__ceil-arrow--top {
  opacity: 1;
}

.tournament-stats table .player-table__ceil-arrow {
  display: flex;
  opacity: 0;
  flex-direction: column;
  gap: 4px;
  fill: black;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
  position: absolute;
  left: calc(50% + 16px);
}

.tournament-stats table .player-table__ceil-arrow svg {
  width: 6px;
  height: 4px;
}

.tournament-stats table .player-table__ceil-arrow--top {
  opacity: 0.3;
  transform: rotate(180deg);
  transition: opacity 0.4s;
}

.tournament-stats table .player-table__ceil-arrow--bottom {
  opacity: 0.3;
  transition: opacity 0.4s;
}

.tournament-stats .tournament-stats-cont table td.active,
.tournament-stats .tournament-stats-cont table td.headerSortUp,
.tournament-stats .tournament-stats-cont table td.headerSortDown {
  background: rgba(13, 24, 55, 0.1);
}

.tournament-stats .tournament-stats-cont table.players td,
.tournament-stats .tournament-stats-cont table.players th {
  width: 86px;
  padding: 5px;
}

@media (max-width: 480px) {
  .tournament-stats .tournament-stats-cont table.players td,
  .tournament-stats .tournament-stats-cont table.players th {
    width: 26px;
  }

  .tournament-stats-cont table th.player-table__ceil abbr {
    padding-right: 2px;
  }

  .tournament-stats .player-table__ceil.header {
    position: static;
    background: none;
    min-width: 0;
    box-shadow: none;
    height: auto;
  }

  .tournament-tables-cont-inner.mobile .tournament-scroll {
    overflow-x: scroll;
  }

  .tournament-tables-cont-inner.mobile .playoff {
    min-width: 870px;
    width: fit-content;
  }

  .tournament-tables-cont-inner.mobile .playoff-big.teams-32 {
    display: flex;
  }

  .tournament-tables-cont-inner.mobile .tournament-name-mobile {
    color: #1c94c1;
    padding: 16px 16px 10px;
    display: block;
    font-weight: bold;
  }
}

.tournament-stats .tournament-stats-cont table.players .number {
  width: 32px;
}

.tournament-stats .tournament-stats-cont table.players .logo {
  width: 50px;
  padding: 0;
}

.tournament-stats .tournament-stats-cont table.players .logo img {
  border-radius: 0;
  width: 50px;
  height: 50px;
}

.tournament-stats .tournament-stats-cont table.players .team-logo {
  width: 30px;
  padding: 0;
}

.tournament-stats .tournament-stats-cont table.players .team-logo > a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
}

.tournament-stats .tournament-stats-cont table.players .team-logo > a > img {
  width: 30px;
  height: 30px;
}

.tournament-stats .tournament-stats-cont table.teams .team-logo > a > img,
.tournament-stats .tournament-stats-cont table.players .team-logo > a > img {
  border: 2px solid #a5a5a5;
}

.tournament-stats .tournament-stats-cont table.teams .team-logo.team-logo-white-background > a > img,
.tournament-stats .tournament-stats-cont table.players .team-logo.team-logo-white-background > a > img {
  background-color: white;
}

.tournament-stats .tournament-stats-cont table.players .team-title,
.tournament-stats .tournament-stats-cont table.players .name {
  width: 219px;
  text-align: left;
  padding-left: 16px;
}

.tournament-stats .tournament-stats-cont table.players .name.player-table__ceil {
  cursor: pointer;
}

.tournament-stats .tournament-stats-cont table.players .sort-header.position::before {
  right: 65px
}

@media (max-width: 480px) {
  .tournament-stats .tournament-stats-cont table.players .team-title,
  .tournament-stats .tournament-stats-cont table.players .name {
    width: 60px;
    max-width: 20%;
  }

  .tournament-stats .tournament-stats-cont {
    min-width: 400px;
    overflow: scroll;
  }
}

.tournament-stats .tournament-stats-cont .tournament-stats-cont-note {
  border-top: 1px solid #c6c9cd;
  padding: 30px 38px 30px;
}

.tournament-stats .tournament-stats-cont .tournament-stats-cont-note > span {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #717375;
  margin-right: 24px;
  margin-bottom: 6px;
}

.tournament-stats .tournament-stats-cont .tournament-stats-cont-note > span > .rfs-icon {
  display: inline-block;
  margin-right: 8px;
}

.tournament-stats .tournament-stats-cont .tournament-stats-cont-note > span > b {
  font-weight: bold;
  color: #12181e;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 8px;
  margin-left: 2px;
}

.tournament-stats .tournament-stats-cont .tournament-stats-cont-note > span.ico > b {
  display: inline-block;
  vertical-align: middle;
}

.tournament-stats .tournament-stats-cont .tournament-stats-cont-note .tournament-stats-cont-note-additional {
  font-size: 10px;
  text-transform: uppercase;
  color: #717375;
}

@media (max-width: 480px) {

  .tournament-stats .tournament-stats-cont table.players .name {
    padding: 5px 8px;
  }

  .tournament-stats .tournament-stats-cont table.players .last-item {
    padding-right: 5px;
  }

  .tournament-stats {
    margin-top: 0;
  }

  .tournament-stats .tournament-tabs {
    overflow: hidden;
    width: 100%;
    height: 64px;
    position: relative;
  }

  .tournament-stats .tournament-tabs ul {
    background-color: #ffffff;
    width: 100%;
  }

  .tournament-stats .tournament-tabs ul > li {
    padding: 0 10px;
  }

  .tournament-stats .tournament-tabs ul > li.active {
    background-color: transparent;
    border: none;
  }

  .tournament-stats .tournament-tabs ul > li > a {
    font-weight: 500;
    line-height: 59px;
  }

  .tournament-stats .tournament-tabs ul > li.active > a {
    color: #108ac3;
    border-bottom: 4px solid #108ac3;
  }

  .tournament-stats .tournament-tabs .rfs-swipe.rfs-swipe-full {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
  }

  .tournament-stats .tournament-tabs .rfs-tabs {
    width: min-content;
  }

  .tournament-stats .tournament-stats-cont {
    border: none;
    box-shadow: none;
  }

  .tournament-stats .tournament-stats-cont > div {
    border: none;
    box-shadow: none;
  }

  .tournament-stats .tournament-stats-cont .tournament-stats-cont-note {
    border: none;
    padding: 16px;
  }

  .tournament-stats .tournament-stats-cont table tr {
    border: none;
  }

  .tournament-stats .tournament-stats-cont table.teams tr th:nth-child(3),
  .tournament-stats .tournament-stats-cont table.teams tr td:nth-child(3) {
    width: 26px;
    text-align: center;
  }
}

.match-protocol {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

.match-protocol .match-block {
  padding: 0 16px;
  background-color: #ffffff;
}

.match-protocol .match-block.gray {
  background-color: #f0f0f0;
}

.match-protocol .match-block .match-block-cont {
  padding: 0 0 40px;
}

.match-protocol .match-block .match-block-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222c37;
  padding: 34px 6px 10px;
  margin-bottom: 16px;
}

.match-timeline {
  padding-top: 20px !important;
}

.match-timeline .match-block-cont {
  border-bottom: 1px solid #d1d1d1;
}

.match-timeline .match-timeline-team2,
.match-timeline .match-timeline-team1 {
}

.match-timeline .match-timeline-team2 .match-timeline-team2-logo,
.match-timeline .match-timeline-team1 .match-timeline-team1-logo {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #fff;
  text-align: center;
}

.match-timeline .match-timeline-team2 .match-timeline-team2-logo img,
.match-timeline .match-timeline-team1 .match-timeline-team1-logo img {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin: 3px auto 0;
}

.match-timeline .match-timeline-inner {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  position: relative;
}
/*обычный тайм*/
.match-timeline .match-timeline-inner .match-timeline-inner-period-line {
  height: 16px;
  background-color: #749845;
  width: calc(100% / 2 - 2px / 2);
}

/*с доп таймом*/
.match-timeline .match-timeline-inner.with-overtime .match-timeline-inner-period-line {
  width: calc(37.5%  - 2px * 3 / 4);
}
.match-timeline .match-timeline-inner.with-overtime .match-timeline-inner-period-line.overtime {
  width: calc(12.5%  - 2px * 3 / 4);
}

/*пляжный футбол*/
.match-timeline .match-timeline-inner.beach-football .match-timeline-inner-period-line {
  width: calc(100% / 3 - 2px * 2 / 3);
}

/*пляжный с доп таймом*/
.match-timeline .match-timeline-inner.beach-football.with-overtime .match-timeline-inner-period-line {
  width: calc(31% - 2px * 3 / 4);
}
.match-timeline .match-timeline-inner.beach-football.with-overtime .match-timeline-inner-period-line.overtime {
  width: calc(7% - 2px * 3 / 4);
}

.match-timeline .match-timeline-inner .match-timeline-inner-period-line .match-timeline-inner-period-line-time {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
  margin-right: 2px;
  display: block;
  color: #ffffff;
}

.match-timeline .match-timeline-inner .timeline-events {
  position: absolute;
  width: 823px;
}

.match-timeline .match-timeline-inner .timeline-events .event-group {
  position: absolute;
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.match-timeline .match-timeline-inner .timeline-events .event {
  cursor: pointer;
  position: absolute;
}

/*ГОЛ*/
.match-timeline .match-timeline-inner .timeline-events .event.event-goal {
  width: 22px;
  height: 22px;
  border: 2px solid #858585;
  border-radius: 22px;
  background-color: #ffffff;
  background-image: url('../img/rfs-icons-spray.png');
  background-position: -2px -2px;
  background-size: 224px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-unrealize] {
  border-color: #fd8d8d;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1 {
  top: -34px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1.pos-1 {
  top: -66px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1.pos-2 {
  top: -94px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1.pos-3 {
  top: -124px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2 {
  top: 44px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2.pos-1 {
  top: 74px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2.pos-2 {
  top: 104px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2.pos-3 {
  top: 134px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal:after {
  content: '';
  width: 1px;
  height: 6px;
  background-color: #858585;
  position: absolute;
  left: calc(50% - 1px);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-penalty]:after {
  background-color: #fd8d8d;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-penalty]:before,
.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-unrealize]:before {
  content: 'П';
  position: absolute;
  left: calc(50% - 4px);
  color: #749845;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -1px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-unrealize]:before {
  color: #ff4444;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-penalty][data-penalty-10]:before,
.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-unrealize][data-penalty-10]:before {
  content: '10';
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal[data-autogoal]:before {
  content: 'А';
  position: absolute;
  left: calc(50% - 4px);
  color: #858585;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -1px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1[data-autogoal]:before,
.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1[data-penalty]:before,
.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1[data-unrealize]:before {
  top: -15px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2[data-autogoal]:before,
.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2[data-penalty]:before,
.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2[data-unrealize]:before {
  bottom: -15px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1:after {
  bottom: -8px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2:after {
  top: -8px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal > .line {
  width: 1px;
  height: 16px;
  background-color: #385118;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1 > .line {
  bottom: -26px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2 > .line {
  top: -26px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal > .line:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: -2px;
  background-color: #385118;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team1 > .line:after {
  bottom: 13px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-goal.team2 > .line:after {
  top: 13px;
}

/*КАРТОЧКА*/
.match-timeline .match-timeline-inner .timeline-events .event.event-card {
  width: 16px;
  height: 24px;
  background-image: url('../img/rfs-icons-spray.png');
  background-size: 222px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card[data-color="ycard-vert"] {
  background-position: -176px -1px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card[data-color="rcard-vert"] {
  background-position: -203px -1px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card[data-color="yrcard-vert"] {
  background-position: -141px -20px;
  background-size: 174px;
  width: 28px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1 {
  top: -38px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1.pos-1 {
  top: -64px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1.pos-2 {
  top: -90px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1.pos-3 {
  top: -116px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2 {
  top: 48px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2.pos-1 {
  top: 74px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2.pos-2 {
  top: 100px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2.pos-3 {
  top: 126px;
}

.match-timeline .match-timeline-inner .timeline-events .event-long + .event.event-card.team1.pos-1,
.match-timeline .match-timeline-inner .timeline-events .event-long + .event.event-sub.team1.pos-1,
.match-timeline .match-timeline-inner .timeline-events .event-long + .event.event-goal.team1.pos-1 {
  top: -77px;
}

.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-card.team1.pos-2,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-sub.team1.pos-2,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-goal.team1.pos-2 {
  top: -108px;
}

.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-card.team1.pos-3,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-sub.team1.pos-3,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-goal.team1.pos-3 {
  top: -135px;
}

.match-timeline .match-timeline-inner .timeline-events .event-long + .event.event-card.team2.pos-1,
.match-timeline .match-timeline-inner .timeline-events .event-long + .event.event-sub.team2.pos-1,
.match-timeline .match-timeline-inner .timeline-events .event-long + .event.event-goal.team2.pos-1 {
  top: 85px;
}

.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-card.team2.pos-2,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-sub.team2.pos-2,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-goal.team2.pos-2 {
  top: 115px;
}

.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-card.team2.pos-3,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-sub.team2.pos-3,
.match-timeline .match-timeline-inner .timeline-events .event-long ~ .event.event-goal.team2.pos-3 {
  top: 145px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card:after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  left: calc(50% - 1px);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card[data-color="ycard-vert"]:after {
  background-color: #ffc000;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card[data-color="rcard-vert"]:after {
  background-color: #ff4444;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card[data-color="yrcard-vert"]:after {
  background: linear-gradient(to top, #ffc000, #ff4444);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1:after {
  bottom: -12px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1.pos:after {
  bottom: -5px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2:after {
  top: -10px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2.pos:after {
  top: -3px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2[data-color="yrcard-vert"]:after {
  height: 9px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1:after {
  height: 14px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1[data-color="yrcard-vert"].pos:after {
  bottom: -3px;
  height: 6px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2[data-color="yrcard-vert"].pos:after {
  top: -5px;
  height: 6px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card > .line {
  width: 1px;
  height: 16px;
  background-color: #385118;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1 > .line {
  bottom: -30px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2 > .line {
  top: -28px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card > .line:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: -2px;
  background-color: #385118;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team1 > .line:after {
  bottom: 13px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-card.team2 > .line:after {
  top: 13px;
}

/*ЗАМЕНА*/
.match-timeline .match-timeline-inner .timeline-events .event.event-sub {
  width: 20px;
  height: 22px;
  background-image: url('../img/rfs-icons-spray.png');
  background-position: -121px -24px;
  background-size: 186px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1 {
  top: -38px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1.pos-1 {
  top: -64px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1.pos-2 {
  top: -94px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1.pos-3 {
  top: -116px
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2 {
  top: 48px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2.pos-1 {
  top: 74px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2.pos-2 {
  top: 104px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2.pos-3 {
  top: 126px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub:after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  left: calc(50% - 1px);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub:after {
  background-color: #395118;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1:after {
  bottom: -12px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1.pos:after {
  bottom: -5px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2:after {
  top: -10px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2.pos:after {
  top: -3px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub:after {
  height: 9px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1:after {
  height: 14px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1.pos:after {
  bottom: -8px;
  height: 9px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2.pos:after {
  top: -5px;
  height: 6px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub > .line {
  width: 1px;
  height: 28px;
  background-color: #385118;
  display: block;
  position: absolute;
  left: calc(50% - 1px);
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1 > .line {
  bottom: -32px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2 > .line {
  top: -28px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub > .line:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: -2px;
  background-color: #385118;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team1 > .line:after {
  bottom: 13px;
}

.match-timeline .match-timeline-inner .timeline-events .event.event-sub.team2 > .line:after {
  top: 13px;
}

/*.event:hover POPOVER*/
.match-timeline .match-timeline-inner .timeline-events .event-popover {
  position: absolute;
  width: max-content;
  padding: 8px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  border-bottom: none;
  z-index: 9999;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover.team1 {
  /*top: -109px;*/
  box-shadow: 0 2px 4px 0 #c6c6c6;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover.team2 {
  /*top: 86px;*/
  box-shadow: 0 2px 4px 0 #c6c6c6;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover.team2:after,
.match-timeline .match-timeline-inner .timeline-events .event-popover.team1:after {
  content: '';
  position: absolute;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  z-index: 1000019;
  background-color: #ffffff;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover.team1:after {
  bottom: -5px;
  box-shadow: 1px 1px 4px 0 #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover.team2:after {
  top: -4px;
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  background-color: #ffffff;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover td {
  font-size: 15px;
  font-weight: 500;
  color: #222c37;
  display: inline-block;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover .min {
  padding-right: 5px;
  text-align: left;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover .out {
  color: #ff4444;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover .in {
  color: #3d551d;
}

.match-timeline .match-timeline-inner .timeline-events .event-popover .note {
  font-size: 12px;
  color: #949494;
}

.match-goals .match-block-cont {
  margin-top: 30px;
}

.match-goals .match-goals-row {
  display: block;
  height: 34px;
  margin-bottom: 24px;
}

.match-goals .match-goals-row:first-child,
.match-goals .match-goals-row:last-child {
  position: relative;
}

.match-goals .match-goals-row:first-child:after {
  content: '';
  position: absolute;
  top: -26px;
  left: calc(50% - 0.5px);
  height: 26px;
  width: 1px;
  background-color: #a1a1a1;
}

.match-goals .match-goals-row:first-child:before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #a1a1a1;
  content: '';
  position: absolute;
  top: -31px;
  left: calc(50% - 2.5px);
}

.match-goals .match-goals-row:last-child:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: calc(50% - 0.5px);
  height: 26px;
  width: 1px;
  background-color: #a1a1a1;
}

.match-goals .match-goals-row:last-child:before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #a1a1a1;
  content: '';
  position: absolute;
  bottom: -31px;
  left: calc(50% - 2.5px);
}

.match-goals .match-goals-row .player {
  float: left;
  /*width: 310px;*/
  width: calc(100% / 2 - 42px - 14px - 34px / 2 - 30px);
}

.match-goals .match-goals-row.additional-time .player {
  float: left;
    /*width: 310px;*/
  width: calc(100% / 2 - 42px - 14px - 55px / 2 - 18px);
}

.match-goals .match-goals-row .player.forever-alone {
  line-height: 34px;
}

.match-goals .match-goals-row .player .player-name {
  font-size: 13px;
  font-weight: 500;
  color: #222c37;
  display: block;
}

.match-goals .match-goals-row .player .player-name:visited {
  color: #222c37;
}

.match-goals .match-goals-row .player .player-name:hover {
  text-decoration: underline;
}

.match-goals .match-goals-row .player .assist-name {
  font-size: 13px;
  font-weight: 300;
  color: #a5a5a5;
  display: block;
}

.match-goals .match-goals-row .player .assist-name:visited {
  color: #a5a5a5;
}

.match-goals .match-goals-row .player .assist-name:hover {
  text-decoration: underline;
}

.match-goals .match-goals-row.team1 .player .player-name,
.match-goals .match-goals-row.team1 .player .assist-name {
  text-align: right;
}

.match-goals .match-goals-row.team2 .player .player-name,
.match-goals .match-goals-row.team2 .player .assist-name {
  text-align: left;
}

.match-goals .match-goals-row .score {
  width: 42px;
  float: left;
  text-align: center;
  border: 1px solid #a0a4ac;
  height: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #636873;
  line-height: 34px;
  border-radius: 3px;
  box-sizing: border-box;
}

.match-goals .match-goals-row.team1 .score {
  margin-left: 14px;
}

.match-goals .match-goals-row.team2 .score {
  margin-right: 14px;
}

.match-goals .match-goals-row .score.autogoal,
.match-goals .match-goals-row .score.penalty {
  position: relative;
}

.match-goals .match-goals-row .score.autogoal:before {
  content: 'А';
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 9px;
  background-color: #ffffff;
  color: #a0a4ac;
  line-height: 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -1px;
}

.match-goals .match-goals-row .score.penalty:before {
  content: 'П';
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 9px;
  background-color: #ffffff;
  color: #749845;
  line-height: 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -1px;
}

.match-goals .match-goals-row .score.penalty.unrealized:before {
  color: #ff4444;
}

.match-goals .match-goals-row .score.penalty.penalty10:before {
  content: '10';
}

.match-goals .match-goals-row .score.unrealized:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 1px;
  height: 12px;
  background-color: #ff4444;
  transform: rotate(45deg);
}

.match-goals .match-goals-row .time {
  width: 34px;
  height: 34px;
  float: left;
  line-height: 34px;
  text-align: center;
  margin: 0 30px;
  background-color: #424d58;
  border-radius: 34px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.match-goals .match-goals-row.team1 .time:after,
.match-goals .match-goals-row.team2 .time:after {
  content: '';
  position: absolute;
  top: 17px;
  width: 30px;
  height: 1px;
  background-color: #a1a1a1;
}

.match-goals .match-goals-row.team1 .time:after {
  left: -30px;
}

.match-goals .match-goals-row.team2 .time:after {
  right: -30px;
}

.match-goals .match-goals-row:not(:last-child) .time:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 16px;
  height: 24px;
  width: 1px;
  background-color: #a1a1a1;
}

.match-goals .match-goals-row:not(:last-child) .time.additional-time:before {
  left: 28px;
}

.match-goals .match-goals-row .time.penalty {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #424d58;
}

.match-goals .match-goals-row .time.penalty.unrealized {
  box-shadow: inset 0 0 0 2px #fd8d8d;
}

.match-goals .match-goals-row .time.penalty .rfs-icon {
  position: relative;
  top: 6px;
}

.match-goals .match-goals-row .time.additional-time {
  width: 55px;
  margin: 0 18px;
}

.match-goals .match-goals-row.team2 .time.additional-time:after {
  right: -19px;
  width: 19px;
}

.match-goals .match-goals-row .note {
  float: left;
  font-size: 12px;
  line-height: 34px;
  color: #7c8288;
}

.match-goals .match-goals-row.team2 .note {
  text-align: right;
  /*width: 366px;*/
  min-height: 1px;
  box-sizing: border-box;
  width: calc(100% / 2 - 34px / 2 - 30px);
}

.match-goals .match-goals-row.team2.additional-time .note {
  width: calc(100% / 2 - 55px / 2 - 18px);
}

.match-goals .match-goals-row.team1 .time.additional-time:after {
  left: -19px;
  width: 19px;
}

.match-cards .match-block-cont {
  margin-top: 30px;
}

.match-cards .match-cards-row {
  display: block;
  height: 34px;
  margin-bottom: 24px;
}

.match-cards .match-cards-row:first-child,
.match-cards .match-cards-row:last-child {
  position: relative;
}

.match-cards .match-cards-row:first-child:after {
  content: '';
  position: absolute;
  top: -26px;
  left: calc(50% - 0.5px);
  height: 26px;
  width: 1px;
  background-color: #a1a1a1;
}

.match-cards .match-cards-row:first-child:before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #a1a1a1;
  content: '';
  position: absolute;
  top: -31px;
  left: calc(50% - 2.5px);
}

.match-cards .match-cards-row:last-child:after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: calc(50% - 0.5px);
  height: 26px;
  width: 1px;
  background-color: #a1a1a1;
}

.match-cards .match-cards-row:last-child:before {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #a1a1a1;
  content: '';
  position: absolute;
  bottom: -31px;
  left: calc(50% - 2.5px);
}

.match-cards .match-cards-row .player {
  float: left;
  /*width: 349px;*/
  width: calc(100% / 2 - 14px - 18px - 34px / 2 - 15px - 1px);
}

.match-cards .match-cards-row.additional-time .player {
  float: left;
  /*width: 349px;*/
  width: calc(100% / 2 - 14px - 18px - 55px / 2 - 6px - 1px);
}

.match-cards .match-cards-row.team2 .note {
  text-align: right;
  /*width: 382px;*/
  width: calc(100% / 2 - 34px / 2 - 15px - 1px);
  min-height: 1px;
}

.match-cards .match-cards-row.team2.additional-time .note {
  text-align: right;
  /*width: 382px;*/
  width: calc(100% / 2 - 55px / 2 - 6px - 1px);
  min-height: 1px;
}

.match-cards .match-cards-row.team2 .player {
  width: 347px;
}


.match-cards .match-cards-row .player .player-name {
  font-size: 13px;
  color: #222c37;
  line-height: 34px;
  display: block;
  font-weight: 500;
}

.match-cards .match-cards-row .player .player-name:visited {
  color: #222c37;
}

.match-cards .match-cards-row .player .player-name:hover {
  text-decoration: underline;
}

.match-cards .match-cards-row.team1 .player .player-name {
  text-align: right;
}

.match-cards .match-cards-row.team2 .player .player-name {
  text-align: left;
}

.match-cards .match-cards-row .card {
  width: 18px;
  float: left;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.match-cards .match-cards-row.team1 .card {
  margin-left: 14px;
}

.match-cards .match-cards-row.team2 .card {
  margin-right: 14px;
}

.match-cards .match-cards-row .card .rfs-icon {
  background-size: 240px;
  height: 25px;
  width: 18px;
  margin-top: 5px;
}

.match-cards .match-cards-row .card .rfs-icon.rfs-icon-ycard-vert {
  background-position: -190px -3px;
}

.match-cards .match-cards-row .card .rfs-icon.rfs-icon-rcard-vert {
  background-position: -219px -3px;
}

.match-cards .match-cards-row .card .rfs-icon.rfs-icon-yrcard-vert {
  background-position: -129px -18px;
  background-size: 160px;
  width: 27px;
}

.match-cards .match-cards-row .time {
  width: 34px;
  height: 34px;
  float: left;
  line-height: 34px;
  text-align: center;
  margin: 0 15px;
  border-radius: 34px;
  color: #222c37;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  border: 1px solid #a1a1a1;
}

.match-cards .match-cards-row:not(:last-child) .time:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 16px;
  height: 24px;
  width: 1px;
  background-color: #a1a1a1;
}

.match-cards .match-cards-row:not(:last-child) .time.additional-time:before {
  left: 26px;
}

.bet-tournament .match-cards .match-cards-row:not(:last-child) .time.additional-time:before {
  left: 16px;
}

.match-cards .match-cards-row .time.additional-time {
  width: 55px;
  margin: 0 6px;
}

.match-cards .match-cards-row.team2 .time.additional-time:after {
  right: -19px;
  width: 19px;
}

.match-cards .match-cards-row.team1 .time.additional-time:after {
  left: -19px;
  width: 19px;
}

.match-cards .match-cards-row .note {
  float: left;
  font-size: 12px;
  line-height: 34px;
  color: #7c8288;
}

.match-members {
}

.match-members .match-block-cont {
  border-bottom: 1px solid #d1d1d1;
}

.match-members .match-members-inner {
  float: left;
  width: calc((100% - 24px) / 2);
}

.match-members .match-members-inner.referees {
  width: 100%;
}

.match-members .match-members-inner.team1 {
  margin-right: 12px;
}

.match-members .match-members-inner.team2 {
  margin-left: 12px;
}

.match-members .match-members-inner .match-members-inner-title {
  height: 50px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
}

.match-members .match-members-inner.team1 .match-members-inner-title {
  background-color: #959a9f;
}

.match-members .match-members-inner.team2 .match-members-inner-title {
  background-color: #515a61;
}

.match-members .match-members-inner .match-members-inner-subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #424d58;
  border: 1px solid #c6c6c6;
  border-bottom: none;
  padding: 20px 0 20px 26px;
}

.match-members .match-members-inner .match-members-inner-players {
  padding-left: 26px;
  padding-bottom: 16px;
  border: 1px solid #c6c6c6;
  border-top: none;
}

.match-members .match-members-inner.referees .match-members-inner-players {
  border: none;
}

.match-members .match-members-inner .match-members-inner-subtitle.gray {
  background-color: #e3e3e3;
  border: none;
}

.match-members .match-members-inner .match-members-inner-players.gray {
  background-color: #e3e3e3;
  border: none;
}

.match-members .match-members-inner .match-members-inner-player {
  display: flex;
}

.match-members .match-members-inner table .match-members-inner-player {
  display: table-row;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-number {
  width: 20px;
  padding-right: 12px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #999fa6;
  text-align: right;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-name {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #121a23;
  display: block;
  min-width: 245px;
}

.match-members .match-members-inner.referees .match-members-inner-player .match-members-inner-player-name {
  min-width: auto;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-name-mobile {
  flex: 1;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-location {
  font-size: 12px;
  color: #7c8288;
}

  @media (min-width: 481px) {
    .match-members .match-members-inner .match-members-inner-player .match-members-inner-player-name__item {
      margin-right: 20px;
    }
    .match-members .match-members-inner .match-members-inner-player .match-members-inner-player-name {
      display: flex;
      flex-wrap: wrap;
    }
}

.match-block-detail-match .match-members-inner .match-members-inner-player .match-members-inner-player-name {
  padding-bottom: 0;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-name:visited {
  color: #121a23;
}

.match-members .match-members-inner:not(.referees) .match-members-inner-player .match-members-inner-player-name:hover {
  text-decoration: underline;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-subs {
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  margin-left: 10px;
  margin-right: 20px;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-subs-in {
  line-height: 30px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #749845;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-subs-out {
  line-height: 30px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ff4444;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-role {
  padding-left: 5px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #999fa6;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-position {
  padding-right: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #424d58;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
.match-members .match-members-inner .match-members-inner-players.dsk .match-members-inner-player .match-members-inner-player-position {
  line-height: 30px;
}

.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-position--left {
  display: flex;
  justify-content: flex-end;
}
.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-position--left,
.match-members .match-members-inner .match-members-inner-player .match-members-inner-player-name--right {
  line-height: 18px;
}

.match-stats {
}

.match-stats .match-stats-teams {
}

.match-stats .match-stats-teams .match-stats-teams-team2 {
  float: right;
  width: 50%;
  text-align: right;
}

.match-stats .match-stats-teams .match-stats-teams-team1 {
  float: left;
  width: 50%;
}

.match-stats .match-stats-teams .match-stats-teams-team2-logo,
.match-stats .match-stats-teams .match-stats-teams-team1-logo {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  background-color: #d7d7d7;
}

.match-stats .match-stats-teams .match-stats-teams-team2-logo img,
.match-stats .match-stats-teams .match-stats-teams-team1-logo img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-top: 3px;
}

.match-stats .match-stats-teams .match-stats-teams-team2-title,
.match-stats .match-stats-teams .match-stats-teams-team1-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.match-stats .match-stats-teams .match-stats-teams-team2-title {
  color: #e43e3e;
}

.match-stats .match-stats-teams .match-stats-teams-team1-title {
  color: #0076a3;
}

.match-stats .match-stats-lines {
  margin-top: 24px;
  width: 100%;
}

.match-stats .match-stats-lines .match-stats-lines-row {
  position: relative;
  padding-bottom: 24px;
}

.match-stats .match-stats-lines .match-stats-lines-row:not(:last-child) {
  margin-bottom: 24px;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-name {
  font-size: 17px;
  color: #121a23;
  text-align: center;
  margin-bottom: 5px;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team2-stat,
.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team1-stat {
  height: 24px;
  position: absolute;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team1-stat {
  left: 0;
  margin-right: 3px;
  text-align: left;
  background-color: #3193b8;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team2-stat {
  right: 0;
  margin-left: 3px;
  text-align: right;
  background-color: #e43e3e;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team2-stat > span,
.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team1-stat > span {
  position: absolute;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  top: 0;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team2-stat > span {
  right: 5px;
}

.match-stats .match-stats-lines .match-stats-lines-row .match-stats-lines-row-team1-stat > span {
  left: 5px;
  z-index: 10;
}

.match-tabs {
  display: flex;
  width: 100%;
}

.match-tabs ul {
  list-style-type: none;
  flex: 1;
  height: 63px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
}

.match-tabs ul > li {
  float: left;
  height: 64px;
  transition: none;
  cursor: pointer;
  box-sizing: border-box;
}

.match-tabs ul > li.active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.match-tabs ul > li.history {
  width: 140px;
}

.match-tabs ul > li.report {
  width: 110px;
}

.match-tabs ul > li.textbroadcast {
  width: 110px;
}

.match-tabs ul > li.protocol {
  width: 120px;
}

.match-tabs ul > li.photo,
.match-tabs ul > li.video {
  width: 124px;
}

.match-tabs ul > li.news {
  width: 142px;
}

.match-tabs ul > li.photo,
.match-tabs ul > li.video {
  height: 64px;
}

.match-tabs ul > li > a {
  font-size: 13px;
  line-height: 63px;
  text-transform: uppercase;
  text-align: center;
  color: #424d58;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.match-tabs ul > li.news > a {
  padding-left: 22px;
  box-sizing: border-box;
  position: relative;
}

.match-tabs ul > li.news > a:after {
  content: '';
  position: absolute;
  top: 23px;
  left: 15px;
  background-image: url('../img/news-icon.png');
  background-repeat: no-repeat;
  background-position: -48px 0;
  width: 22px;
  height: 15px;
}

.match-tabs ul > li.active > a {
  font-size: 13px;
  font-weight: 700;
}

.match-tabs ul > li.photo > a > .fa,
.match-tabs ul > li.video > a > .fa {
  margin-right: 10px;
  color: #c2c5c9;
}

.match-tabs-cont {
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 #c9c9c9;
  border-top: none;
}

.match-textbroadcast {
  padding: 37px 39px;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

.protocol-download {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  height: 63px;
  padding: 0 15px;
  white-space: nowrap;

  @media (max-width: 480px) {
    background-color: #ffffff;
  }
}

.protocol-download.light-gray {
  border-top: 1px solid #e6e6e6;
}

.protocol-download.contain {
  margin: 0 16px;
}

.protocol-download a {
  color: #507093;
  text-transform: uppercase;
  font-size: 13px;

  @media (max-width: 480px) {
    font-weight: 500;
    line-height: 59px;
  }
}

.protocol-download a > .fa {
  margin-left: 10px;
}

.match-textbroadcast .match-textbroadcast-row {
  /*height: 48px;*/
  line-height: 48px;
}

.match-textbroadcast .match-textbroadcast-row:nth-child(odd) {
  background-color: #f6f6f6;
}

.match-textbroadcast .match-textbroadcast-row:nth-child(even) {
  background-color: #e5e7e7;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-min {
  float: left;
  width: 84px;
  box-sizing: border-box;
  padding-left: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #313f4c;
  height: 48px;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-ico {
  float: left;
  width: 28px;
  text-align: center;
  height: 48px;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-ico span.rfs-icon2 {
  vertical-align: middle;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-ico .rfs-icon2 .rfs-mobile-tooltip {
  position: relative;
  background: black;
  padding: 5px;
  white-space: nowrap;
  left: 100%;
  color: #E5E7E7;
  font-size: 11px;
  top: 10px;
  height: fit-content;
  line-height: 20px;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-comment {
  float: left;
  width: calc(100% - 112px);
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #313f4c;
  padding: 16px;
  box-sizing: border-box;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-comment-title {
  font-weight: bold;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-comment-title a {
  font-weight: normal;
  color: #313f4c;
}
.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-comment-title a:first-child {
  font-weight: bold;
}

.match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-comment-title a:hover {
  text-decoration: underline;
}

.match-history {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}
.match-history.сup-match-history {
  border: none;
}

.match-history .match-history-cont {
  background-color: #ffffff;
  padding: 0;
}

.match-report {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

.match-report .match-report-cont {
  background-color: #ffffff;
  padding: 36px 16px;
}

.match-textbroadcast .match-tabs-video__wrapper {
  text-align: center;
  margin-bottom: 15px;
  height: 100%;
}

.match-textbroadcast .match-tabs-video__wrapper .match-tabs-video {
  width: 560px;
  height: 315px;
  border: none;
}

.tournament-new-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 16px 0 16px 40px;
}

.tournament-new-section__logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.tournament-new-section__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tournament-new-section .clear {
  display: none;
}

.tournament-new-section__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tournament-new-section__left .text.text-city {
  margin-left: 0px;
}

@media (max-width: 1023px) {
  .match-textbroadcast .broadcast-container {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .match-cards .match-cards-row {
    display: flex;
    align-items: center;
  }

  .match-cards .clear {
    display: none;
  }

  .match-textbroadcast .match-tabs-video__wrapper .match-tabs-video {
    width: 100%;
    height: 280px;
  }
  .match-textbroadcast .match-tabs-video__wrapper {
    padding-top: 15px;
  }


  .tournament-new-section {
    padding: 10px 0 10px 16px;
  }

  .tournament-new-section ul.rfs-tabs {
    margin-top: -10px;
  }

  .tournament-new-section.with-tabs ul > li {
    height: 48px;
  }

  .tournament-new-section__logo {
    width: 48px;
    height: 48px;
  }

  .match-tabs {
    overflow: hidden;
    width: 100%;
    height: 64px;
    position: relative;
  }

  .match-tabs ul {
    background-color: #ffffff;
  }

  .match-tabs ul > li.photo.active,
  .match-tabs ul > li.video.active,
  .match-tabs ul > li.news.active,
  .match-tabs ul > li.active {
    background-color: transparent;
    border: none;
  }

  .match-tabs ul > li.textbroadcast {
    width: 104px;
  }

  .match-tabs ul > li.history {
    width: 160px;
  }

  .match-tabs ul > li.protocol {
    width: 136px;
  }

  .match-tabs ul > li.report {
    width: 110px;
  }

  .match-tabs ul > li.photo,
  .match-tabs ul > li.video {
    width: 110px;
  }

  .match-tabs ul > li.news {
    width: 140px;
  }

  .match-tabs ul > li > a {
    font-weight: 500;
    line-height: 59px;
  }

  .match-tabs ul > li.photo.active > a,
  .match-tabs ul > li.video.active > a,
  .match-tabs ul > li.news.active > a,
  .match-tabs ul > li.active > a {
    color: #108ac3;
    border-bottom: 4px solid #108ac3;
  }

  .match-tabs ul > li.news > a:after {
    top: 21px;
  }

  .match-tabs ul > li.active.news > a:after {
    background-position: -96px 0px;
  }

  .match-tabs ul > li.photo.active > a > .fa,
  .match-tabs ul > li.video.active > a > .fa {
    color: #108ac3;
  }

  .match-tabs-cont {
    border: none;
    box-shadow: none;
  }

  .match-protocol .match-block .match-block-title {
    padding: 28px 6px 10px;
    margin-bottom: 10px;
  }

  .match-textbroadcast-only-events {
    padding: 18px;
    background-color: #eeeeee;
    border-bottom: 1px solid #cccccc;
  }

  .match-textbroadcast {
    padding: 0;
  }

  .match-textbroadcast .match-textbroadcast-row .match-textbroadcast-row-ico {
    box-sizing: border-box;
  }

  .match-goals .match-goals-row .player {
    /*width: 115px;*/
    width: calc(100% / 2 - 42px - 14px - 34px / 2 - 30px);
  }

  .match-goals .match-goals-row.additional-time .player {
    /*width: 115px;*/
    width: calc(100% / 2 - 42px - 14px - 55px / 2 - 18px);
  }

  .match-goals .match-goals-row.team2 .note {
    width: calc(100% / 2 - 34px / 2 - 30px);
  }

  .match-goals .match-goals-row.team2.additional-time .note {
    width: calc(100% / 2 - 55px / 2 - 18px);
  }

  /*левая часть карточек с карточками мобилка*/
  .match-cards .match-cards-row .player {
    /*width: 154px;*/
    width: calc(100% / 2 - 14px - 18px - 34px / 2 - 15px - 1px);
  }
  .match-cards .match-cards-row.additional-time .player {
    /*width: 154px;*/
    width: calc(100% / 2 - 14px - 18px - 55px / 2 - 6px - 1px);
  }

  /*левая часть карточек пустая*/
  .match-cards .match-cards-row.team1 .note {
    width: calc(100% / 2 - 34px / 2 - 15px - 1px);
    /*width: 186px;*/
  }
  .match-cards .match-cards-row.team1.additional-time .note {
    width: calc(100% / 2 - 55px / 2 - 6px - 1px);
    /*width: 186px;*/
  }

  /*правая часть карточек пустая*/
  .match-cards .match-cards-row.team2 .note {
    width: calc(100% / 2 - 34px / 2 - 15px - 1px);
  }
  .match-cards .match-cards-row.team2.additional-time .note {
    width: calc(100% / 2 - 55px / 2 - 6px - 1px);
  }

  /*правая часть карточек не пустая*/
  .match-cards .match-cards-row.team2 .player {
    /*width: 154px;*/
    width: calc(100% / 2 - 14px - 18px - 34px / 2 - 15px - 1px);
  }
  .match-cards .match-cards-row.team2.additional-time .player {
    /*width: 154px;*/
    width: calc(100% / 2 - 14px - 18px - 55px / 2 - 6px - 1px);
  }

  .match-cards .match-cards-row .note {
    display: table;
    line-height: 17px;
    width: 186px;
  }

  .match-cards .match-cards-row .note > span {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
  }

  .match-cards .match-cards-row .player.forever-alone,
  .match-goals .match-goals-row .player.forever-alone {
    display: table;
  }

  .match-cards .match-cards-row.team1 .player.forever-alone,
  .match-goals .match-goals-row.team1 .player.forever-alone {
    text-align: right;
  }

  .match-cards .match-cards-row.team2 .player.forever-alone,
  .match-goals .match-goals-row.team2 .player.forever-alone {
    text-align: left;
  }

  .match-goals .match-goals-row .player .player-name,
  .match-cards .match-cards-row .player .player-name {
    display: inline-block;
    width: 100%;
    line-height: 17px;
  }

  .match-cards .match-cards-row .player.forever-alone span,
  .match-goals .match-goals-row .player.forever-alone span {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
  }

  .match-members .match-members-inner {
    width: 100%;
  }

  .match-members .match-members-inner.mobile-desktop {
    width: calc((100% - 24px) / 2);
  }

  .match-members .match-members-inner.team2,
  .match-members .match-members-inner.team1 {
    margin: 0;
  }

  .match-members .match-members-inner.team2.mobile-desktop {
    margin-left: 12px;
  }
  .match-members .match-members-inner.team1.mobile-desktop {
    margin-right: 12px;
  }

  .match-members .match-members-inner.team1 {
    margin-bottom: 36px;
  }

  .match-members .match-members-inner.referees .match-members-inner-players {
    padding-left: 6px;
  }

  .match-members .match-members-inner.referees .match-members-inner-player {
    margin-bottom: 10px;
  }

  .match-members .match-members-inner.referees .match-members-inner-player-name-wrapper:not(td) {
    width: 282px;
    display: flex;
    flex-wrap: wrap;
  }

  .match-members .match-members-inner.referees td.match-members-inner-player-name-wrapper {
    white-space: normal;
  }

  .match-members .match-members-inner.referees .match-members-inner-player .match-members-inner-player-name {
    width: auto;
    padding-right: 5px;
  }

  .match-members .match-members-inner .match-members-inner-player .match-members-inner-player-location {
    float: none;
    position: relative;
    top: -13px;
  }

  .match-members .match-members-inner .match-members-inner-players.dsk .match-members-inner-player .match-members-inner-player-location {
    vertical-align: middle;
    top: 0;
  }

  .tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table td.team-title {
    text-align: left;
    padding-left: 5px;
  }

  .tournament-tables-cont-inner.big-tables-wrapper {
    overflow-x: scroll;
  }

  .tournament-tables-cont-inner.big-tables-wrapper .chess.small-titles {
    width: 800px;
  }

  .match-members .match-members-inner .match-members-inner-players {
    padding: 12px;
  }

  .match-members .match-members-inner .match-members-inner-subtitle {
    padding: 10px;
  }

  .match-members .match-members-inner .match-members-inner-player .match-members-inner-player-subs {
    margin: 0;
  }
}

.match-news {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

.tournaments {
  background-color: #eeeeee;
}

.tournaments .tournaments-header {

}

.tournaments .tournaments-header .tournaments-tabs ul {
  list-style-type: none;
  width: 100%;
  height: 63px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
}

.tournaments .tournaments-header .tournaments-tabs ul > li {
  float: left;
  height: 64px;
  transition: none;
  cursor: pointer;
  box-sizing: border-box;
}

.tournaments .tournaments-header .tournaments-tabs ul > li.active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.tournaments .tournaments-header .tournaments-tabs ul > li.teams {
  width: 120px;
}

.tournaments .tournaments-header .tournaments-tabs ul > li > a {
  font-size: 15px;
  line-height: 63px;
  text-transform: uppercase;
  text-align: center;
  color: #424d58;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.tournaments .tournaments-header .tournaments-tabs ul > li.active > a {
  font-size: 15px;
  font-weight: 700;
}

.tournaments-header .tournaments-header-filter {
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  margin-top: -2px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row {
  border-bottom: 1px solid #c6c6c6;
  padding: 18px 26px 8px 26px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row:last-child {
  border: none;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-labels {
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-labels.with-subtitles {
  margin-bottom: 18px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown {
  position: relative;
  z-index: 3;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-slider {
  margin: 20px 0 20px;
  padding-bottom: 16px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-slider-title {
  display: inline-block;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #222c37;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-slider-title.left {
  margin-right: 20px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-slider-title.right {
  margin-left: 20px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown.open:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 40px);
  background-image: url('../img/dropdown-arrow-ico.png');
  width: 14px;
  height: 16px;
  z-index: 2;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown .rfs-dropdown .rfs-dropdown-title {
  max-height: 510px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: lowercase;
  font-size: 18px;
  padding: 0 44px 0 0;
}
.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown .rfs-dropdown .rfs-dropdown-title a {
  font-size: 14px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul {
  max-height: 510px;
  overflow-x: scroll;
  border: 1px solid #c6c6c6;
  top: 60px;
  right: auto;
  left: -368px;
  width: 870px;
  padding: 40px 25px;
  box-sizing: border-box;
  box-shadow: 3px 3px 11px -5px #000000, 0px -1px 3px -1px #c6c6c6;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul > li.filter-label {
  padding: 12px;
  line-height: 18px;
  width: 224px;
  text-align: left;
  height: 43px;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  margin-right: 40px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul > li.filter-label.no-btn {
  color: #1c94c1;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul > li.filter-label.active.no-btn {
  color: #ffffff;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul > li:not(.active).filter-label:hover:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul > li.filter-label.active {
  background-color: #507093;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul > li.filter-label a {
  max-width: 198px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 18px;
  line-height: 18px;
}

.tournaments-header .tournaments-header-filter .tournaments-header-filter-row .filter-label > span.subtitle {
  position: absolute;
  left: 0;
  top: 46px;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #313f4c;
  text-align: left;
}

.tournaments-header .tournaments-header-filter .ui-slider {
  border: none;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0;
  position: relative;
  width: calc(100% - 200px);
  margin: 0 42px;
}

.tournaments-header .tournaments-header-filter .ui-slider:before {
  content: '';
  width: 100%;
  background-image: url(../img/tournaments-filter-scale.png);
  height: 11px;
  display: block;
  position: absolute;
  top: 4px;
}

.tournaments-header .tournaments-header-filter .ui-slider span.min,
.tournaments-header .tournaments-header-filter .ui-slider span.max {
  position: absolute;
  top: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #222c37;
}

.tournaments-header .tournaments-header-filter .ui-slider span.min {
  left: -50px;
}

.tournaments-header .tournaments-header-filter .ui-slider span.max {
  right: -50px;
}

.tournaments-header .tournaments-header-filter .ui-slider .ui-slider-handle {
  width: 27px;
  height: 34px;
  background: url(../img/tournaments-filter-toddler.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  border: none;
  outline: none;
}

.tournaments-header .tournaments-header-filter .ui-slider .ui-slider-handle .tooltip {
  position: absolute;
  top: -20px;
  left: -4px;
  font-size: 15px;
  font-weight: 500;
  color: #222c37;
}

.tournaments-header .tournaments-header-filter .ui-slider .ui-slider-handle .tooltip.bottom {
  top: 36px;
}

.tournaments .tournaments-header-count {
  font-size: 15px;
  color: #507093;
  text-align: left;
  padding-left: 20px;
  margin-top: 38px;
  padding-bottom: 20px;
}

.tournaments .tournaments-header-empty {
  font-size: 15px;
  color: #507093;
  text-align: left;
}

.tournaments .tournaments-list {
  background-color: #ececec;
  width: 100%;
  padding-bottom: 20px;
}

.tournaments .tournaments-list .tournaments-list-title {
  font-size: 17px;
  line-height: 62px;
  color: #507093;
  text-align: left;
  padding-left: 20px;
}

.tournaments .tournaments-list .tournaments-list-cont {
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box {
  height: 180px;
  margin-bottom: 22px;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-image {
  float: left;
  width: 180px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-image .tournaments-list-cont-box-logo-cont {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 180px);
  box-sizing: border-box;
  background-color: #ffffff;
  height: 100%;
  padding: 10px 18px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-title:hover {
  color: #108ac3;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-desc {
  margin-top: 16px;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
  height: 55px;
  overflow: hidden;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-info {
  display: flex;
  margin: 0 0 10px 0;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-date {
  margin: 10px 30px 0 0;
  color: #424d58;
  padding-left: 30px;
  position: relative;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-date:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 17px;
  background-image: url('../img/calendar-icon-blue.png');
  background-repeat: no-repeat;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-place {
  margin-top: 10px;
  color: #424d58;
  padding-left: 30px;
  position: relative;
}

.tournaments .tournaments-list .tournaments-list-cont .tournaments-list-cont-box .tournaments-list-cont-box-inner .tournaments-list-cont-box-inner-place:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  width: 18px;
  height: 18px;
  background-image: url('../img/geo-icon-blue.png');
  background-repeat: no-repeat;
  background-size: 13px 17px;
}

.tournaments-cards {
  width: 870px;
  padding: 24px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-top: -2px;
}

.tournaments-cards .tournaments-cards-inner {
  width: calc((100% - 20px) / 2);
}

.tournaments-cards .tournaments-cards-inner:nth-child(odd) {
  margin-right: 10px;
  position: relative;
}

.tournaments-cards .tournaments-cards-inner:nth-child(odd):after {
  content: '';
  width: 1px;
  height: calc(100% + 50px);
  position: absolute;
  top: -25px;
  right: -10px;
  background-color: #cccccc;
}

.tournaments-cards .tournaments-cards-inner:nth-child(even) {
  margin-left: 10px;
}

.tournaments-cards .tournaments-card-inner-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.tournaments-cards .tournaments-cards-inner-cont {
  padding: 0 8px;
}

.tournaments-cards .tournaments-card-box {
  display: block;
  float: left;
  width: 180px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
}

.tournaments-cards .tournaments-card-box:nth-child(odd) {
  margin-right: 5px;
}

.tournaments-cards .tournaments-card-box:nth-child(even) {
  margin-left: 5px;
}

.tournaments-cards .tournaments-card-box:hover {
  transform: scale(1.02);
}

.tournaments-cards .tournaments-card-box-image {
  width: 100%;
  height: 180px;
}

.tournaments-cards .tournaments-card-box-image img {
  width: 100%;
  height: 100%;
}

.tournaments-cards .tournaments-card-box-title {
  display: table;
  width: 100%;
  height: 54px;
  text-align: center;
  border-top: 1px solid #cccccc;
}

.tournaments-cards .tournaments-card-box-title span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 6px;
  line-height: 18px;
  color: #000000;
}

.team-default-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #5d6a76;
  position: relative;
}

.team-default-logo i.fa {
  top: calc(50% - 8px);
  left: calc(50% - 20px);
  font-size: 18px;
  position: relative;
  color: #abaeb2;
}

.bet-tournament-pagination {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.bet-tournament-pagination__count {
  display: flex;
  align-items: center;
  color: #222C37;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.bet-tournament-pagination__count span {
  margin-right: 10px;
}

.bet-tournament-pagination__number {
  width: 44px;
  height: 44px;
  color: #222C37;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bet-tournament-pagination__number.active {
  background-color: #507093;
  color: #F3F3F3;
}

.bet-tournament-pagination .rfs-pagination {
  margin: 0;
}

.bet-tournament-pagination__clear,
.bet-tournament-pagination__count {
  width: 240px;
}

@media (max-width: 480px) {
  .bet-tournament-pagination {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .bet-tournament-pagination__clear {
    display: none;
  }

  .bet-tournament-pagination__count {
    width: auto;
  }

  .tournaments .tournaments-header .tournaments-tabs {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    height: 64px;
    position: relative;
  }

  .tournaments .tournaments-header .tournaments-tabs ul {
    background-color: #ffffff;
  }

  .tournaments .tournaments-header .tournaments-tabs ul > li.active {
    background-color: transparent;
    border: none;
  }

  .tournaments .tournaments-header .tournaments-tabs ul > li > a {
    font-weight: 500;
    line-height: 59px;
  }

  .tournaments .tournaments-header .tournaments-tabs ul > li.active > a {
    color: #108ac3;
    border-bottom: 4px solid #108ac3;
  }

  .tournaments .tournaments-header-count {
    margin: 0;
    padding: 20px;
  }

  .tournaments-cards {
    width: 100%;
    padding: 20px 0;
  }

  .tournaments-cards .tournaments-cards-inner {
    width: 100%;
  }

  .tournaments-cards .tournaments-cards-inner:nth-child:after {
    display: none;
  }

  .tournaments-cards .tournaments-card-box:nth-child(odd),
  .tournaments-cards .tournaments-card-box:nth-child(even) {
    margin: 0 24px 40px 24px;
  }

  .tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown ul {
    top: 66px;
    right: auto;
    left: -27px;
    width: 480px;
  }

  .tournaments-header .tournaments-header-filter .tournaments-header-filter-row .tournaments-header-filter-row-dropdown.full .rfs-dropdown.open:after {
    display: none;
  }

  .tournament-info .tournament-info-desc .tournament-info-desc-box ul li {
    color: white;
  }

  .tournament-info .tournament-info-nominations {
    margin-left: 0;
  }

  .tournament-info .tournament-info-results > li > a > span {
    left: 0;
  }


  .tournament-info .tournament-info-results > li > a {
    padding-left: 28px;
  }

  .tournament-info .tournament-info-timeline > ul > li > a {
    padding-left: 0;
  }

  .tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box {
    padding-left: 14px;
  }

  .tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box:before {
    left: 0;
    top: -1px;
  }

  .tournament-info .tournament-info-nominations, .tournament-info .tournament-info-results {
    margin-left: 0;
  }

  .tournament-info .tournament-info-desc .tournament-info-desc-box ul {
    margin-left: 0;
    list-style-type: none;
  }

  .tournament-info .tournament-info-subtitle {
    margin-left: 0;
  }

  .tournament-info .tournament-info-timeline {
    padding: 0;
  }


  .tournament-info .tournament-info-timeline > ul {
    margin-left: 0;
  }

  .tournament-info .tournament-info-timeline .tournament-info-timeline-cont .tournament-info-timeline-box:not(:last-child):after {
    left: 4px;
  }

  .tournament-tables .only-one-match .playoff {
    width: 100% !important;
    min-width: auto;
  }

  .tournament-tables .only-one-match {
    overflow: hidden !important;
  }

  .tournament-info-competition {
    .rfs-dropdown ul {
      right: auto;
      left: 0;
    }
  }
}
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) td:not(:last-child):not(:first-child):not(.team-title):not(.balls-sep),
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner table:not(.chess) th:not(:last-child):not(:first-child):not(.team-title):not(.balls-sep) {
  width: 30px;
}

.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner td.balls-sep {
  width: 4px;
}
.tournament-tables .tournament-tables-cont .tournament-tables-cont-inner th.balls-sep {
  width: 4px;
}
