@font-face {
  font-family: "PT Sans Narrow";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../../../fonts/PT_Sans_Narrow.woff2") format("woff2"), url("../../../fonts/PT_Sans_Narrow.ttf") format("ttf");
}
@font-face {
  font-family: "PT Sans Narrow";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../../../fonts/PT_Sans_Narrow_Bold.woff2") format("woff2"), url("../../../fonts/PT_Sans_Narrow_Bold.ttf") format("ttf");
}
/* Стили кастомных фонов */
/* Стили текста для кастомных фонов */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.clear {
  clear: both;
  height: 0;
  width: 100%;
}
.body {
  margin: 0;
  padding: 0;
  min-width: 1216px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  background-color: #e8e8e8;
}
.body.widget {
  min-width: 910px;
  width: 910px;
  background: transparent;
}
.main {
  min-height: calc(100vh - 319px);
}
a {
  text-decoration: none;
  color: #000000;
}
img {
  max-width: 100%;
}
.link {
  padding: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}
.empty-block {
  width: 100%;
  text-align: center;
  padding: 20px;
}
.separator {
  display: none;
}
/*Главная страница*/
/*Шапка*/
.header {
  position: relative;
  z-index: 999;
  min-height: 174px;
  background-color: #00a5e4;
}
.header__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1216px;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  width: 172px;
  height: 169px;
}
.header__top {
  display: flex;
  z-index: 1;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 1216px;
  height: 117px;
  opacity: 0.99;
  font-size: 0;
  line-height: 0;
}
.header__logo.header-logo--shadow::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 95px;
  height: 169px;
  width: 100px;
  background-color: rgba(41, 45, 70, 0.6);
  transform: skewX(-15deg);
}
.header__title {
  margin: auto 0;
  padding: 20px 0 0 221px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 33px;
  line-height: 38.05px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.header__title .header__title--short {
  display: none;
}
.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 17px 0;
  margin: 0;
  width: 240px;
  list-style: none;
}
.social__item {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 18px;
}
.social__link {
  display: block;
  width: 100%;
  height: 100%;
}
.social__item--instagram {
  background-image: linear-gradient(10deg, #fdc565 2%, #ae318f 80%, #6d51c4 100%);
}
.svg-icon--instagram {
  fill: #ffffff;
  vertical-align: middle;
}
.social__item--vk {
  background-color: #4a6b8e;
}
.svg-icon--vk {
  fill: #ffffff;
  vertical-align: middle;
}
.social__item--fb {
  background-color: #3e5b99;
}
.svg-icon--fb {
  fill: #ffffff;
  vertical-align: middle;
}
.social__item--youtube {
  background-color: #ffffff;
}
.svg-icon--youtube {
  fill: #ff4847;
  vertical-align: middle;
}
/*Предыдущие иконки соц. сетей
.social__item--vk {
  background-image: url("../../../img/svg-icon--vk.svg");
  transform: scale(0.9);
}

.social__item--instagram {
  background-image: url("../../../img/svg-icon--instagram.svg");
  transform: scale(0.9);
}

.social__item--youtube {
  background-image: url("../../../img/svg-icon--youtube.svg");
  transform: scale(0.9);
}*/
.navigation {
  min-height: 52px;
  background-color: rgba(41, 45, 70, 0.34);
}
.navigation__wrapper {
  margin: 0 auto;
  width: 1216px;
  display: flex;
  justify-content: space-between;
}
.navigation__list {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0 7px 0 189px;
  height: 52px;
  list-style: none;
}
.navigation__unit {
  width: 148px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.navigation__unit-container {
  display: inline-block;
}
.navigation__unit:hover {
  background-color: rgba(41, 45, 70, 0.7);
}
.navigation__unit:active {
  background-color: #292d46;
}
.navigation__unit-link {
  display: block;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 20px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.navigation__langs {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation__langs-item {
  height: 52px;
}
.navigation__langs-item--active {
  background-color: #021a31;
}
.navigation__langs a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  height: 100%;
  padding: 0 10px;
}
.navigation__langs img {
  border-radius: 50%;
  margin-right: 5px;
}
.header__hamburger {
  display: none;
}
/* Выпадающее меню в основной навигации */
.drop-menu-wrapper {
  height: auto;
  position: relative;
  left: 2px;
}
.drop-menu {
  display: none;
  position: absolute;
  left: -2px;
  z-index: 9999;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 238px;
  background-color: #214565;
  border-right: 0;
  text-align: left;
}
.drop-menu.js-show {
  display: block;
}
.drop-menu__item:hover,
.drop-menu__item:hover:active {
  background-color: #00a5e4;
}
.drop-menu__item-link {
  display: block;
  padding: 13px 20px 13px 40px;
  width: 238px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
}
.drop-menu__item--regions {
  background-color: rgba(0, 165, 228, 0.23);
}
.navigation__unit--tournaments:hover .drop-menu--tournaments {
  display: block;
}
.header__line {
  height: 5px;
  background-color: #292d46;
}
/*Календарь на главной странице*/
.calendar {
  min-height: 0;
}
.calendar__top-wrapper {
  background-color: #292d46;
}
.calendar__top {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 1216px;
  margin: 0 auto;
  min-height: 57px;
}
.calendar__title::before {
  content: "\f073";
  position: absolute;
  color: #e8e8e8;
  left: 30px;
  font-family: "FontAwesome";
  font-size: 21px;
}
.calendar__title {
  margin: 0;
  padding: 0 67px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.calendar__title:hover {
  cursor: pointer;
}
.arrow-back,
.arrow-forward {
  display: block;
  width: 10px;
  height: 100%;
  margin: 0;
  stroke: #ffffff;
}
.arrow-back {
  left: 0;
}
.arrow-forward {
  right: 0;
}
.arrow-back:hover,
.arrow-forward:hover {
  cursor: pointer;
}
.arrow-back.slick-disabled,
.arrow-forward.slick-disabled {
  display: none !important;
}
.arrow-back--tournaments,
.arrow-forward--tournaments {
  position: absolute;
  height: auto;
  margin: 0;
  z-index: 1;
  width: 20px;
  top: 8px;
  padding: 0;
}
.arrow-back--tournaments {
  margin-left: 10px;
}
.arrow-forward--tournaments {
  text-align: right;
  margin-right: 10px;
}
.calendar__tournaments-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 20px;
  width: 675px;
  overflow: hidden;
  list-style: none;
}
.calendar__tournaments-list--container {
  position: relative;
}
.calendar__tournaments-item {
  flex-shrink: 0;
  flex-grow: 0;
  min-height: 32px;
  margin: 0 5px;
  transform: skewX(-15deg);
}
.calendar__tournaments-list--full .calendar__tournaments-item {
  flex-grow: 1;
}
.calendar__tournaments-item:hover {
  background-color: rgba(41, 45, 70, 0.4);
}
.calendar__tournaments-item:active {
  background-color: rgba(41, 45, 70, 0.7);
}
.navigation__unit--active,
.calendar__tournaments-item--active,
.sidebar__navigation-item--active,
.navigation__unit--active:hover,
.calendar__tournaments-item--active:hover,
.calendar__tournaments-item.js-active,
.sidebar__navigation-item--active:hover {
  background-color: rgba(41, 45, 70, 0.8);
}
.navigation__unit--active > a {
  color: #ffffff;
}
.calendar__tournaments-item-link {
  display: block;
  padding-left: 22px;
  padding-right: 21px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  transform: skewX(15deg);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar__tournaments-item.js-active .calendar__tournaments-item-link {
  color: #ffffff;
}
.calendar__tournaments-item-link:hover {
  cursor: pointer;
}
.calendar__selects {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 260px;
  min-height: 32px;
}
.calendar__select-item {
  position: relative;
  padding-right: 20px;
  padding-left: 15px;
}
.calendar__select-item .js-div-dropdown-title::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 6px;
  border: 5px solid #e8e8e8;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.calendar__select-item-options li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar__select-item-default {
  height: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  color: #ffffff;
}
.calendar__select-item-options {
  width: auto;
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  padding: 15px 20px 15px 15px;
  margin: 0;
  list-style: none;
  background-color: #292d46;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
  color: #ffffff;
}
.calendar__select-item-active {
  display: block;
}
.calendar__bottom-wrapper {
  background-color: #e8e8e8;
}
.calendar__bottom {
  display: flex;
  margin: 0 auto;
  width: 1216px;
  min-height: 122px;
  position: relative;
}
.calendar__bottom:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 29px;
  border: 10px solid #e8e8e8;
  border-top-width: 0;
  border-right-color: transparent;
  border-left-color: transparent;
}
.arrow-back--games,
.arrow-forward--games {
  position: absolute;
  height: auto;
  margin: 0;
  z-index: 2;
  display: block;
  width: 12px;
  padding-top: 45px;
  padding-bottom: 45px;
  stroke: #6d7c9d;
  top: 46px;
}
.arrow-back--games {
  padding: 0 0 0 6px;
}
.arrow-forward--games {
  text-align: right;
  margin-right: 30px;
  padding: 0 44px 0 0;
}
.calendar__games-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 76px 0 0;
  padding: 0 25px;
  width: 1025px;
  overflow: hidden;
  list-style: none;
  background-color: #e8e8e8;
}
.calendar__games-list--container {
  position: relative;
}
.live {
  position: relative;
}
.live::before {
  content: "Live";
  position: absolute;
  top: 18px;
  right: 21px;
  width: 25px;
  height: 15px;
  font-size: 8.45px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  background-color: #d50028;
  border-radius: 2px;
  color: #ffffff;
}
.calendar__games-item {
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 12px;
  width: 205px;
  height: 122px !important;
}
.calendar__games-list .slick-track .slick-slide:nth-child(2n) .calendar__games-item {
  background-color: #ffffff;
}
.calendar__games-score {
  width: 100%;
}
.calendar__games-score-cell--data-time {
  padding-top: 18px;
  padding-bottom: 13px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.calendar__games-score-cell--bold {
  font-weight: 700;
}
.calendar__games-score-cell--team,
.calendar__games-score-cell--goals {
  padding-bottom: 12px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.calendar__games-score-cell--team {
  width: 142px;
}
.calendar__team {
  width: 123px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar__games-score-cell--goals {
  width: 18px;
  text-align: right;
}
.calendar__games-score-cell--bold {
  font-weight: 700;
}
.calendar__games-score-cell--first-game {
  padding-top: 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  color: #3f3f3f;
  max-width: 35px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
  vertical-align: top;
}
.calendar__tables-results {
  padding: 23px 10px 15px;
  width: 115px;
  text-align: center;
  background-color: #dcdcdc;
}
.calendar__tables,
.calendar__results {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: #3f3f3f;
  font-weight: 400;
  text-align: center;
  vertical-align: center;
  text-transform: uppercase;
  display: block;
}
.calendar__tables:hover,
.calendar__results:hover {
  color: #292d46;
}
/*Слайдер*/
.slider,
.slider-tile,
.slider-carousel {
  position: relative;
  z-index: 0;
  height: 694px;
  padding: 42px 0;
  background: linear-gradient(-75deg, rgba(0, 165, 228, 0.9) 2%, #00a5e4 2%, #00a5e4 15%, rgba(0, 165, 228, 0.94) 15%, rgba(0, 165, 228, 0.94) 18%, rgba(0, 165, 228, 0.9) 18%, rgba(0, 165, 228, 0.9) 19%, #00a5e4 19%, rgba(0, 165, 228, 0.8) 30%, #00a5e4 30%, #00a5e4 32%, rgba(0, 165, 228, 0.97) 32%, rgba(0, 165, 228, 0.97) 34%, rgba(0, 165, 228, 0.9) 34%, rgba(0, 165, 228, 0.9) 37%, #00a5e4 37%, rgba(0, 165, 228, 0.88) 78%, rgba(0, 165, 228, 0.8), #00a5e4 78%, rgba(0, 165, 228, 0.8), #00a5e4 93%, rgba(0, 165, 228, 0.94) 93%, rgba(0, 165, 228, 0.97) 95%, rgba(0, 165, 228, 0.9) 95%, rgba(0, 165, 228, 0.9) 96%, #00a5e4 96%);
}
.slider:after,
.slider-tile:after,
.slider-carousel:after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  height: 500px;
  width: 100%;
  background: linear-gradient(to top, #00a5e4 20%, rgba(0, 165, 228, 0));
}
.slider__wrapper,
.slider-tile__wrapper {
  display: flex;
  width: 1216px;
  height: 610px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #f2f0ea;
}
.slider__text-list,
.slider__slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider__slides {
  width: 910px;
  height: 610px;
  overflow: hidden;
}
.slider__slide {
  height: 610px;
  overflow: hidden;
  background: center top no-repeat;
  background-size: 100% 100% !important;
  width: 910px;
}
.slider__slide-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 42px;
  width: 910px;
  height: 610px;
  overflow: hidden;
}
.slider__slide-content {
  position: relative;
  width: 832px;
  min-height: 152px;
  background-color: rgba(0, 0, 0, 0.45);
}
.slider__slide-date {
  position: absolute;
  left: 5px;
  background-color: #292d46;
  height: 26px;
  transform: skewX(-15deg);
}
.slider__slide-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
  background-color: #292d46;
}
.slider__slide-date-p {
  margin: 0;
  padding: 0 15px 0 20px;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  transform: skewX(15deg);
}
.slider__slide-text-p {
  display: block;
  margin: 0;
  padding: 45px 31px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  color: #ffffff;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.slider__text-list {
  height: 100%;
  width: 306px;
}
.slider__text-item {
  display: table;
  position: relative;
}
.slider__text-item--active::before,
.slider__text-item:active::before {
  content: "";
  position: absolute;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 101px solid transparent;
  border-right: 25px solid #292d46;
}
.slider__text-item-link {
  display: table-cell;
  height: calc(610px / 6);
  width: 306px;
  margin: 0;
  padding: 10px 31px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 19px;
  text-align: left;
  vertical-align: middle;
  color: #000000;
  border-bottom: 1px solid #dddddd;
}
.slider__text-item .slider__text-item-link:hover {
  cursor: pointer;
}
.slider__text-item:last-child .slider__text-item-link {
  border-bottom: 0;
}
.slider__text-item:hover,
.slider__text-item--pointing {
  background-color: rgba(26, 125, 171, 0.1);
}
.calendar__select-item-active,
.slider__text-item:active,
.slider__text-item--active,
.slider__text-item--active:hover {
  background-color: #292d46;
}
.slider__text-item:active .slider__text-item-link,
.slider__text-item--active .slider__text-item-link {
  color: #ffffff;
}
/*Слайдер-плитка*/
.slider-tile {
  height: 495px;
  padding: 45px 0;
}
.slider-tile__wrapper {
  display: flex;
  width: 1216px;
  height: 405px;
  margin: 0 auto;
  background-color: transparent;
}
.slider-tile__slides {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.slider-tile__slides-group {
  display: flex;
  flex-wrap: wrap;
}
.slider-tile__slide {
  position: relative;
  flex-shrink: 0;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 295px;
  height: 200px;
  background-color: white;
  background-size: cover;
}
.slider-tile__slide--main {
  width: 610px;
  height: 100%;
}
.slider-tile__link::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.slider-tile__slide--main .slider-tile__link::after {
  height: 33%;
}
.slider-tile__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.slider-tile__slide--main .slider-tile__link {
  padding: 25px 40px;
}
.slider-tile__slide-content {
  position: relative;
  z-index: 2;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #ffffff;
}
.slider-tile__slide-date {
  font-size: 13px;
  line-height: 26px;
}
.slider-tile__slide--main .slider-tile__slide-date {
  width: 95px;
  padding: 0 15px;
  margin-bottom: 12px;
  position: relative;
  height: 26px;
  background-color: #292d46;
  transform: skewX(-15deg);
}
.slider-tile__slide--main .slider-tile__slide-date::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 30px;
  height: 26px;
  background-color: #292d46;
  transform: skewX(15deg);
}
.slider-tile__slide-date-p {
  margin: 0;
}
.slider-tile__slide--main .slider-tile__slide-date-p {
  transform: skewX(15deg);
}
.slider-tile__slide-text {
  font-size: 19px;
  line-height: 23px;
}
.slider-tile__slide--main .slider-tile__slide-text {
  font-size: 29px;
  line-height: 35px;
}
/*Слайдер-карусель*/
.slider-carousel {
  height: 700px;
  padding: 45px 0 0 0;
}
.slider-carousel__wrapper {
  height: 570px;
  min-width: 1216px;
}
.slider-carousel__wrapper.slick-slider .slick-track,
.slider-carousel__wrapper.slick-slider .slick-list {
  min-width: 1216px !important;
}
.slider-carousel__wrapper .slider-carousel__slide {
  height: 570px;
  transition: all 700ms ease;
  float: left;
  position: relative;
  z-index: 1;
}
.slider-carousel__wrapper .slick-slide.slick-center {
  position: relative;
  z-index: 2;
}
.slider-carousel__wrapper .slick-slide:not(.slick-center) {
  transform: scaleY(0.93);
  position: relative;
}
.slider-carousel__wrapper .slick-slide:not(.slick-center):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 165, 228, 0.5);
}
.slider-carousel__image {
  display: block;
  float: left;
  width: 846px;
  height: 100%;
  position: relative;
}
.slider-carousel__slide.slick-center .slider-carousel__image {
  box-shadow: -5px 0 20px 2px rgba(0, 0, 0, 0.3);
}
.slider-carousel__image > img {
  width: 100%;
  height: 100%;
}
.slider-carousel__slide-content {
  float: right;
  width: 370px;
  height: 570px;
  box-sizing: border-box;
  padding: 25px 45px 40px 45px;
  background-color: #ffffff;
}
.slider-carousel__slide.slick-center .slider-carousel__slide-content {
  box-shadow: 5px 0 20px 2px rgba(0, 0, 0, 0.3);
}
.slider-carousel__slide-date {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 5px;
}
.slider-carousel__mobile-container {
  display: none;
}
.slider-carousel__title {
  display: block;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
  color: #000000;
  padding-bottom: 25px;
  position: relative;
}
.slider-carousel__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #292d46;
}
.slider-carousel__text {
  margin-top: 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #000000;
}
.slider-carousel__dots-container {
  position: absolute;
  padding: 0 20px;
  left: calc(50% - 104px);
  bottom: 15px;
  text-align: center;
}
.slider-carousel .slick-dots {
  padding: 0;
  list-style-type: none;
}
.slider-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transform: skewX(-15deg);
}
.slider-carousel .slick-dots li.slick-active {
  background-color: #292d46;
}
.slider-carousel .slick-dots li button {
  width: 100%;
  height: 100%;
  visibility: hidden;
  border: none;
  background-color: transparent;
  opacity: 0;
}
.slider-carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 7px);
  bottom: -44px;
  z-index: 1;
  height: 15px;
  width: 12px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.slider-carousel .slick-arrow.slick-prev {
  left: 0;
}
.slider-carousel .slick-arrow.slick-next {
  right: 0;
}
.slider-carousel .slick-arrow:hover {
  color: #292d46;
}
/*Основное содержание*/
.main-container {
  display: flex;
  justify-content: space-between;
  width: 1216px;
  margin: 48px auto 38px;
}
.main-container--inner {
  margin-top: 25px;
}
.content-top {
  width: 1216px;
  margin: 25px auto 0;
}
.main-content {
  width: 910px;
}
.main-content--without-sidebar {
  width: 100%;
}
.button {
  display: block;
  padding: 4px 0;
  width: 100%;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: rgba(41, 45, 70, 0.7);
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  outline: none;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.header__hamburger {
  display: none;
}
/*Сайдбар*/
.sidebar {
  width: 260px;
}
/* Селекты в сайдбаре на главной странице */
/* Стандартный тёмный селект, который потом встречается на многих внутренних страницах */
.select-item {
  position: relative;
  min-width: 260px;
  height: 44px;
  background-color: #00a5e4;
}
.select-item__default {
  position: relative;
  width: 197px;
  height: 100%;
  background-color: rgba(41, 45, 70, 0.54);
  padding-left: 15px;
}
.select-item__default::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 44px;
  top: 0;
  right: -22px;
  border: 12px solid transparent;
  border-top: 44px solid rgba(41, 45, 70, 0.54);
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.select-item .js-div-dropdown-title::after,
.select-item .js-div-select-title::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 21px;
  border: 5px solid #ffffff;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.js-div-select .js-div-select-ul,
.js-div-dropdown .js-div-dropdown-ul {
  z-index: 998;
  padding: 8px 0;
}
.js-div-dropdown .js-div-dropdown-ul.calendar__select-item-options {
  max-height: 288px;
}
.js-div-dropdown-title,
.js-div-select-title {
  width: 100%;
  height: inherit;
}
.js-div-dropdown-title:hover,
.js-div-select-title:hover,
.js-div-dropdown-li,
.js-div-select-li:hover {
  cursor: pointer;
}
.select-item__default-text {
  width: 195px;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 44px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-item__options {
  display: none;
  position: absolute;
  top: 44px;
  z-index: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  background-color: inherit;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 19px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
}
.js-div-select-li,
.js-div-dropdown-li {
  padding: 7.5px 15px;
}
.js-div-select-li:hover,
.js-div-dropdown-li:hover {
  background-color: #292d46;
}
.select-item--light .js-div-select-li:hover,
.select-item--light .js-div-dropdown-li:hover {
  background-color: #00a5e4;
}
.select-item__options a {
  color: inherit;
  display: block;
}
.select-item__options--active {
  display: block;
}
.team__select-item-default {
  position: relative;
}
.team__select-item-default:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 6px;
  border: 5px solid rgba(0, 165, 228, 0.7);
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
/* Список светлых селектов на главной странице */
.selects-list {
  min-height: inherit;
  margin-bottom: 34px;
}
.js-tournament-widget-league-select,
.js-tournament-widget-tournament-select,
.js-tournament-widget-child-select {
  margin-bottom: 13px;
}
.select-item--light {
  background-color: #292d46;
}
.select-item--light .select-item__default::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 44px;
  top: 0;
  right: -22px;
  border: 12px solid transparent;
  border-top: 44px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.select-item--light .select-item__default {
  background-color: rgba(255, 255, 255, 0.2);
}
/* Навигация в сайдбаре на внутренних страницах */
.sidebar__navigation {
  padding: 0;
  margin: 0 0 26px 0;
  list-style: none;
  width: 100%;
  background-color: rgba(0, 165, 228, 0.7);
}
.sidebar__navigation-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}
.sidebar__navigation-item:hover {
  background-color: rgba(41, 45, 70, 0.4);
}
.sidebar__navigation-item:active {
  background-color: rgba(41, 45, 70, 0.8);
}
.sidebar__navigation-item-link {
  position: relative;
  display: block;
  padding-left: 36px;
  width: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
}
.sidebar__navigation-item-link::before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 15px;
  left: 15px;
}
/* Таблицы в сайдбаре */
.sidebar__table {
  padding: 0;
  margin: 0 0 26px 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #ffffff;
}
.sidebar__table-content {
  width: 100%;
}
.sidebar__table .sidebar__table-title {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 44px;
  color: #ffffff;
  font-weight: bold;
  background-color: #00a5e4;
  border-bottom: 0;
}
.sidebar__table .sidebar__table-title:before {
  display: none;
  content: "\f107";
  position: absolute;
  color: #ffffff;
  right: 14px;
  font-family: "FontAwesome";
  font-size: 19px;
}
.sidebar__table .sidebar__table-title:after {
  display: none;
  content: "\f106";
  position: absolute;
  color: #ffffff;
  right: 14px;
  font-family: "FontAwesome";
  font-size: 19px;
}
.sidebar__table-cell {
  padding: 0 0 0 15px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  line-height: 37px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.sidebar__table-row--head .sidebar__table-cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 31px;
  color: #ffffff;
  vertical-align: middle;
  background-color: rgba(41, 45, 70, 0.8);
  border-bottom: 0;
}
.sidebar__table-row--head .sidebar__table-cell--abbr {
  text-decoration: none;
}
.link--sidebar-wrapper {
  text-align: center;
}
.link--sidebar {
  line-height: 45px;
  color: #292d46;
}
.sidebar__table--tournament {
  margin-bottom: 21px;
}
.sidebar__table--tournament .sidebar__table-cell--number {
  padding: 0;
  font-size: 14px;
  width: 30px;
  text-align: center;
}
.sidebar__table--tournament .sidebar__table-cell--color {
  padding-left: 7px;
  width: 7px;
}
.sidebar__table--tournament .sidebar__table-cell--games {
  padding-left: 0;
  width: 25px;
  text-align: center;
  font-size: 13px;
}
.sidebar__table--tournament .sidebar__table-cell--points {
  padding-left: 0;
  padding-right: 15px;
  width: 40px;
  text-align: center;
  font-size: 13px;
}
.sidebar__table--tournament .sidebar__table-cell--team {
  width: 148px;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 14px;
}
.sidebar__team,
.sidebar__player {
  display: block;
  width: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar__table--schedule {
  margin-bottom: 26px;
}
.sidebar__table--schedule .sidebar__table-cell--match-time {
  width: 40px;
  font-size: 13px;
  text-align: center;
}
.sidebar__table--schedule .sidebar__table--team-1 {
  width: 90px;
  padding: 0;
  text-align: right;
  font-size: 13px;
}
.sidebar__table--schedule .sidebar__table--team-1 .sidebar__team {
  padding: 0 0 0 10px;
}
.sidebar__table--schedule .sidebar__table--team-2 {
  width: 90px;
  padding: 0;
  text-align: left;
  font-size: 13px;
}
.sidebar__table--schedule .sidebar__table--team-2 .sidebar__team {
  padding: 0 10px 0 0;
}
.sidebar__table--schedule .sidebar__table--score {
  width: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
}
.sidebar__table-row--active {
  font-weight: 400;
  background-color: #292d46;
  color: #ffffff;
}
.sidebar__table-row--active a {
  color: #ffffff;
}
.tabs__navigation {
  width: 100%;
  background-color: #292d46;
}
.tabs__list {
  padding: 0;
  margin: 0 5px;
  list-style: none;
  display: flex;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.tabs--sidebar .tabs__list {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 38px;
  text-transform: none;
}
.tabs__item {
  flex-grow: 1;
  transform: skewX(-15deg);
  border-right: 1px solid rgba(0, 165, 228, 0.3);
}
.tabs__item a:hover {
  cursor: pointer;
}
.tabs__item:hover {
  background-color: rgba(0, 165, 228, 0.4);
}
.tabs__item:last-child {
  border-right: none;
}
.tabs__text {
  display: block;
  color: #ffffff;
}
.tabs__text-container {
  display: inline-block;
  transform: skewX(15deg);
}
.tabs--active,
.tabs--active:hover {
  background-color: #ffffff;
}
.tabs--active .tabs__text,
.tabs--active:hover .tabs__text {
  color: #000000;
}
/* Цвет разделителя

.tabs--sidebar .tabs__item {
  border-right: 1px solid #3e8bb1;
}

.tabs--sidebar .tabs__item:last-child {
  border-right: none;
}*/
.tabs__pane {
  display: none;
}
.tabs__pane--active {
  display: block;
}
.sidebar__statistics-row--head .sidebar__table-cell {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid #dddddd;
}
.sidebar__table--statistics .sidebar__table-cell--photo {
  width: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar__table--statistics .sidebar__table-cell--photo-img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #c5c5c5;
}
.sidebar__table--statistics .table__player-img {
  width: 28px;
  height: 28px;
}
.sidebar__table--statistics .sidebar__table-cell--player {
  width: 120px;
  padding: 0;
  border: 0;
  line-height: 18px;
  vertical-align: bottom;
}
.sidebar__table--statistics .sidebar__table-cell--variable-1,
.sidebar__table--statistics .sidebar__table-cell--variable-1-head {
  width: 40px;
  padding: 0;
  text-align: center;
}
.sidebar__table--statistics .sidebar__table-cell--variable-2,
.sidebar__table--statistics .sidebar__table-cell--variable-2-head {
  width: 40px;
  padding: 0 15px 0 0;
  text-align: center;
}
.sidebar__table--statistics .sidebar__table-cell--team {
  width: 120px;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
}
/*Новости на главной странице*/
.news-cards {
  margin-bottom: 43px;
}
.news-cards__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
}
.news-cards__item {
  width: 440px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.news-cards__picture {
  display: block;
  height: 293px;
  filter: brightness(80%);
}
@keyframes news-cards__picture-animation {
  100% {
    transform: scale(1.05);
    filter: brightness(100%);
  }
}
.news-cards__picture:hover {
  animation-name: news-list-cads__picture-animation;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.news-cards__content {
  padding: 24px 35px;
}
.news-cards__date {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #5c5c5c;
  vertical-align: middle;
}
.news-cards__title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  color: #12151d;
  vertical-align: middle;
}
.news-cards__text {
  margin: 15px 0;
}
.button--news-cards {
  margin-top: 28px;
}
/*Фото на главной странице*/
.photo {
  margin-bottom: 53px;
}
.photo__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.photo__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 17px;
  width: 284px;
  margin-right: 29px;
  margin-bottom: 30px;
  min-height: 220px;
  background-color: #ffffff;
}
/* Добавить на главную страницу класс для главной margin-bottom:0 у .photo__item */
.photo__item:nth-child(3n) {
  margin-right: 0;
}
.photo__item-wrapper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 19px;
  padding-right: 15px;
}
.photo__picture {
  display: block;
  height: 190px;
  width: 284px;
  margin-bottom: 17px;
}
/*.photo__picture:hover {
  transform: scale(1.05);
}*/
.photo__title {
  display: block;
  margin-left: 19px;
  margin-right: 19px;
  margin-bottom: 23px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  color: #12151d;
  vertical-align: middle;
}
.photo__date {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #5c5c5c;
  vertical-align: middle;
}
.photo__number {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  background-color: #99a4b6;
  box-shadow: 1px 1px #ffffff,
  2px 2px #99a4b6;
}
/*Видео на главной странице*/
.video__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tabs--match .video__list {
  margin-top: 20px;
}
.video__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 17px;
  width: 284px;
  margin-right: 29px;
  margin-bottom: 30px;
  min-height: 220px;
  background-color: #ffffff;
}
.video__item:nth-child(3n) {
  margin-right: 0;
}
/* Добавить на главную страницу класс для главной margin-bottom:0 у .video__item */
.video__picture {
  position: relative;
  display: block;
  height: 190px;
  width: 284px;
  margin-bottom: 17px;
  filter: brightness(60%);
}
.video__picture::before {
  content: "\f04b";
  position: absolute;
  width: 68px;
  height: 68px;
  margin: auto;
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -34px;
  font-family: "FontAwesome";
  font-size: 35px;
  text-align: center;
  vertical-align: middle;
  padding-top: 25px;
  padding-left: 10px;
  color: #ffffff;
  background-color: rgba(194, 4, 38, 0.78);
  border-radius: 50%;
}
.video__title {
  display: block;
  margin-left: 19px;
  margin-right: 19px;
  margin-bottom: 23px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  color: #12151d;
  vertical-align: middle;
}
.video__date {
  padding-left: 19px;
  padding-right: 15px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #5c5c5c;
  vertical-align: middle;
}
/* Партнёры*/
.partners {
  min-height: 235px;
  background-color: #ffffff;
}
.partners .arrow {
  stroke: #292d46;
}
.partners .arrow:hover {
  stroke: #2eb2e4;
}
.partners-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1216px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.partners-wrapper ul {
  padding-left: 56px;
  padding-right: 56px;
}
.partners__list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 28px;
  width: 1216px;
  overflow: hidden;
  list-style: none;
}
.partners__item {
  flex-shrink: 0;
  width: 135px;
  height: 135px;
  margin: 0 24px;
}
.partners__item a {
  display: block;
}
.arrow-back--partners,
.arrow-forward--partners {
  position: absolute;
  height: 135px;
  z-index: 3;
  width: 56px;
  padding: 46px 0 0 16px;
  stroke: #ffffff;
}
.arrow-back--partners:hover,
.arrow-forward--partners:hover {
  cursor: pointer;
}
.arrow-back--partners.slick-disabled,
.arrow-forward--partners.slick-disabled {
  display: none !important;
}
/*Подвал*/
.footer {
  min-height: 145px;
  background-color: rgba(0, 165, 228, 0.8);
}
.footer-wrapper {
  display: flex;
  align-items: flex-end;
  padding-top: 24px;
  width: 1216px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.footer__copyright {
  width: 700px;
  margin-right: 165px;
}
.footer__copyright-main {
  margin: 0;
  padding: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__copyright-sportandme {
  margin: 0;
  padding: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
}
.link--footer {
  text-transform: none;
  color: #ffffff;
}
.footer .social {
  padding: 0 0 3px 0;
  justify-content: center;
  align-items: flex-end;
  margin-right: 55px;
}
.footer .social__item {
  line-height: 29px;
}
.footer__login {
  position: relative;
  text-align: right;
}
.link--footer-register,
.link--footer-login {
  padding: 0 0 0 27px;
  font-size: 17px;
  line-height: 25px;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
}
.svg-icon--user {
  fill: #292d46;
  position: absolute;
  top: 0;
}
/*Внутренние страницы*/
/*Название турнира и краткая информация о нём*/
.tournament {
  min-height: 108px;
  background-color: #ffffff;
}
.tournament-wrapper {
  width: 1216px;
  margin: 0 auto;
}
.tournament-widget .tournament-wrapper {
  width: 100%;
  margin: 0 20px;
}
.tournament__title {
  padding: 18px 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
.tournament__info {
  display: flex;
  padding: 0 0 15px 0;
  margin: -4px 0 0 0;
  list-style: none;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #00a5e4;
}
.tournament__info-item {
  padding-left: 20px;
  padding-right: 5px;
  margin-right: 25px;
}
.tournament__info-dates {
  position: relative;
}
.tournament__info-dates::before {
  content: "\f073";
  position: absolute;
  color: inherit;
  bottom: 1px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 15px;
}
.tournament__info-teams-number {
  position: relative;
}
.tournament__info-teams-number::before {
  content: "\f0c0";
  position: absolute;
  color: inherit;
  bottom: 1px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 15px;
}
.tournament__info-status {
  position: relative;
}
.tournament__info-status:before {
  content: "\f017";
  position: absolute;
  color: inherit;
  left: 0;
  bottom: 1px;
  font-family: "FontAwesome";
  font-size: 17px;
}
/*Страница "Турниры-стартовая"*/
.text-information {
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #ffffff;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 23px;
}
.text-information__paragraph {
  padding: 0;
  margin: 0;
}
.matches-overview {
  margin-bottom: 25px;
}
.matches-overview__past-matches {
  display: flex;
  position: relative;
  width: 910px;
  height: 247px;
}
.matches-overview__title {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 354px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 23px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
.matches-overview__list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 53px;
  width: 910px;
  overflow: hidden;
  list-style: none;
  background-color: #ffffff;
}
.arrow-back--matches-overview,
.arrow-forward--matches-overview {
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  width: 53px;
  padding-top: 121px;
  margin: 0;
  stroke: #ffffff;
  background-color: #292d46;
}
.matches-overview__past-matches .arrow-back--matches-overview,
.matches-overview__past-matches .arrow-forward--matches-overview {
  stroke: #000000;
}
.arrow-back--matches-overview {
  padding-left: 20px;
}
.arrow-forward--matches-overview {
  text-align: right;
  padding-right: 20px;
}
.live {
  position: relative;
}
.matches-overview .live::before {
  content: "Live";
  position: absolute;
  top: 103px;
  right: 15px;
  width: 25px;
  height: 15px;
  font-size: 8.45px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  background-color: #d50028;
  border-radius: 2px;
  color: #ffffff;
}
.matches-overview__list-slide {
  float: left;
}
.matches-overview__item {
  flex-shrink: 0;
  padding: 80px 12px 54px 17px;
  width: 201px;
  height: 249px !important;
}
.matches-overview__list .slick-track .slick-slide:nth-child(2n) .matches-overview__item {
  background-color: #f3f3f3;
}
.matches-overview__score {
  border-collapse: collapse;
  width: 100%;
}
.matches-overview__round,
.matches-overview__date-time {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #000000;
  vertical-align: middle;
}
.matches-overview__round {
  display: block;
  width: 154px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.matches-overview__date-time {
  margin-bottom: 5px;
}
.matches-overview__score-cell--bold {
  font-weight: 700;
}
.matches-overview__score-cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #3f3f3f;
  vertical-align: top;
}
.matches-overview__score-cell--team {
  width: 154px;
}
.matches-overview__team {
  width: 137px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.matches-overview__score-cell--goals {
  width: 18px;
  text-align: right;
}
.matches-overview__score-cell--first-game {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  color: #3f3f3f;
  max-width: 35px;
  line-height: 40px;
  text-align: right;
  vertical-align: middle;
}
.indicators-list {
  display: flex;
  padding: 0 0 0 5px;
  width: 100%;
  height: 7px;
  margin: 0;
  justify-content: center;
  list-style-type: none;
}
.indicators-list--matches-overview {
  position: absolute;
  left: 0;
  bottom: 18px;
}
.indicators-list li {
  width: 17px;
  height: 7px;
  transform: skewX(-15deg);
  background-color: rgba(0, 165, 228, 0.3);
  margin-right: 7px;
}
.indicators-list li:hover {
  cursor: pointer;
}
.indicators-list li button {
  display: none;
}
.matches-overview__indicators-item {
  width: 17px;
  height: 7px;
  transform: skewX(-15deg);
  background-color: rgba(0, 165, 228, 0.3);
  margin-right: 7px;
}
.indicators-list li.slick-active {
  background-color: #292d46;
}
.matches-overview__future-matches {
  display: flex;
  position: relative;
  width: 910px;
  height: 247px;
  background-color: rgba(0, 165, 228, 0.8);
}
.matches-overview__future-matches .matches-overview__list {
  background-color: rgba(41, 45, 70, 0.34);
}
.matches-overview__future-matches .arrow-back-wrapper {
  background-color: #292d46;
}
.matches-overview__future-matches .slick-track .slick-slide:nth-child(2n) .matches-overview__item {
  background-color: rgba(41, 45, 70, 0.34);
}
.matches-overview__future-matches .slick-track .slick-slide:nth-child(2n + 1) .matches-overview__item {
  background-color: #292d46;
}
.matches-overview__future-matches .arrow-forward-wrapper {
  background-color: rgba(41, 45, 70, 0.9);
}
.matches-overview__future-matches .matches-overview__title {
  position: absolute;
  top: 15px;
  left: 370px;
  color: #ffffff;
}
.matches-overview__future-matches .matches-overview__round,
.matches-overview__future-matches .matches-overview__score-cell {
  color: #ffffff;
}
.matches-overview__future-matches .matches-overview__date-time {
  color: #ffffff;
}
.matches-overview__future-matches .arrow-back--matches-overview,
.matches-overview__future-matches .arrow-forward--matches-overview {
  stroke: #ffffff;
}
.matches-overview__future-matches .matches-overview__indicators-item {
  background-color: rgba(0, 165, 228, 0.3);
}
.matches-overview__future-matches .matches-overview__indicators-item--active {
  background-color: #292d46;
}
.matches-overview__future-matches:before,
.matches-overview__future-matches:after,
.matches-overview__past-matches:before,
.matches-overview__past-matches:after {
  content: '';
  height: 100%;
  width: 53px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.matches-overview__future-matches:before {
  background-color: rgba(41, 45, 70, 0.34);
}
.matches-overview__future-matches:before,
.matches-overview__past-matches:before {
  left: 0;
}
.matches-overview__future-matches:after,
.matches-overview__past-matches:after {
  right: 0;
}
.matches-overview__past-matches:before,
.matches-overview__past-matches .arrow-back--matches-overview {
  background-color: #f3f4f3;
}
.matches-overview__past-matches:after,
.matches-overview__past-matches .arrow-forward--matches-overview {
  background-color: #ffffff;
}
.matches-overview__future-matches .arrow-back--matches-overview {
  background-color: rgba(41, 45, 70, 0.9);
}
.matches-overview__future-matches:after,
.matches-overview__future-matches .arrow-forward--matches-overview {
  background-color: #292d46;
}
.matches-overview__date-time-wrapper {
  transform: skewX(-15deg);
  background-color: #00a5e4;
  max-width: 120px;
  margin-left: 3px;
}
.matches-overview__date-time-wrapper .matches-overview__date-time::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  margin-left: -3px;
  height: 18px;
  background-color: #00a5e4;
}
.matches-overview__date-time-wrapper .matches-overview__date-time {
  position: relative;
  transform: skewX(15deg);
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
/*Страница "Турниры-Команды"*/
.teams__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.teams__item {
  width: 205px;
  min-height: 283px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.teams__item:nth-child(4n) {
  margin-right: 0;
}
.teams__logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 205px;
  height: 206px;
  background-color: #ffffff;
}
.teams__name {
  padding: 15px 23px;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.6);
}
.teams__name-link {
  display: block;
  height: 50px;
  overflow: hidden;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
}
/*Страница "Турниры-Документы"*/
.documents__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.documents__item {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  min-height: 134px;
  padding: 30px 30px 30px 18px;
  width: 100%;
  background-color: #ffffff;
}
.documents__picture {
  flex-shrink: 0;
  width: 79px;
  height: 71px;
}
.documents__text {
  margin-left: 25px;
}
.documents__title {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
}
.documents__date {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 25px;
  color: #5c5c5c;
}
/* Страница "Турнир-Календарь, Расписание" */
.schedule__unit {
  background-color: #ffffff;
}
.tabs--schedule {
  position: relative;
}
.schedule .tabs__navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #d1d7dc;
}
.schedule .tabs__list {
  padding: 0;
  margin: 0 5px 0 6px;
  list-style: none;
  display: flex;
  width: 180px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.schedule .tabs__list li a {
  color: #000000;
}
.schedule .tabs__item--2 {
  border: 0;
}
.schedule .tabs__text {
  color: #000000;
}
.schedule .tabs__content {
  background-color: #ffffff;
}
.schedule__head {
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  vertical-align: middle;
  background-color: rgba(41, 45, 70, 0.1);
}
/* было schedule__unit:first-child .schedule__head*/
.schedule__unit:not([style="display:none"]):first-of-type .schedule__head {
  background-color: #ffffff;
  border-bottom: 1px solid #c5c5c5;
}
.schedule__head-text {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.schedule__unit-wrapper {
  position: relative;
}
.schedule__checkbox {
  position: absolute;
  right: 0;
  padding-right: 25px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 41px;
  vertical-align: middle;
}
.schedule__checkbox-input {
  display: none;
}
.schedule__checkbox .checkbox-indicator {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -30px;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
}
.schedule__checkbox-input:checked + .checkbox-indicator::before,
.schedule__checkbox-input:checked + .checkbox-indicator::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #292d46;
}
.schedule__checkbox-input:checked + .checkbox-indicator::after {
  height: 11px;
  transform: rotate(36deg);
  top: 4px;
  left: 10px;
}
.schedule__checkbox-input:checked + .checkbox-indicator::before {
  height: 8px;
  transform: rotate(-45deg);
  top: 7px;
  left: 5px;
}
/* Стили для disabled !checked И disabled checked, на Label повесить доп. класс schedule__checkbox--disabled*/
.schedule__checkbox-input:disabled + .checkbox-indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}
.schedule__checkbox-input:checked:disabled + .checkbox-indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}
.schedule__checkbox-input:checked:disabled + .checkbox-indicator::after {
  box-shadow: 0 0 0 15px rgba(232, 232, 232, 0.5) inset;
}
.schedule__checkbox--disabled {
  color: #999999;
}
.schedule__matches-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.schedule__matches-item {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 72px;
  border-bottom: 1px solid #c5c5c5;
}
.schedule__matches-item:last-child {
  border-bottom: 0;
}
.schedule__time-place {
  display: flex;
  flex-direction: column;
  width: 235px;
  padding-right: 20px;
}
.schedule__time {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
}
.schedule__place,
.schedule__round-main {
  position: relative;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #3f3f3f;
}
.schedule__place {
  padding-left: 18px;
  width: 215px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.schedule__round-main {
  line-height: 17px;
}
.schedule__place::before {
  content: "\f041";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #d50028;
}
.schedule__team-name {
  width: 228px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 70px;
  color: #000000;
}
.schedule__team-short-name {
  width: 143px;
}
.schedule__score {
  display: block;
  min-width: 69px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  text-align: center;
}
.schedule__score-main {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.schedule__score-additional {
  color: #656565;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.schedule__team-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.schedule__team-1,
.schedule__team-2 {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.schedule__team-1 {
  justify-content: flex-end;
}
.schedule__team-logo--margin-left {
  margin-left: 10px;
}
.schedule__team-logo--margin-right {
  margin-right: 10px;
}
.schedule__team-name--right {
  text-align: right;
}
.schedule__team-name--left {
  text-align: left;
}
.schedule__round {
  padding-left: 18px;
  flex-shrink: 0;
  display: block;
  width: 166px;
  text-align: right;
}
.tabs--active {
  background-color: #ffffff;
  color: #000000;
}
.tabs__pane {
  display: none;
}
.tabs__pane--active {
  display: block;
}
.schedule__unit--team .schedule__team-name {
  width: 210px;
}
.schedule__unit--team .schedule__team-name--left {
  padding-right: 5px;
}
/* Страница "Турниры-Новости" */
.content-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  background-color: #d1d7dc;
}
.section-title {
  flex-grow: 1;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 44px;
  padding-left: 25px;
  text-transform: uppercase;
}
.news-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tabs--match .news-list__list {
  margin-top: 20px;
}
.news-list__item {
  display: flex;
  width: 100%;
  height: 227px;
  margin-bottom: 23px;
  background-color: #ffffff;
}
.news-list__picture {
  flex-shrink: 0;
  display: block;
  width: 340px;
  height: 227px;
  filter: brightness(80%);
}
.news-list__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 570px;
  padding: 20px 28px;
}
.news-list__date {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #5c5c5c;
  vertical-align: middle;
}
.news-list__title-text-wrapper {
  max-height: 145px;
  margin-bottom: 7px;
  overflow: hidden;
}
.news-list__title {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  color: #12151d;
  vertical-align: middle;
}
.news-list__text {
  margin: 8px 0;
  font-size: 16px;
  line-height: 19px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  width: 514px;
  height: 23px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-item__content .tags {
  margin-top: 20px;
  width: auto;
  height: auto;
}
.news-item__picture-content .tags {
  width: auto;
  margin-bottom: 15px;
}
.tag__item {
  flex-shrink: 0;
  margin-right: 13px;
  border: 1px solid #292d46;
}
.news-item__content .tag__item {
  margin-bottom: 8px;
}
.tag__text {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 11px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #292d46;
}
/* Страница "Турнир-Статистика" */
.statistics .tabs__list {
  margin-left: 7px;
  margin-right: 7px;
}
.table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
}
.table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
}
.table__row,
.table__head {
  border-bottom: 1px solid #c5c5c5;
}
.table__row:last-child {
  border-bottom: 0;
}
.table--statistics .table__cell:last-child {
  padding-right: 45px;
  width: calc(200px / 3 + 45px);
  text-align: center;
}
.statistics .table__cell--number {
  text-align: center;
  width: 65px;
}
.statistics .table__player-name {
  display: inline-block;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.statistics .table__team-name {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.statistics .table__cell--variable {
  width: calc(200px / 3);
  text-align: center;
}
.statistics .table__cell--variable-goals {
  width: 105px;
}
.table__head .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 38px;
  color: #656565;
  text-transform: uppercase;
}
.table__cell--player,
.table__cell--team {
  text-align: left;
  font-size: 18px;
}
.table__player,
.table__team {
  display: flex;
  align-items: center;
}
.table__player-picture,
.table__team-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.table-help {
  padding: 16px;
  background-color: #d1d7dc;
  color: #6b7073;
  font-size: 14px;
  line-height: 20px;
}
/* Страница "Турнир-команда" */
.tournament-team .team-promo {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 165px;
  margin-bottom: 20px;
  background: linear-gradient(-75deg, rgba(0, 165, 228, 0.85) 27%, #00a5e4 27%, #00a5e4 100%);
  opacity: 0.99;
}
.tournament-team .team-promo__logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  background-color: #ffffff;
}
.tournament-team .team-promo__logo::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 95px;
  height: 165px;
  width: 93px;
  background-color: rgba(41, 45, 70, 0.6);
  transform: skewX(-15deg);
}
.tournament-team .team-promo__team-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 550px;
  height: 165px;
  padding-top: 30px;
  padding-left: 59px;
  padding-bottom: 15px;
}
.tournament-team .team-promo__team-name {
  display: block;
  padding: 0;
  margin: 0;
  width: 430px;
  height: 52px;
  overflow: hidden;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 25px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
}
.tournament-team .link--team-profile {
  display: block;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.5;
  text-transform: none;
}
.tournament-team .team-promo__players-number-text,
.tournament-team .team-promo__team-manager-text,
.tournament-team .team-promo__average-height-text {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.tournament-team .team-promo__players-number-text {
  text-indent: 10px;
}
.tournament-team .team-promo__average-height-text {
  padding-bottom: 15px;
  padding-right: 5px;
}
.tournament-team .team-promo__players-number,
.tournament-team .team-promo__average-height {
  font-size: 19px;
  font-weight: 700;
}
.tournament-team .team-promo__players-number {
  padding-right: 8px;
}
.tournament-team .team-promo__average-height {
  padding-right: 5px;
}
.tournament-team__radio-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.tournament-team__label {
  display: flex;
  align-items: center;
  margin-left: 40px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.form__radio {
  display: none;
}
.form__radio-indicator {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
}
.form__radio:checked + .form__radio-indicator::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #292d46;
  border-radius: 50%;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
}
.tournament-team .tabs__list {
  width: 420px;
  margin-left: 6px;
}
.tournament-team .tabs__item--2 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.tournament-team .tabs__pane {
  background-color: #ffffff;
}
.table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
}
.table__row,
.table__head {
  border-bottom: 1px solid #c5c5c5;
}
.table__row:last-child {
  border-bottom: 0;
}
.table__head .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 38px;
  color: #656565;
  text-transform: uppercase;
}
.table__cell--player {
  text-align: left;
  font-size: 18px;
}
.table__player {
  display: flex;
  align-items: center;
}
.tournament-team .table__player-name {
  padding: 0;
  margin: 0;
  max-width: 200px;
  line-height: 18px;
}
.tournament-team .table__player-captain {
  color: #656565;
  padding-left: 5px;
  text-transform: uppercase;
}
.table__player-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.tournament-team .table__cell--number {
  width: 40px;
  padding-left: 20px;
  text-align: center;
}
.tournament-team .table__cell--amplua {
  width: 75px;
  text-align: center;
}
.tournament-team .table__cell--player {
  width: 300px;
}
.tournament-team .table__cell--birth-date {
  width: 130px;
}
.tournament-team .table__cell--goals-penalties,
.tournament-team .table__cell--passes,
.tournament-team .table__cell--games-number,
.tournament-team .table__cell--yellow-cards,
.tournament-team .table__cell--red-cards {
  width: 70px;
  text-align: center;
}
.tournament-team .table__cell--goals-penalties,
.tournament-team .table__cell--yellow-cards,
.tournament-team .table__cell--red-cards {
  padding-top: 12px;
}
.tournament-team .table__cell--games-number,
.tournament-team .table__cell--passes {
  padding-top: 15px;
}
.tournament-team .table__cell--red-cards {
  width: 85px;
  padding-right: 35px;
}
.tournament-team .table__cell--goals-penalties-head {
  position: relative;
}
.tournament-team .table__cell--games-number-head {
  position: relative;
}
.tournament-team .table__cell--passes-head {
  position: relative;
}
.tournament-team .table__cell--yellow-cards-head {
  position: relative;
}
.tournament-team .table__cell--red-cards-head {
  position: relative;
}
/*.tournament-team .table__cell--goals-penalties-head::before {
  content: "\f1e3";
  position: absolute;
  top: 0;
  margin-left: -8px;
  color: #000000;
  font-family: "FontAwesome";
  font-size: 15px;
}

.tournament-team .table__cell--games-number-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 38px;
  background: url("../../../img/svg-icon--field.svg") center no-repeat;
}

.tournament-team .table__cell--passes-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 38px;
  background: url("../../../img/svg-icon--boot.svg") center no-repeat;
}

.tournament-team .table__cell--yellow-cards-head::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 15px;
  background-color: #ff9e47;
}

.tournament-team .table__cell--red-cards-head::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -25px;
  width: 12px;
  height: 15px;
  background-color: #ff4847;
}*/
/* Страница "Турнир-таблицы и сетки" */
.table__team-img,
.table__player-img {
  width: 30px;
  height: 30px;
  border: none;
}
.mobile-playoff-text {
  display: none;
}
/* Раздел "Шахматка" */
.tabs--grids {
  margin-bottom: 50px;
}
.grids .tabs__navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #d1d7dc;
}
.grids .tabs__navigation--title {
  width: 195px;
  height: 100%;
  background-color: #00a5e4;
}
.grids .tabs__navigation--title span {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 44px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(41, 45, 70, 0.54);
  color: #ffffff;
}
.grids .tabs__list {
  padding: 0;
  margin: 0 5px 0 6px;
  list-style: none;
  display: flex;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.grids .tabs__item {
  padding: 0 20px;
  border: 0;
}
.grids .tabs__text {
  color: #000000;
}
.grids .tabs__content {
  position: relative;
  background-color: #ffffff;
}
.grids .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 51px;
  text-align: center;
}
.grids .table__head .table__cell {
  font-size: 13px;
  line-height: 38px;
  height: 38px;
}
.grids .table__cell--color {
  padding: 0;
  width: 7px;
}
.grids .table__cell--number {
  width: 60px;
}
.grids .table__cell--team {
  width: 223px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.grids .table__team-name {
  display: block;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grids .table__cell--score {
  border: 1px solid #c5c5c5;
}
.grids .table__cell--team-opponent-head {
  border: 0;
}
.grids .table__cell--score-empty {
  background-color: rgba(41, 45, 70, 0.4);
}
.grids .table__cell--score:last-child {
  border-right: 0;
}
.table__cell-part--out:first-child {
  border-bottom: 1px solid #c5c5c5;
}
.grids .table__row:last-child .table__cell {
  border-bottom: 0;
}
.grids .table__row:hover {
  background-color: rgba(41, 45, 70, 0.1);
}
.grids .table__row .table__cell--score:hover,
.grids .table__row .table__cell--score:active {
  background-color: #292d46;
}
.grids .table__row .table__cell--score .table__cell--score-link.star {
  position: relative;
}
.grids .table__row .table__cell--score .table__cell--score-link.star:after {
  content: "*";
  position: absolute;
  top: -2px;
  right: -6px;
  color: #292d46;
}
.grids .table__row .table__cell--score:hover .table__cell--score-link.star:after {
  color: #ffffff;
}
.grids .table__row .table__cell--score:hover .table__cell--score-link,
.grids .table__row .table__cell--score:active .table__cell--score-link {
  color: #ffffff;
}
.grids .table__row .table__cell--score-empty:hover {
  background-color: rgba(41, 45, 70, 0.4);
}
.table__cell--active,
.table__cell--active .table__cell--score-link {
  color: #ffffff;
  background-color: #292d46;
}
/* Раздел "Таблица" */
.grids .table--table .table__cell--games-number,
.grids .table--table .table__cell--wins,
.grids .table--table .table__cell--draws,
.grids .table--table .table__cell--losses {
  width: 40px;
}
.grids .table--table .table__cell--goals-scored_goals-missed {
  width: 100px;
}
.grids .table--table .table__cell--points {
  width: 80px;
  font-weight: 700;
}
.grids .table--table .table__cell--points-head {
  font-weight: 400;
}
.grids .table--table .table__cell--form-results {
  padding-left: 70px;
}
.grids .table--table .table__cell--form-results-head {
  padding-left: 80px;
  text-align: left;
}
.form-results-list {
  display: flex;
  padding: 0;
  margin: 0 5px;
  list-style: none;
  width: 180px;
  overflow: hidden;
}
.form-results-item {
  width: 25px;
  text-align: center;
  transform: skewX(-15deg);
  margin-left: 5px;
  margin-right: 5px;
}
.form-results-item--draw {
  background-color: #9a9a9a;
}
.form-results-item--win {
  background-color: #85c36f;
}
.form-results-item--loss {
  background-color: #ff4847;
}
.form-results-link {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(15deg);
}
/* Раздел "Форма" */
.grids .table--form .table__cell--form-results-head {
  padding-left: 10px;
  text-align: left;
}
.grids .table--form .form-results-list {
  width: 600px;
  overflow: hidden;
}
/* Страница "Турниры-Матч", раздел "История встреч" */
.match-promo-unit {
  display: none;
}
.match-promo-unit--active {
  display: block;
}
.match-promo-unit--live {
  position: relative;
}
.match-promo-unit--live::before {
  content: "Live";
  position: absolute;
  top: 18px;
  right: 21px;
  width: 65px;
  height: 35px;
  font-size: 21px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  background-color: #ea0000;
  border-radius: 2px;
  color: #ffffff;
}
.match-promo-unit {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  background: url("../../../../img/match-promo-background.jpg");
  box-shadow: 0 0 0 455px rgba(0, 0, 0, 0.6) inset;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #ffffff;
  text-align: center;
}
.match-promo__date-time {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 85px;
}
.match-promo__date-time--future {
  font-size: 32px;
  line-height: 85px;
}
.match-promo__place-wrapper {
  display: flex;
  justify-content: center;
}
.match-promo__place {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 20px;
}
.match-promo__place::before {
  content: "\f041";
  position: absolute;
  margin-left: -20px;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #d50028;
}
.match-promo__viewers {
  padding: 0;
  margin: 0 0 0 30px;
  line-height: 20px;
}
.match-promo__team-container {
  display: flex;
}
.match-promo__team-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.match-promo__score-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 42px;
}
.match-promo__team-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  width: 240px;
}
.match-promo__team-content--left {
  align-items: flex-start;
}
.match-promo__team-content--right {
  align-items: flex-end;
}
.match-promo__team-text {
  width: 100%;
  height: 58px;
}
.match-promo__team-text--left {
  text-align: left;
  padding-right: 20px;
}
.match-promo__team-text--right {
  text-align: right;
  padding-left: 20px;
}
.match-promo__team-name {
  display: inline-block;
  height: 54px;
  overflow: hidden;
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
}
.match-promo__team-city {
  padding: 0;
  margin: 0;
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
}
.match .form-results-list--right {
  justify-content: flex-end;
}
.match-promo__best-player {
  position: relative;
  margin-top: 14px;
}
.match-promo__best-player--right {
  text-align: right;
  padding-right: 40px;
  padding-left: 20px;
}
.match-promo__best-player--left {
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
}
.match-promo__best-player-name {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.match-promo__best-player-text {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}
.match-promo__best-player--right::before {
  content: "\f005";
}
.match-promo__big-star::before {
  content: "\f005";
  position: absolute;
  right: 0;
  top: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #d50028;
  font-family: "FontAwesome";
  font-size: 18px;
  text-indent: -1px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.match-promo__best-player--left::before {
  content: "\f005";
}
.match-promo__big-star--left::before {
  left: 0;
}
.match-promo__small-star::before {
  content: "\f005";
  position: absolute;
  right: 0;
  top: 13px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 26px;
  text-indent: -1px;
  text-align: center;
  color: #d50028;
}
.match-promo__small-star--left::before {
  left: 0;
}
.match-promo__score {
  width: 130px;
}
.match-promo__score-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 43px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
}
.match-promo__score-additional {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.match-promo__tournament-wrapper {
  display: flex;
  justify-content: center;
  line-height: 30px;
}
.match-promo .form-results-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 180px;
  overflow: hidden;
}
.match-promo .form-results-item {
  width: 20px;
  transform: skewX(-15deg);
  margin-left: 3.5px;
  margin-right: 3.5px;
}
.match-promo .form-results-item--draw {
  background-color: #9a9a9a;
}
.match-promo .form-results-item--win {
  background-color: #85c36f;
}
.match-promo .form-results-item--loss {
  background-color: #ff4847;
}
.match-promo .form-results-link {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(15deg);
}
.match-promo__tournament {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.match-promo__tour,
.match-promo__round {
  padding: 0;
  margin-left: 15px;
  color: #ffffff;
}
.match-history__top,
.match-protocol__top,
.match-broadcast__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 110px;
  width: 100%;
  background-color: #ffffff;
}
.match-events__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  height: 110px;
  width: 100%;
  background-color: #ffffff;
}
.match-history__top .match-history__team-logo,
.match-protocol__top .match-protocol__team-logo,
.match-broadcast__top .match-broadcast__team-logo,
.match-events__top .match-events__team-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.match-history__top .match-history__team-logo--margin-right,
.match-protocol__top .match-protocol__team-logo--margin-right,
.match-broadcast__top .match-broadcast__team-logo--margin-right,
.match-events__top .match-events__team-logo--margin-right {
  margin-right: 20px;
}
.match-history__top .match-history__team-logo--margin-left,
.match-protocol__top .match-protocol__team-logo--margin-left,
.match-broadcast__top .match-broadcast__team-logo--margin-left,
.match-events__top .match-events__team-logo--margin-left {
  margin-left: 20px;
}
.match-history__top .match-history__team-name,
.match-protocol__top .match-protocol__team-name,
.match-broadcast__top .match-broadcast__team-name,
.match-events__top .match-events__team-name {
  display: block;
  width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.match-history__top .match-history__team-name--left,
.match-protocol__top .match-protocol__team-name--left,
.match-broadcast__top .match-broadcast__team-name--left,
.match-events__top .match-events__team-name--left {
  text-align: left;
}
.match-history__top .match-history__team-name--right,
.match-protocol__top .match-protocol__team-name--right,
.match-broadcast__top .match-broadcast__team-name--right,
.match-events__top .match-events__team-name--right {
  text-align: right;
}
.match-history__title,
.match-protocol__title,
.match-broadcast__title,
.match-events__title {
  flex-shrink: 0;
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.match-history__preview {
  padding: 5px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #c5c5c5;
}
.match-history__results {
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: rgba(41, 45, 70, 0.15);
}
.match-history__results-wrapper {
  display: flex;
  justify-content: space-between;
  width: 352px;
  font-size: 17px;
}
.match-history__wins,
.match-history__losses,
.match-history__draws {
  display: flex;
  align-items: center;
}
.match-history__results-text {
  margin: 0 3px;
}
.match-history__results-number {
  margin-right: 5px;
}
.match-history__results-wrapper--left .form-results-item {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.match-history__results-wrapper--right .form-results-item {
  flex-shrink: 0;
  margin: 0 0 0 5px;
}
.match-history__matches-all {
  width: 160px;
  text-align: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.match-history__matches-list {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
  background-color: #ffffff;
}
.match-history__matches-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 25px;
  min-height: 78px;
  border-bottom: 1px solid #c5c5c5;
}
.match-history__matches-item:last-child {
  border-bottom: 0;
}
.match-history__date-time-place {
  display: flex;
  flex-direction: column;
  width: 160px;
  padding-right: 10px;
}
.match-history__date-time {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.match-history__place {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #3f3f3f;
}
.match-history__place::before {
  content: "\f041";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #d50028;
}
.match-history__team-name {
  flex-grow: 1;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 70px;
  color: #000000;
}
.match-history__score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40px;
  height: 42px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.match-history__score-additional {
  font-size: 12px;
  line-height: 21px;
  color: #656565;
  font-weight: 400;
  text-transform: uppercase;
}
.match-history__team-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.match-history__team-name--right {
  text-align: right;
}
.match-history__team-name--left {
  text-align: left;
}
.match-history__tournament-wrapper {
  display: flex;
  flex-direction: column;
  width: 160px;
  padding-left: 10px;
  text-align: right;
}
.match-history__tournament {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.match-history__round-group {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #3f3f3f;
}
/* Страница "Турниры-Матч", раздел "Протокол" */
.match-protocol {
  padding-bottom: 50px;
  background-color: #ffffff;
}
.match-protocol__top {
  border-bottom: 1px solid #c5c5c5;
}
.match-protocol__composition {
  display: flex;
  background-color: #ffffff;
}
.match-protocol__team-name {
  display: none;
}
.match-protocol__team {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50%;
  background-color: #ffffff;
}
.match-protocol__member {
  position: relative;
  display: flex;
  height: 52px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 52px;
  border-bottom: 1px solid #c5c5c5;
}
.match-protocol__member--left {
  padding-left: 25px;
}
.match-protocol__member--right {
  padding-right: 25px;
  padding-left: 10px;
  justify-content: flex-end;
}
.match-protocol__team--left {
  text-align: left;
  border-right: 1px solid #c5c5c5;
}
.match-protocol__team--right {
  text-align: right;
}
.match-protocol__member-number {
  flex-shrink: 0;
  width: 38px;
}
.match-protocol__member-amplua {
  flex-shrink: 0;
  width: 48px;
}
.match-protocol__member-name {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  max-width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.match-protocol__member--right .match-protocol__member-name {
  padding-left: 5px;
}
.match-protocol__member--left .match-protocol__member-name {
  padding-right: 5px;
}
.match-protocol__member-captain {
  color: #656565;
  text-transform: uppercase;
}
.match-protocol__member-captain-wrapper {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match-protocol__member--left .match-protocol__member-captain {
  padding-right: 20px;
}
.match-protocol__member--right .match-protocol__member-captain {
  padding-left: 20px;
}
.match-protocol__referees,
.match-protocol__staff {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #ffffff;
}
.match-protocol__referees-title,
.match-protocol__staff-title {
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.match-protocol__main-referee {
  display: flex;
  line-height: 30px;
}
.match-protocol__referee-timekeeper {
  display: flex;
  line-height: 30px;
}
.match-protocol__referee-text {
  padding: 0;
  margin: 0;
  width: 50%;
  text-align: right;
}
.match-protocol__referee-first-name {
  padding-left: 15px;
}
.match-protocol__referee-last-name {
  padding-left: 5px;
  text-transform: uppercase;
}
.match-protocol__referees-rating {
  position: relative;
  padding-left: 25px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 30px;
  color: #656565;
}
.match-protocol__referees-rating::before {
  content: "\f087";
  position: absolute;
  margin-left: -22px;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #878787;
}
.match-protocol__referees-points {
  font-weight: 700;
}
/* Страница "Турниры-Матч", раздел "Онлайн" */
.match-broadcast__composition {
  display: flex;
  background-color: #ffffff;
}
.match-broadcast__events {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  background-color: #ffffff;
}
.match-broadcast__event {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid #c5c5c5;
  padding: 10px 25px;
}
.match-broadcast__event:last-child {
  border-bottom: 0;
}
.match-broadcast__event-min,
.match-broadcast__event-ico {
  flex-shrink: 0;
  width: 38px;
}
.match-broadcast__event-ico {
  padding-top: 5px;
}
.match-broadcast__event-comment {
  width: 100%;
}
.match-broadcast__event-comment-text {
  width: 100%;
}
.match-broadcast__checkbox {
  position: relative;
  right: 0;
  padding-right: 25px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 41px;
  vertical-align: middle;
  left: 25px;
}
.match-broadcast__checkbox-input {
  display: none;
}
.match-broadcast__checkbox .checkbox-indicator {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -25px;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
}
.match-broadcast__checkbox-input:checked + .checkbox-indicator::before,
.match-broadcast__checkbox-input:checked + .checkbox-indicator::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #292d46;
}
.match-broadcast__checkbox-input:checked + .checkbox-indicator::after {
  height: 11px;
  transform: rotate(36deg);
  top: 4px;
  left: 10px;
}
.match-broadcast__checkbox-input:checked + .checkbox-indicator::before {
  height: 8px;
  transform: rotate(-45deg);
  top: 7px;
  left: 5px;
}
.match-broadcast__checkbox-input:disabled + .checkbox-indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}
.match-broadcast__checkbox-input:checked:disabled + .checkbox-indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}
.match-broadcast__checkbox-input:checked:disabled + .checkbox-indicator::after {
  box-shadow: 0 0 0 15px rgba(232, 232, 232, 0.5) inset;
}
.match-broadcast__checkbox--disabled {
  color: #999999;
}
.match-broadcast__event-ico .event-item--red-card,
.match-broadcast__event-ico .event-item--yellow-card {
  position: relative;
  top: 13px;
  left: 6px;
}
.event-list {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}
.match-protocol__member .event-list {
  position: static;
}
.event-list--right {
  right: 10px;
}
.event-list--left {
  left: 20px;
}
.event-item {
  margin: 12px 10px 0 0;
  position: relative;
}
.event-item--goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
}
.event-item--yellow-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff9e47;
}
.event-item--red-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff4847;
}
.event-item--own-goal {
  position: relative;
}
.event-item--own-goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}
.event-item--own-goal::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 22px;
  height: 16px;
  background: url("../../../../img/event-autogoal.png") center;
}
.vertical-timeline__event-info--left .event-item--own-goal::after {
  right: 3px;
}
.event-item--assist {
  position: relative;
  width: 30px;
}
.event-item--assist::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url("../../../../img/svg-icon--boot-match.svg") center no-repeat;
}
.event-item--penalty {
  position: relative;
}
.event-item--penalty::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}
.event-item--penalty::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 22px;
  height: 16px;
  background: url("../../../../img/event-penalty.png") center;
}
.vertical-timeline__event-info--left .event-item--penalty::after {
  right: 3px;
}
.event-item--danger,
.event-item--whistle {
  position: relative;
}
.event-item--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 26px;
  height: 23px;
  background: url("../../../../img/event-danger.png");
}
.event-item--whistle::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 26px;
  height: 20px;
  fill: #2e658c;
  background: url("../../../../img/event-whistle.png");
}
/* Страница Матч, раздел "События" */
/*Таймлайн матча*/
.match-timeline {
  position: relative;
}
.match-timeline .match-timeline-inner {
  padding: 92px 0;
}
.match-timeline .match-timeline-inner-period-line {
  position: relative;
  height: 17px;
  background-color: #00a5e4;
  float: left;
  margin-right: 3px;
}
.match-timeline .match-timeline-inner-period-line .period-time {
  position: absolute;
  top: 0;
  right: 4px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
}
.match-timeline .timeline-events {
  position: relative;
  width: 100%;
}
.match-timeline .event {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.match-timeline .event .event-cont {
  position: absolute;
  width: inherit;
  height: inherit;
}
.match-timeline .event.team1 .event-cont .event-cont-goal {
  margin: 3px 0 0 4px;
}
.match-timeline .event.team1 .event-cont .event-cont-ycard,
.match-timeline .event.team1 .event-cont .event-cont-rcard {
  margin: 3px 0 0 6px;
}
.match-timeline .event.team2 .event-cont .event-cont-goal {
  margin-left: 4px;
}
.match-timeline .event.team2 .event-cont .event-cont-ycard,
.match-timeline .event.team2 .event-cont .event-cont-rcard {
  margin: 2px 0 0 7px;
}
.match-timeline .event-cont .event-cont-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.match-timeline .event.team1 .event-cont {
  top: -5px;
}
.match-timeline .event.team2 .event-cont {
  top: 0;
}
.match-timeline .event .event-item--goal {
  position: relative;
  top: 7px;
  left: 5px;
  background-color: #fff;
  border-radius: 20px;
  width: 22px;
}
.match-timeline .event .event-item--penalty-missed,
.match-timeline .event .event-item--penalty,
.match-timeline .event .event-item--own-goal {
  position: relative;
  top: -1px;
  left: 6px;
}
.match-timeline .event .event-item--penalty-missed::after,
.match-timeline .event .event-item--penalty::after,
.match-timeline .event .event-item--own-goal::after {
  right: -2px;
}
.match-timeline .event .event-item--red-card,
.match-timeline .event .event-item--yellow-card {
  position: relative;
  top: 3px;
  left: 6px;
}
.match-timeline .event .event-item--red-card,
.match-timeline .event .event-item--yellow-card {
  position: relative;
  top: 3px;
  left: 6px;
}
.match-timeline .timeline-events .event.team1 {
  top: -34px;
}
.match-timeline .timeline-events .event.team1.pos-1 {
  top: -74px;
}
.match-timeline .timeline-events .event.team1.pos-2 {
  top: -114px;
}
.match-timeline .timeline-events .event.team2 {
  top: 27px;
}
.match-timeline .timeline-events .event.team2.pos-1 {
  top: 67px;
}
.match-timeline .timeline-events .event.team2.pos-2 {
  top: 107px;
}
.match-timeline .timeline-events .event.team2 .line,
.match-timeline .timeline-events .event.team1 .line {
  width: 2px;
  background-color: #292d46;
  height: 27px;
  position: absolute;
  left: 50%;
  opacity: 0.5;
}
.match-timeline .timeline-events .event.pos .line {
  height: 10px;
}
.match-timeline .timeline-events .event.team1 .line {
  top: 24px;
}
.match-timeline .timeline-events .event.team1.pos.pos-1 .line {
  top: 24px;
}
.match-timeline .timeline-events .event.team1.pos.pos-2 .line {
  top: 24px;
}
.match-timeline .timeline-events .event.team2 .line {
  top: -27px;
}
.match-timeline .timeline-events .event.team2.pos.pos-1 .line {
  top: -11px;
}
.match-timeline .timeline-events .event.team2.pos.pos-2 .line {
  top: -11px;
}
.match-timeline .event.team2:hover .line,
.match-timeline .event.team1:hover .line {
  opacity: 1;
}
/*.event:hover POPOVER*/
.match-timeline .event-popover {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  position: absolute;
  padding: 8px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  z-index: 9999;
}
.match-timeline .event-popover.team2:after,
.match-timeline .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 .event-popover.team1:after {
  bottom: -5px;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.match-timeline .event-popover.team2:after {
  top: -4px;
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  background-color: #ffffff;
}
.match-timeline .event-popover td {
  font-size: 15px;
  font-weight: 500;
  color: #222c37;
  display: inline-block;
  line-height: 14px;
}
.match-timeline .event-popover .min {
  padding-right: 5px;
  text-align: left;
}
.match-timeline .event-popover .note {
  font-size: 12px;
  color: #949494;
}
.match-events {
  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}
.event-divisions .match-events__top {
  margin-bottom: 0;
}
.divisions-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.divisions-item {
  text-align: center;
  padding-bottom: 15px;
}
.divisions-item__title {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 52px;
  text-transform: uppercase;
}
.horizontal-division {
  display: flex;
  justify-content: space-between;
}
.horizontal-division__part {
  position: relative;
  height: 27px;
}
.horizontal-division__part--left {
  background-color: rgba(41, 45, 70, 0.7);
  margin-right: 8px;
  text-align: right;
}
.horizontal-division__part--left::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  border: 8px solid transparent;
  border-top: 27px solid rgba(41, 45, 70, 0.7);
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.horizontal-division__part--right {
  margin-left: 8px;
  text-align: left;
  background-color: rgba(41, 45, 70, 0.6);
}
.horizontal-division__part--right::before {
  content: "";
  position: absolute;
  left: -8px;
  border: 27px solid transparent;
  border-right: 8px solid rgba(41, 45, 70, 0.6);
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.horizontal-division__part--zero {
  width: 25px;
}
.horizontal-division__part-number {
  font-size: 18px;
  line-height: 27px;
  padding: 0 10px;
}
.horizontal-division__part--left .horizontal-division__part-number {
  color: #ffffff;
}
.horizontal-division__part--right .horizontal-division__part-number {
  color: #ffffff;
}
.horizontal-division--time .horizontal-division__part {
  position: relative;
  width: 49.3%;
  height: 9px;
}
.horizontal-division__part-only::before {
  display: none;
}
.horizontal-division__part-only {
  margin: 0;
}
.horizontal-division--time .event-item--goal {
  position: absolute;
  transform: skewX(15deg);
}
.horizontal-division--time .event-item--goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 15px;
}
.event-item--goal-up {
  top: -25px;
}
.event-item--goal-down {
  bottom: 19px;
}
.event-item--goal-up::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -0.5px;
  height: 19px;
  width: 2px;
  /*с 1px палка исчезает при масштабе меньше 90%*/
  background-color: #c3c3c3;
}
.event-item--goal-down::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -0.5px;
  height: 17px;
  width: 2px;
  background-color: #c3c3c3;
}
.vertical-timeline__time {
  position: relative;
}
.vertical-timeline__penalty-shoot-out {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.vertical-timeline__time::after {
  content: "";
  position: absolute;
  margin-left: -25px;
  width: 410px;
  height: 1px;
  background-color: #dddddd;
}
.vertical-timeline__time::before {
  content: "";
  position: absolute;
  margin-right: -25px;
  bottom: 0;
  right: 0;
  width: 410px;
  height: 1px;
  background-color: #dddddd;
}
.vertical-timeline__time--last::after,
.vertical-timeline__penalty-shoot-out::after {
  content: "";
  position: absolute;
  margin-right: -25px;
  bottom: 0;
  right: 0;
  width: 910px;
  height: 1px;
  background-color: #dddddd;
}
.vertical-timeline__event-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.vertical-timeline__event-item {
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
}
.vertical-timeline__penalty-shoot-out .vertical-timeline__event-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vertical-timeline__event-part {
  flex-shrink: 0;
  display: flex;
  width: 367.5px;
  height: 35px;
}
.vertical-timeline__title {
  padding: 0;
  margin: 0;
  width: 120px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #656565;
  text-transform: uppercase;
}
.vertical-timeline__score-container {
  width: 105px;
}
.vertical-timeline__score-container .vertical-timeline__score-wrapper {
  margin: 0 auto;
}
.vertical-timeline__score-wrapper {
  width: 60px;
  height: 35px;
  background-color: rgba(41, 45, 70, 0.7);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  transform: skewX(-15deg);
}
.vertical-timeline__score {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 35px;
  color: #ffffff;
  transform: skewX(15deg);
}
.vertical-timeline__event-minute {
  flex-shrink: 0;
  position: relative;
  width: 125px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 34px;
  line-height: 35px;
  color: #292d46;
  font-weight: 700;
  text-align: center;
}
.vertical-timeline__event-minute::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 22px;
  left: 50%;
  margin-left: -3px;
  width: 1px;
  height: 40px;
  background-color: #00a5e4;
}
.vertical-timeline__event-minute::before {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: 22px;
  left: 50%;
  margin-left: -3px;
  width: 1px;
  height: 40px;
  background-color: #00a5e4;
}
.vertical-timeline__time--first .vertical-timeline__event-item:first-child .vertical-timeline__event-minute::before {
  display: none;
}
.vertical-timeline__time--last .vertical-timeline__event-item:last-child .vertical-timeline__event-minute::after {
  display: none;
}
.vertical-timeline__event-info {
  flex-grow: 1;
  align-items: center;
  display: flex;
}
.vertical-timeline__event-info--left {
  justify-content: flex-end;
  width: 250px;
  text-align: right;
}
.vertical-timeline__event-info--left .vertical-timeline__event-wrapper {
  padding-right: 20px;
  padding-left: 10px;
}
.vertical-timeline__event-info--left .event-item {
  padding-right: 15px;
}
.vertical-timeline__event-info--right {
  text-align: left;
}
.vertical-timeline__event-info--right .vertical-timeline__event-wrapper {
  padding-left: 20px;
  padding-right: 10px;
}
.vertical-timeline__event-info--right .event-item {
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 5px;
}
.vertical-timeline__event-author {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.vertical-timeline__event-assist,
.vertical-timeline__event-comment {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #3f3f3f;
}
.match-events .event-item {
  margin: 0;
}
.event-item--own-goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}
.event-item--own-goal::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 22px;
  height: 16px;
  background: url("../../../../img/event-autogoal.png") center;
}
.vertical-timeline__event-info--left .event-item--own-goal::after {
  right: 3px;
}
.event-item--penalty-missed,
.match-events .event-item--penalty-missed-left,
.match-events .event-item--penalty-missed-right {
  position: relative;
}
.event-item--penalty-missed::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}
.event-item--penalty-missed::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 36px;
  height: 28px;
  background: url("../../../../img/event-goal-miss.png") center;
}
.vertical-timeline__event-info--left .event-item--penalty-missed::after {
  top: 0;
  margin-top: 1px;
  right: 3px;
}
.vertical-timeline .event-item--goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}
.vertical-timeline .event-item--yellow-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff9e47;
}
.vertical-timeline__event-info--left .event-item--yellow-card {
  margin-left: 5px;
  margin-right: 15px;
}
.vertical-timeline__event-info--right .event-item--red-card {
  margin-left: 15px;
  margin-right: 5px;
}
.vertical-timeline__event-info--right .event-item--yellow-card {
  margin-left: 15px;
  margin-right: 5px;
}
.vertical-timeline .event-item--red-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff4847;
}
/* Страница "Документы" */
.page-title {
  background-color: #ffffff;
}
.page-title__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 108px;
  width: 1216px;
  margin: 0 auto;
}
.page-title__navigation {
  display: flex;
}
.page-title__text {
  padding: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
/* Страница "Новость" */
.news-item__picture {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 42px;
  height: 610px;
  background: url("../../../../img/news-item-background.jpg") center top no-repeat;
  background-size: cover;
}
.news-item__picture-content {
  position: relative;
  width: 832px;
  min-height: 152px;
  background-color: rgba(0, 0, 0, 0.45);
}
.news-item__date {
  position: absolute;
  left: 5px;
  background-color: #292d46;
  height: 26px;
  transform: skewX(-15deg);
}
.news-item__picture-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
  background-color: #292d46;
}
.news-item__date-p {
  margin: 0;
  padding: 0 15px 0 20px;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  transform: skewX(15deg);
}
.news-item__title-p {
  margin: 0;
  padding: 45px 31px 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  color: #ffffff;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.news-item__content .news-item__date-p,
.news-item__content .news-item__title-p {
  display: none;
}
.tags--news-item-list {
  padding-right: 31px;
  padding-left: 31px;
}
.tags--news-item-list .tag__item {
  border: 1px solid #ffffff;
}
.tags--news-item-list .tag__text {
  color: #ffffff;
}
.news-item__content {
  padding: 35px 40px 45px;
  background-color: #ffffff;
}
.news-item__content-wrapper a {
  color: #03557b;
}
.news-item__content-wrapper .widget-insert-match {
  zoom: 0.9;
}
/*Обработчик стилей для редактора*/
.news-item__text .text-center {
  text-align: center;
}
.news-item__text .text-left {
  text-align: left;
}
.news-item__text .text-right {
  text-align: right;
}
.news-item__text .text-justify {
  text-align: justify;
}
.news-item__text p {
  margin-bottom: 16px;
}
.news-item .match-promo p {
  margin-bottom: 0;
}
.news-item__text ul {
  padding-left: 18px;
}
.news-item__text table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.news-item__text table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}
.news-item__text table td,
.news-item__text table th {
  border: 1px solid #eeeeee;
  padding: 16px 16px 15px;
}
.news-item__text table tfoot td,
.news-item__text table tfoot th {
  color: rgba(0, 0, 0, 0.5);
}
.news-item__text-p {
  padding: 0;
  margin: 0 0 25px;
}
.news-item__author {
  padding: 0;
  margin: 45px 0 60px;
}
.news-item__author-name {
  font-weight: 700;
}
.sidebar__news-title {
  padding: 0 17px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
  font-weight: 700;
  background-color: #00a5e4;
}
.sidebar__news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
}
.sidebar__news-item {
  font-size: 14px;
  line-height: 15px;
  border-bottom: 1px solid #c5c5c5;
}
.sidebar__news-item:last-child {
  border-bottom: none;
}
.sidebar__news-item-text {
  display: block;
  padding: 13px 17px;
}
/* Слайдер матчей на странице новости */
.news-matches-slider {
  position: relative;
}
.news-matches-slider ul {
  margin: 0;
  padding: 0;
}
.news-matches-slider .arrow {
  top: 165px;
  padding: 0;
  margin: 0 20px;
}
/* Блок с регионами */
.regions {
  width: 100%;
  background-color: #00a5e4;
}
.regions-container {
  background-color: rgba(41, 45, 70, 0.34);
}
.regions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 1216px;
  margin: 0 auto;
}
.tabs--regions .tabs__item {
  padding: 0 45px;
}
.tabs--regions .tabs__navigation {
  background-color: transparent;
}
.tabs--regions .tabs--active,
.tabs--regions .tabs__item:hover {
  background-color: rgba(41, 45, 70, 0.8);
}
.tabs--regions .tabs--active .tabs__text {
  color: #ffffff;
}
/* Страница "Участники-игроки" */
.tabs--participants {
  width: auto;
}
.tabs--participants .tabs__text {
  padding: 0 27px;
}
.tabs--participants .tabs__navigation {
  background-color: #ffffff;
}
.tabs--participants .tabs__text {
  color: #000000;
}
.tabs--participants .tabs__item:active,
.tabs--participants .tabs__item:hover {
  background-color: rgba(41, 45, 70, 0.7);
}
.tabs--participants .tabs__item:active .tabs__text,
.tabs--participants .tabs__item:hover .tabs__text {
  color: #ffffff;
}
.tabs--participants .tabs--active {
  background-color: rgba(41, 45, 70, 0.7);
}
.tabs--participants .tabs--active .tabs__text {
  color: #ffffff;
}
.select-item--season {
  margin-left: 50px;
}
.table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
}
.table__row,
.table__head {
  border-bottom: 1px solid #c5c5c5;
}
.table__row:last-child {
  border-bottom: 0;
}
.participants .table__cell {
  width: 80px;
  text-align: center;
}
.participants .table__cell--number {
  text-align: center;
  width: 67px;
}
.participants .table__cell--player {
  max-width: 420px;
  text-align: left;
}
.participants .table__player-name {
  display: block;
  width: 373px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.participants .table__cell--team {
  width: 120px;
}
.participants .table__cell--club {
  width: 230px;
}
.participants .table__cell--amplua {
  width: 96px;
}
.participants .table__cell--average:last-child {
  width: 89px;
  padding-right: 50px;
}
.participants .table__cell--average:last-child::before {
  right: 40px;
}
.table__head .table__cell {
  position: relative;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 38px;
  color: #656565;
  font-weight: 400;
  background-color: #ffffff;
  text-transform: uppercase;
}
/* Элементы сортировки*/
.sidebar__table-cell--head {
  position: relative;
}
.table__head .table__cell--head:before,
.table__head .table__cell--variable-head:before {
  content: "\f0dc";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -19px;
  font-size: 13px;
  color: #c2c2c2;
}
.table__head .table__cell--variable-head:before {
  right: 5px;
}
.table__head .table__cell--variable-head:last-child:before {
  right: 55px;
}
.table--statistics-goalpas .table__head .table__cell--variable-head:last-child:before {
  right: 50px;
}
.table__head .table__cell--number-head:before,
.table__head .table__cell--player-head:before,
.table__head .table__cell--team-head:before,
.sidebar__table-cell--player-head::before,
.sidebar__table--schedule .sidebar__table-cell--head:before,
.sidebar__table--tournament .sidebar__table-cell--head:before {
  display: none;
}
.table__head .headerSortDown::before {
  content: "\f0dd";
}
.table__head .headerSortUp::before {
  content: "\f0de";
}
.table__cell--player {
  text-align: left;
  font-size: 18px;
}
.table__player {
  display: flex;
  align-items: center;
}
.table__player-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
/* Страница "Участники", раздел "игроки", подраздел "игрок" */
.player-promo,
.staff-promo {
  display: flex;
  position: relative;
  height: 320px;
  width: 100%;
  margin-bottom: 32px;
  background-color: #ffffff;
}
.player-promo__picture,
.staff-promo__picture {
  width: 320px;
  height: 320px;
  background-image: url("../../../../img/nophoto_avatar.png");
}
.player-promo__content,
.staff-promo__content {
  display: flex;
  flex-direction: column;
  padding-left: 58px;
  padding-right: 58px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 23px;
}
.player-promo__name,
.player-promo__birthday,
.player-promo__birthplace,
.player-promo__teams,
.player-promo__category,
.staff-promo__position,
.staff-promo__name,
.staff-promo__birthday,
.staff-promo__teams {
  padding: 0;
  margin: 0;
}
.player-promo__name,
.staff-promo__name {
  font-size: 32px;
  line-height: 85px;
  font-weight: 700;
}
.player-promo__birthday-text,
.player-promo__birthplace-text,
.player-promo__teams-text,
.player-promo__category-text,
.staff-promo__position-text,
.staff-promo__birthday-text,
.staff-promo__teams-text {
  display: inline-block;
  font-weight: 700;
  line-height: 36px;
  width: 148px;
}
.player-promo__birthday-date,
.player-promo__birthplace-place,
.player-promo__category-value,
.player-promo__teams-name,
.staff-promo__position-name,
.staff-promo__birthday-date,
.staff-promo__teams-name {
  padding-left: 15px;
  line-height: 36px;
}
.player-promo__statistics {
  padding: 0;
  margin: auto 0 35px 0;
}
.player-promo__statistics-text {
  font-size: 19px;
  line-height: 25px;
}
.player-promo__statistics-values {
  line-height: 25px;
  color: #00a5e4;
  font-weight: 700;
}
.player .content-navigation {
  margin-bottom: 0;
}
.player .table--player {
  margin-bottom: 30px;
}
.player .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  height: 73px;
  text-align: left;
}
.player .table__row,
.player .table__head,
.player .table__head-total,
.player .table__team-total {
  border-bottom: 1px solid #c5c5c5;
}
.table__row:last-child {
  border-bottom: 0;
}
.player .table__head .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 45px;
  height: 45px;
  width: 80px;
  color: #656565;
  text-transform: uppercase;
}
.player .table__head-total {
  background-color: rgba(0, 165, 228, 0.6);
}
.player .table__head-total .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  width: 80px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.player .table__team-total {
  background-color: rgba(0, 165, 228, 0.4);
}
.player .table__team-total .table__cell {
  font-weight: 700;
}
.player .table__cell--team {
  padding-left: 30px;
  padding-right: 30px;
}
.player .table__team-name {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.player .table__team-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.player .table__cell--goals-penalties,
.player .table__cell--passes,
.player .table__cell--games-number,
.player .table__cell--yellow-cards,
.player .table__cell--red-cards {
  width: 80px;
  text-align: center;
}
.player .table__cell--goals-penalties-head {
  position: relative;
}
.player .table__cell--games-number-head {
  position: relative;
}
.player .table__cell--passes-head {
  position: relative;
}
.player .table__cell--yellow-cards-head {
  position: relative;
}
.player .table__cell--red-cards-head {
  position: relative;
}
.player .table__cell--goals-penalties-head::before {
  content: "\f1e3";
  position: absolute;
  top: 0;
  margin-left: -8px;
  color: #000000;
  font-family: "FontAwesome";
  font-size: 15px;
}
.player .table__cell--games-number-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 38px;
  background: url("../../../../img/svg-icon--field.svg") center no-repeat;
}
.player .table__cell--passes-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 38px;
  background: url("../../../../img/svg-icon--boot.svg") center no-repeat;
}
.player .table__cell--yellow-cards-head::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 15px;
  background-color: #ff9e47;
}
.player .table__cell--red-cards-head::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 15px;
  background-color: #ff4847;
}
.player .table__cell--tournament,
.player .table__cell--match {
  padding-left: 30px;
  padding-right: 30px;
}
.player .table__cell--match {
  width: 596px;
}
.player .table__cell--tournament {
  width: 250px;
  border-right: 1px solid #c5c5c5;
}
.player .player__tournament {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.player .player__round-group {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #656565;
}
.player .player__match-results {
  display: flex;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.player .player__match-time-date {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #656565;
  text-transform: uppercase;
}
.player .player__match-score {
  flex-shrink: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-weight: 700;
}
.player .player__match-team {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Раздел "Трансферы" */
.table--player-transfer {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.table--player-transfer .table__title {
  background-color: #d1d7dc;
  text-align: left;
  font-size: 15px;
  line-height: 44px;
  padding-left: 25px;
  text-transform: uppercase;
}
.player .table--player-transfer .table__cell--head {
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  height: 45px;
  background-color: rgba(0, 165, 228, 0.6);
  color: #ffffff;
}
.player .table--player-transfer .table__cell--number-head {
  text-align: center;
}
.table--player-transfer .table__cell {
  font-size: 18px;
}
.player .table--player-transfer .table__cell--number {
  width: 100px;
  text-align: center;
}
.table--player-transfer .table__cell--out {
  width: 375px;
}
.table--player-transfer .table__cell--arrow {
  padding-left: 20px;
  width: 200px;
  text-align: center;
}
.table--player-transfer .table__cell--arrow::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 45px;
  line-height: 45px;
  color: #292d46;
}
.table--player-transfer .table__cell--arrow-head::before {
  display: none;
}
.table--player-transfer .table__cell--in {
  width: 375px;
}
.table--player-transfer .table__cell--date {
  width: 166px;
  padding-left: 20px;
  padding-right: 20px;
}
.place {
  display: flex;
  align-items: center;
}
.place-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.place-name {
  display: block;
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 45px;
}
/* Страница "Участники", раздел "команды" */
.participants-teams {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.participants-teams__item {
  flex-shrink: 0;
  height: 354px;
  width: 385px;
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.6);
}
.participants-teams__item:nth-child(3n) {
  margin-right: 0;
}
.participants-teams__picture {
  height: 257px;
  width: 385px;
}
.participants-teams__picture img {
  width: 100%;
  height: 100%;
}
.participants-teams__content {
  display: flex;
  height: 97px;
}
.participants-teams__logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  background-color: #ffffff;
}
.participants-teams__name {
  display: flex;
  align-items: center;
  padding: 0 15px 0 35px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.participants-teams__city {
  padding-left: 5px;
}
/* Страница "Команда-стартовая страница" */
.team-promo {
  display: flex;
  width: 100%;
  height: 173px;
  margin-bottom: 20px;
  background: linear-gradient(-75deg, #ffffff 27%, #f3f3f3 27%, #f3f3f3 100%);
}
.team-promo__logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 173px;
  background-color: #ffffff;
}
.team-promo__logo::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 95px;
  height: 173px;
  width: 103px;
  background-color: rgba(191, 191, 191, 0.5);
  transform: skewX(-15deg);
}
.team-promo__team-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 550px;
  height: 173px;
  padding-top: 30px;
  padding-left: 43px;
  padding-bottom: 30px;
}
.team-promo__team-name {
  display: block;
  width: 300px;
  height: 52px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 25px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.link--team-social {
  display: block;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #292d46;
  text-transform: none;
}
.link--team-profile {
  display: block;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #292d46;
  text-transform: none;
}
.team-promo__results {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 27px;
}
.team-promo__results-form-wrapper {
  display: none;
}
.team-promo__results-form {
  display: flex;
  justify-content: flex-end;
  width: 300px;
  text-align: center;
}
.team-promo .form-results-list {
  margin: 0 0 0 20px;
  justify-content: flex-end;
}
.team-promo__results-form-text {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #656565;
}
.team-promo__statistics-values {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
}
.team__select-item-options li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team__select-item {
  position: relative;
  padding-right: 20px;
  padding-left: 15px;
}
.team__select-item-default {
  height: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
}
.team__select-item-options {
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.team-promo .team__select-item-options {
  padding: 0;
}
.team__select-item-options .js-div-dropdown-li {
  padding: 7.5px 17px;
}
.team__select-item-options .js-div-dropdown-li:hover {
  background-color: rgba(0, 165, 228, 0.2);
}
.team__select-item-active {
  display: block;
}
/* Страница "Команда-календарь" */
.teams-schedule .content-navigation {
  margin-bottom: 0;
}
/* Страница "Команда-состав" */
.teams-composition-photo {
  width: 910px;
  height: 608px;
  margin-bottom: 22px;
}
.tabs--teams-composition .tabs__list {
  width: 370px;
  margin-left: 6px;
}
.tabs--teams-composition .tabs__item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.composition-list {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px 30px 29px;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
}
.composition-list__item {
  height: 327px;
  width: 191px;
  margin-right: 29px;
  margin-bottom: 25px;
}
.composition-list__item:nth-child(4n) {
  margin-right: 0;
}
.composition-list__player-photo {
  width: 191px;
  height: 191px;
}
.composition-list__player-photo img {
  width: 100%;
  height: 100%;
}
.composition-list__player-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 15px 15px 20px;
  height: 136px;
  background-color: #e8e8e8;
}
.composition-list__player-name {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.composition-list__player-first-name,
.composition-list__player-last-name {
  display: block;
  width: 151px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.composition-list__player-amplua {
  padding: 0;
  margin: 4px 0 6px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  width: 151px;
  overflow: hidden;
}
.composition-list__player-club {
  padding: 0;
  margin: 4px 0 6px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  width: 151px;
  overflow: hidden;
}
.composition-list__player-birthday {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #656565;
}
.composition-list__player-age {
  margin-left: 5px;
}
.composition-list__item-flip-container {
  width: 191px;
  height: 327px;
  overflow: hidden;
}
.composition-list__item-flipper {
  height: 100%;
  transition: 0.6s all;
  transform-style: preserve-3d;
  position: relative;
}
.composition-list__item-front,
.composition-list__item-back {
  width: 191px;
  height: 327px;
  transition: opacity 0.6s;
}
.composition-list__item-front {
  opacity: 1;
}
.composition-list__item-back {
  position: absolute;
  top: 0;
  left: -191px;
  opacity: 0;
}
.composition-list__item-flip-container.with-stats:hover .composition-list__item-flipper {
  transform: translateX(191px);
}
.composition-list__item-flip-container.with-stats:hover .composition-list__item-flipper .composition-list__item-front {
  opacity: 0;
}
.composition-list__item-flip-container.with-stats:hover .composition-list__item-flipper .composition-list__item-back {
  opacity: 1;
}
.composition-list__player-statistics {
  position: relative;
  height: 191px;
  color: #ffffff;
  padding: 15px 15px 15px 20px;
  background-color: #292d46;
}
.composition-list__player-statistics::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 151px;
  height: 1px;
  background-color: rgba(41, 45, 70, 0.8);
}
.composition-list__player-ycards,
.composition-list__player-rcards,
.composition-list__player-games,
.composition-list__player-goals {
  padding: 0;
  margin: 0;
}
.composition-list__player-ycards,
.composition-list__player-rcards,
.composition-list__player-games {
  margin-bottom: 2px;
}
.composition-list__player-ycards-text,
.composition-list__player-rcards-text,
.composition-list__player-games-text,
.composition-list__player-goals-text {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 25px;
  line-height: 25px;
}
.composition-list__player-ycards-number,
.composition-list__player-rcards-number,
.composition-list__player-games-number,
.composition-list__player-goals-number {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 39px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
}
.composition-list__item-back .composition-list__player-info {
  background-color: #292d46;
  color: #ffffff;
}
.composition-list__item-back .composition-list__player-birthday {
  color: rgba(255, 255, 255, 0.5);
}
/* Страница "Партнёры" */
.partners-inner__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.partners-inner__item {
  width: 205px;
  min-height: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.partners-inner__link {
  display: block;
}
.partners-inner__item:nth-child(4n) {
  margin-right: 0;
}
.partners-inner__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 205px;
  background-color: #ffffff;
}
.partners-inner__name-wrapper {
  padding: 15px 23px;
  height: 95px;
  background-color: #f6f6f6;
}
.partners-inner__name {
  display: block;
  height: 64px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  overflow: hidden;
}
.partner-items {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.partner-items__item {
  flex-shrink: 0;
  height: 297px;
  width: 205px;
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.6);
}
.partner-items__item:nth-child(4n) {
  margin-right: 0;
}
.partner-items__logo {
  height: 200px;
  width: 205px;
}
.partner-items__content {
  display: flex;
  height: 97px;
}
.partner-items__name {
  display: flex;
  align-items: left;
  margin: 15px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  height: 67px;
  overflow: hidden;
}
/* Страница "Руководство" */
.management__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.management__item {
  width: 205px;
  min-height: 320px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.management__link {
  display: block;
}
.management__item:nth-child(4n) {
  margin-right: 0;
}
.management__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 205px;
  background-color: #ffffff;
}
.management__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 20px;
  height: 115px;
  background-color: #f6f6f6;
}
.management__name-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
.management__position {
  font-size: 18px;
  line-height: 22px;
}
/* Страница контакты */
.map {
  width: 100%;
  height: 645px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.contacts-content {
  padding: 20px 80px 55px 40px;
  background-color: #ffffff;
}
.contacts-content__title {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-content__address {
  padding: 0 0 0 18px;
  margin: 0;
  position: relative;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 40px;
}
.contacts-content__address::before {
  content: "\f041";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #d50028;
}
.contacts-content__telephones {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contacts-content__telephones-number {
  font-size: 18px;
  line-height: 30px;
}
.link--contacts {
  text-transform: none;
  font-size: 18px;
  line-height: 50px;
}
.contacts-content__wrapper {
  display: flex;
  justify-content: space-between;
}
.contacts .social__item {
  line-height: 29px;
}
.contacts .social__item--youtube {
  background-color: #e3e3e3;
}
/* Страница "Стадионы" */
.stadiums-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.stadiums-item {
  display: flex;
  width: 100%;
  height: 467px;
  margin-bottom: 25px;
}
.stadiums-item__wrapper {
  width: 100%;
  height: 467px;
}
.stadiums-item__picture {
  flex-shrink: 0;
  width: 700px;
  height: 467px;
}
.stadiums-item__content {
  height: 210px;
  padding: 25px 30px 20px;
  background-color: #ffffff;
}
.stadiums-item__title {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.stadiums-item__address {
  padding: 0 0 0 18px;
  margin: 0;
  position: relative;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 40px;
}
.stadiums-item__address::before {
  content: "\f041";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #d50028;
}
.stadiums-item__telephones {
  padding: 0;
  margin: 0;
  list-style: none;
}
.stadiums-item__telephones-number {
  font-size: 18px;
  line-height: 30px;
}
.stadiums-item__map {
  height: 258px;
}
.stadiums-item__map iframe {
  width: 100%;
  height: 100%;
}
/* Страница "Архив турниров" */
.tournaments-archive {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tournaments-archive__item {
  flex-shrink: 0;
  width: 385px;
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: #f6f6f6;
}
.tournaments-archive__item:nth-child(3n) {
  margin-right: 0;
}
.tournaments-archive__picture {
  height: 257px;
  width: 385px;
  background-color: #ffffff;
}
.tournaments-archive__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 153px;
  padding: 15px 25px 25px 25px;
}
.tournaments-archive__title {
  padding: 0;
  margin: 0;
  height: 75px;
  overflow: hidden;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}
.tournaments-archive__info {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #656565;
}
.tournaments-archive__info-item {
  padding-left: 20px;
}
.tournaments-archive__info-dates {
  position: relative;
}
.tournaments-archive__info-dates::before {
  content: "\f073";
  position: absolute;
  color: inherit;
  bottom: 1px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 13px;
}
.tournaments-archive__info-teams-number {
  position: relative;
}
.tournaments-archive__info-teams-number::before {
  content: "\f0c0";
  position: absolute;
  color: inherit;
  bottom: 1px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 13px;
}
.tournaments-archive__info-status {
  position: relative;
}
.tournaments-archive__info-status:before {
  content: "\f017";
  position: absolute;
  color: inherit;
  left: 5px;
  bottom: 1px;
  font-family: "FontAwesome";
  font-size: 13px;
}
/* Активное соcтояние и соcтояние по наведению у стрелы */
.arrow:hover,
.arrow:active,
.arrow--active {
  stroke: #292d46;
}
.arrow--active {
  stroke: #292d46;
}
/* Статичная страница */
.page-image {
  background-size: 100% 100% !important;
  width: 1216px;
  height: 600px;
}
.page-image-little {
  background-size: 100% 100% !important;
  width: 910px;
  height: 450px;
}
.page-text {
  padding: 36px 36px 54px;
  background-color: #ffffff;
}
.page-text a {
  color: #03557b;
}
/* Заголовки для медиа */
h2.media-title {
  background-color: #ffffff;
  padding: 22px 20px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
h3.media-title {
  background-color: #ffffff;
  padding: 18px 20px;
  margin: 20px 0 10px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 27px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
/* Баннеры */
.banner-wrapper {
  max-width: 1216px;
  margin: auto;
}
.banner {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* Медиа */
.ug-textpanel-textwrapper .ug-textpanel-title > a {
  width: 100%;
  display: inline-block;
  color: #a5a5a5;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
/*Видео в онлайн матча */
.match-broadcast-video {
  width: 100%;
  margin: 17px 0 25px 0;
}
.match-broadcast-video__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  background-color: #ffffff;
}
.match-broadcast-video__title {
  position: relative;
  padding-left: 55px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  vertical-align: middle;
}
.match-broadcast-video__title::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 25px;
  background-image: url("../../../../img/video-icon.png");
}
.match-broadcast-video__button {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  background-color: #ffffff;
  border: 2px solid #282f32;
  border-radius: 2px;
  cursor: pointer;
}
.match-broadcast-video__button::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  right: 4px;
  background-color: #282f32;
}
.match-broadcast-video__button--close::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  right: 4px;
  background-color: #282f32;
  transform: rotate(90deg);
}
/* Страница "Форма заявки" */
.help-block-error {
  margin: 0 !important;
  padding-top: 4px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  color: #ee3131;
  line-height: 15px;
}
.application__title {
  margin: 10px 0 25px 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.application__description {
  margin-bottom: 22px;
  padding: 30px 40px 40px 40px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 23px;
  background-color: rgba(255, 255, 255, 0.6);
}
.form__errors {
  padding: 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 23px;
  background-color: rgba(238, 49, 49, 0.5);
}
.form {
  padding: 30px 40px 45px 40px;
  background-color: #ffffff;
}
.form .form-group {
  margin-bottom: 10px;
  height: 45px;
}
.application__warning {
  position: relative;
  padding: 30px 40px 30px 110px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21px;
  background-color: rgba(255, 255, 255, 0.5);
}
.application__warning::after {
  content: "!";
  position: absolute;
  top: 35px;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ee3131;
  font-size: 35px;
  font-weight: 700;
  color: #ee3131;
}
.form__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form__group-title-wrapper {
  display: flex;
  align-items: baseline;
  margin: 20px 0;
}
.form__group-title {
  width: 100%;
  margin: 20px 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.form__group--players .form__group-title {
  width: auto;
  margin: 0;
  padding-right: 20px;
}
.form__group--players .dynamicform_inner {
  width: 100%;
}
.form__input-wrapper {
  flex-shrink: 0;
  margin-bottom: 30px;
  outline: none;
}
.form__input {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  padding: 0 15px;
  width: 540px;
  height: 45px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  outline: none;
}
.form__input:hover {
  border: 1px solid #b9bbbc;
}
.form__text {
  margin: 0;
  padding-top: 18px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
}
.form__players-list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.form__players-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form__players-item--new {
  position: relative;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
}
.form__players-delete {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
}
.form__players-new {
  display: block;
  width: 180px;
  height: 45px;
  position: relative;
  padding: 0 0 0 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 45px;
  border: none;
  color: #000000;
  background-color: #b9bbbc;
}
.form__players-delete {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  padding: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 45px;
  border: none;
  color: #909496;
  background-color: #b9bbbc;
}
.form__players-delete:hover,
.form__players-new:hover {
  background-color: #909496;
  color: #e8e8e8;
}
.form__players-item--new i.fa {
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 26px;
}
.form__players-delete i.fa {
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 26px;
}
.form__players-item--new:hover::after {
  border: 2px solid #e8e8e8;
}
.form__players-item--new:hover .form__players-new::before {
  background-color: #e8e8e8;
}
.form__players-item--new:hover .form__players-new::after {
  background-color: #e8e8e8;
}
.form__players {
  display: flex;
  justify-content: space-between;
  width: 792px;
}
.form__players .form__input {
  width: 250px;
}
.form__button {
  border: none;
  background-color: #909496;
}
.form__button:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #b9bbbc;
  transition: 0.3s;
}
/* Селектор с датой */
.form__date {
  position: relative;
  display: flex;
  width: 220px;
  height: 45px;
  background-color: #d8d9d9;
}
.form__date:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -3px;
  border: 5px solid rgba(40, 47, 50, 0.7);
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.form__input--control {
  padding: 0 0 0 15px;
  z-index: 1;
  width: 142px;
  background-color: #e8e8e8;
  outline: none;
  font-size: 16px;
}
.form__input--control:hover {
  border: 1px solid #e8e8e8;
}
.form__input--control:focus {
  outline: none;
}
.form__date .input-group-addon {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 100%;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
}
.form__date .input-group-addon::before {
  content: "\f073";
  position: absolute;
  top: 32px;
  margin-top: -10px;
  right: 37px;
  font-family: fontawesome;
  font-size: 21px;
  color: #4e5356;
}
.form__date .input-group-addon:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 13px;
  height: 45px;
  top: 0;
  right: 66px;
  border: 12px solid transparent;
  border-top: 44px solid #e8e8e8;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
}
/* Страница авторизации */
.authorization {
  width: 100%;
  padding: 30px 40px 75px 40px;
  background-color: #ffffff;
}
.authorization__title {
  margin: 15px 0 25px 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.authorization__form {
  padding: 0;
}
.authorization .form__group {
  margin: 0;
}
.form__label {
  width: 140px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.form__checkbox {
  display: none;
}
.form__checkbox-indicator {
  flex-shrink: 0;
  margin-right: 15px;
  width: 28px;
  height: 28px;
  background-color: #e8e8e8;
}
.form__checkbox-indicator-icon {
  display: none;
  width: 20px;
  height: 20px;
  fill: #4f5356;
}
.form__checkbox:checked ~ .form__checkbox-indicator-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
}
.form__label:hover .form__checkbox-indicator {
  border: 1px solid #aeaeae;
}
.authorization__links {
  width: 100%;
  position: relative;
  left: 25px;
  display: flex;
  justify-content: center;
  margin-top: 35px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: underline;
}
.authorization__links-forgotten {
  margin-right: 30px;
}
/* Страница регистрации */
.registration {
  width: 100%;
  padding: 30px 40px 75px 40px;
  background-color: #ffffff;
}
.registration__form {
  padding: 0;
}
.registration__links {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 35px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.registration__links-text {
  padding: 0;
  margin: 0;
  margin-right: 30px;
}
.registration__links-new {
  text-decoration: underline;
}
/* Выпадающее меню для турниров */
.tournaments-drop-menu {
  transform: skewX(15deg);
  height: auto;
  display: none;
  position: absolute;
  width: 1216px;
  z-index: 9999;
}
.tournaments-drop-menu.js-show {
  display: block;
}
.tournaments-drop-menu__list,
.tournaments-drop-menu__unit-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tournaments-drop-menu__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 35px 35px 0 35px;
  background-color: #292d46;
}
.tournaments-drop-menu__unit {
  margin: 0 36px 45px 0;
}
.tournaments-drop-menu__unit:nth-child(5n) {
  margin-right: 0;
}
.tournaments-drop-menu__unit-title {
  width: 197px;
  height: 40px;
  margin: 0 0 8px 0;
  padding: 0 12px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(41, 45, 70, 0.3);
  transform: skewX(-15deg);
}
.tournaments-drop-menu__unit-container {
  display: inline-block;
  transform: skewX(15deg);
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tournaments-drop-menu__unit-item {
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.tournaments-drop-menu__unit-item-link {
  display: block;
  width: 173px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 44px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tournaments-drop-menu__unit-item:last-child {
  border-bottom: 0;
}
/* Слайдер категорий */
.line-slider {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 42px;
  margin-bottom: 20px;
  display: flex;
  background-color: rgba(0, 165, 228, 0.85);
  overflow: hidden;
}
.line-slider__list {
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.line-slider__item {
  min-width: 120px;
  text-align: center;
  background-color: rgba(41, 45, 70, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: skewX(-15deg);
  position: relative;
  left: -8px;
}
.line-slider__item:hover {
  background-color: rgba(41, 45, 70, 0.8);
}
.line-slider__item--active,
.line-slider__item--active:hover {
  background-color: rgba(41, 45, 70, 0.8);
}
.line-slider__item:last-child {
  border-right: none;
}
.line-slider__link {
  display: block;
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
  transform: skewX(15deg);
}
.line-slider__link-container {
  display: inline-block;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
}
.arrow--line-slider {
  position: absolute;
  width: 42px;
  height: 100%;
  z-index: 2;
  background-color: #292d46;
}
.arrow--line-slider::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 45px;
  top: 0;
  border: 12px solid transparent;
  border-top: 45px solid #292d46;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.arrow-back.arrow--line-slider::after {
  right: -13px;
}
.arrow-forward.arrow--line-slider:after {
  right: 32px;
  transform: scale(-1, -1);
}
.arrow--line-slider::before {
  position: absolute;
  left: 0;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 21px;
  line-height: 45px;
  width: 100%;
  padding-left: 15px;
}
.arrow--line-slider.slick-disabled {
  display: block !important;
}
.arrow--line-slider.slick-disabled:before {
  opacity: .2;
}
.arrow-back.arrow--line-slider::before {
  content: "\f104";
}
.arrow-forward.arrow--line-slider::before {
  content: "\f105";
}
.social-share {
  width: 100%;
  margin: 10px 0 26px;
}
.social-share .uSocial-Share,
.social-share .uSocial-Share .uscl-bar {
  width: inherit;
}
.social-share .uSocial-Share .uscl-list {
  display: flex !important;
  justify-content: space-around;
  width: inherit;
}
.social-share .uSocial-Share .uscl-list .uscl-item:first-child {
  padding-left: 0;
}
.social-share .uSocial-Share .uscl-list .uscl-item:nth-child(6) {
  padding-right: 0;
}
/* Виджет дни рождения игроков */
.birth-widget {
  position: relative;
  margin-bottom: 26px;
  background-color: #00a5e4;
  overflow: hidden;
}
.birth-widget::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(-75deg, rgba(41, 45, 70, 0.24) 30%, rgba(41, 45, 70, 0.44) 30%, rgba(41, 45, 70, 0.44) 37%, rgba(41, 45, 70, 0.32) 37%, rgba(41, 45, 70, 0.32) 43%, rgba(41, 45, 70, 0.15) 43%, rgba(41, 45, 70, 0.15) 58%, #00a5e4 58%, #00a5e4 80%, rgba(41, 45, 70, 0.15) 80%, rgba(41, 45, 70, 0.15) 90%, rgba(41, 45, 70, 0.24) 90%);
}
.birth-widget::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 55px;
  height: 300px;
  width: 100%;
  background: linear-gradient(to top, #00a5e4 20%, rgba(0, 165, 228, 0));
}
.birth-widget-star {
  position: absolute;
  z-index: 3;
}
.birth-widget-star:first-child {
  font-size: 22px;
  top: 22px;
  left: 20px;
  color: rgba(41, 45, 70, 0.78);
}
.birth-widget-star:nth-child(2) {
  font-size: 20px;
  top: 5px;
  left: 71px;
  color: rgba(41, 45, 70, 0.34);
}
.birth-widget-star:nth-child(3) {
  font-size: 11px;
  top: 97px;
  left: 55px;
  color: rgba(41, 45, 70, 0.2);
}
.birth-widget-star:nth-child(4) {
  font-size: 14px;
  top: 90px;
  left: 93px;
  color: rgba(41, 45, 70, 0.45);
}
.birth-widget-star:nth-child(5) {
  font-size: 14px;
  top: 107px;
  left: 134px;
  color: rgba(41, 45, 70, 0.2);
}
.birth-widget-star:nth-child(6) {
  font-size: 11px;
  top: 9px;
  right: 91px;
  color: rgba(41, 45, 70, 0.6);
}
.birth-widget-star:nth-child(7) {
  font-size: 29px;
  top: 13px;
  right: 31px;
  color: rgba(41, 45, 70, 0.78);
}
.birth-widget-star:nth-child(8) {
  font-size: 20px;
  top: 96px;
  right: 29px;
  color: rgba(41, 45, 70, 0.45);
}
.birth-widget-content {
  position: relative;
  z-index: 4;
  padding: 30px 15px 25px 15px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #ffffff;
}
.birth-widget__title {
  margin: 0 auto 25px auto;
  width: 182px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.birth-widget__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.birth-widget__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(41, 45, 70, 0.4);
}
.birth-widget__item:last-child {
  border-bottom: none;
}
.birth-widget__item-picture {
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  margin-right: 15px;
}
.birth-widget__item-img {
  border-radius: 50%;
}
.birth-widget__name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
.birth-widget__age-date,
.birth-widget__age-value {
  font-size: 13px;
  line-height: 15px;
}
.birth-widget__age-date {
  margin-right: 15px;
}
/* Блок "Видео дня" на главной */
.day-video {
  display: flex;
  position: relative;
  height: 355px;
  margin-bottom: 35px;
  background-color: #ffffff;
}
.day-video__slide {
  display: flex !important;
}
.day-video__content {
  width: 100%;
}
.day-video__content-block {
  flex-shrink: 0;
  height: 100%;
}
.day-video__content-block:first-child {
  width: 385px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.day-video__content-block:last-child {
  width: 525px;
}
.day-video .video__picture {
  width: inherit;
  height: inherit;
}
.flag {
  display: inline-block;
  position: relative;
  background-color: #292d46;
  height: 26px;
  transform: skewX(-15deg);
  margin-left: 5px;
}
.flag::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 30px;
  height: 26px;
  background-color: #292d46;
  transform: skewX(15deg);
}
.flag__text {
  width: inherit;
  margin: 0;
  padding: 0 20px 0 17px;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  transform: skewX(15deg);
  text-transform: uppercase;
}
.day-video__title {
  display: block;
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
  margin: 35px 0;
}
.day-video .slick-dots {
  padding: 0;
  list-style-type: none;
}
.day-video .slick-dots li {
  width: 17px;
  height: 7px;
  background-color: rgba(41, 45, 70, 0.3);
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transform: skewX(-15deg);
}
.day-video .slick-dots li.slick-active {
  background-color: #292d46;
}
.day-video .slick-dots li button {
  width: 100%;
  height: 100%;
  visibility: hidden;
  border: none;
  background-color: transparent;
  opacity: 0;
}
.day-video .slick-arrow {
  position: absolute;
  top: calc(50% - 7px);
  bottom: -44px;
  z-index: 1;
  height: 18px;
  width: 12px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  font-size: 20px;
}
.day-video .slick-arrow.slick-prev {
  left: 0;
}
.day-video .slick-arrow.slick-next {
  right: 0;
}
.day-video .slick-arrow:hover {
  color: #292d46;
}
.day-video__dots {
  position: absolute;
  left: 30px;
  top: 285px;
  text-align: center;
}
.indicators {
  width: 100%;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}
.indicators__arrow {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
}
.indicators .indicators-list li {
  background-color: rgba(41, 45, 70, 0.3);
}
.indicators li.slick-active {
  background-color: #292d46;
}
/* Блок "Опрос" на главной */
.survey {
  display: flex;
  margin-bottom: 35px;
  background-color: #ffffff;
}
.survey__content-block {
  flex-shrink: 0;
  position: relative;
}
.survey__content-block:first-child {
  position: relative;
  width: 385px;
  padding: 30px 35px;
  background-color: #00a5e4;
  overflow: hidden;
}
.survey__wrapper {
  position: relative;
  z-index: 2;
}
.survey .bg-element {
  position: absolute;
  transform: skewX(-15deg);
  z-index: 1;
}
.survey .bg-element--1 {
  height: 300px;
  width: 85px;
  top: 0;
  left: 10%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}
.survey .bg-element--2 {
  height: 400px;
  width: 131px;
  top: 0;
  left: -51px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}
.survey .bg-element--3 {
  height: 395px;
  width: 110px;
  top: 0;
  right: -53px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 80%);
}
.survey .bg-element--4 {
  height: 280px;
  width: 77px;
  top: 100px;
  right: -39px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 70%, rgba(255, 255, 255, 0));
}
.survey__content-block:last-child {
  width: 525px;
  height: 400px;
  padding: 35px 40px 30px 40px;
}
.survey__content-block:last-child.full {
  width: 831px;
}
.flag--survey .flag__text {
  padding: 0 33px 0 30px;
}
.survey__question {
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
}
.survey-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.survey-form__label {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 12px;
}
.survey .form__radio-indicator {
  background-color: #e8e8e8;
  border: none;
  width: 26px;
  height: 26px;
}
.survey .form__radio:checked + .form__radio-indicator::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: #292d46;
}
.button--survey {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.button--survey.button--survey-revote {
  width: 200px;
}
.survey-form__options {
  height: 267px;
  overflow: hidden;
  padding-right: 20px;
}
.survey__result {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.survey__result-container {
  height: 274px;
  overflow: hidden;
  padding-right: 20px;
}
.survey__result-wrapper {
  width: 350px;
  margin-right: 5px;
}
.survey__content-block.full .survey__result-wrapper {
  width: 670px;
}
.scale {
  width: 100%;
  height: 11px;
  background-color: #e8e8e8;
  overflow: hidden;
}
.scale--all {
  background-color: #00a5e4;
}
.survey__answer {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
.survey__answer--choice {
  color: #292d46;
}
.scale__line {
  height: 100%;
  background-color: #00a5e4;
  transform: skewX(-15deg);
  margin-left: -1px;
}
.survey__result-percent {
  flex-shrink: 0;
  font-size: 16px;
  margin-bottom: -4px;
  white-space: nowrap;
}
.survey__result-value {
  font-weight: 700;
}
.survey__result-final {
  margin: 0 20px 0 0;
}
.survey__result-final span {
  padding: 0 5px;
}
.survey__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
/* Загрузчик */
img.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  opacity: .2;
}
/* Страница Лига в цифрах и фактах */
main.background {
  position: relative;
  background-color: #00a5e4;
  overflow: hidden;
}
.bg-element {
  position: absolute;
  background-color: rgba(41, 45, 70, 0.07);
  transform: skewX(-15deg);
  z-index: 0;
}
.bg-element--0 {
  left: 0;
  margin-left: -20px;
  top: 0;
  width: 15%;
  height: 1600px;
}
.bg-element--1 {
  top: 0;
  left: 32%;
  width: 19%;
  height: 1527px;
}
.bg-element--2 {
  top: 0;
  left: 42%;
  width: 12%;
  height: 575px;
}
.bg-element--3 {
  top: 0;
  right: 12%;
  width: 15%;
  height: 1320px;
}
.bg-element--4 {
  top: 360px;
  right: 25%;
  width: 15%;
  height: 886px;
}
.bg-element--5 {
  top: 575px;
  left: 15%;
  width: 17%;
  height: 1480px;
  background: linear-gradient(to top, rgba(41, 45, 70, 0.03), rgba(41, 45, 70, 0.07));
}
.bg-element--6 {
  top: 870px;
  right: 37%;
  width: 12%;
  height: 300px;
  background: linear-gradient(to top, rgba(41, 45, 70, 0.03), rgba(41, 45, 70, 0.07));
}
.bg-element--7 {
  top: 1185px;
  right: 39%;
  width: 12%;
  height: 600px;
  background: linear-gradient(to top, rgba(41, 45, 70, 0.03), rgba(41, 45, 70, 0.07));
}
.bg-element--8 {
  top: 1445px;
  right: 20%;
  width: 12%;
  height: 915px;
  background: linear-gradient(to top, #00a5e4, rgba(41, 45, 70, 0.07));
}
.bg-element--9 {
  top: 900px;
  right: 0;
  margin-right: -120px;
  width: 15%;
  height: 900px;
}
.bg-element--10 {
  top: 1785px;
  left: 42%;
  width: 12%;
  height: 800px;
  background: linear-gradient(to top, #00a5e4, rgba(41, 45, 70, 0.04));
}
.bg-element--11 {
  top: 1865px;
  left: 29%;
  width: 15%;
  height: 800px;
  background: linear-gradient(to top, #00a5e4, rgba(41, 45, 70, 0.04));
}
.bg-element--12 {
  top: 2055px;
  left: 8%;
  width: 12%;
  height: 600px;
  background: linear-gradient(to top, #00a5e4, rgba(41, 45, 70, 0.03));
}
main.background .main-container {
  margin: 0 auto;
}
main.background .main-content {
  width: 1216px;
  margin: 0 auto;
}
.league-stats {
  position: relative;
  z-index: 1;
}
.page-title--league-background {
  position: relative;
  z-index: 2;
}
/*Иконки на странице статистики лиги*/
.league-stats .ball-in-shield,
.league-stats .ball {
  fill: #292d46;
}
.league-stats .players,
.league-stats .field {
  fill: #292d46;
}
.league-stats .ball-in-shield-small,
.league-stats .boot-skew,
.league-stats .glove {
  fill: rgba(255, 255, 255, 0.6);
}
.league-stats__line {
  width: 100%;
  position: relative;
  padding: 80px 0 50px 0;
  margin: 0 auto;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.league-stats__line::after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: 100px;
  bottom: 0;
  width: 1018px;
  height: 1px;
  background-color: #292d46;
}
.league-stats__line.league-stats__line--revert {
  padding: 50px 0 80px 0;
}
.league-stats__line.league-stats__line--revert::after {
  top: 0;
}
.stats-general {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 120px 0 0 0;
  list-style: none;
}
.stats-general__item {
  position: relative;
  padding-left: 275px;
  width: 50%;
  height: 275px;
}
.stats-general__text {
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.stats-general__number {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 130px;
  line-height: 130px;
  color: #ffffff;
}
.stats-general__icon {
  position: absolute;
  top: 20px;
  left: 118px;
}
.stats-general__item:nth-child(even) .stats-general__icon {
  left: 100px;
}
.stats-match {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stats-match__item {
  position: relative;
  margin: 0 45px;
  padding: 35px 20px 20px 20px;
  transform: skewX(-15deg);
  height: 315px;
  background-color: rgba(41, 45, 70, 0.6);
}
.stats-match__item--lighter {
  background-color: rgba(41, 45, 70, 0.34);
}
.stats-match__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 565px;
  height: 100%;
  background-color: #292d46;
  z-index: -1;
}
.stats-match__item--lighter::after {
  background-color: rgba(41, 45, 70, 0.7);
}
.stats-match__title {
  margin: 0 0 25px 0;
  font-size: 29px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  transform: skewX(15deg);
}
.stats-match__item-wrapper {
  transform: skewX(15deg);
  display: flex;
  justify-content: center;
}
.stats-match__team {
  display: flex;
  align-items: center;
  width: 457px;
}
.stats-match__team--left {
  justify-content: flex-end;
  padding-left: 15px;
}
.stats-match__team--right {
  padding-right: 15px;
}
.stats-match__team-wrapper {
  color: #ffffff;
  max-width: 225px;
}
.stats-match__team--left .stats-match__team-wrapper {
  text-align: right;
}
.stats-match__team--right .stats-match__team-wrapper {
  text-align: left;
}
.stats-match__team-name {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 8px 0;
}
.stats-match__team-region {
  font-size: 25px;
  line-height: 27px;
  margin: 0;
}
.stats-match__team-logo {
  margin: 0 40px;
  flex-shrink: 0;
}
.stats-match__team-logo,
.stats-match__team-img {
  border-radius: 50%;
}
.stats-match__score {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  color: #ffffff;
  text-align: center;
}
.stats-match__score-main {
  margin-bottom: 10px;
  font-size: 57px;
  line-height: 60px;
  font-weight: 700;
}
.stats-match__score-additional {
  font-size: 25px;
  line-height: 25px;
}
.stats-match__date {
  margin-top: 10px;
  font-size: 21px;
  line-height: 25px;
}
.stats-horizontal {
  display: flex;
  list-style: none;
  padding: 0 85px;
  margin: 85px 0 125px 0;
}
.stats-horizontal__title {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.stats-horizontal__item {
  position: relative;
  width: 237px;
}
.stats-horizontal__item:first-child {
  width: 335px;
}
.stats-horizontal__value {
  font-size: 86px;
  line-height: 86px;
  color: #ffffff;
  font-weight: 700;
}
.stats-horizontal__percent {
  font-weight: normal;
}
.stats-horizontal__score,
.stats-horizontal__score-percent {
  color: #292d46;
}
.stats-horizontal__score-percent {
  font-size: 26px;
  line-height: 50px;
}
.stats-horizontal .stats-horizontal__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -130px;
  right: 50px;
  width: 1px;
  height: 230px;
  transform: skewX(-15deg);
  background-color: rgba(255, 255, 255, 0.4);
}
.stats-block {
  position: relative;
  width: 990px;
  margin: 0 auto 75px auto;
}
.stats-block__half {
  height: 150px;
  background-color: #292d46;
  transform: skewX(-15deg);
}
.stats-block--light .stats-block__half {
  background-color: rgba(41, 45, 70, 0.3);
}
.stats-block__half--first {
  position: relative;
  height: 170px;
  background: linear-gradient(to right, rgba(41, 45, 70, 0), rgba(41, 45, 70, 0.9) 70%), linear-gradient(to bottom, rgba(41, 45, 70, 0.4) 50%, rgba(41, 45, 70, 0.4) 50%);
}
.stats-block--light .stats-block__half--first {
  background: linear-gradient(to right, rgba(0, 165, 228, 0), rgba(0, 165, 228, 0.8) 70%), linear-gradient(to bottom, rgba(41, 45, 70, 0.6) 50%, #292d46 50%);
}
.stats-block__logo,
.stats-block__img {
  border-radius: 50%;
}
.stats-block__logo {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -125px;
}
.stats-block__title {
  margin: 0;
  padding-left: 115px;
  font-size: 43px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transform: skewX(15deg);
}
.stats-block__subtitle {
  display: block;
  padding-left: 50px;
  font-size: 38px;
  line-height: 90px;
  color: #ffffff;
  transform: skewX(15deg);
}
.stats-block__region {
  padding-left: 10px;
}
.stats-block__icon {
  position: absolute;
  top: -15px;
  left: 20px;
  transform: skewX(15deg);
  fill: rgba(255, 255, 255, 0.6);
}
.stats-block__half--second {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.stats-block__table {
  position: relative;
  font-size: 24px;
  line-height: 45px;
  height: 70px;
  color: rgba(255, 255, 255, 0.5);
  transform: skewX(15deg);
  text-transform: lowercase;
}
.stats-block__table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 150px;
  width: 1px;
  height: 110px;
  transform: skewX(-15deg);
  background-color: rgba(255, 255, 255, 0.12);
}
.stats-block__table--team::after {
  content: "";
  position: absolute;
  top: 0;
  left: 380px;
  width: 1px;
  height: 110px;
  transform: skewX(-15deg);
  background-color: rgba(255, 255, 255, 0.12);
}
.stats-block__table--goalkeeper::before {
  left: 280px;
}
.stats-block__cell--value {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  min-width: 110px;
}
.stats-block__cell--cards span {
  padding-right: 12px;
}
.stats-block__cell--cards span > svg {
  padding-top: 3px;
}
.stats-block__table--team {
  width: auto;
}
.stats-block__table--team .stats-block__cell:nth-child(1) {
  width: 75px;
}
.stats-block__table--team .stats-block__cell:nth-child(3),
.stats-block__table--team .stats-block__cell:nth-child(5) {
  width: 110px;
}
.stats-block__table--player .stats-block__cell:nth-child(1),
.stats-block__table--player .stats-block__cell:nth-child(5) {
  width: 82px;
}
.stats-block__table--player .stats-block__cell:nth-child(3) {
  width: 180px;
}
.stats-block__nomination {
  text-transform: none;
  padding-left: 10px;
}
.stats-block__table--goalkeeper .stats-block__cell:nth-child(1) {
  width: 200px;
}
.stats-block__table--goalkeeper .stats-block__cell:nth-child(3) {
  width: 155px;
}
.stats-block__table--goalkeeper .stats-block__cell--value {
  min-width: 120px;
}
.stats-block__half--formula {
  background-color: rgba(41, 45, 70, 0.1);
  padding: 25px 50px;
}
.league-stats__formula-container {
  transform: skewX(15deg);
}
.league-stats__formula {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px 0;
}
.league-stats__formula-text,
.league-stats__formula-value {
  margin: 0;
}
.league-stats__formula-text {
  flex-shrink: 0;
  width: 120px;
  font-weight: 700;
}
/* Представители команд */
.match-protocol__staff-list,
.match-protocol__substitutes {
  padding: 35px 0 0 0;
  background-color: #ffffff;
}
.match-protocol__staff-list .match-protocol__team,
.match-protocol__substitutes .match-protocol__team {
  border-top: 1px solid #c5c5c5;
}
.match-protocol__staff-title,
.match-protocol__substitutes-title {
  padding: 0;
  margin: 0;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.match-protocol__staff {
  padding: 0 25px;
  height: 65px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 65px;
  border-bottom: 1px solid #c5c5c5;
}
.match-protocol__staff-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.match-protocol__team--left .match-protocol__staff {
  text-align: left;
}
.match-protocol__team--right .match-protocol__staff {
  text-align: right;
}
.match-protocol__staff-name,
.match-protocol__staff-position {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match-protocol__staff-name {
  line-height: 27px;
}
.match-protocol__staff-position {
  font-size: 15px;
  line-height: 15px;
}
.match-protocol__staff--empty {
  color: #999999;
}
.match-protocol-empty {
  border-bottom: 1px solid rgba(197, 197, 197, 0.4);
}
/* Всплывающие окна на главной странице */
.popup {
  position: absolute;
  width: 546px;
  min-height: 130px;
  z-index: 2;
  background-color: #ffffff;
}
.popup__top {
  display: flex;
  width: 100%;
  height: 86px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: rgba(41, 45, 70, 0.1);
}
.popup__team {
  display: flex;
  align-items: center;
  width: 200px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.popup__team--right {
  justify-content: flex-end;
}
.popup__team-text {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.popup__team-text--left {
  margin-left: 20px;
}
.popup__team-text--right {
  margin-right: 20px;
  text-align: right;
}
.popup__team-name,
.popup__team-city {
  display: block;
  width: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popup__score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 100%;
  margin-left: 14px;
  margin-right: 15px;
  background-color: rgba(41, 45, 70, 0.9);
  color: #ffffff;
  transform: skewX(-15deg);
}
.popup__score-main {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  transform: skewX(15deg);
}
.popup__score-additional {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding-left: 37px;
  text-align: left;
  transform: skewX(15deg);
}
.popup__team-logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.popup__content {
  padding: 15px 20px;
  text-align: center;
  background-color: #ffffff;
}
.popup__date-time {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.popup__place {
  position: relative;
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.popup__place::before {
  content: "\f041";
  position: absolute;
  margin-left: -20px;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #d50028;
}
.popup__goals-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup__goals-item {
  display: flex;
  align-items: center;
  height: 20px;
}
.popup__goals-author {
  display: block;
  margin: 0;
  width: 228px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.popup__goals-author--left {
  text-align: right;
}
.popup__goals-author--right {
  text-align: left;
}
.popup__goals-minute {
  width: 50px;
  height: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #1a7dab;
}
/* Вставка матча из редактора на публичной части */
.widget-insert-match a {
  color: #ffffff;
}
/* Запасные игроки и замены в протоколе матча */
.event-item-subs {
  font-size: 18px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.vertical-timeline__event-info--right .sub {
  transform: scale(-1, 1);
}
.min {
  display: inline-block;
  width: 13px;
  font-size: 12px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  text-align: left;
}
.match-protocol__member--left .min {
  left: -10px;
  text-align: right;
}
.min--in {
  color: #74b25e;
}
.min--out {
  color: #ff4847;
}
.event-item--card .min {
  right: -14px;
}
.match-protocol__member--left .event-item--card .min {
  left: -14px;
}
.event-item--letter .min {
  right: -5px;
}
.match-protocol__member--left .event-item--letter .min {
  left: -7px;
}
.child-margin {
  margin-bottom: 26px;
}
/* Дисквалификации */
.table--disqualifications .table__cell {
  padding: 10px 0 10px 15px;
  line-height: 20px;
  height: 50px;
  min-width: 147px;
}
.table--disqualifications .table__cell--leftover,
.table--disqualifications .table__cell--disqualification,
.table--disqualifications .table__cell--date {
  padding: 10px 15px;
}
.disqualifications__value,
.disqualifications__type,
.disqualifications__reason {
  margin: 0;
}
.disqualifications__reason {
  font-size: 14px;
  line-height: 15px;
  width: 250px;
}
.disqualifications__type {
  font-size: 14px;
  color: #999999;
}
.table--disqualifications .table__player-info {
  width: 299px;
}
.table--disqualifications-tournament .table__player-info {
  width: 175px;
}
.table--disqualifications .table__player-name,
.table--disqualifications .table__player-team {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table--disqualifications .table__player-team {
  font-size: 14px;
  line-height: 14px;
}
.table__cell--leftover {
  font-weight: 700;
  color: #9e0505;
}
.table--disqualifications-tournament .disqualifications__reason {
  width: 210px;
}
.disqualifications__tournament {
  display: block;
  width: 130px;
}
.disqualifications__empty {
  text-align: center;
}
.disqualifications-selects-type,
.disqualifications-selects-tournament {
  display: inline-block;
}
.disqualifications-selects .disqualifications-selects-type,
.disqualifications-selects .disqualifications-selects-tournament {
  margin: 0 30px 20px 0;
}
.disqualifications-selects {
  display: flex;
}
.button--disqualifications {
  display: inline-block;
  width: auto;
  padding: 0 25px;
  margin-bottom: 20px;
}
.refresh-button {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  color: #999999;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0 20px 0 auto;
  padding: 0 0 0 25px;
}
.refresh {
  margin: 0 5px 0 0;
}
.table--disqualifications .mobile-version {
  display: none;
}
/*# sourceMappingURL=granatkin.css.map */