@font-face {
  font-family: "Editorial Grotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Editorial Grotesk Bold'), local('EditorialGrotesk-Bold'),
  url("../fonts/EditorialGrotesk-Bold.woff2") format("woff2"),
  url("../fonts/EditorialGrotesk-Bold.woff") format("woff"),
  url("../fonts/EditorialGrotesk-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Helvetica Neue'), local('HelveticaNeue-Regular'),
  url("../fonts/HelveticaNeue-Regular.woff2") format("woff2"),
  url("../fonts/HelveticaNeue-Regular.woff") format("woff"),
  url("../fonts/HelveticaNeue-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
  url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
  url("../fonts/HelveticaNeue-Bold.woff") format("woff"),
  url("../fonts/HelveticaNeue-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Helvetica Neue Medium'), local('HelveticaNeue-Medium'),
  url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
  url("../fonts/HelveticaNeue-Medium.woff") format("woff"),
  url("../fonts/HelveticaNeue-Medium.ttf") format("ttf");
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:root {
  /*css - переменные*/
  --white: #ffffff;
  --white-opacity: 255, 255, 255;
  --black: #111111;
  --dark: #121212;
  --black-opacity: 17, 17, 17;
  --yellow: #ffe052;
  --yellow-opacity: 255, 224, 82;
  --dark-yellow: #f6d32f;
  --dark-yellow-opacity: 246, 211, 47;
  --red: #fd1e4f;
  --red-opacity: 253, 30, 79;
  --dark-red: #ca183f;
  --dark-red-opacity: 202, 24, 63;
  --grey: #575757;
  --grey-opacity: 87, 87, 87;
  --medium-grey: #828282;
  --light-grey: #dfdfdf;
  --lighter-grey: #f7f7f7;
  --light-green: #6FCF97;
  --dark-blue: #002882;
  --light-blue: #21a2dc;
  --indigo: #203a71;
  --dark-blue-opacity: 0, 40, 130;
}
/* применение var(--color-blue); */

.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 {
  /*background-image: url("/img/main-background-2x.jpg");*/
  background-color: var(--dark);
  background-repeat: no-repeat,no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: 1920px;
}

img {
  max-width: 100%;
}

ul.js-dropdown,
select.js-select {
  display: none;
}

.main {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.main-container {
  width: 1280px;
  margin: 0 auto;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

a {
  text-decoration: none;
  color: var(--black);
  outline: none;
}

.news-unit__content a {
  color: #0000ff;
  text-decoration: underline;
}

.news-unit__content a:visited {
  color: #551a8b;
}

.button {
  margin: 0 20px 0 0;
  padding: 10px 20px;
  min-height: 42px;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
}

.button--darker {
  background-color: var(--dark-red);
}

.button--yellow {
  background-color: var(--dark-yellow);
  color: var(--black);
}

.button--center {
  margin: 0 auto;
}

.button--inline {
  display: inline-flex;
}

.button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.container {
  padding: 0 30px;
}

.padding-container {
  padding: 40px 30px;
}

.padding-container--grow,
.calendar-pjax {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.desktop-hide {
  display: none;
}

.sidebar-container {
  display: flex;
  margin: 0 0 20px 0;
}

.sidebar {
  width: 280px;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}

.content {
  flex-grow: 1;
}

.white-background {
  background: var(--white);
}

.grey-background {
  background: var(--lighter-grey);
  flex-grow: 1;
}

.title {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 20px 40px 0;
}

.top--small-justify .title {
  line-height: 26px;
  margin: 0 0 24px 0;
}

.subtitle {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top--space {
  justify-content: space-between;
}

.top--small-justify {
  align-items: center;
}

.link {
  display: flex;
  align-items: center;
}

.link__text {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding: 0 10px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}

.link__icon {
  flex-shrink: 0;
}

.link--revert .link__text {
  padding: 0 10px;
}

.link--revert .link__icon {
  transform: rotate(180deg);
}

.top .link {
  margin: 0 0 40px 0;
}

.top--small-justify .link {
  margin: 0 0 24px 0;
}

.header {
  height: 60px;
  z-index: 999;
  position: relative;
  background-color: var(--white);
  width: 1280px;
  margin: 0 auto;
}

.header__icon {
  display: none;
}

.header:not(.header--index) {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--light-grey);
}

.header__container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

.logo {
  display: flex;
}

.logo__icon {
  margin: 4px 25px 0 0;
  fill: var(--black);
}

.logo__text {
  margin: 0;
}

.header__logo {
  margin: 0 30px 0 0;
}

.navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.navigation__item {
  position: relative;
}

.navigation__link {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
}

.navigation__item--active .navigation__link,
.navigation__item:hover .navigation__link {
  color: var(--red) !important;
  transition: 0.2s;
}

.drop-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  width: 190px;
  background: var(--white);
  border-top: 10px solid var(--yellow);
  padding: 10px 0;
  transform: translateY(-4px);
  opacity: 0;
  transition: all 0s;
  visibility: hidden;
}

.drop-menu__link {
  display: block;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 20px;
  outline: none;
}

.drop-menu__item--active .drop-menu__link,
.drop-menu__link:hover {
  color: var(--red);
}

.navigation__item:hover .drop-menu {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}

.sberbank-logo {
  margin: 0 0 0 20px;
  display: block;
}

.sberbank-logo__icon {
  fill: var(--black);
  display: block;
}

.sberbank-logo__icon-mobile {
  display: none;
}

.login {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

.login__button {
  margin: 0 0 0 20px;
  background-color: unset;
  color: var(--black);
  padding-right: 0;
}

.header--index .login__button {
  color: var(--white);
}

.header__hamburger {
  display: none;
}

.drop-menu__item--league {
  display: none;
}

/* Шапка для главной страницы */

.header--index {
  position: absolute;
  background: transparent;
  top: 0;
  left: 50%;
  margin-left: -640px;
}

.header--index .logo__icon {
  fill: var(--white);
}

.header--index .navigation__link,
.header--index .logo__text {
  color: var(--white);
}

.header--index .sberbank-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header--index .sberbank-logo__icon {
  fill: var(--white);
}

.footer {
  margin: auto 0 0 0;
  z-index: 3;
}

.footer__bottom {
  background: var(--black);
  height: 100px;
}

.footer__bottom-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 1280px;
  margin: 0 auto;
}

.footer__copyright {
  color: var(--medium-grey);
  line-height: 24px;
}

.footer__copyright-sportsoft a {
  color: var(--red);
  margin: 0 0 0 5px;
}

.footer__copyright-main {
  white-space: nowrap;
}

.footer__links {
  display: flex;
}

.footer__links-item {
  margin: 0 0 0 58px ;
  color: var(--white);
  text-decoration: underline;
}

.socials {
  list-style: none;
  padding: 0;
  display: flex;
  margin-left: auto;
}

.socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
}

.socials__item:not(:last-child) {
  border-right: 1px solid var(--grey);
}

.partners {
  background: var(--white);
  height: 100px;
  border-top: 1px solid var(--light-grey);
}

.partners__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 1280px;
  margin: 0 auto;
}

.partners__general,
.partners__main {
  display: flex;
  align-items: center;
}

.partners__text {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--medium-grey);
}

.partners__main .partners__text {
  margin: 0 20px 0 0;
}

.partners__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}

.partners__item {
  margin: 0 0 0 30px;
}

.partners__link {
  display: block;
}

.partners__img {
  border-radius: 50%;
  display: block;
}

/* Новости */

.news-block__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.news-block__item {
  width: 283px;
  margin: 0 30px 30px 0;
}

.news-block__item:nth-child(3n) {
  margin: 0 0 30px 0;
}

.news-block__link {
  display: flex;
  flex-direction: column;
  background: var(--white);
  height: 100%;
}

.news-block__picture {
  position: relative;
}

.news-block__picture:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  background: var(--dark-blue);
  left: 0;
  bottom: 0;
}

.news-block__img {
  display: block;
  object-fit: cover;
  width: 283px;
  height: 212px;
}

.news-block__content {
  margin: 20px;
  max-height: 220px;
  overflow: hidden;
  padding: 0 20px 0 0;
}

.news-block__date {
  color: var(--grey);
  margin: 0 0 10px 0;
}

.news-block__title {
  margin: 0 0 10px 0;
  max-height: 182px;
  overflow: hidden;
}

.news-block__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
}

.media--index {
  display: flex;
}

.media__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.media__link,
.media__picture,
.media__img {
  display: block;
  width: 100%;
  height: 100%;
}

.media__img {
  object-fit: cover;
}

.media__main,
.media__item {
  margin: 0 30px 30px 0;
}

.media__item {
  width: 282px;
  height: 282px;
}

.media .media__img {
  width: 100%;
  height: 100%;
}

.media__main {
  flex-shrink: 0;
}

.media__main .media__img {
  width: 594px;
  height: 594px;
}

.media__item:nth-child(4n) {
  margin: 0 0 30px 0;
}

.media--index .media__item:nth-child(2n) {
  margin: 0 0 30px 0;
}

.media__link {
  position: relative;
}

.media__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px 30px 20px;
  color: var(--white);
}

.media__picture {
  position: relative;
}

.media__picture:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  background: var(--dark-blue);
  left: 0;
  bottom: 0;
}

.media__picture::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--black-opacity), 0.2);
  top: 0;
  left: 0;
}

.media__title {
  margin: 0 0 10px 0;
}

.media__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.media-inner__top {
  margin: 0 0 20px 0;
  color: var(--medium-grey);
}

.media-inner__main {
  margin: 0 0 30px 0;
}

.media-inner__title {
  font-weight: 700;
  color: var(--black);
  margin: 0 0 3px 0;
}

.main-albums {
  margin: 0 0 20px 0;
}

.main-videos {
  margin: 0 0 -30px 0;
}

.tabs__navigation {
  list-style: none;
  display: flex;
  align-items: center;
}

.tabs__pane {
  display: none;
}

.tabs__link {
  display: block;
  cursor: pointer;
  box-shadow: unset;
}

.sidebar .tabs__navigation {
  margin: 0 0 24px 0;
}

.tabs--gender .tabs__item {
  width: 50%;
}

.tabs--gender .tabs__link {
  color: var(--medium-grey);
}

.tabs--gender .tabs__item--active .tabs__link {
  font-weight: 700;
  color: var(--black);
}

.tabs--gender .tabs__link {
  display: flex;
  align-items: center;
}

.tabs--gender .tabs__icon {
  margin: 0 10px;
  flex-shrink: 0;
  fill: var(--medium-grey);
}

.tabs--gender .tabs__item--active .tabs__icon {
  fill: var(--black);
}

.tabs--gender .tabs__text {
  white-space: nowrap;
}

.dropdown {
  height: 40px;
  background-color: var(--white);
  cursor: pointer;
  position: relative;
  border: 1px solid var(--light-grey);
}

.dropdown__title {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 50px 0 20px;
  position: relative;
}

.dropdown__link {
  display: block;
  position: relative;
  padding: 12px 20px;
}

.dropdown__title .dropdown__link {
  color: var(--black);
  padding: 0;
}

.dropdown__title:after {
  content: url("/img/arrow-drop.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  transition: 0.2s;
  width: 14px;
  height: 16px;
}

.dropdown.js-open .dropdown__title:after {
  transform: scale(1, -1);
  transition: 0.2s;
}

.dropdown__options {
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
  background-color: var(--white);
  width: 100%;
  z-index: 998;
  /*top: 46px;*/
  box-shadow: 0 13px 13px 1px rgba(var(--black-opacity), 0.07);
}
.dropdown__options--nicescroll {
  padding: 0 0 8px;
}

.dropdown__option:not(:last-child) {
  border-bottom: 1px solid var(--lighter-grey);
}

.dropdown__search {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  width: calc(100% - 20px);
  height: 30px;
  margin: 10px;
  padding: 0 10px;
  border: 1px solid var(--light-grey);
  box-shadow: none;
  outline: none;
  line-height: 15px;
  color: var(--black);
  vertical-align: middle;
}

.js-div-select-li-empty {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  width: calc(100% - 20px);
  margin: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-align: left;
}

.dropdown__options .dropdown__link:hover {
  background: var(--lighter-grey);
  transition: 0.2s;
}

.js-div-select-search:placeholder {
  color: var(--medium-grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.js-div-select-search:-moz-placeholder {
  color: var(--medium-grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.js-div-select-search::-moz-placeholder {
  color: var(--medium-grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.js-div-select-search:-ms-input-placeholder {
  color: var(--medium-grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.js-div-select-search::-webkit-input-placeholder {
  color: var(--light-grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.sidebar__selects {
  list-style: none;
  margin: 0 0 50px 0;
}

.sidebar__dropdown {
  display: flex;
  margin: 0 0 20px 0;
}

.sidebar__dropdown .dropdown {
  width: 100%;
}

.sidebar__dropdown--horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar__dropdown-text {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  color: var(--medium-grey);
}

.sidebar__dropdown--horizontal .dropdown {
  width: 200px;
  border: none;
}

.dropdown--no-border {
  border: none;
}

.dropdown--no-border .dropdown__title,
.dropdown--transparent-no-border .dropdown__title {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown--transparent {
  background-color: transparent;
}

.dropdown--transparent-no-border {
  border: none;
  background-color: transparent;
}

.dropdown--red {
  background-color: var(--indigo);
}

.dropdown--red .dropdown__title .dropdown__link {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown--red .dropdown__title:after {
  content: url(/img/arrow-drop-white.svg);
}

.dropdown--disabled {
  background-color: var(--light-grey);
}

.dropdown--disabled .dropdown__link {
  color: var(--medium-grey);
}

/* Таблицы */

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: var(--white);
}

.table__head {
  height: 40px;
  color: var(--medium-grey);
  border-bottom: 1px solid var(--light-grey);
}

.table__head .table__cell {
  font-weight: 400;
}

.table__row {
  border-right: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
}

.stats__table .table__row,
.sidebar__stats .table__row {
  border-right: unset;
  border-left: unset;
}

.stats__table .table__head,
.sidebar__stats .table__head {
  border-bottom: unset;
  background-color: var(--lighter-grey);
}

.table__cell {
  padding: 0 10px;
  text-align: center;
}

.table__row .table__cell {
  height: 70px;
  border-bottom: 1px solid rgba(var(--black-opacity), 0.1);
}

.table__link {
  display: block;
  line-height: 13px;
  padding: 2px 0;
}

.table__link--light {
  font-weight: 400;
  color: var(--medium-grey);
}

.table__cell--center {
  text-align: center;
}

.table__cell--left {
  text-align: left;
}

.table__cell--bold {
  font-weight: 700;
}

.sidebar__stats,
.sidebar__block .stats__table {
  margin: 0 0 30px 0;
}

.sidebar__block {
  margin: 0 0 40px 0;
}

.table-chess .table__row .table__cell--number,
.table-table .table__row .table__cell--number {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
}

.sidebar__stats .table__row .table__cell--number,
.stats__table--forwards .table__row .table__cell--number,
.tournament-stats .table__row .table__cell--number,
.application .table__row .table__cell--number,
.transfer .table__row .table__cell--number {
  color: var(--white);
  font-family: "Editorial Grotesk", "Arial", sans-serif;
}

.sidebar__stats .table__row .table__cell--number,
.stats__table--forwards .table__row .table__cell--number,
.tournament-stats .table__row .table__cell--number,
.application .table__row .table__cell--number,
.transfer .table__row .table__cell--number {
  background: var(--light-blue);
}

.sidebar__stats .table__row:nth-child(even) .table__cell--number,
.stats__table--forwards .table__row:nth-child(even) .table__cell--number,
.tournament-stats .table__row:nth-child(even) .table__cell--number,
.application .table__row:nth-child(even) .table__cell--number,
.transfer .table__row:nth-child(even) .table__cell--number {
  background: var(--dark-blue);
}

.sidebar__stats-team,
.stats__table-player {
  font-weight: 700;
  padding: 0 5px 0 20px;
}

.table__cell--number {
  width: 40px;
}

.table__row .table__cell--number  {
  border-bottom: none;
  padding: 0;
}

.table__cell--img {
  width: 54px;
}

.stats {
  margin: 0 0 50px 0;
}

.stats__table-variable,
.sidebar__stats-variable {
  width: 38px;
  padding: 0 5px;
}

.stats__wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.stats__list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stats__item {
  width: 370px;
}

.stats__item:first-child {
  width: 400px;
}

.table__wrapper {
  display: flex;
  align-items: center;
}

.table__picture {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

/* Слайдер на главной */

.news-slider {
  position: relative;
  overflow: hidden;
}

.news-slider:after {
  position: absolute;
  content: '';
  width: 910px;
  height: 564px;
  background-image: url("/img/vtb-logo-white.PNG");
  background-repeat: no-repeat;
  top: 40px;
  right: -360px;
  z-index: 2;
  pointer-events: none;
}

.news-slider__item {
  width: 1280px;
  height: 540px;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
}

.news-slider__thumbnail {
  width: calc(100%/5);
  height: 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: none;
}

.news-slider__thumbnail:before,
.news-slider__item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.news-slider__item:before {
  background: rgba(0, 0, 0, 0.3);
}

.news-slider__bottom {
  display: flex;
  height: 100px;
}

.news-slider__thumbnails {
  display: flex;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-slider__text {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
  width: 80%;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 425px;
}

.news-slider__content {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.news-slider__container {
  width: 100%;
}

.news-slider__thumbnail--progress__line {
  display: none;
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  z-index: 2;
  background: rgba(var(--dark-blue-opacity), 0.6);
}

.tns-nav-active .news-slider__thumbnail--progress__line {
  display: block;
}

.news-slider__thumbnail--progress {
  width: 0%;
  height: 6px;
  bottom: 0;
  z-index: 3;
  background: var(--light-blue);
}

.news-slider__thumbnail-content {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 80px;
}

.news-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.news-slider__thumbnail:hover .news-slider__arrow {
  opacity: 1;
  transition: 0.3s;
}

.news-slider__thumbnail:hover .news-slider__thumbnail-content {
  opacity: 0;
  transition: 0.3s;
}

/* Календарь на главной */

.calendar {
  background: var(--white);
  padding: 40px 0 30px 0;
}

.calendar__wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.calendar__top {
  margin: 0 0 20px 0;
  align-items: center;
}

.calendar__title {
  padding: 0 20px 0 0;
  margin: 0;
  cursor: pointer;
}

.calendar .filters {
  margin: 0;
  display: flex;
  width: 100%;
}

.calendar__list {
  list-style: none;
  padding: 0;
  display: flex;
}

.calendar__slider {
  position: relative;
}

.calendar__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 116px;
  bottom: 0;
  outline: none;
  z-index: 1;
  cursor: pointer;
}

.calendar__arrow--left {
  left: -15px;
}

.calendar__arrow--left .calendar__icon {
  transform: rotate(90deg);
}

.calendar__arrow--right {
  right: -15px;
}

.calendar__arrow--right .calendar__icon {
  transform: rotate(-90deg);
}

.calendar__icon {
  stroke: var(--black);
}

.calendar__link {
  display: block;
  margin: 0 15px;
}

.calendar__slider-top {
  background: var(--red);
  height: 42px;
  color: var(--white);
  text-align: center;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 42px;
}

.calendar__slider-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  max-width: 100%;
}

.calendar__content {
  background: var(--lighter-grey);
  display: flex;
}

.calendar__rows {
  flex-grow: 1;
}

.calendar__row {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 14px;
}

.calendar__row:first-child {
  border-bottom: 1px solid var(--white);
}

.calendar__img {
  display: block;
  margin: 0 10px 0 0;
}

.calendar__team {
  font-weight: 700;
  padding: 0 10px 0 0;
}

.calendar__score {
  margin: 0 0 0 auto;
  text-align: center;
}

.calendar__additional .calendar__score {
  margin: 0;
}

.calendar__additional {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
  width: 50px;
  flex-shrink: 0;
  border-left: 1px solid var(--white);
}

.calendar__score-additional {
  font-weight: 700;
  text-transform: uppercase;
}

.calendar__tournaments {
  list-style: none;
  display: flex;
  align-items: center;
}

.calendar__tournament {
  margin: 0 0 0 30px;
  cursor: pointer;
}

.calendar__tournament--active {
  border-bottom: 2px solid var(--dark-red);
}

.calendar__tournament-link {
  font-weight: 700;
}

.stats .filters__item {
  width: auto;
}

/* Протокол матча */

.protocol-head,
.protocol-head a {
  color: var(--white);
}

.protocol-head {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1000px rgba(var(--black-opacity), 0) inset;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.protocol-head .sidebar,
.protocol-head .content {
  padding: 0;
}

.protocol-head__content {
  padding: 14px 30px 40px 30px;
}

.protocol-head__date,
.protocol-head__place,
.protocol-head__tour {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.protocol-head__main {
  display: flex;
  align-items: center;
  padding: 30px 0 10px 0;
}

.protocol-head__team {
  display: flex;
  align-items: center;
  width: calc((100% - 250px)/2);
}

.protocol-head__picture {
  flex-shrink: 0;
  background-color: var(--white);
  padding: 10px;
  width: 150px;
  height: 150px;
}

.protocol-head__img {
  display: block;
  width: 100%;
  height: auto;
}

.protocol-head__team-name {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 20px;
  flex-grow: 1;
  font-size: 26px;
  line-height: 30px;
}

.protocol-head__team--right .protocol-head__team-name {
  order: -1;
  text-align: right;
}

.protocol-head__middle {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.protocol-head__score {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 85px;
}

.protocol-head__score-additional {
  font-size: 22px;
  line-height: 22px;
}

.protocol-head__bottom {
  display: flex;
  justify-content: center;
}

.protocol-head__tournament,
.protocol-head__round {
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  padding: 10px;
}

a.protocol-head__round {
  color: var(--yellow);
}

.protocol-head__tabs {
  margin: auto 0 0 0;
}

.tabs--menu .tabs__item {
  width: 166px;
}

.tabs--menu .tabs__item {
  margin: 0 10px 0 0;
}

.tabs--menu .tabs__item:last-child {
  margin: 0;
}

.tabs--menu .tabs__link {
  width: 100%;
  line-height: 35px;
  font-weight: 500;
  background: var(--yellow);
  color: var(--black);
  text-align: center;
  padding: 0 10px;
}

.tabs--menu .tabs__item--active .tabs__link {
  background: var(--white);
  transition: 0.2s;
}

/* Матч. Состав */

.structure:not(:last-child) {
  margin: 0 0 40px 0;
}

.structure__container {
  display: flex;
  justify-content: space-between;
  margin-top: -15px;
}

.structure__container--events {
  border-bottom: 1px solid var(--light-grey);
}

.structure__container--events .structure__top:last-child .structure__top-img {
  margin: 0 0 0 10px;
  order: 2;
}

.structure__unit {
  width: calc((100% - 30px)/2);
  border-bottom: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
}

.structure__unit--events {
  width: calc((100% - 30px)/2);
  display: flex;
  flex-direction: column;
}

.structure__top {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 10px;
}

.structure__top--subs {
  display: none;
}

.structure__top-img {
  display: block;
  margin: 0 10px 0 0;
}

.structure__top-name {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.structure__list {
  list-style: none;
  padding: 0;
}

.structure__item {
  padding: 0 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  border-left: 1px solid var(--light-grey);
  border-right: 1px solid var(--light-grey);
  border-top: 1px solid var(--light-grey);
}

.structure__player {
  display: flex;
  align-items: center;
}

.structure__player-img {
  display: block;
  margin: 0 10px 0 0;
}

.structure__player-name {
  font-weight: 700;
}

.structure__events {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.structure__event {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.structure__icon {
  width: 27px;
  display: flex;
  align-items: center;
}

.structure__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--medium-grey);
  width: 100%;
  flex-grow: 1;
  border: 1px solid var(--light-grey);
  border-bottom: none;
  min-height: 70px;
}

.structure--reserve .structure__top {
  display: none;
}

/* Матч. События */

.timeline {
  margin: 0 0 20px 0;
}

.timeline__period {
  color: var(--red);
  text-align: center;
  justify-content: center;
}

.timeline__list {
  list-style: none;
  padding: 0;
}

.timeline__item:last-child .timeline__middle::after {
  height: 70px;
}

.timeline__time {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.timeline__content,
.timeline__part {
  display: flex;
  align-items: center;
}

.timeline__middle {
  width: 278px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timeline__middle:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  background: var(--black);
  z-index: -1;
}

.timeline__content {
  height: 100px;
}

.timeline__score {
  height: 40px;
  background: var(--red);
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline__score--penalty {
  background: var(--yellow);
  color: var(--black);
}

.timeline__part {
  width: calc((100% - 278px)/2);
  height: 40px;
}

.timeline__part--right,
.timeline__part--right .timeline__person {
  justify-content: flex-end;
}

.timeline__picture,
.timeline__img {
  display: block;
}

.timeline__picture {
  margin: 0 10px;
  flex-shrink: 0;
}

.timeline__player {
  flex-shrink: 0;
}

.timeline__player-name {
  font-weight: 700;
  display: block;
}

.timeline__player-additional {
  display: block;
  color: var(--medium-grey);
}

.timeline__part--right .timeline__player-name,
.timeline__part--right .timeline__player-additional {
  text-align: right;
}

.timeline__icon {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.timeline__persons {
  width: 400px;
}

.timeline__person {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.timeline__person--assist .timeline__player-name {
  color: var(--medium-grey);
}

/* Список команд */

.teams__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.teams__item {
  width: 220px;
  margin: 0 30px 30px 0;
}

.teams__item:nth-child(5n) {
  margin: 0 0 30px 0;
}

.teams__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--lighter-grey);
  padding: 30px 14px;
  height: 100%;
  cursor: pointer;
}

.teams__link--white {
  background-color: var(--white);
}

.teams__img {
  display: block;
  margin: 0 auto 20px auto;
}

.teams__name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

/*Заголовок*/

.header-subtitle {
  left: 100%;
  background: var(--red);
  height: 50px;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.header-subtitle__text {
  width: 150px;
  height: 100%;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
}

.header-subtitle__name {
  width: 300px;
  height: 100%;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
}

.header-subtitle__center {
  width: 600px;
  height: 100%;
}

/* Новости */

.news__list {
  list-style: none;
}

.news__item {
  margin: 0 0 30px 0;
  background-color: var(--white);
}

.news__link {
  display: flex;
  background: var(--white);
}

.news__picture {
  flex-shrink: 0;
  position: relative;
}

.news__picture:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: var(--red);
}

.news__img {
  display: block;
  object-fit: cover;
  width: 430px;
  height: 210px;
}

.news__content {
  padding: 35px 30px;
}

.news__date {
  color: var(--grey);
  margin: 0 0 10px 0;
}

.news__title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 52px;
}

.news__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 52px;
}

.news-unit__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news-unit__content {
  margin: 0 0 30px 0;
  color: var(--grey);
  font-size: 16px;
  line-height: 26px;
}

.news-unit__title {
  margin: 0 0 20px 0;
}

.news-unit__date {
  color: var(--grey);
  margin: 0 0 20px 0;
}

.video-container {
  margin: 60px 0;
}

.news-unit__content figure {
  margin: 60px 0;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* Шапка команд */

.team-head,
.team-head a {
  color: var(--white);
}

.team-head {
  box-shadow: 0 0 0 1000px rgba(var(--black-opacity), 0) inset;
  background-size: cover;
  background-position: center;
  background-color: var(--lighter-grey);
}

.team-head__container {
  display: flex;
  min-height: 360px;
  flex-direction: column;
}

.team-head .tabs {
  margin: auto 0 0 0;
}

.team-head__content {
  padding: 40px 0;
}

.team-head__top {
  margin: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.team-head__title {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-head__subtitle {
  font-size: 24px;
  line-height: 26px;
  color: var(--red);
  font-weight: 700;
}

.team-head__main {
  display: flex;
}

.team-head__picture {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin: 0 40px 0 0;
  padding: 10px;
  background-color: var(--white);
}

.team-head__img {
  display: block;
  width: 100%;
  height: auto;
}

.team-head__list {
  list-style: none;
  display: table;
}

.team-head__item {
  display: table-row;
  font-size: 16px;
  line-height: 20px;
}

.team-head__property {
  display: table-cell;
  height: 45px;
  color: var(--medium-grey);
  padding: 0 40px 0 0;
}

.team-head__item:last-child .team-head__property {
  height: 20px;
}

.team-head__value {
  display: table-cell;
  font-weight: 500;
}

.team-head .progress {
  margin: 5px 0 0 0;
}

/* Сортировка таблиц */

.sort-header span {
  position: relative;
  cursor: pointer;
}

.sort-header span:after {
  content: url("/img/sort-arrows.svg");
  width: 4px;
  height: 11px;
  position: absolute;
  right: -10px;
  top: 1px;
}

.sort-header.headerSortDown span:after {
  content: url("/img/sort-arrow-down.svg");
  width: 4px;
  height: 4px;
}

.sort-header.headerSortUp span:after {
  content: url("/img/sort-arrow-up.svg");
  width: 4px;
  height: 4px;
  top: -5px;
}

/*  дропдауны */

.filters-group {
  margin: 0 0 50px 0;
}

.filters {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
}

.filters__item {
  width: 220px;
}

.filters__item--calendar {
  width: auto;
  min-width: 140px;
}

.filters__item--short {
  width: 124px;
}

.filters__item--medium {
  width: 300px;
}

.filters__item:not(:last-child) {
  margin: 0 24px 0 0;
}

.filters-burger {
  display: none;
}

.filters-burger {
  fill: var(--black);
}

.filters-burger--white {
  fill: var(--white);
}

.top--small-justify .filters {
  margin: 0 0 24px 0;
}

  /* Подменю */

.submenu {
  background: var(--red);
}

.submenu__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
}

.submenu__title {
  color: var(--white);
  text-transform: uppercase;
  margin: 0 90px 0 0;
  font-size: 20px;
  line-height: 24px;
}

.submenu__list {
  list-style: none;
  display: flex;
  align-items: center;
}

.submenu__link {
  padding: 0 14px;
  color: rgba(var(--white-opacity), 0.7);
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.submenu__link:hover,
.submenu__item--active .submenu__link {
  color: var(--white);
  transition: 0.2s;
}

.submenu--tournament .submenu__link {
  font-size: 13px;
}

.submenu--tournament .submenu__item:first-child .submenu__link {
  padding: 0 14px 0 0;
}

.submenu__item--parent {
  display: none;
}

/*Турниры список*/

.tournaments__list {
  list-style: none;
}

.tournaments__item {
  width: 100%;
  margin: 0 0 30px 0;
  background-color: var(--white);
  height: 250px;
  display: flex;
}

.tournaments__content {
  display: flex;
  flex: 2;
  flex-direction: column;
  padding: 30px;
  max-width: calc(100% - 250px);
  height: 100%;
}

.tournaments__picture {
  flex-shrink: 0;
  position: relative;
}

.tournaments__picture .tournaments__title {
  display: none;
}

.tournaments__img {
  display: block;
  flex-shrink: 0;
  width: 250px;
  height: 250px;
}

.tournaments__top {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.tournaments__title {
  text-transform: uppercase;
  margin: 0 24px 0 0;
}

.tournaments__date {
  white-space: nowrap;
  margin: 0 20px 0 0;
}

.tournaments__description {
  font-size: 16px;
  line-height: 26px;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--grey);
  margin: 0 0 20px 0;
}

.tournaments__status {
  margin: 0 10px 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 120px;
}

.tournaments__status-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.tournaments__status-color--completed {
  background-color: var(--light-grey);
}

.tournaments__status-color--reception {
  background: var(--yellow);
}

.tournaments__status-color--started {
  background: var(--light-green);
}

.tournaments__status-color--soon {
  background: #fdb7c4;
}

.tournaments__status-text {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
}

.tournaments__link-box {
  display: flex;
  margin: auto 0 0 0;
}

.tournaments__link-box .link {
  margin: 0 40px 0 0;
}

.tournaments__block-title {
  margin: 70px 0 30px 0;
  line-height: 26px;
}

/*Матчи \ события \ судейский-корпус*/

.judiciary,
.match-stats {
  margin: 0 0 50px 0;
}

.judiciary__title,
.match-stats__title {
  margin: 0 0 30px 0;
}

.judiciary__list {
  list-style: none;
  display: flex;
}

.judiciary__item {
  width: 268px;
}

.judiciary__position {
  display: block;
  margin: 0 0 10px 0;
  color: var(--medium-grey);
}

.judiciary__name {
  display: block;
  font-weight: bold;
}

/*Матчи \ события \ статистика матча*/

.match-stats-bar {
  margin: 0 0 20px 0;
}

.match-stats-bar__title {
  display: block;
  margin: 0 0 10px 0;
  color: var(--medium-grey);
}

.match-stats-bar__row {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}

.match-stats-bar__content {
  height: 40px;
  background: var(--grey);
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  padding: 0 20px;
  min-width: 50px;
}

.match-stats-bar__content--right {
  background: var(--red);
}

.match-stats-bar__number {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: var(--white);
}

.match-stats-bar__content--left .match-stats-bar__number {
  text-align: right;
}

/* Турнир. Шахматка */

.tournament-chess,
.tournament-table {
  margin: 0 0 50px 0
}

.table-chess__empty {
  background-color: var(--lighter-grey);
}

.table__link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.table__link:hover {
  color: var(--red);
  transition: 0.2s;
}

.table__img {
  display: block;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.table-chess__team,
.table-table__team {
  padding: 0 10px 0 25px;
  width: 315px;
}

.table-chess__variable {
  padding: 0;
}

.table-chess__score {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.table-chess__score:hover {
  background-color: var(--red);
  color: var(--white);
  transition: 0.2s;
}

.table-chess__score:hover .table-chess__score-main:not(.table-chess__score-main--future) {
  text-decoration: underline;
  transition: 0.2s;
}

.table-chess__score:after {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background-color: var(--light-grey);
  bottom: 0;
  left: 10px;
  position: absolute;
}

.table-chess__score:last-child:after,
.table-chess__score:hover:after {
  display: none;
}

.table-chess__score-additional {
  font-size: 10px;
  line-height: 12px;
}

.table-chess .table__row:hover {
  background-color: var(--yellow);
  transition: 0.2s;
}

.table__text {
  font-weight: 700;
}

.table__text:hover {
  color: var(--red);
  transition: 0.2s;
}

.progress {
  list-style: none;
  display: flex;
  align-items: center;
}

.progress__item {
  margin: 0 7px;
}

.progress__link {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.progress__item--winner .progress__link {
  background-color: var(--light-green);
}

.progress__item--looser .progress__link {
  background-color: var(--dark-red);
}

.progress__item--draw .progress__link {
  background-color: var(--grey);
}

.table-table__form {
  width: 190px;
}

.table-table__form--full {
  width: auto;
}

.table-table__empty {
  width: 120px;
}

.empty-block {
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.empty-block__link {
  font-weight: 600;
  color: var(--black);
  text-decoration: underline;
}

.empty-block__link:visited {
  color: var(--black);
}

.empty-block--calendar {
  background-color: var(--lighter-grey);
  height: 158px;
  color: var(--grey);
  font-size: 16px;
  line-height: 26px;
  margin: 0 15px;
}

.empty-block--stats {
  background-color: var(--white);
  color: var(--grey);
  font-size: 16px;
  line-height: 26px;
  height: calc(100% - 40px);
}

.empty-block--sidebar {
  background-color: var(--white);
  color: var(--grey);
  font-size: 16px;
  line-height: 26px;
  margin: -30px 0 30px 0;
  height: 590px;
}

.table-table .table__row .table__cell--number,
.table-chess .table__row .table__cell--number {
  border-bottom: 1px solid rgba(var(--black-opacity), 0.1);
  border-right: 1px solid rgba(var(--black-opacity), 0.1);
}

/* Турнир. Статистика */

.tournament-stats__player {
  width: 300px;
  padding: 0 10px 0 25px;
}

.tournament-stats__team {
  width: 370px;
}

.tournament-stats__variable {
  padding: 0;
}

/* Профиль игрока */

.player-head {
  min-height: 390px;
  background-size: cover;
  background-color: var(--lighter-grey);
  background-position: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 1000px rgba(var(--black-opacity), 0) inset;
  color: var(--white);
}

.player-head__container {
  display: flex;
  padding: 40px 30px 0 30px;
}

.player-head__picture {
  background-color: var(--white);
  margin: 0 30px 0 0;
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  padding: 10px;
}

.player-head__logo {
  display: block;
  width: 100%;
  height: auto;
}

.player-head__list {
  display: table;
  list-style: none;
  padding: 26px 0 0 0;
}

.player-head__title {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.player-head__item {
  display: table-row;
  font-size: 16px;
  line-height: 20px;
}

.player-head__unit {
  color: var(--medium-grey);
  display: table-cell;
  padding: 0 40px 0 0;
  height: 45px;
}

.player-head__age {
  color: var(--medium-grey);
}

.player-head .tabs {
  margin: auto 0 0 0;
}

.player-stats__division {
  background-color: var(--lighter-grey);
}

.player-stats__division.table__row .table__cell {
  border-bottom: none;
}

.player-stats__title {
  text-transform: uppercase;
  font-weight: 700;
}

.player-stats__total {
  background-color: var(--red);
  color: var(--white);
}

.player-stats__variable {
  width: 120px;
}

.player-stats .table__cell:first-child {
  padding: 0 20px;
}

.player-stats .table__head {
  border-bottom: none;
}

.player-stats .table__row,
.transfer .table__row {
  border-right: none;
  border-left: none;
}

.transfer {
  table-layout: unset;
}

.transfer__arrow {
  width: 70px;
}

.transfer__date {
  width: 200px;
}

.transfer__team {
  padding: 0 30px;
}

/* Документы */

.documents__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.documents__item {
  width: 220px;
  margin: 0 30px 30px 0;
  background-color: var(--lighter-grey);
}

.documents__item:nth-child(5n) {
  margin: 0 0 30px 0;
}

.documents__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--lighter-grey);
  padding: 30px 14px;
  height: 100%;
  cursor: pointer;
}

.documents__icon {
  margin: 0 0 14px 0;
  flex-shrink: 0;
}

.documents__name {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
}

/* Шапка турнира */

.tournament-head {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white);
  box-shadow: 0 0 0 1000px rgba(var(--black-opacity), 0) inset;
}

.tournament-head__container {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 80px 30px 0 30px;
}

.tournament-head__title {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.tournament-head__description {
  font-size: 16px;
  line-height: 22px;
  max-width: 740px;
  padding: 10px 0 30px 0;
}

.tournament-head__container .tabs {
  margin: auto 0 0 0;
}

.loader {
  display: none;
  text-align: center;
  margin: 0 auto;
}

.loader > svg {
  animation-name: infinite-rotation;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes infinite-rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

/* Календарь */

.schedule__color-block {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  height: 40px;
  background-color: var(--red);
  padding: 0 20px;
  line-height: 40px;
  color: var(--white);
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.schedule__round-color-block,
.schedule__date {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
}

.schedule__date {
  margin: 0 0 20px 0;
}

.schedule__date-color {
  color: var(--red);
  margin: 0 10px 0 0;
}

.schedule__date-day {
  margin: 0 10px 0 0;
}

.schedule__date-time {
  display: none;
}

.schedule__list {
  list-style: none;
  margin: 0 0 30px 0;
}

.schedule__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--light-grey);
  height: 70px;
  min-height: 70px;
}

.schedule__time {
  font-weight: 700;
  width: 50px;
}

.schedule__place {
  color: var(--medium-grey);
  width: 230px;
}

.schedule__place-inside {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule__tour {
  color: var(--medium-grey);
  white-space: nowrap;
  width: 80px;
  padding: 0 5px;
}

.schedule__team {
  display: flex;
  align-items: center;
  width: calc((100% - 740px)/2);
  padding: 0 10px;
  height: 100%;
}

.schedule__team--left {
  justify-content: flex-end;
}

.schedule__team--left .schedule__team-name {
  text-align: right;
}

.schedule__team-name {
  font-weight: 700;
  margin: 0 10px;
}

.schedule__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
}

.schedule__additional {
  font-size: 10px;
  color: var(--red);
}

.schedule__team--right .schedule__team-logo {
  order: -1;
}

.schedule__tournament {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  height: 100%;
}

.schedule__tournament-main {
  font-weight: 700;
}

.schedule__tournament-round {
  color: var(--medium-grey);
}

.schedule__tournament-main,
.schedule__tournament-round {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.schedule__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 100%;
}

/* Модальное окно серии матчей */

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.playoff-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.playoff-modal__series {
  width: 628px;
  min-height: 200px;
  margin: 60px auto;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.schedule--modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  width: 100%;
  max-width: 700px;
  background-color: var(--lighter-grey);
  position: relative;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 15px;
}

.modal-series__top {
  height: 60px;
  background-color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-series__top-text {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.modal-series__top-close {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-series__top-icon {
  fill: var(--white);
}

.modal-series__teams {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.modal-series__img {
  display: block;
}

.modal-series__team {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-series__picture {
  background-color: var(--white);
  padding: 10px;
  margin: 0 0 20px 0;
}

.modal-series__team-name {
  font-weight: 700;
  text-align: center;
}

.modal-series__score {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  padding: 60px 0 0 0;
}

.schedule--modal .schedule__list {
  margin: 0;
  padding: 0 40px 40px 40px;
}

.schedule--modal .schedule__item {
  background-color: var(--white);
  flex-wrap: wrap;
  padding: 0 30px;
}

.schedule--modal .schedule__place,
.schedule--modal .schedule__tournament,
.schedule--modal .schedule__team-name {
  display: none;
}

.schedule--modal .schedule__team {
  width: unset;
  flex-grow: 1;
}

.schedule--modal .schedule__date {
  padding: 0 40px;
}

.schedule--modal .schedule__time,
.schedule--modal .schedule__arrow {
  width: 40px;
}

/* Команда. Состав */

.application__variable {
  width: 140px;
}

.application__player {
  padding: 0 20px;
}

/* Страница партнёров и судей */

.partners-block__list,
.referees__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.partners-block__item,
.referees__item {
  width: 220px;
  margin: 0 30px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  padding: 20px;
}

.partners-block__item:nth-child(5n),
.referees__item:nth-child(5n) {
  margin: 0 0 30px 0;
}

.partners-block__img,
.referees__img {
  display: block;
  margin: 0 0 14px 0;
}

.partners-block__content,
.referees__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.referees__content {
  align-items: center;
}

.partners-block__title,
.referees__title {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 14px 0;
}

.partners-block__button {
  display: block;
  width: 100%;
  background-color: var(--yellow);
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  text-align: center;
  margin: auto 0 0 0;
}

.referees__position {
  margin: 0 0 15px 0;
  text-align: center;
  color: var(--grey);
}

.referees__link {
  display: block;
  margin: auto 0 0 0;
}

/* Контакты */

.contacts__info {
  margin: 0 0 40px 0;
}

.contacts__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--grey);
}

.contacts__map iframe {
  max-width: 100%;
}

/* Дисклеймер cookie */

.cookie {
  display: none;
  background-color: var(--black);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  box-shadow: 0 1px 5px 0 rgba(var(--black-opacity),0.3);
  z-index: 2;
  margin: auto 0 0 0;
  color: var(--white);
}

.cookie__container {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie__text {
  line-height: 24px;
  margin: 0 20px 0 0;
}

.cookie__link {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 180px;
  height: 42px;
  text-align: center;
  background: var(--medium-grey);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie__button {
  margin: 0 0 0 10px;
  width: 180px;
  height: 42px;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
}

.cookie__buttons {
  display: flex;
  align-items: center;
}

.swipebox {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.swipebox > ul {
  position: absolute;
  height: 100%;
}

.swipebox[data-direction="right"] > ul {
  right: 0;
}

.swipebox[data-direction="left"] > ul {
  left: 0;
}

/* Личный кабинет */

.profile__content {
  display: flex;
  align-items: flex-start;
}

.profile__buttons {
  display: flex;
}

.profile__buttons .button:last-child {
  margin: 0;
}

.profile__picture {
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

.profile__img {
  display: block;
  margin: 0 0 40px 0;
}

.form--profile {
  width: 100%;
}

.profile__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin: 0 0 20px 0;
}

.profile__alert {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  margin: 14px 0 0;
  /*animation-iteration-count: 1;
  animation-delay: 5s;
  animation-duration: 2s;
  animation-name: alert-display;
  animation-fill-mode: forwards;*/
}

@keyframes alert-display {
  to {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
  }
}

.profile__alert--top {
  margin: 30px 0;
  width: 100%;
}

.profile__admin {
  margin: 0 0 40px 0;
}

/* Формы */

.form__label {
  display: inline-block;
  margin: 0 0 5px 0;
}

.form__input,
.form__textarea {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: var(--black);
  font-family: "Helvetica Neue", "Arial", sans-serif;
  outline: none;
  appearance: none;
  border: 1px solid var(--light-grey);
  box-shadow: unset;
}

.form__textarea {
  width: 100%;
  height: auto;
  padding: 10px 20px;
}

.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder {
  color: var(--grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: var(--grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: var(--grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: var(--grey);
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.form__group {
  margin: 0 0 14px 0;
  position: relative;
}

.form__group.required .form__label {
  position: relative;
}

.form__group.required .form__label:after {
  content: '*';
  position: absolute;
  right: -8px;
  top: 0;
  color: var(--dark-red);
  font-size: 16px;
}

.form__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.form__help {
  font-size: 10px;
  line-height: 20px;
  color: var(--red);
}

.form__link {
  font-size: 12px;
  line-height: 14px;
  color: var(--orange);
  padding: 10px;
  text-decoration: underline;
}

.form__text {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 20px 0;
}

.form--documents .form__file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form--documents .button,
.form--documents .button .form__label {
  margin: 0;
}

.form--documents .form__info {
  font-size: 14px;
  line-height: 16px;
  color: var(--black);
  margin: 0 0 14px;
}

.checkbox {
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.checkbox__container {
  display: flex;
  align-items: center;
}

.checkbox .form__label {
  cursor: pointer;
  margin: 0;
}

.checkbox__input {
  display: none;
}

.checkbox__indicator {
  flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid var(--dark-red);
  margin: 0 10px 0 0;
}

.checkbox__input:checked + .checkbox__indicator:after,
.checkbox__input:checked + .checkbox__indicator:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: var(--dark-red);
  bottom: 3px;
}

.checkbox__input:checked + .checkbox__indicator:after {
  transform: rotate(40deg);
  height: 9px;
  right: 4px;
}

.checkbox__input:checked + .checkbox__indicator:before {
  transform: rotate(-35deg);
  height: 6px;
  left: 4px;
}

.checkbox-heading {
  margin: 0 0 14px 0;
  font-weight: 500;
}

/* Вход на сайт */

.cabinet__wrapper {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 15px;
}

.cabinet__title {
  font-family: "Editorial Grotesk", "Arial", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.cabinet__text {
  margin: 0 0 20px 0;
  text-align: center;
}

.cabinet__form {
  margin: 0 0 30px 0;
}

.cabinet__form-body {
  margin: 0 0 30px 0;
}

.cabinet__links {
  margin: 20px 0 0 0;
  text-align: center;
}

.cabinet__link {
  display: block;
  padding: 5px;
  text-align: center;
  color: var(--dark-red);
}

.cabinet__link-inline {
  color: var(--dark-red);
}

.cabinet__alert {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.cabinet__info {
  text-align: center;
  padding: 0 12px 20px 12px;
}

.ug-textpanel-title a {
  color: #fff;
}

.table-chess__score_half {
  height: 50%;
}

.files {
  margin: 14px 0 0;
  list-style: none;
}

.files__link {
  padding: 5px;
  margin: 0 -5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.files__link:before,
.files__link:after {
  position: relative;
  top: 2px;
}

.files__link:before {
  content: url("/img/checkbox.svg");
}

.files__link:after {
  content: url("/img/delete.svg");
}

.mark {
  position: relative;
  bottom: 10px;
  left: 5px;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b0b7c0;
}

.mark--up {
  position: relative;
  bottom: 15px;
  left: 3px;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #13cf00;
  background-color: transparent;
}

.mark--down {
  position: relative;
  bottom: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 5px solid transparent;
  border-top: 5px solid #d81920;
  background-color: transparent;
}
