.tournament-info {
  background-color: #ffffff;
  padding: 30px 28px 42px;
  margin-bottom: 36px;
}

/*Выбор сезона турниров*/
.tournaments-season {
  margin-bottom: 40px;
  height: 38px;
}

.tournaments-season-title {
  font-size: 40px;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase;
}

.tournaments-season-remote {
  position: relative;
  bottom: -12px;
}

.tournaments-season .sfl-tabs {
  margin-right: 55px;
}

.tournaments-season .sfl-tabs ul > li:not(:last-child) {
  margin-right: 4px;
}

.tournaments-season .sfl-tabs li > a > span {
  text-transform: uppercase;
}

/*Список турниров*/
.tournaments-list {

}

.tournaments-list .tournaments-list-box {
  float: left;
  width: calc((100% - 64px) / 3);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  margin-bottom: 20px;
}

.tournaments-list .tournaments-list-box:not(:nth-child(3n)) {
  margin-right: 32px;
}

.tournaments-list .tournaments-list-box-image {
  width: 100%;
  height: 260px;
  display: block;
}

.tournaments-list .tournaments-list-box-image > img {
  width: 100%;
  height: 100%;
}

.tournaments-list .tournaments-list-box-cont {
  background-color: #ffffff;
  padding: 28px 22px 24px 26px;
  position: relative;
  height: 174px;
  box-sizing: border-box;
}

.tournaments-list .tournaments-list-box-cont-title {
  display: table;
  margin-bottom: 16px;
  height: 90px;
}

.tournaments-list .tournaments-list-box-cont-title > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #363636;
  font-weight: 500;
}

.tournaments-list .tournaments-list-box-cont-title > span > div {
  max-height: 92px;
  overflow: hidden;
}

.tournaments-list .tournaments-list-box-cont-desc {
  position: relative;
}

.tournaments-list .tournaments-list-box-cont-teams,
.tournaments-list .tournaments-list-box-cont-date {
  font-size: 14px;
  color: #363636;
  position: relative;
  padding-left: 26px;
}

.tournaments-list .tournaments-list-box-cont-teams:before,
.tournaments-list .tournaments-list-box-cont-date:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url('../img/symbols-spray.png');
}

.tournaments-list .tournaments-list-box-cont-date:before {
  background-position: 0 -19px;
  width: 16px;
  height: 14px;
}

.tournaments-list .tournaments-list-box-cont-teams:before {
  background-position: -22px -18px;
  width: 11px;
  height: 14px;
}

.tournaments-list .tournaments-list-box-cont-date {
  float: left;
}

.tournaments-list-box-cont-teams {
  float: right;
}

/*Список команд турнира*/
.tournaments-teams {

}

.tournaments-teams .tournaments-teams-box {
  float: left;
  width: calc(100% / 3 - 14px);
  height: 128px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  background-color: #ffffff;
  margin-bottom: 24px;
  display: block;
  position: relative;
}

.tournaments-teams .tournaments-teams-box:not(:nth-child(3n)) {
  margin-right: 20px;
}

.tournaments-teams-box-cont span {
  display: block;
}

.tournaments-teams .tournaments-teams-box-cont-logo {
  width: 128px;
  height: 128px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.tournaments-teams .tournaments-teams-box-cont-logo img {
  width: 100%;
  height: 100%;
}

.tournaments-teams .tournaments-teams-box-cont-title {
  width: 120px;
  font-size: 18px;
  color: #363636;
  font-weight: 500;
  margin: 20px 20px 0;
}

.tournaments-teams .tournaments-teams-box:hover .tournaments-teams-box-cont-title {
  text-shadow: 0 0 0 #000000;
}

/*Таблицы турниры*/

.tournaments-tables-list .tournaments-tables-cont:not(:last-child):not(.play-off) {
  margin-bottom: 36px;
}

.tournaments-tables-cont-title .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 69px;
  text-transform: uppercase;
  padding-left: 36px;
}

.tournaments-tables-cont-title .sfl-tabs {
  margin: 12px 18px 12px 0;
}

.tournaments-tables {
  width: 100%;
  background-color: #ffffff;
}

.table-cell-team a[href] {
  color: #2f2c2e;
}

.table-cell-team a[href]:hover {
  color: #ff8207;
  transition: 0.2s;
}

.table--table,
.table--chess {
  box-shadow: none;
}

.table--table .table-cell {
  width: 50px;
}

.table--table .table-cell-number,
.table--chess .table-cell-number {
  width: 40px;
}

.table--table .table-cell-logo,
.table--chess .table-cell-logo {
  width: 50px;
  padding: 0 15px 0 0;
}

.table--table .table-cell-progress {
  width: 160px;
  padding: 0 0 0 20px;
}

.table--table .table-cell-team,
.table--chess .table-cell-team {
  width: 210px;
}

.table--chess .table-cell-empty {
  background-color: #e9e9e978;
}

.table--chess tr.table-row:nth-of-type(even) {
  background-color: unset;
}

.table tr.table-row-kristall,
.table tr.table-row-kristall:nth-of-type(even) {
  background-color: #ffd9b4;
}

.table tr.table-row-kristall .table-cell-team {
  font-weight: 700;
}

.table--chess .table-cell {
  min-width: 30px;
}

.table--chess .chess-score {
  color: #000000;
}

.table--chess .chess-score:hover {
  color: #ff8207;
  transition: 0.2s;
}

.documents-items-empty {
  font-size: 18px;
  color: #243f53;
  margin-left: 16px;
}

/*Выбор этапа*/
.tournament-rounds {
  margin-bottom: 16px;
  height: 100%;
  width: 100%;
}

.tournament-rounds .left-arrow,
.tournament-rounds .right-arrow {
  width: 32px;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
  float: left;
  position: relative;
}

.tournament-rounds .left-arrow:after,
.tournament-rounds .right-arrow:after {
  content: '';
  width: 11px;
  height: 19px;
  background-image: url(../img/chevron-spray.png);
  background-position: 0 -71px;
  position: absolute;
  top: 15px;
  left: 8px;
}

.tournament-rounds .right-arrow:after {
  transform: rotate(180deg);
}

.tournament-rounds .left-arrow.disable,
.tournament-rounds .right-arrow.disable {
  opacity: 0.2;
}

.tournament-rounds .tournament-rounds-box {
  width: 910px;
  height: 50px;
  position: relative;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.tournament-rounds .tournament-rounds-cont {
  overflow: hidden;
  float: left;
  width: 910px;
  padding-bottom: 14px;
}

.tournament-rounds .tournament-rounds-cont.more {
  width: calc(100% - 64px);
}

.tournaments-tables-cont {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}

.tournaments-playoff-cont {
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
}

.tournament-rounds-cont > ul {
  list-style-type: none;
  width: 1000%;
  position: relative;
  left: 0;
}

.tournaments-tables-cont > ul > li,
.tournament-rounds-cont > ul > li {
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  float: left;
}

.tournament-rounds-cont > ul > li.active {
  background-color: #fd9f01;
  position: relative;
}

.tournament-rounds-cont.one > ul > li {
  width: 910px;
}

.tournament-rounds-cont.two > ul > li {
  width: calc(910px / 2);
}

.tournament-rounds-cont.three > ul > li {
  width: calc(910px / 3);
}

.tournament-rounds-cont.more > ul > li {
  width: calc(846px / 3);
}

.tournament-rounds-cont > ul > li.active:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: calc(50% - 13px);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid #fd9f01;
}

.tournaments-tables-cont > ul > li > span,
.tournament-rounds-cont > ul > li > a {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.tournaments-tables-cont > ul > li.active > span,
.tournament-rounds-cont > ul > li.active > a {
  font-weight: 400;
}

/*Статистика турнира*/
.tournaments-stats-tabs {
  margin-top: 40px;
  border-bottom: 1px solid #cbcbcb;
}

.tournaments-stats-tabs .sfl-tabs {
  padding: 20px 28px;
  text-align: left;
}

/*Таблицы и сетки*/
.tournament-tables-cont-inner {
  margin-bottom: 36px;
}

.tournament-tables-cont-inner .calendar-controls {
  margin-top: 10px;
}
