@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;
}

.body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 1216px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  background-color: #16517f;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  background-image: url("../img/zshr-header-background.jpg");
  background-repeat: no-repeat;
  background-position: top;
}

.body:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 615px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #16517f);
}

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;
  color: #000000;
}
.video-head
{
  padding: 0;
    margin: 0;
    font-family: "PT Sans Narrow", "Arial", sans-serif;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-color: #1a7dabcc;
    margin-top: 30px;
    color: #ffcd0c;

}
.video-head a

{
  text-decoration:underline;
  color: white;
}
/*Главная страница*/
/*Шапка*/
.header {
  min-height: 174px;
}

.header__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.header__logo {
  width: 190px;
  height: 190px;
  flex-shrink: 0;
}

.header__top {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 10px 10px 50px;
  width: 1216px;
  height: 230px;
  opacity: 0.99;
  color: #244ca6;
}

.header__top-wrapper {
  padding-top: 30px;
}

.header__right-wrapper {
  display: flex;
  flex-direction: column;
  height: 149px;
  margin-left: auto;
  text-align: center;
  padding-top: 30px;
}

.header__right-wrapper .button {
  width: 180px;
  height: 64px;
  margin-left: auto;
  /* display: flex; */
  color: #ffb33c;
  padding: 16px 0px;
  font-size: 18px;
  border: 1px solid #fefefe;
}

.header__login {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.link--header {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #0e306c;
  text-transform: uppercase;
  text-decoration: none;
}

.link--header-login {
  position: relative;
  padding: 0 0 0 27px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  white-space: nowrap;
}

.link--header-login svg {
  left: 0;
  fill: #0e306c;
}

.header__login .separator {
  display: flex;
  margin: 0 10px;
  width: 2px;
  height: 24px;
  background-color: #0e306c;
}

.header__shayb {
  position: relative;
}

.header__shayb-part--decoration {
  position: absolute;
  left: 0;
  z-index: 1;
}

.header__shayb-part--decoration-shayb {
  z-index: 0;
}

.header__title {
  margin: 0 30px 0 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__gold {
  color: #e38b01;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.header__name {
  font-size: 35px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 2px;
}

.header__stats {
  display: flex;
  margin: 0;
  padding: 35px 0 0 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  list-style: none;
  text-align: right;
}

.header__stats-item {
  margin-right: 50px;
}

.header__stats-item-count {
  padding-left: 5px;
  font-size: 20px;
  font-weight: 700;
}

.social {
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  margin: 0 0 10px 0;
  width: 254px;
  list-style: none;
}

.social__item {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.social .social__item:not(:first-child) {
  margin-left: 18px;
}

.social__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.social__item--instagram {
  background-image: linear-gradient(10deg, #fdc565 2%, #ae318f 85%, #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;
}

.header .social {
  margin: 0;
  padding: 29px 0 0;
}

.navigation {
  min-height: 52px;
}

.navigation__wrapper {
  margin: 0 auto;
  width: 1216px;
}

.navigation__list {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  height: 52px;
  list-style: none;
}

.navigation__unit {
  flex-grow: 1;
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #254da6;
}

.navigation__unit-container {
  display: inline-block;
}

.navigation__unit:hover {
  background-color: #002d94;
}

.navigation__unit:active {
  background-color: #002d94;
}

.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;
}

/* Выпадающее меню в основной навигации */
.drop-menu-wrapper {
  height: auto;
}

.drop-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 9999;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 238px;
  background-color: #002d94;
  border-right: 0;
  text-align: left;
}

.drop-menu.js-show {
  display: block;
}

.drop-menu__item:hover,
.drop-menu__item:hover:active {
  background-color: rgba(82, 135, 255, 0.3);
}

.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;
}

.navigation__unit--tournaments:hover .drop-menu--tournaments {
  display: block;
}

/*Календарь на главной странице*/
.calendar {
  min-height: inherit;
}

.calendar__top-wrapper {
  background-color: #000000;
}

.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: #1a7dab;
  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: 2;
  width: 20px;
  top: 8px;
  padding: 0;
}

.arrow-back--tournaments {
  margin-left: 20px;
}

.arrow-forward--tournaments {
  text-align: right;
  margin-right: 20px;
}

.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;
  background-color: #202a33;
  /*background-color: #002d94;*/
}

.calendar__tournaments-item:hover {
  background-color: #002d94;
}

.calendar__tournaments-item:active {
  background-color: #002d94;
}

.navigation__unit--active,
.calendar__tournaments-item--active,
.navigation__unit--active:hover,
.calendar__tournaments-item--active:hover,
.calendar__tournaments-item.js-active {
  background-color: #002d94;
}

.sidebar__navigation-item--active,
.sidebar__navigation-item--active:hover {
  background-color: #ffb33c;
}

.sidebar__navigation-item--active .sidebar__navigation-item-link,
.sidebar__navigation-item--active:hover .sidebar__navigation-item-link {
  color: #000000;
}

.sidebar__navigation-item--active .sidebar__navigation-item-link::before,
.sidebar__navigation-item--active:hover .sidebar__navigation-item-link::before {
  color: #202a33;
}

.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;
  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 #ffb33c;
  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: #0c2641;
  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: #000000;
}

.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 #202a33;
  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: #202a33;
}

.calendar__games-list--container {
  position: relative;
  background-color: #202a33;
}

.live {
  position: relative;
}

.live::before {
  content: "Live";
  position: absolute;
  top: 18px;
  right: 21px;
  width: 25px;
  height: 15px;
  font-family: "Open Sans", "Arial", sans-serif;
  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-item:nth-child(2n) {
  background-color: #4b5053;
}

.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;
  color: #ffffff;
}

.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: #ffffff;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

.calendar__games-score-cell--team {
  width: 142px;
}

.calendar__team {
  width: inherit;
  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: #4b5053;
}

.calendar__tables,
.calendar__results {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  vertical-align: center;
  text-transform: uppercase;
}

.calendar__tables:hover,
.calendar__results:hover {
  color: #ffffff;
}

/*Слайдер*/
.slider {
  position: relative;
  z-index: 0;
  height: 694px;
  padding: 42px 0;
}

.slider__wrapper {
  display: flex;
  width: 1216px;
  height: 610px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
}

.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: #ffb33c;
  height: 26px;
  transform: skewX(-15deg);
}

.slider__slide-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
  background-color: #ffb33c;
}

.slider__slide-date-p {
  margin: 0;
  padding: 0 15px 0 20px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  font-weight: 500;
  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 #d50028;
}

.slider__text-item-link {
  display: table-cell;
  height: calc(101.66666667px);
  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: #ffb33c;
}

.calendar__select-item-active,
.slider__text-item:active,
.slider__text-item--active,
.slider__text-item--active:hover {
  background-color: #d50028;
}

.slider__text-item:active .slider__text-item-link,
.slider__text-item--active .slider__text-item-link {
  color: #ffffff;
}

/*Основное содержание*/
.wrapper-zshr {
  margin: 0 auto;
  min-height: 785px;
}

.main-container {
  display: flex;
  justify-content: space-between;
  width: 1216px;
  min-height: 566px;
  padding: 8px 0 38px 0;
  margin: 0 auto;
}

.main-container--inner {
  margin-top: 0px;
}

.content-top {
  width: 1216px;
  margin: 25px auto 0;
}

.main-content {
  width: 910px;
}

.main-content--without-sidebar {
  width: 100%;
}

.button {
  display: block;
  padding: 4px 0;
  /*margin-top: 25px;*/
  width: 100%;
  font-family: "Ubuntu Condensed", "Arial", sans-serif;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: #103356;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.button-sm {
  height: 32px;
  line-height: 24px;
  width: auto;
  padding: 4px 20px;
}

.button-light-blue {
  background-color: #254da6;
  font-weight: 400;
}

.button-red {
  background-color: #a52e2d;
  font-weight: 400;
}

/*Сайдбар*/
.sidebar {
  width: 260px;
}

/* Селекты в сайдбаре на главной странице */
/* Стандартный тёмный селект, который потом встречается на многих внутренних страницах */
.select-item {
  position: relative;
  min-width: 260px;
  height: 40px;
  background-color: #103356;
}

.select-item__default {
  width: 197px;
  height: 100%;
  background-color: #103356;
  margin-left: 15px;
}

.select-item::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 42px;
  width: 1px;
  height: 30px;
  border-right: 1px dashed #ffb33c;
}

.select-item .js-div-dropdown-title::after,
.select-item .js-div-select-title::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  border: 5px solid #ffb33c;
  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: 999;
  max-height: 263px;
  overflow: auto;
}

.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: 40px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-item__options {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 1;
  padding: 10px 15px;
  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: #202a33;
  background-color: #ffb33c;
}

.js-div-select-li,
.js-div-dropdown-li {
  margin: 15px 0;
}

.select-item__options a {
  color: inherit;
  display: block;
}

.select-item__options--active {
  display: block;
}

/* Список светлых селектов на главной странице */
.selects-list {
  min-height: inherit;
  margin-bottom: 34px;
}

.select-item--light {
  margin-bottom: 13px;
  background-color: #103356;
}

.select-item--light::before {
  background-color: #103356;
}

.select-item--light .select-item__default {
  background-color: #103356;
}

/* Навигация в сайдбаре на внутренних страницах */
.sidebar__navigation {
  padding: 0;
  margin: 0 0 26px 0;
  list-style: none;
  width: 100%;
  background-color: #103356;
}

.sidebar__navigation-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}

.sidebar__navigation-item:last-child {
  border-bottom: 0;
}

.sidebar__navigation-item:hover {
  background-color: #ffb33c;
}

.sidebar__navigation-item:hover .sidebar__navigation-item-link {
  color: #000000;
}

.sidebar__navigation-item:hover .sidebar__navigation-item-link::before {
  color: #202a33;
}

.sidebar__navigation-item:active {
  background-color: #ffb33c;
}

.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: #ffb33c;
  font-size: 15px;
  left: 15px;
}

/* Таблицы в сайдбаре */
.sidebar__table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: rgba(255, 255, 255, 1);
}

.sidebar__table-content {
  width: 100%;
}

.sidebar__table .sidebar__table-title {
  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: #103356;
  border-bottom: 0;
}

.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: #1a7dabcc;
  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: #202a33;
}

.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-2 {
  width: 90px;
  padding: 0;
  text-align: left;
  font-size: 13px;
}

.sidebar__table--schedule .sidebar__table--team-1 .sidebar__team,
.sidebar__table--schedule .sidebar__table--team-2 .sidebar__team {
  padding: 0 0 0 10px;
}

.sidebar__table--schedule .sidebar__table--score {
  width: 40px;
  padding: 0 4px;
  text-align: center;
  font-size: 13px;
}

.sidebar__table-row--active {
  font-weight: 400;
  background-color: #ffb33c;
  color: #000000;
}

.sidebar__table-row--active a {
  color: #000000;
}

.tabs__navigation {
  width: 100%;
  background-color: #254da6;
}

.tabs--match .tabs__navigation,
.tabs--teams-composition .tabs__navigation {
  background-color: #2980ab;
}

.tabs__list {
  padding: 0;
  margin: 0;
  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;
}

.tabs__item a:hover {
  cursor: pointer;
}

.tabs__item:hover {
  background-color: #103356;
}

.tabs__item:last-child {
  border-right: none;
}

.tabs__text {
  display: block;
  color: #ffffff;
}

.tabs__text-container {
  display: inline-block;
}

.tabs--active,
.tabs--active:hover {
  background-color: #f7f7f7;
}

.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: #f7f7f7;
  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;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 0;
  padding: 0;
  line-height: 18px;
  vertical-align: bottom;
}

.sidebar__table--statistics .sidebar__table-content-forwards .sidebar__table-cell--player {
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 0;
  padding: 0 10px 0 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-content-forwards .sidebar__table-cell--variable-1,
.sidebar__table--statistics .sidebar__table-content-forwards .sidebar__table-cell--variable-1-head {
  width: 25px;
  padding: 0;
  text-align: center;
}

.sidebar__table--statistics .sidebar__table-content-forwards .sidebar__table-cell--variable-2,
.sidebar__table--statistics .sidebar__table-content-forwards .sidebar__table-cell--variable-2-head {
  width: 52px;
  padding: 0 3px 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;
  min-height: 644px;
}

.news-cards__list {
  display: block;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-cards__item {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 10px;
  vertical-align: top;
  width: 48%;		 
  min-height: 100px;
  background-color: rgba(255, 255, 255, 1);
}

.news-cards__picture {
  display: block;
  height: 293px;
  filter: brightness(90%);
}

@keyframes news-cards__picture-animation {
  100% {
    transform: scale(1.05);
    filter: brightness(100%);
  }
}

.news-cards__picture:hover {
  animation-name: news-cads__picture-animation;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

.news-cards__content {
  padding: 24px 35px;
  min-height: 227px;
}

.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: bold;
  text-align: left;
  color: #12151d;
  vertical-align: middle;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;			   
}

.news-cards__text {
  margin: 15px 0;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;			   
}

.button--news-cards {
  margin-top: 28px;
}

/*Фото на главной странице*/
.photo {
  margin-bottom: 53px;
  min-height: 386px;
}

.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: rgba(255, 255, 255, 1);
}

/* Добавить на главную страницу класс для главной 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: #ffb33c;
  box-shadow: 1px 1px #ffffff,
  2px 2px #ffb33c;
}

/*Видео на главной странице*/
.video {
  min-height: 386px;
}

.video__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#match-videos .video__list,
#match-news .news-list {
  margin-top: 20px;
}

#match-photos {
  margin-top: 10px;
}

.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: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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%;
  filter: brightness(100%);
  /*Не работает, применение фильтра к video__picture-img удаляет псевдоэлемент*/
}

.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 {
  background-color: #2e638c;
}

.partners-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1216px;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}

.partners-wrapper--with-padding {
  padding: 54px 0 43px;
}

.partners__list {
  display: flex;
  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 29px;
  background-color: #2e638c;
}

.arrow-back--partners,
.arrow-forward--partners {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 28px;
  padding-top: 64px;
  stroke: #ffffff;
  background-color: #2e638c;
  padding-bottom: 0;
}

.arrow-back--partners--with-padding,
.arrow-forward--partners--with-padding {
  padding-top: 95px;
}

.arrow-back--partners,
.arrow-forward--partners
.arrow-forward--partners {
  text-align: right;
}

/*Подвал*/
.footer {
  min-height: 145px;
  background-color: #103356;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  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;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.link--footer-login {
  padding: 0 0 0 27px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 25px;
  vertical-align: middle;
  white-space: nowrap;
}

.svg-icon--user {
  fill: #d50028;
  position: absolute;
  top: 0;
}

.svg-icon--user-in {
  fill: #ffb33c;
  position: absolute;
  top: 0;
}

.footer-info {
  width: 1216px;
  margin: 0 auto;
}

.footer-metrika {
  float: left;
  color: #ffffff;
}

.footer-made-by {
  float: left;
  margin-left: 10px;
  color: #ffffff;
}

.footer-made-by a {
  color: inherit;
  text-decoration: underline;
}

/*Внутренние страницы*/
/*Название турнира и краткая информация о нём*/
.tournament {
  min-height: 55px;
}

.tournament-wrapper {
  max-width: 1216px;
  margin: 0 auto;
}

.tournament__title {
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px 40px;
  margin: 28px 0 0 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  min-height: 52px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #103356;
  color: #ffffff;
}

.tournament__info {
  display: flex;
  padding: 0;
  margin: -4px 0 0 0;
  list-style: none;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #ffb33c;
}

.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: #103356;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.text-information a {
  color: #3eb2e8;
}

.text-information__paragraph {
  padding: 0;
  margin: 0;
}

.text-information__place {
  font-size: 24px;
}

.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;
  color: #000000;
}

.matches-overview__list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 53px;
  width: 910px;
  overflow: hidden;
  list-style: none;
  color: #ffffff;
  background-color: #f3f3f3;
}

.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: #1a7dab;
}

.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-family: "Open Sans", "Arial", sans-serif;
  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__item:nth-child(2n) {
  background-color: #e0e0e0;
}

.matches-overview__item:nth-child(2n + 1) {
  background-color: #ffffff;
}

.matches-overview__score {
  border-collapse: collapse;
  width: 100%;
}

.matches-overview__score-row--row-1 .matches-overview__score-cell--team {
  padding-bottom: 10px;
}

.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: 24px;
  color: #000000;
  vertical-align: top;
}

.matches-overview__score-cell--team {
  width: 154px;
}

.matches-overview__team {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.matches-overview__region {
  font-size: 13px;
  line-height: 15px;
  width: 145px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.matches-overview__score-cell--goals {
  width: 18px;
  text-align: right;
}

.matches-overview__score-cell--first-game {
  padding-bottom: 10px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 12px;
  color: #000000;
  max-width: 35px;
  line-height: 40px;
  text-align: right;
  vertical-align: middle;
}

.matches-overview__indicators-list {
  position: absolute;
  left: 0;
  bottom: 18px;
  display: flex;
  width: 100%;
  height: 7px;
  margin-right: 0;
  justify-content: center;
  list-style-type: none;
}

.matches-overview__indicators-list li {
  width: 17px;
  height: 7px;
  transform: skewX(-15deg);
  background-color: #103356;
  margin-right: 7px;
}

.matches-overview__indicators-list li:hover {
  cursor: pointer;
}

.matches-overview__indicators-list li button {
  display: none;
}

.matches-overview__indicators-item {
  width: 17px;
  height: 7px;
  transform: skewX(-15deg);
  background-color: #4b5053;
  margin-right: 7px;
}

.matches-overview__indicators-list li.slick-active {
  background-color: #ffb33c;
}

.matches-overview__future-matches {
  display: flex;
  position: relative;
  width: 910px;
  height: 247px;
  background-color: #092e44;
}

.matches-overview__future-matches .matches-overview__indicators-list li {
  background-color: #ffffff;
}

.matches-overview__future-matches .matches-overview__indicators-list li.slick-active {
  background-color: #ffb33c;
}

.matches-overview__future-matches .matches-overview__list {
  background-color: #092e44;
}

.matches-overview__future-matches .arrow-back-wrapper {
  background-color: #1a7dab;
}

.matches-overview__future-matches .matches-overview__item:nth-child(2n) {
  background-color: #072e54;
}

.matches-overview__future-matches .matches-overview__item:nth-child(2n + 1) {
  background-color: #0a3765;
}

.matches-overview__future-matches .arrow-forward-wrapper {
  background-color: rgba(26, 125, 171, 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(16, 51, 86, 0.3);
}

.matches-overview__future-matches .matches-overview__indicators-item--active {
  background-color: #d50028;
}

.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: #072e54;
}

.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: #e0e0e0;
}

.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: #072e54;
}

.matches-overview__future-matches:after,
.matches-overview__future-matches .arrow-forward--matches-overview {
  background-color: #0a3765;
}

.matches-overview__date-time-wrapper {
  transform: skewX(-15deg);
  background-color: #ffb33c;
  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: 19px;
  background-color: #ffb33c;
}

.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: 282px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.teams__item:nth-child(4n) {
  margin-right: 0;
}

.teams__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 205px;
  background-color: #ffffff;
}

.teams__name {
  padding: 15px 23px;
  height: 83px;
  background-color: #2980ab;
}

.teams__name-link {
  display: block;
  overflow: hidden;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
}

.teams__name-region {
  display: block;
  overflow: hidden;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}

/*Страница "Турниры-Документы"*/
.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: #f7f7f7;
}

.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: #f7f7f7;
}

.tabs--schedule {
  position: relative;
}

.schedule .tabs__navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #254da6;
}

.schedule .tabs__navigation.tabs__navigation--end {
  justify-content: flex-end;
}

.schedule .tabs__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 180px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 40px;
  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: #ffffff;
}

.schedule .tabs__content {
  background-color: #ffffff;
}

.schedule__head {
  display: flex;
  min-height: 40px;
  justify-content: space-between;
  padding: 10px 25px;
  vertical-align: middle;
  background-color: rgba(189, 224, 255, 0.5);
}

/* было schedule__unit:first-child .schedule__head*/
.schedule__unit:not([style="display:none"]):first-of-type .schedule__head {
  background-color: #f7f7f7;
  border-bottom: 1px solid #c5c5c5;
}

.schedule__head-text {
  display: flex;
  align-items: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 700px;
}

.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.empty {
  color: #ffffff;
}

.schedule__checkbox-input {
  display: none;
}

.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: #d50028;
}

.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-list li:nth-child(2n){
  background-color: rgba(197, 197, 197, 0.3);
}
.schedule__matches-item {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 72px;
  border-bottom: 2px solid #c5c5c5;
}

.schedule__matches-item:last-child {
  border-bottom: 0;
}

.schedule__time-place {
  /* display: flex; */
  /* flex-direction: column; */
  width: 140px;
  padding-right: 20px;
}

.schedule__time {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
}

.schedule__place {
  position: relative;
  display: block;
  padding-left: 18px;
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #3f3f3f;
}

.schedule__place::before {
  content: "\f041";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #d50028;
}

.schedule__match-roundname,
.schedule__match-comment {
  width: 505px;
  white-space: nowrap;
}

.schedule__team-name {
  width: 228px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  /*line-height: 70px;*/
  color: #000000;
}

.schedule__team-region {
  font-size: 13px;
  font-weight: 100;
  width: 228px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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: 60px;
  height: 60px;
  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;
}

.tabs--active {
  background-color: #f7f7f7;
  color: #000000;
}

.tabs--active .tabs__text {
  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: #002d94;
}

.section-title {
  flex-grow: 1;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 40px;
  padding-left: 25px;
  text-transform: uppercase;
  color: #ffffff;
}

.news-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-list__item {
  display: flex;
  width: 100%;
  height: 227px;
  margin-bottom: 23px;
  background-color: #f7f7f7;
}

.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: 6px;
  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;
  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__content .tag__item {
  margin-bottom: 8px;
}

.news-item__picture-content .tags {
  width: auto;
  margin-bottom: 15px;
}

.tag__item {
  flex-shrink: 0;
  margin-right: 13px;
  border: 1px solid #002d94;
  background-color: transparent;
}

.tag__text {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002d94;
}

/* Страница "Турнир-Статистика" */
.statistics .tabs__list {
  margin: 0;
}

.table {
  background-color: #f7f7f7;
  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: 10px;
  width: calc(67.5px);
  text-align: center;
}

.statistics .table__cell--number {
  text-align: center;
  width: 45px;
}

.statistics .table__player-name {
  display: inline-block;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.statistics .table__team-name {
  display: block;
  width: 210px;
  overflow: hidden;
  font-size: 24px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.statistics .table__team-region {
  width: 210px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.statistics .table__cell--variable {
  width: calc(46.92307692px);
  text-align: center;
}

.statistics .table--statistics-teams .table__cell--variable {
  width: calc(57.5px);
  text-align: center;
}

.table__head .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 38px;
  color: #4b5053;
  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;
}

/* Страница "Турнир-команда" */
.tournament-team .team-promo {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 165px;
  margin-bottom: 20px;
  background: linear-gradient(-75deg, #0a3765 27%, #103356 27%, #103356 77%);
  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: #092e44;
  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;
  margin-top: 10px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 14px;
  color: #ffb33c;
  opacity: 0.8;
  text-transform: none;
}

.tournament-team .team-promo__players-number-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 .tabs__list {
  width: 420px;
}

.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: #4b5053;
  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: 0 10px;
  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;
  text-align: left;
}

.tournament-team .table__cell--games-number,
.tournament-team .table__cell--hockey-puck,
.tournament-team .table__cell--passes,
.tournament-team .table__cell--points,
.tournament-team .table__cell--plus-minus {
  width: 58px;
  text-align: center;
}

.tournament-team .table__cell--penalty-time {
  width: 75px;
  padding-right: 25px;
}

.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;
}

/* Страница "Турнир-таблицы и сетки" */
/* Раздел "Шахматка" */
.tabs--grids {
  margin-bottom: 50px;
}

.grids .tabs__navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #254da6;
}

.grids .tabs__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.grids .tabs__item {
  padding: 0 20px;
  border: 0;
}

.grids .tabs__text {
  color: #ffffff;
}

.grids .tabs--active .tabs__text {
  color: #000000;
}

.grids .tabs__content {
  position: relative;
  background-color: #f7f7f7;
}

.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;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grids .table__team-region {
  font-size: 14px;
  line-height: 14px;
  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: #ffb33c;
}

.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(255, 179, 60, 0.4);
}

.grids .table__row .table__cell--score:hover,
.grids .table__row .table__cell--score:active {
  background-color: #d50028;
}

.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: #ffb33c;
}

.table__cell--active,
.table__cell--active .table__cell--score-link {
  color: #ffffff;
  background-color: #d50028;
}

/* Раздел "Таблица" */
.grids .table--table .table__cell--variable-head:before {
  display: none;
}

.grids .table--table .table__cell--variable {
  width: 49px;
}

.grids .table--table .table__cell--points {
  font-weight: 700;
}

/*Для Таблицы №2*/
.grids .table--table .table__head--modified .table__cell--variable {
  width: 61px;
}

.grids .table--table .table__head--modified .table__cell--form-results {
  width: 193px;
}

/**/
.form-results-list {
  display: flex;
  padding: 0;
  margin: 0 5px;
  list-style: none;
}

.form-results-item {
  flex-shrink: 0;
  width: 25px;
  text-align: center;
  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;
}

/* Раздел "Форма" */
.grids .table--form .table__cell--form-results-head {
  padding-left: 10px;
  text-align: left;
}

.grids .table--form .form-results-list {
  width: 600px;
  overflow: hidden;
}

/* Страница "Турниры-Матч", раздел "История встреч" */
/* Табы */
.tabs--match .tabs__item:hover {
  background-color: #103356;
}

.tabs--match .tabs__item:hover .tabs__text {
  color: #ffffff;
}

.tabs--match .tabs--active,
.tabs--match .tabs--active:hover {
  background-color: #103356;
}

.tabs--match .tabs--active .tabs__text,
.tabs--match .tabs--active:hover .tabs__text {
  color: #ffffff;
}

.tabs--match .tabs--active .tabs__text {
  color: #ffffff;
}

.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-family: "Open Sans", "Arial", sans-serif;
  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: 60px;
}

.match-promo__date-time--future {
  font-size: 32px;
  line-height: 85px;
}

.match-promo__place-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.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-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__score-details {
  display: flex;
  justify-content: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
}

.match-promo__score-detail {
  position: relative;
  padding: 0 7px;
}

.match-promo__score-detail:not(:last-child):after {
  content: "/";
  position: absolute;
  width: 5px;
  height: 19px;
  top: -1px;
  right: -3px;
}

.match-promo__team-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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%;
}

.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 {
  margin-bottom: 5px;
  display: block;
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
}

.match-promo__team-region {
  padding: 0;
  margin: 0;
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 130px;
  height: 98px;
}

.match-promo__score-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.match-promo__score-additional {
  font-size: 20px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
}

.match-promo__tournament-wrapper {
  display: flex;
  justify-content: center;
  line-height: 30px;
  margin-bottom: 10px;
}

.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;
  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;
}

.match-promo__tournament {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.match-promo__round-group {
  padding: 0;
  margin: 0 0 0 15px;
  color: #ffffff;
}

.match-history__top,
.match-protocol__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 110px;
  width: 100%;
  background-color: #103356;
}

.match-events__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  height: 110px;
  width: 100%;
  background-color: #103356;
  padding-left: 25px;
  padding-right: 25px;
}

.match-history__top .match-history__team-logo,
.match-protocol__top .match-protocol__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: #202a33;
  border: 1px solid #c5c5c5;
}

.match-history__top .match-history__team-logo--margin-right,
.match-protocol__top .match-protocol__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-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-events__top .match-events__team-name {
  display: block;
  width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

.match-history__top .match-history__team-name--left,
.match-protocol__top .match-protocol__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-events__top .match-events__team-name--right {
  text-align: right;
}

.match-history__title,
.match-protocol__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;
  color: #ffb33c;
}

.match-history__results {
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #dae3ea;
}

.match-history__results-wrapper {
  display: flex;
  justify-content: space-between;
  width: 352px;
  font-size: 17px;
}

.match-history__wins,
.match-history__losses,
.match-history__draws {
  margin-left: 20px;
  margin-right: 20px;
}

.match-history__matches-all {
  width: 150px;
  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__top {
  /*border-bottom: 3px solid #ffb33c;*/
}

.match-protocol__composition {
  padding-bottom: 40px;
  background-color: #ffffff;
}

.match-protocol__composition-block {
  width: 100%;
}

.match-protocol__composition-block-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px 25px 0 25px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.match-protocol__teams {
  display: flex;
}

.match-protocol__team {
  width: 50%;
  background-color: #ffffff;
}

.match-protocol__team--left {
  padding-right: 8px;
}

.match-protocol__team--right {
  padding-left: 8px;
}

.table--amplua-block {
  width: 100%;
  border-collapse: collapse;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
}

.match-protocol__row {
  border: 1px solid #dddddd;
}

/*.match-protocol__row--head {
  border: none;
}*/
.match-protocol__member-number-head,
.match-protocol__member-head,
.match-protocol__member-variable-head {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  background-color: #2980ab;
}

.match-protocol__team--left .match-protocol__member {
  text-align: left;
}

.match-protocol__team--right .match-protocol__member {
  text-align: right;
  justify-content: flex-end;
}

.match-protocol__member-number {
  width: 30px;
}

.match-protocol__member {
  display: flex;
  flex-shrink: 0;
}

.match-protocol__member-variable {
  width: 43px;
}

.match-protocol__member-captain {
  color: #656565;
  text-transform: uppercase;
}

.match-protocol__member-captain-wrapper {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.match-protocol__team--left .match-protocol__member-captain {
  padding-left: 5px;
}

.match-protocol__team--right .match-protocol__member-captain {
  padding-right: 5px;
}

.match-protocol__member-name {
  padding: 0;
  margin: 0;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.match-protocol__member-name--coach {
  max-width: 100%;
}

.match-protocol__member-head--position,
.match-protocol__member--position {
  display: table-cell;
  padding: 0 10px;
}

.match-protocol__team--right .match-protocol__member-head--position,
.match-protocol__team--right .match-protocol__member--position {
  text-align: left;
}

.match-protocol__team--left .match-protocol__member-head--position,
.match-protocol__team--left .match-protocol__member--position {
  text-align: right;
}

.match-protocol__referees {
  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 {
  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;
}

.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-right: 10px;
}

.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;
}

/* Страница Матч, раздел "События" */
/*Таймлайн матча*/
.match-timeline {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.match-timeline .match-timeline-inner {
  padding: 92px 0 110px 0;
}

.match-timeline .match-timeline-inner-period-line {
  position: relative;
  height: 17px;
  background-color: #103356;
  float: left;
}

.match-timeline-inner .match-timeline-inner-period-line:not(:first-child) {
  margin-left: 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: 20px;
  height: 20px;
}

.match-timeline .event .event-cont {
  position: absolute;
  left: 0px;
  width: inherit;
  height: inherit;
}

.match-timeline .event.team1 .event-cont {
  top: 0px;
}

.match-timeline .event.team2 .event-cont {
  top: 0;
}

.match-timeline .event .event-item--goal {
  position: relative;
  top: 7px;
  left: 5px;
  background-color: #ffffff;
  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 .timeline-events .event.team1 {
  top: -34px;
}

.match-timeline .timeline-events .event.team1.pos-1 {
  top: -65px;
}

.match-timeline .timeline-events .event.team1.pos-2 {
  top: -98px;
}

.match-timeline .timeline-events .event.team2 {
  top: 27px;
}

.match-timeline .timeline-events .event.team2.pos-1 {
  top: 59px;
}

.match-timeline .timeline-events .event.team2.pos-2 {
  top: 90px;
}

.match-timeline .timeline-events .event.team2 .line,
.match-timeline .timeline-events .event.team1 .line {
  width: 2px;
  background-color: #d50028;
  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: 21px;
}

.match-timeline .timeline-events .event.team1.pos.pos-2 .line {
  top: 21px;
}

.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(47%);
  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;
}

.event-divisions .match-events__top {
  margin-bottom: 0;
}

.divisions-list {
  padding: 25px 25px;
  margin: 0;
  list-style: none;
  background-color: #f7f7f7;
}

.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: #002d94;
  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 #002d94;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.horizontal-division__part--right {
  margin-left: 8px;
  text-align: left;
  background-color: #f70130;
}

.horizontal-division__part--right::before {
  content: "";
  position: absolute;
  left: -8px;
  border: 27px solid transparent;
  border-right: 8px solid #f70130;
  border-left: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.horizontal-division__part-number {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding-right: 15px;
  padding-left: 15px;
}

.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 {
  padding-left: 25px;
  padding-right: 25px;
}

.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: 30px;
  padding-bottom: 30px;
}

.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: #5ea4c4;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.vertical-timeline__score {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 35px;
  color: #ffffff;
}

.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: #1a7dab;
  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: #c6c6c6;
}

.vertical-timeline__event-minute::before {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: 22px;
  left: 50%;
  margin-left: -3px;
  width: 1px;
  height: 40px;
  background-color: #c6c6c6;
}

.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-wrapper {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  margin: 10px 0 10px 0;
}

.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: 10px 0 0 0;
  margin: 0;
  font-size: 18px;
}

.vertical-timeline__event-assists {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vertical-timeline__event-info--left .vertical-timeline__event-assists {
  align-items: flex-end;
}

.vertical-timeline__event-assist:last-child {
  width: auto;
  padding-bottom: 5px;
  border-bottom: 1px dashed #c6c6c6;
}

.vertical-timeline__event-assist,
.vertical-timeline__event-comment,
.vertical-timeline__event-penalty {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #3f3f3f;
}

.vertical-timeline__event-penalty-time {
  font-weight: 700;
}

.vertical-timeline__event-comment {
  font-size: 12px;
  color: #999999;
}

.match-events .event-item {
  flex-shrink: 0;
  margin: 0;
  width: 40px;
}

.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;
}

.event-item--penalty-missed-left::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__wrapper {
  display: flex;
  align-items: flex-end;
  width: 1216px;
  margin: 0 auto;
}

.page-title__filter,
.page-title__navigation {
  display: flex;
}

.page-title__filter {
  margin-left: auto;
}

.page-title__navigation--margin {
  margin-left: 50px;
}

.page-title__text {
  margin: 30px 0 0;
  padding: 6px 40px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #103356;
}

/* Страница "Новость" */
.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__picture-date {
  position: absolute;
  left: 5px;
  background-color: #d50028;
  height: 26px;
  transform: skewX(-15deg);
}

.news-item__picture-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
  background-color: #d50028;
}

.news-item__picture-date-p {
  margin: 0;
  padding: 0 15px 0 20px;
  font-family: "Fira Sans Extra Condensed", "Arial", sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  transform: skewX(15deg);
}

.news-item__picture-text-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;
}

.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__text {
  font-size: 18px;
  line-height: 24px;
}

.news-item__text-p {
  padding: 0;
  margin: 0 0 25px;
}

.news-item__text a,
.news-item__text a:visited {
  color: #1e57f9;
}

.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: #103356;
}

.sidebar__news-list {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  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;
}

/* Страница "Участники-игроки" */
.participants-filter {
  margin-bottom: 20px;
}

.participants-filter .participants-filter--text {
  position: relative;
  float: left;
  width: 284px;
}

.participants-filter .participants-filter--text input {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  color: #ffffff;
  background: #103356;
  border: none;
  outline: none;
}

.participants-filter .participants-filter--text button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  background: none;
  color: #ffb33c;
  border: none;
  outline: none;
  cursor: pointer;
}

.participants-filter .participants-filter--text button:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 42px;
  width: 1px;
  height: 30px;
  border-right: 1px dashed #ffb33c;
}

.participants-filter .participants-filter--select {
  width: 221px;
  float: left;
  margin-left: 12px;
}

.participants-filter .select2-container {

}

.participants-filter .select2-container .select2-selection--single {
  height: 40px;
  background: #103356;
  border: none;
}

.participants-filter .select2-container.select2-container--open .select2-selection--single {
  border: none;
}

.participants-filter .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.participants-filter .select2-container .select2-dropdown {
  background: #ffb33c;
}

.participants-filter .select2-container .select2-dropdown--below {
  border: 0;
}

.participants-filter .select2-container .select2-results__option[aria-disabled=true],
.participants-filter .select2-container .select2-results__options {
  color: #202a33;
}

.participants-filter .select2-container .select2-results__option[aria-selected] {
  color: inherit;
  background: inherit;
}

.participants-filter .select2-container .select2-search__field {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  color: #ffffff;
  background: #103356;
  border: none;
  outline: none;
}

.participants-filter .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
}

.participants-filter .select2-container .select2-selection__arrow b[role="presentation"] {
  display: none;
}

.participants-filter .select2-container .select2-selection__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 42px;
  width: 1px;
  height: 30px;
  border-right: 1px dashed #ffb33c;
}

.participants-filter .select2-container .select2-selection__arrow:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  border: 5px solid #ffb33c;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.participants-filter .participants-filter--count {
  float: right;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}

.tabs-zshr--participants .tabs-zshr__navigation {
  margin-bottom: 0;
}

.tabs-zshr--participants .tabs-zshr__item:hover {
  background-color: #103356;
}

.tabs-zshr--participants .tabs-zshr--active,
.tabs-zshr--participants .tabs-zshr--active:hover {
  background-color: #ffb33c;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.tabs-zshr--participants .tabs-zshr--active .tabs-zshr__text,
.tabs-zshr--participants .tabs-zshr--active:hover .tabs-zshr__text {
  border-bottom: 0;
  color: #000000;
}

.tabs--participants {
  width: 300px;
}

.select-item--season {
  margin-left: auto;
}

.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: center;
}

.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--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: #4b5053;
  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: 20px;
  top: 50%;
  margin-top: -19px;
  font-size: 13px;
  color: #c2c2c2;
}

.table__head .table__cell--head.table__cell--player {
  cursor: pointer;
}

.table__head .table__cell--head.table__cell--player:before {
  left: 40px;
}

.sidebar__table-cell--variable-2-head:before {
  right: 10px;
}

.table__head .table__cell--variable-head:before {
  right: 0px;
}

.table--statistics .table__head .table__cell--variable-head:last-child:before {
  right: 10px;
}

.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__cell--team {
  text-align: left;
}

.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 {
  display: flex;
  height: 320px;
  width: 100%;
  margin-bottom: 32px;
  background-color: #103356;
  color: #ffffff;
}

.player-promo__picture {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  background-image: url("../img/nophoto_avatar.png");
}

.player-promo__content {
  display: flex;
  flex-direction: column;
  padding: 0 58px 22px 58px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 20px;
}

.player-promo__name {
  padding: 0;
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 70px;
  font-weight: 700;
}

.player-promo__position,
.player-promo__height,
.player-promo__weight,
.player-promo__grip,
.player-promo__birthday {
  padding: 0;
  margin: 0 0 7px;
  display: flex;
}

.player-promo__teams-text,
.player-promo__position-text,
.player-promo__height-text,
.player-promo__weight-text,
.player-promo__grip-text,
.player-promo__birthday-text {
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  width: 140px;
}

.player-promo__teams-name,
.player-promo__position-title,
.player-promo__height-value,
.player-promo__grip-title,
.player-promo__birthday-date {
  line-height: 22px;
}

.player-promo__teams {
  padding: 0;
  margin: 0 0 24px;
  display: flex;
}

.player-promo__data {
  flex-shrink: 0;
  width: 320px;
  margin: 0 12px 0 auto;
}

.player-promo__status {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.player-promo__status-text {
  text-decoration: underline;
  cursor: pointer;
}

.player-promo__status-button {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  padding: 1px 0 0;
  border: none;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.player-promo__status-button .fa {
  font-size: 16px;
  position: relative;
  top: -1px;
  color: #ffffff;
}

.player-promo__status-button--green {
  background-color: #35bb35;
}

.player-promo__status-button--red {
  background-color: #ff0000;
}

.player-promo__status-button--yellow {
  background-color: #fec63d;
}

.player-promo__data-text {
  display: inline-block;
  width: 120px;
  text-align: right;
}

.player-promo__data-value {
  display: inline-block;
  width: 196px;
  padding-left: 12px;
  line-height: 22px;
}

.player-promo__upload-insurance,
.player-promo__download-insurance {
  padding: 0;
  line-height: 18px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.player-promo__upload-insurance:hover,
.player-promo__download-insurance:hover {
  text-decoration: underline;
}

.player-promo__download-insurance {
  position: relative;
  padding-left: 20px;
  margin-right: 6px;
}

.player-promo__download-insurance:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -14px;
  width: 36px;
  height: 36px;
  background-size: 100%;
}

.player-promo__download-insurance--image:before {
  background-image: url('../img/image_file.png');
}

.player-promo__download-insurance--pdf:before {
  background-image: url('../img/pdf_file.png');
}

.player-promo__statistics {
  padding: 0;
  margin: auto 0 0 0;
}

.player-promo__statistics-text {
  font-size: 19px;
  line-height: 25px;
}

.player-promo__statistics-values {
  line-height: 25px;
  color: #ffb33c;
  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:not(:last-child) {
  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: 14px;
  line-height: 40px;
  height: 40px;
  width: 80px;
  color: #656565;
  text-transform: uppercase;
}

.player .table__head-total {
  background-color: #1a7dabcc;
}

.player .table__head-total .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  width: 80px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.player .table__team-total {
  background-color: #c6c6c6;
}

.player .table__team-total .table__cell {
  font-weight: 700;
  color: #000000;
}

.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;
  color: #000000;
}

.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--hockey-puck,
.player .table__cell--passes,
.player .table__cell--win-bullets,
.player .table__cell--games-number,
.player .table__cell--points,
.player .table__cell--plus-minus,
.player .table__cell--penalty-time,
.player .table__cell--wins,
.player .table__cell--draws,
.player .table__cell--losses {
  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--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(16, 51, 86, 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: #d50028;
}

.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;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: #2980ab;
}

.participants-teams__item:nth-child(4n) {
  margin-right: 0;
}

.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__cont {
  display: table;
  width: 184px;
  height: 100%;
  padding-left: 20px;
}

.participants-teams__cont .row {
  display: table-row;
  width: 100%;
}

.participants-teams__cont .cell {
  display: table-cell;
  vertical-align: middle;
}

.participants-teams__name {
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.participants-teams__city {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
}

/* Страница "Команда-стартовая страница" */
.team-promo {
  display: flex;
  width: 100%;
  height: 173px;
  margin-bottom: 20px;
  background: linear-gradient(-75deg, #0a3765 27%, #103356 27%, #103356 77%);
}

.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: #151c22;
  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: 59px;
  padding-bottom: 30px;
}

.team-promo__team-name {
  display: flex;
  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: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.team-promo__team-training-place img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.team-promo__team-city {
  display: block;
  width: 350px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
}

.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: #ffb33c;
  text-transform: none;
}

.link--team-profile {
  display: block;
  margin-top: 10px;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  color: #ffb33c;
  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 {
  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: rgba(255, 255, 255, 0.8);
}

.team-promo__statistics-values {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.team__select-item-options li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.team__select-item-options .js-div-dropdown-li {
  margin: 7px 0;
}

.team__select-item {
  height: 25px;
  position: relative;
  border-radius: 3px;
  background-color: #2980ab;
}

.team__select-item-default {
  padding-right: 25px;
  padding-left: 15px;
  height: 100%;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  color: #ffffff;
}

.team__select-item .js-div-dropdown-title::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 11px;
  border: 4px solid #ffb33c;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.team__select-item-options {
  display: none;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  padding: 10px;
  margin: 0;
  list-style: none;
  background-color: #ffb33c;
  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;
  border-radius: 3px;
}

.team__select-item-active {
  display: block;
}

/* Страница "Команда-календарь" */
.teams-schedule .content-navigation {
  margin-bottom: 0;
}

.teams-schedule__select-text {
  color: #ffffff;
  line-height: 40px;
  font-size: 17px;
  margin-right: 15px;
}

/* Страница "Команда-состав" */
.teams-composition-photo {
  width: 910px;
  height: 608px;
  margin-bottom: 22px;
}

.tabs--teams-composition .tabs__list {
  width: 370px;
}

.composition-list {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px 30px 29px;
  margin: 0;
  list-style: none;
  background-color: #f7f7f7;
}

.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-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 15px 15px 20px;
  height: 136px;
  background-color: #103356;
}

.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;
  color: #ffffff;
}

.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: 7px 0 0 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  width: 151px;
  height: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

.composition-list__player-birthday {
  padding: 0;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.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: #103356;
}

.composition-list__player-statistics::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 151px;
  height: 1px;
  background-color: #ffb33c;
}

.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;
  margin-left: 5px;
}

.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;
}

.composition-list__item-back .composition-list__player-info {
  background-color: #103356;
  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: #2980ab;
}

.partners-inner__name {
  display: block;
  height: 64px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  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: 442px;
  margin-bottom: 25px;
}

.stadiums-item__wrapper {
  height: 442px;
}

.stadiums-item__picture {
  width: 330px;
  height: 221px;
}

.stadiums-item__content {
  height: 221px;
  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: 442px;
  width: 580px;
}

.stadiums-item__map iframe {
  width: 100%;
  height: 100%;
}

/* Всплывающие окна на главной странице */
.popup {
  width: 546px;
}

.popup__top {
  display: flex;
  width: 100%;
  height: 86px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: rgba(26, 125, 171, 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(16, 51, 86, 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;
}

/* Страница "Архив турниров" */
.tournaments-archive {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tournaments-archive__link {
  width: 100%;
  height: 170px;
  display: flex;
}

.tournaments-archive__item {
  margin-bottom: 25px;
  background-color: #ffffff;
}

.tournaments-archive__picture {
  flex-shrink: 0;
  width: 250px;
  background-color: #ffffff;
}

.tournaments-archive__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 25px 25px 25px;
}

.tournaments-archive__title {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.tournaments-archive__info {
  align-self: flex-end;
  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: #4b5053;
}

.tournaments-archive__info-item {
  padding-left: 17px;
  margin-left: 30px;
}

.tournaments-archive__info-dates {
  position: relative;
}

.tournaments-archive__info-dates::before {
  content: "\f073";
  position: absolute;
  color: inherit;
  bottom: -1px;
  left: 2px;
  font-family: "FontAwesome";
  font-size: 12px;
}

.tournaments-archive__info-teams-number {
  position: relative;
}

.tournaments-archive__info-teams-number::before {
  content: "\f0c0";
  position: absolute;
  color: inherit;
  bottom: 0;
  left: -1px;
  font-family: "FontAwesome";
  font-size: 13px;
}

.tournaments-archive__info-status {
  position: relative;
}

.tournaments-archive__info-status:before {
  content: "\f017";
  position: absolute;
  color: inherit;
  left: 3px;
  bottom: -1px;
  font-family: "FontAwesome";
  font-size: 13px;
}

.tournaments-archive__info-geo {
  position: relative;
}

.tournaments-archive__info-geo:before {
  content: "\f041";
  position: absolute;
  color: inherit;
  left: 3px;
  bottom: -1px;
  font-family: "FontAwesome";
  font-size: 13px;
}

/* Активное соcтояние и соcтояние по наведению у стрелы */
.arrow:hover,
.arrow:active,
.arrow--active {
  stroke: #d50028;
}

.arrow--active {
  stroke: #d50028;
}

/* Статичная страница */
.page-image {
  background-size: 100% 100% !important;
  width: 1216px;
  height: 600px;
}

.page-text {
  padding: 36px 36px 54px;
  background-color: #ffffff;
  color: #000000;
}
.text-center {
  text-align:center;
}
.nicescroll-rails {
  display: none !important;
}

/* Заголовки для медиа */
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;
}

/* Табы в золотой шайбе */
.tabs-zshr__navigation {
  width: 100%;
  height: 40px;
  background-color: #1a7dabcc;
  margin-bottom: 30px;
}

.tabs-zshr__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.tabs-zshr__item {
  padding: 0 15px;
}

.tabs-zshr__item:hover .tabs-zshr__text .tabs-zshr__text-container {
  border-bottom: 0;
}

.tabs-zshr__text {
  cursor: pointer;
  display: block;
}

.tabs-zshr__text-container {
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}

.tabs-zshr--active,
.tabs-zshr--active:hover {
  background-color: #ffb33c;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.tabs-zshr--active .tabs-zshr__text .tabs-zshr__text-container,
.tabs-zshr--active:hover .tabs-zshr__text .tabs-zshr__text-container {
  border-bottom: 0;
  color: #ffffff;
}

.tabs-zshr__pane {
  display: none;
}

.tabs-zshr__pane--active {
  display: block;
}

.event-item--puck,
.event-item--whistle,
.event-item--bullet,
.event-item--not-bullet {
  position: relative;
}

.event-item--puck::before {
  content: "";
  display: table-cell;
  width: 25px;
  height: 20px;
  background-image: url("../img/hockey-puck-icon.svg");
  background-repeat: no-repeat;
}

.event-item--puck-failed::before {
  content: "";
  display: table-cell;
  width: 25px;
  height: 25px;
  background-image: url("../img/hockey-puck-failed-icon.svg");
  background-repeat: no-repeat;
}

.event-item--whistle::before {
  content: "";
  display: table-cell;
  width: 25px;
  height: 25px;
  background-image: url("../img/hockey-whistle-icon.svg");
  background-repeat: no-repeat;
}

.vertical-timeline__event-comment-time {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-weight: 700;
}

/* Баннеры */
.banner-wrapper {
  max-width: 1216px;
  margin: auto;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
}

ul.banner {
  margin: 0;
  padding: 0;
}

/* Победители турнира */
.table--winners {
  margin-bottom: 25px;
}

.table--winners .table__cell--team,
.table--winners .table__team-region,
.table--winners .table__team-name {
  width: 640px;
  overflow: inherit;
}

.table--winners .table__team-name {
  font-size: 24px;
  line-height: 20px;
}

.table--winners .table__team-region {
  font-size: 14px;
  line-height: 14px;
}

.table--winners .table__cell .table__cell--variable {
  text-align: center;
}

.table--winners .table__cell .winner {
  display: inline-block;
  background: url(../img/winners.png) no-repeat;
  width: 28px;
  height: 100%;
  background-size: 86px 40px;
}

.table--winners .table__cell .winner-1 {
  background-position: 1px 6px;
}

.table--winners .table__cell .winner-2 {
  background-position: -29px 6px;
}

.table--winners .table__cell .winner-3 {
  background-position: -59px 6px;
}

/* Пагинация */
.pagination-cont {
  display: block;
  text-align: center;
}

.pagination {
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

.pagination li {
  display: inline-block;
  float: left;
  cursor: pointer;
  color: #ffffff;
  margin: 0 4px;
}

.pagination li.prev,
.pagination li.next {
  width: 20px;
}

.pagination li.active {
  background-color: #ffb33c;
}

.pagination li.disabled {
  color: #4d677b;
}

.pagination li a {
  display: block;
  color: inherit;
  font-size: 24px;
  padding: 4px 8px;
}

.pagination li.next a,
.pagination li.prev a {
  font-size: 13px;
  font-weight: 400;
}

.pagination li span,
.pagination li span {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  font-weight: 400;
}

/* Слайдер этапов */
.zshr-slider {
  position: relative;
  width: 100%;
  height: 74px;
  margin: 0;
  padding: 0 38px;
  background-color: #16517f;
}

.zshr-slider .zshr-slider-left-arrow,
.zshr-slider .zshr-slider-right-arrow {
  position: absolute;
  top: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  cursor: pointer;
  background-color: #0f2f62;
}

.zshr-slider .zshr-slider-left-arrow.slick-disabled,
.zshr-slider .zshr-slider-right-arrow.slick-disabled {
  opacity: .2;
}

.zshr-slider .zshr-slider-left-arrow.slick-disabled:hover,
.sfl-calendar .zshr-slider-right-arrow.slick-disabled:hover {
  cursor: default;
}

.zshr-slider .zshr-slider-left-arrow {
  left: 0;
}

.zshr-slider .zshr-slider-right-arrow {
  right: 0;
}

.zshr-slider .zshr-slider-left-arrow:after,
.zshr-slider .zshr-slider-right-arrow:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  color: #ffffff;
}

.zshr-slider .zshr-slider-left-arrow:after {
  border-top: 10px solid transparent;
  border-right: 20px solid #ffb33c;
  border-bottom: 10px solid transparent;
}

.zshr-slider .zshr-slider-right-arrow:after {
  border-top: 10px solid transparent;
  border-left: 20px solid #ffb33c;
  border-bottom: 10px solid transparent;
}

.zshr-slider .zshr-slider-list {
  height: 38px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #0f2f62;
}

.zshr-slider .zshr-slider-list li {
  height: 38px;
}

.zshr-slider .zshr-slider-list li a {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  padding: 0 12px;
  line-height: 38px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zshr-slider .zshr-slider-list li.hover a,
.zshr-slider .zshr-slider-list li.active a {
  color: #000000;
  background-color: #ffb33c;
}
/*.zshr-slider-list .slick-slide~div:nth-child(2n) li
{
    background: linear-gradient(0deg, #254da6 20%, #0f2f62 70%);
}*/
.zshr-slider-list .slick-slide~div:nth-child(1n) li
{
    border-left: 1px solid #405c78;
}

.page-nav__filters {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.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;
  color: #ffffff;
}

.form {
  width: 50%;
  margin: auto;
}

.form .has-error .form__input {
  border: 1px solid #ff0000;
}

.form .has-error .input-group.date .form__input {
  border-right: none;
}

.form .has-error .input-group.date .input-group-addon {
  border: 1px solid #ff0000;
  border-left: none;
}

.form .form-control:focus {
  box-shadow: none;
}

.form__radio-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.form__radio-label {
  display: flex;
  align-items: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
}

.form__radio-list .form__radio-label:not(:first-child) {
  margin-left: 20px;
}

.form__radio {
  display: none;
}

.form__radio-indicator {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #103356;
}

.form__radio:checked + .form__radio-indicator::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffb33c;
  border-radius: 50%;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
}

.form__input.text__input {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  color: #ffffff;
  background: #103356;
  border: none;
  outline: none;
}

.form__input:disabled {
  background-color: #2c4c65;
}

.form .help-block {
  margin: 2px 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #ffb43c;
}

.form__checkbox-input {
  display: none;
}

.form__checkbox {
  position: relative;
  display: inline-block;
  height: 20px;
  padding-left: 30px;
  color: #ffffff;
  cursor: pointer;
}

.form__checkbox--indicator {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.form__checkbox-input:checked + .form__checkbox--indicator::before,
.form__checkbox-input:checked + .form__checkbox--indicator::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #d50028;
}

.form__checkbox-input:checked + .form__checkbox--indicator--gold::before,
.form__checkbox-input:checked + .form__checkbox--indicator--gold::after {
  background-color: #ffb33c;
}

.form__checkbox-input:checked + .form__checkbox--indicator::after {
  height: 11px;
  transform: rotate(36deg);
  top: 4px;
  left: 10px;
}

.form__checkbox-input:checked + .form__checkbox--indicator::before {
  height: 8px;
  transform: rotate(-45deg);
  top: 7px;
  left: 5px;
}

.form__checkbox a {
  color: #ffb33c;
}

.form .input-group-addon {
  background: #103356;
  color: #ffb33c;
  border-radius: 0;
  border-color: #103356;
  font-size: 17px;
}

.form .input-group-addon::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 42px;
  width: 1px;
  height: 24px;
  border-right: 1px dashed #ffb33c;
  z-index: 2;
}

.form .form-control {
  border-radius: 0;
}

/* Стили для disabled !checked И disabled checked, на Label повесить доп. класс schedule__checkbox--disabled*/
.form__checkbox-input:disabled + .form__checkbox--indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}

.form__checkbox-input:checked:disabled + .form__checkbox--indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}

.form__checkbox-input:checked:disabled + .form__checkbox--indicator::after {
  box-shadow: 0 0 0 15px rgba(232, 232, 232, 0.5) inset;
}

.form__checkbox-input--disabled {
  color: #999999;
}

.form__separator {
  color: #ffffff;
  font-weight: 500;
  margin: 2px 0 8px;
}

.form__document-link {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

.form__document-link:active,
.form__document-link:focus,
.form__document-link:hover {
  color: #ffb33c;
}

.form__list {
  margin: 10px 0;
  padding: 0;
}

ol.form__list {
  counter-reset: myCounter;
}

.form__list li {
  list-style: none;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}

.form__list li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  color: #ffb33c;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 0 8px;
}

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

.form__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "PT Sans Narrow", "Arial", sans-serif;
}

.form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "PT Sans Narrow", "Arial", sans-serif;
}

.form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "PT Sans Narrow", "Arial", sans-serif;
}

.form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "PT Sans Narrow", "Arial", sans-serif;
}

.form__radio-tabs {
  display: flex;
  justify-content: space-between;
}

.form__radio-tabs-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 40px;
  background-color: #1a7dabcc;
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin: 0 13px 0 0;
}

.form__radio-tabs-input {
  display: none;
}

.form__radio-tabs-input:checked + .form__radio-tabs-indicator {
  background-color: #ffb33c;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  transition: 0.2s;
}

.form__input-radio {
  background-color: #1a7dabcc;
  line-height: 40px;
  width: 230px;
  border: none;
  outline: none;
  padding: 0 10px;
  color: #fff;
}

.form__input-radio:focus {
  background: #103356;
  transition: 0.2s;
}

.form__radio-tabs-label {
  display: inline-block;
}

.form__row {
  display: flex;
}

.form__input-radio:-moz-placeholder {
  color: #fff;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
}

.form__input-radio::-moz-placeholder {
  color: #fff;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
}

.form__input-radio:-ms-input-placeholder {
  color: #fff;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
}

.form__input-radio::-webkit-input-placeholder {
  color: #fff;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
}

.form__input-radio:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.form__input-radio:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.form__input-radio:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.form__input-radio:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
/* Мои стили для input */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}


/*Оверлей*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000000;
  opacity: 0.8;
}

/* Модальное окно */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  z-index: 1010;
  background-color: #17517f;
  padding: 40px 20px 20px;
}

.modal.closed {
  display: none;
}

.modal-close-button.close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
}

.modal-content {
  position: absolute;
  top: 40px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 60px);
  padding: 20px;
  overflow: auto;
  background-color: #ffffff;
}

.modal-content.align-center {
  display: flex;
  align-items: center;
}

/* Модальное окно покупки страховки */
.insurance-buy-modal {

}

.insurance-buy-modal__title {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  text-align: center;
  padding: 0 40px;
  line-height: 17px;
  margin-bottom: 40px;
}

.insurance-buy-modal__actions {
  display: flex;
  justify-content: space-around;
}

.insurance-buy-modal__button {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.insurance-buy-modal__button a {
  padding: 10px 0;
  background-color: #17517f;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 12px;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.25);
}

.insurance-buy-modal__button span {
  color: #000000;
  font-size: 12px;
  text-align: center;
  line-height: 11px;
}

/* Страница публичной аферты */
.agreement {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.agreement h1,
.agreement h2 {
  text-align: center;
  line-height: 36px;
}

.agreement p {
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.agreement a {
  color: #eb8f00;
}

.agreement > ul > li {
  margin-top: 6px;
  margin-bottom: 10px;
}

.agreement > ul > li > span {
  display: inline-block;
  margin-bottom: 6px;
}

/* Лоадер */
.loading {
  position: relative;
  height: 200px;
}

.cssload-loader-container {
  width: 265px;
  height: 109px;
  float: left;
}

.cssload-loader-container * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cssload-abs-center {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cssload-olympicloader {
  position: relative;
}

.cssload-olympicloader .cssload-loader-circle {
  width: 81px;
  height: 81px;
  border: 9px solid rgb(0, 45, 148);
  border-radius: 50%;
  animation: spin 1300ms infinite linear;
  -o-animation: spin 1300ms infinite linear;
  -ms-animation: spin 1300ms infinite linear;
  -webkit-animation: spin 1300ms infinite linear;
  -moz-animation: spin 1300ms infinite linear;
  float: left;
}

.cssload-olympicloader .cssload-loader-circle.cssload-first {
  position: absolute;
  top: 0;
  left: 0;
  border-top-color: rgb(255, 180, 60);
}

.cssload-olympicloader .cssload-loader-circle.cssload-second {
  position: absolute;
  top: 0;
  left: 92px;
  border-right-color: rgb(255, 180, 60);
}

.cssload-olympicloader .cssload-loader-circle.cssload-third {
  position: absolute;
  top: 0;
  left: 184px;
  border-bottom-color: rgb(255, 180, 60);
}

.cssload-olympicloader .cssload-loader-circle.cssload-fourth {
  position: absolute;
  top: 29px;
  left: 46px;
  border-left-color: rgb(255, 180, 60);
}

.cssload-olympicloader .cssload-loader-circle.cssload-fifth {
  position: absolute;
  top: 29px;
  left: 138px;
  border-right-color: rgb(255, 180, 60);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

/* Сообщения */
.message {
  padding: 15px 2em 15px 15px;
  color: #fff;
}
.message-success {
  background-color: #9cc56c;
  border-color: transparent;
  border-left: 3px solid #648e33;
}

.message-error {
  background-color: #ed7876;
  border-left: 3px solid #db1c18;
  color: #fff;
}
