/* roboto */

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

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

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

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'),
  url('fonts/Roboto-Light.woff2') format('woff2'),
  url('fonts/Roboto-Light.ttf') format('truetype');
}

/* roboto condensed */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('Roboto-Condensed'),
  url('fonts/Roboto-Condensed-Regular.woff2') format('woff2'),
  url('fonts/Roboto-Condensed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('Roboto-Condensed-Bold'),
  url('fonts/Roboto-Condensed-Bold.woff2') format('woff2'),
  url('fonts/Roboto-Condensed-Bold.ttf') format('truetype');
}

/* raleway */

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

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

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
  url('fonts/Raleway-ExtraBold.woff2') format('woff2'),
  url('fonts/Raleway-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'),
  url('fonts/Raleway-ExtraBoldItalic.woff2') format('woff2'),
  url('fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
}

/* oswald */

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

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Oswald Light'), local('Oswald-Light'),
  url('fonts/Oswald-Light.woff2') format('woff2'),
  url('fonts/Oswald-Light.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'),
  url('fonts/Oswald-SemiBold.woff2') format('woff2'),
  url('fonts/Oswald-SemiBold.ttf') format('truetype');
}

html {
  box-sizing: border-box;
}

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

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.clear {
  clear: both;
  height: 0;
  width: 100%;
}

.body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 1230px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  background-color: #ececec;
  overflow-x: hidden !important;
}

.body.fixed,
.body.always-fixed {
  padding-top: 130px;
}

/*для главной страницы {
    background-color: #2a0a49;
    background-image: url("../img/background-slice.jpg");
}*/

a {
  text-decoration: none;
  color: #000000;
}

img {
  max-width: 100%;
}

.link {
  padding: 0;
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
}

.empty-block {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.button {
  display: block;
  padding: 4px 0;
  width: 100%;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  color: #0091cd;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #7fc8e5;
  outline: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.button:hover {
  background-color: #0091cc;
  color: #ffffff;
}

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

.button:disabled:hover {
  background-color: #0091cc;
}

.button--slim {
  line-height: 30px;
}

/*Главная страница*/

/*Шапка*/

.body > .header {
  position: relative;
  z-index: 999;
  min-height: 130px;
  background: radial-gradient(circle at top, #1f4ba0 5%, #2a0a49 80%);
}

.body.fixed > .header,
.body.always-fixed > .header {
  position: fixed;
  top: 0;
  width: 100%;
}

.body > .header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  background-image: url("../img/pattern.png");
}

.header__top,
.header__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
  margin: 0 auto;
}

.header__logo {
  width: 181px;
  height: 58px;
  margin-top: 10px;
}

.header__top-container {
  position: relative;
  height: 100%;
}

.header__BSR {
  display: flex;
  height: 100%;
  align-items: center;
}

.header__top-container::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 700px;
  height: 130px;
  background-image: url("../img/header-background.png");
  background-position: -350px 0;
}

.header__top {
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding: 0 0 0 20px;
}

.header__bottom-wrapper {
  min-height: 45px;
  background-color: rgba(42, 10, 73, 0.3);
}

.header__bottom {
  justify-content: space-between;
  padding: 0 0 0 19px;
}

.header__bottom-container {
  display: flex;
}

.search-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 150px;
  height: 45px;
}

.search-header__icon {
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-header .search {
  fill: #ffffff;
}

.header__input {
  width: 100%;
}

.lang {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 17px 0 10px;
  list-style: none;
}

.lang__item {
  height: 100%;
}

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

.lang__item:last-child .lang__link {
  padding: 0 0 0 5px;
}

.lang__img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

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

.social__item {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 20px;
}

.social__item:last-child {
  margin-right: 0;
}

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

.social__item--instagram {
  background-image: linear-gradient(10deg, #fdc565 2%, #ae318f 80%, #6d51c4 100%);
}

.svg-icon--instagram {
  fill: #ffffff;
  vertical-align: middle;
}

.social__item--vk {
  background-color: #4a6b8e;
}

.svg-icon--vk {
  fill: #ffffff;
  vertical-align: middle;
}

.social__item--fb {
  background-color: #3e5b99;
}

.svg-icon--fb {
  fill: #ffffff;
  vertical-align: middle;
}

.social__item--youtube {
  background-color: #ffffff;
}

.svg-icon--youtube {
  fill: #ff4847;
  vertical-align: middle;
}

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

.navigation__unit {
  position: relative;
  z-index: 2;
  text-align: center;
}

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

.navigation__unit-link {
  display: block;
  padding: 0 25px;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 13px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.navigation__unit:hover .navigation__unit-link {
  color: #ffe826;
}

.navigation__unit--active:hover .navigation__unit-link {
  color: #ffffff;
}

.navigation__unit--russia {
  position: relative;
  width: 192px;
}

.navigation__unit--russia::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  width: 20px;
  height: 22px;
  background: url("../img/herb.png");
  background-repeat: no-repeat;
}

.navigation__unit--russia-active::after,
.navigation__unit--russia:hover::after {
  display: none;
}

.navigation__unit--russia .navigation__unit-link {
  font-weight: 800;
  font-style: italic;
  padding: 0 30px;
}

.navigation__unit--russia:hover,
.navigation__unit--russia-active {
  background: #e7352d url("../img/herb-white.png");
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 3px;
  background-blend-mode: overlay;
}

.navigation__unit--russia:hover .navigation__unit-link {
  color: #ffffff;
}

/* Статьи список */

.articles__item {
  display: flex;
  width: 100%;
  height: 215px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.articles__picture {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 320px;
  height: 215px;
}

.articles__img {
  filter: brightness(80%);
}

.articles__img:hover {
  filter: brightness(90%);
}

.articles .flag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 55px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles .flag__text {
  font-family: "Oswald", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.articles .flag--photo,
.articles .flag--video {
  min-width: 75px;
}

.articles .flag--photo .flag__text,
.articles .flag--video .flag__text {
  font-size: 11px;
  padding-left: 5px;
}

.articles__content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 320px);
  padding: 0 30px;
}

.articles__top {
  display: flex;
  height: 25px;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  color: #727272;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
}

.articles__date-time {
  flex-shrink: 0;
  font-family: "Roboto Condensed", "Arial", sans-serif;
}

.articles__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding-left: 25px;
}

.articles__tags::before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 13px;
  left: 12px;
  top: 1px;
}

.articles__tag {
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
  text-transform: none;
  font-size: 13px;
  line-height: 14px;
  margin: 5px 15px 5px 0;
  color: #727272;
  border-bottom: 1px solid #727272;
}

.articles__tag:hover {
  color: #727272;
  text-decoration: none;
}

.articles__title {
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  color: #2a0a49;
}

.articles__title:hover {
  color: #2a0a49;
  text-decoration: none;
}

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

.articles--super-top {
  position: relative;
  width: 100%;
  height: 190px;
  margin-bottom: 30px;
}

.articles--super-top .articles__title {
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  line-height: 31px;
}

.articles--super-top .articles__img {
  display: block;
  filter: brightness(50%);
}

.articles--super-top .articles__link:hover .articles__img {
  filter: brightness(60%);
}

.articles--super-top .articles__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.articles--super-top .articles__text {
  font-size: 18px;
  line-height: 20px;
}

.articles--super-top .articles__link {
  display: block;
  width: 100%;
  height: 190px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  margin: 0 0 20px 0;
  list-style: none;
  font-size: 13px;
  line-height: 25px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.tags__text {
  padding-right: 10px;
}

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

.tag__text {
  font-weight: 400;
  color: #727272;
}

/* Топовые статьи */

.articles--top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.articles--top .articles__item {
  width: 415px;
  flex-direction: column;
  height: auto;
  margin-right: 15px;
  overflow: visible;
  margin-bottom: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

.articles--top .articles__item:nth-child(2n) {
  margin-right: 0;
}

.articles--top .articles__picture {
  width: 415px;
  height: 280px;
}

.articles--top .articles__content {
  position: relative;
  width: 100%;
  padding: 20px 25px 30px 25px;
}

.articles__author {
  margin: 0;
  font-size: 12px;
  color: #727272;
}

.articles__author span:first-child {
  margin-right: 5px;
}

.articles--top .articles__date-time {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  margin: 0;
  padding: 0 25px;
  background-color: #ffffff;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #0091cd;
  text-transform: uppercase;
  vertical-align: bottom;
}

.articles--top .articles__title {
  margin: 12px 0;
}

.articles--inner-top {
  margin-top: 20px;
}

.articles--inner-top .articles__item {
  width: 385px;
  margin-bottom: 15px;
}

.articles--inner-top .articles__item:nth-child(2n) {
  margin-right: 15px;
}

.articles--inner-top .articles__item:nth-child(3n) {
  margin-right: 0;
}

.articles--inner-top .articles__picture {
  width: 385px;
  height: 260px;
}

.articles--inner-top .articles__tags {
  padding: 0;
}

.articles--inner-top .articles__tags::before {
  content: "";
}

/* Новости */

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

.news__group {
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.news__group:last-of-type {
  border-bottom: 0;
  margin-bottom: 30px;
}

.news__item {
  display: flex;
  margin-bottom: 20px;
}

.news__text,
.news__text:hover {
  color: #000000;
}

.news--sidebar .news__text {
  color: #2a0a49;
}

.news__item--top {
  font-weight: 700;
}

.news__date {
  font-size: 14px;
  color: #0091cc;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial", sans-serif;
}

.news__year {
  padding-left: 5px;
  font-weight: 400;
}

.news__time {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #727272;
  margin-right: 10px;
}

.news--sidebar .news__group {
  margin: 20px 0;
}

.news--sidebar .news__group:last-of-type {
  margin-bottom: 20px;
}

.news--sidebar .news__date {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
}

.button--news {
  background-color: #2a0a49;
  color: #ffffff;
  border: 0;
}

.button--news:hover {
  background-color: #69537f;
}

/* Топовые новости в сайдбаре */

.sidebar-top {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.sidebar-top__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.sidebar-top__item:first-child {
  z-index: 5;
  padding-top: 40px;
}

.sidebar-top__item:nth-child(2) {
  z-index: 4;
}

.sidebar-top__item:nth-child(3) {
  z-index: 3;
}

.sidebar-top__item:nth-child(4) {
  z-index: 2;
}

.sidebar-top__item:nth-child(5) {
  z-index: 1;
}

.sidebar-top__item:last-child {
  border-bottom: 0;
}

.sidebar-top__link {
  display: block;
  padding: 12px 20px;
}

.sidebar-top__time {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 7px;
  color: #898989;
}

.sidebar-top__text {
  color: #2a0a49;
}

.sidebar-top__item--positive {
  background-color: #e5f4cd;
}

.sidebar-top__item--negative {
  background-color: #fdeaea;
}

.sidebar-top__item--positive .sidebar-top__time,
.sidebar-top__item--negative .sidebar-top__time {
  position: relative;
  padding-left: 20px;
}

.sidebar-top .good-smile,
.sidebar-top .bad-smile {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-translations .socials-sidebar {
  margin-bottom: 30px;
}

/* Разделы медиа на главной */

.media {
  margin-bottom: 20px;
}

.button--media {
  min-width: 107px;
  width: auto;
  padding: 0 25px;
  background-color: #fbb711;
  color: #000000;
  line-height: 30px;
  font-size: 11px;
  letter-spacing: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.button--media:hover {
  background-color: #fccc58;
}

.mediaslider-albums .button--media {
  background-color: #0091cc;
  color: #ffffff;
}

.mediaslider-albums .button--media:hover {
  background-color: #4cb2db;
}

.mediaslider-videos .button--media:hover {
  color: #000000;
}

.media__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #bdbdbd;
}

.media__title {
  margin: 0;
  text-transform: uppercase;
  color: #2a0a49;
  font-weight: 700;
  font-size: 20px;
}

.media .media__dots {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.media__wrapper {
  margin-top: 15px;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  overflow: hidden;
}

.media__list {
  overflow: hidden;
  min-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.media__link {
  display: block;
}

.media__item {
  width: 271px;
  float: left;
  margin: 0 10px 0 0;
}

.media__item a:hover {
  text-decoration: none;
}

.media__img {
  display: block;
  filter: brightness(80%);
}

.mediaslider.mediaslider-mix .media__list .media__item {
  margin-right: 16px;
}

.mediaslider.mediaslider-mix .media__list .media__item:last-child {
  margin-right: 0;
}

.mediaslider.mediaslider-mix .tns-inner .media__list .media__item {
  margin-right: 0;
}

.mediaslider.mediaslider-mix .media__img {
  width: 271px;
  height: 180px;
}

.media__img:hover {
  filter: brightness(90%);
}

.media__content {
  min-height: 123px;
  padding: 18px 15px;
  background-color: #f2f2f2;
}

.mediaslider-albums .media__content {
  background-color: #ebe9ec;
}

.mediaslider-videos .media__content {
  background-color: #fddb88;
}

.media__content-title {
  margin: 0 0 8px 0;
  font-size: 14px;
  height: 68px;
  color: #000000;
  overflow: hidden;
}

.mediaslider-albums .media__content-title {
  color: #2a0a49;
}

.mediaslider-videos .media__content-title {
  color: #1f4ba0;
}

.media__date {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #5c5c5c;
}

.media__tag {
  position: relative;
  padding: 20px 0 0 0;
}

.media__tag a {
  font-size: 11px;
  color: #919191;
}

.media__tag::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 10px;
  background-color: #dedede;
}

.media__picture {
  position: relative;
}

.media__icon {
  position: absolute;
  width: 50px;
  height: 46px;
  z-index: 2;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media__picture--video::after {
  content: "\f04b";
  position: absolute;
  width: 68px;
  height: 68px;
  z-index: 2;
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -34px;
  font-family: "FontAwesome";
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

/* Медиа на внутренней странице */

.media--inner .media__wrapper {
  margin-top: 0;
  padding-bottom: 0;
}

.media--inner .media__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.media--inner .media__item {
  flex-shrink: 0;
  width: 285px;
  margin: 0 16px 20px 0;
  background-color: #f2f2f2;
}

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

/* Прямые трансляции */

.broadcast {
  margin-bottom: 40px;
}

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

.broadcasts__item {
  width: 415px;
  margin: 0 15px 30px 0;
}

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

.broadcasts__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.broadcasts__img {
  display: block;
  filter: brightness(80%);
}

.broadcasts__img:hover {
  display: block;
  filter: brightness(90%);
}

.broadcasts__tournament {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px 0;
}

.broadcasts__match {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 35px;
}

.broadcasts__empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 180px 0 180px;
}

.broadcasts__empty-text {
  font-family: "Oswald", "Arial", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 25px;
  color: #adadad;
  text-transform: uppercase;
  text-align: center;
}

.broadcast iframe {
  max-width: 845px !important;
}

.arrow-back,
.arrow-forward {
  display: block;
  width: 10px;
  height: 100%;
  margin: 0;
  stroke: #ffffff;
}

.navigation__unit--active,
.sidebar__navigation-item--active,
.navigation__unit--active:hover,
.sidebar__navigation-item--active:hover {
  background-color: #0e6bae;
}

.navigation__unit--active > a {
  color: #ffffff;
}

.live {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
  border: 1px solid #e7342d;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 1px 0 2px;
}

.live::before {
  content: "Live";
  position: absolute;
  top: -1px;
  left: 2px;
  height: 100%;
  font-family: "Oswald", "Arial", sans-serif;
  font-size: 8px;
  color: #e7342d;
  text-transform: uppercase;
}

/*Основное содержание*/

.main {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 403px);
  width: 1230px;
  margin: auto;
}

.main.with-brand {
  margin-top: 230px;
}

.main-brand {
  position: fixed;
  top: 130px;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: 50% -130px !important;
  background-size: 100% cover !important;
}

.main-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 1230px;
  min-height: calc(100vh - 404px);
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #ffffff;
}

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

.main-content {
  width: 845px;
}

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

.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.page-title__text {
  margin: 0;
  padding: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-title .select-unit {
  margin-right: 0;
}

/*Сайдбар*/

.sidebar {
  width: 325px;
}

.sidebar__block-title {
  margin: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
  padding: 12px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #bdbdbd;
  color: #2a0a49;
}

.sidebar__block--top .sidebar__block-title {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 10px;
  background: linear-gradient(to right, #fbba1a 60%, #fff9eb);
  padding: 6px 20px;
  border-bottom: 0;
}

.sidebar__block--top {
  position: relative;
}

.sidebar__block-group {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 0;
  padding: 10px 0;
}

.sidebar__block-group p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

/* Рейтинг в сайдбаре */

.sidebar__block--rating {
  margin-bottom: 30px;
}

.sidebar__block--rating .sidebar__block-title {
  background: linear-gradient(to right, #fc7e1d 60%, #cc750029);
  padding: 6px 20px;
}

.sidebar-rating {
  width: 100%;
  margin-bottom: 15px;
}

.sidebar-rating__cell {
  height: 38px;
  padding-left: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-rating__head .sidebar-rating__cell {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7f7f7f;
}

.sidebar-rating__cell--number {
  width: 8%;
}

.sidebar-rating__cell--points {
  width: 25%;
  text-align: center;
}

.sidebar-rating__head .sidebar-rating__cell--points {
  text-align: center;
}

.sidebar-rating__cell--flag {
  width: 8%;
}

.sidebar-rating__row--russia {
  background-color: #e5f4fb;
}

.sidebar-rating__row--russia .sidebar-rating__cell {
  font-weight: 600;
}

/* Турнирный виджет в сайдбаре */

.sidebar__block-title--tournament {
  display: block;
  font-weight: 800;
  font-family: "Raleway", Arial, sans-serif;
  color: #fbc02e;
  border-bottom: 0;
  text-align: left;
  padding: 6px 20px;
  background: linear-gradient(to right, #1e408b 60%, #0091cc29);
}

.sidebar-tournament {
  width: 100%;
  margin-bottom: 15px;
}

.sidebar-tournament__cell {
  height: 38px;
  padding-left: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-tournament__head .sidebar-tournament__cell {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7f7f7f;
  border-top: 1px solid #e8e8e8;
}

.sidebar-tournament__cell--number {
  width: 30px;
}

.sidebar-tournament__cell--points,
.sidebar-tournament__cell--games {
  width: 30px;
  text-align: center;
}

.sidebar-tournament__cell--points {
  width: 40px;
  padding-right: 10px;
}

.sidebar-tournament__cell--logo {
  width: 30px;
  padding: 0;
}

.sidebar-tournament__team {
  display: block;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-tournament__head .sidebar-tournament__cell--games,
.sidebar-tournament__head .sidebar-tournament__cell--points {
  text-align: center;
}

.sidebar-tournament__team-head {
  padding-left: 0;
}

.sidebar-tournament__logo {
  display: flex;
  height: 100%;
  align-items: center;
}

.table--tournaments .table__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table--tournaments .table__container-sep {
  padding: 0 4px;
}

.table--tournaments {
  width: 100%;
  margin-bottom: 15px;
}

.table--tournaments .table__cell--date {
  min-width: 78px;
  width: 78px;
  text-align: center;
}

.table--tournaments .table__cell--teams {
  min-width: auto;
  padding: 10px 0;
}

.table--tournaments .table__links {
  width: 84px;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table--tournaments .table__links:nth-child(1) {
  text-align: right;
}

.table--tournaments .table__cell--score {
  width: 64px;
}

.table--tournaments .table__score-additional {
  margin: 0;
}

.table--tournaments .table__cell--score .table__link {
  flex-wrap: wrap;
  justify-content: center;
}

.table--tournaments .table__head .table__cell--title {
  text-align: center;
  font-size: 20px;
}

.navigation-cont {
  display: flex;
}

.navigation-cont .socials {
  margin-left: auto;
  padding: 0 20px;
}

.inner-navigation {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

.inner-navigation__item {
  border-radius: 2px 2px 0 0;
  margin: 0 7px 0 0;
  background-color: #23317d;
}

.inner-navigation--russia .inner-navigation__item {
  background-color: rgba(31, 75, 160, 0.9);
}

.inner-navigation__item--active,
.inner-navigation--russia .inner-navigation__item--active {
  background-color: #ffffff;
}

.inner-navigation__item--active .inner-navigation__link,
.inner-navigation--russia .inner-navigation__item--active .inner-navigation__link {
  color: #000000;
}

.inner-navigation__link {
  display: block;
  font-size: 13px;
  line-height: 40px;
  padding: 0 15px;
  color: #ffffff;
}

.inner-navigation__item:not(.inner-navigation__item--active) .inner-navigation__link:hover {
  color: #ffffff;
}

.inner-navigation-wrapper--media {
  width: 100%;
  padding: 0;
}

.drop-menu {
  display: none;
  padding: 10px 0;
  background: linear-gradient(to right, #232c76, #252269);
  border-radius: 0 0 4px 4px;
  list-style: none;
}

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

.drop-menu__item-link {
  color: #ffffff;
  line-height: 32px;
  text-align: left;
  padding: 0 22px;
  display: block;
}

.drop-menu__item-link:hover {
  color: #0091cc;
}

/* Таблицы */

.table {
  border-spacing: 0;
  margin: 20px 0;
}

.table--no-margin {
  margin: 0;
}

.table__row:nth-child(odd) {
  background-color: #f1f6f7;
}

/* Для таблицы .table--without-head*/
.table--without-head .table__row:nth-child(even) {
  background-color: #f1f6f7;
}

.table__row:hover {
  background-color: #fffbdc;
}

.table__row--pointer {
  cursor: pointer;
}

.table__head {
  background-color: #d8eaf2;
}

.table__head .table__cell {
  position: relative;
  height: 37px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 11px;
  color: #396071;
  border-bottom: 3px solid #0095d9;
}

.table__cell {
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  text-align: left;
  padding: 10px;
  font-family: "Roboto Condensed", "Arial", sans-serif;
}

.table__head .table__cell span {
  cursor: pointer;
  padding-right: 13px;
  position: relative;
}

.table__head .table__cell span::before,
.table__head .table__cell span::after {
  position: absolute;
  top: 50%;
  font-family: 'FontAwesome';
  padding-left: 5px;
  right: 0;
  color: #396071;
}

.table__head .table__cell span::before {
  content: "\f107";
  margin-top: -5px;
}

.table__head .table__cell span::after {
  content: "\f106";
  margin-top: -11px;
}

.table__head .headerSortDown span,
.table__head .headerSortUp span {
  color: #ed6a36;
}

.table__head .headerSortDown span::before,
.table__head .headerSortUp span::after {
  color: #ed6a36 !important;
}

.table__row:last-child .table__cell {
  border-bottom: 1px solid #ccd2d5;
}

.table__cell--grey,
.table__cell--grey .table__link {
  color: #636363;
}

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

.table__cell--bold {
  font-size: 17px;
  font-weight: 700;
}

.table__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  cursor: pointer;
}

.table__link--inline {
  display: inline-flex;
  width: auto;
}

.table__links-container {
  padding: 10px;
}

.table__links[href]:hover,
.table__link[href]:hover span {
  text-decoration: underline;
}

.table__cell--group {
  min-width: 85px;
}

.table__cell--tour {
  min-width: 50px;
}

.table__cell--date {
  min-width: 135px;
}

.table__cell--time {
  min-width: 135px;
}

.table__cell--teams {
  min-width: 250px;
}

.table__cell--score,
.table__cell--player,
.table__cell--team {
  padding: 0;
}

.table__cell--green .table__link {
  color: #48a808;
}

.table__cell--red .table__link {
  color: #e7342d;
}

.table__score-main {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.table__score-additional {
  margin-left: 10px;
  white-space: nowrap;
}

.table__cell--flag {
  padding: 0 10px;
}

.table__cell--score .table__link,
.table__cell--player .table__link,
.table__cell--team .table__link {
  padding: 10px;
}

.table-wrapper__title {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
}

.table--team-match .table__cell--score {
  text-align: left;
  min-width: 80px;
}

.table__cell--icons {
  padding-right: 20px;
}

.table__files {
  display: flex;
}

.table__file {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}

.team-calendar {
  width: 845px;
}

.team-calendar .table__cell--date,
.team-calendar .table__cell--time,
.team-calendar .table__cell--teams {
  min-width: auto;
}

.team-stats .table--grid {
  margin: 20px 0;
}

.table--team-statistic {
  width: 100%;
}

.table--team-statistic .table__link {
  text-align: left;
}

.table--team-statistic .table__cell {
  text-align: center;
}

.table--team-statistic .table__cell--tournament {
  width: 240px;
  text-align: left;
}

.table--team-statistic .table__row:last-child .table__cell {
  border-bottom: 0;
}

.table--team-statistic .table__cell--season-all,
.table--team-statistic .table__cell--all {
  text-align: left;
}

.table__row--season-all .table__cell {
  border-top: 1px solid #ccd2d5;
}

.table__row--all,
.table__row--all:hover {
  background-color: #d8eaf2;
  font-weight: 700;
  text-align: left;
}

.table--team-statistic .table__cell--season {
  text-align: left;
  min-width: 110px;
}

.table--team-statistic-russia .table__row--all .table__cell {
  border-top: 1px solid #06769e;
}

.table--team-players {
  width: 100%;
}

.table--team-players td.table__cell--player {
  min-width: 150px;
}

.table--player-stats {
  width: 845px;
  border-bottom: 1px solid #ccd2d5;
}

.table--player-stats .table__row:nth-child(odd) {
  background-color: transparent;
}

.table--player-statistics .table__row:nth-child(even) {
  background-color: #f1f6f7;
}

.table--player-stats .table__row--total {
  background-color: #f1f6f7 !important;
}

.table--player-stats .table__row:hover {
  background-color: transparent;
}

.table--player-stats .table__row:last-child .table__cell {
  border-bottom: 0;
}

.table__row--total .table__cell {
  font-size: 15px;
  font-weight: 700;
}

.table--player-stats .table__cell--first {
  width: 600px;
}

.table__cell--inner-table {
  padding: 0;
}

.inner-table {
  width: 100%;
  border-spacing: 0;
}

.table--player-stats .inner-table .table__row:nth-child(even) {
  background-color: #f1f6f7;
}

.table--player-stats .inner-table .table__row.table__row--no-background {
  background-color: #ffffff;
}

.table--player-stats .table__row--team-total {
  height: 50px;
  background-color: #ffffff;
}

.table--player-stats .inner-table .table__row--team-total .table__cell {
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #ccd2d5;
  border-bottom: 1px solid #ccd2d5;
}

.table--player-stats--referee .inner-table .table__row--team-total .table__cell {
  font-weight: 400;
  border-top: none;
}

.table--player-stats .team-logo {
  margin-right: 10px;
}

.table__cell--value,
.table__head .table__cell--value {
  width: 49px;
  text-align: center;
}

.table__head .table__cell--value {
  padding: 0;
}

.table--player-stats .table__cell--team {
  width: 600px;
}

.table--team-statistic .table__match .table__link,
.table--player-stats .table__match .table__link,
.table--player-stats .table__cell--tournament .table__link {
  display: inline;
  padding: 0;
  height: auto;
  margin-right: 5px;
}

.table--team-statistic .table__grey,
.table--player-stats .table__grey {
  font-size: 11px;
  color: #636363;
}

.table--team-statistic .table__cell--match,
.table--team-statistic .table__cell--round,
.table--team-statistic .table__cell--tournament,
.table--player-stats .table__cell--match,
.table--player-stats .table__cell--tournament {
  width: 300px;
}

.table--team-statistic .table__cell--match {
  text-align: left;
}

.table--player-stats .table__cell--tournament .table__link {
  display: block;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table--world-rating {
  width: 100%;
}

.table--world-rating .table__row .table__cell {
  font-size: 17px;
}

.table__cell--dynamics,
.table__cell--place {
  text-align: center;
}

.table__cell--dynamics {
  width: 100px;
}

.table__cell--dynamics-up {
  color: #48a808;
}

.table__cell--dynamics-down {
  color: #e7342d;
}

.table__cell--dynamics .fa {
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}

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

.dynamics__value {
  display: inline-block;
  width: 40px;
  text-align: end;
}

.table__cell--place {
  width: 90px;
}

.table__cell--points {
  width: 125px;
}

.table--world-rating .table__row--russia {
  background-color: #d8eaf2;
}

.table__row--russia .table__cell {
  font-weight: 700;
}

.world-rating .table-wrapper {
  display: flex;
}

.world-rating .selects {
  margin: 0 0 0 65px;
}

.world-rating .table-wrapper__title {
  margin: 0;
  line-height: 35px;
}

.table--national-player-stats {
  width: 100%;
}

.table--national-player-stats .table__cell {
  text-align: center;
  min-width: 60px;
}

.table--national-player-stats .table__cell--season {
  text-align: left;
  min-width: 100px;
}

.table__row--total {
  background-color: #cee5ef !important;
}

.table__row--total .table__cell {
  font-weight: 700;
  border-top: 1px solid #06769e;
}

.table--national-player-stats .table__row:last-child .table__cell {
  border-bottom: 0;
}

.table-note {
  position: relative;
  top: -10px;
  font-size: 11px;
  color: #878787;
  margin: 0;
}

.table--national-player-last-matches {
  width: 100%;
}

.table--national-player-last-matches .table__cell {
  text-align: center;
  min-width: 60px;
}

.table--national-player-last-matches .table__cell--team {
  text-align: left;
  width: 235px;
}

.table--national-player-last-matches .table__cell--team span {
  display: block;
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table--national-player-last-matches .table__cell--date {
  text-align: left;
}

.table--national-player-career {
  width: 100%;
}

.table--national-player-career .table__cell {
  text-align: center;
  min-width: 60px;
}

.table--national-player-career .table__cell--season {
  text-align: left;
  min-width: 100px;
}

.table--national-player-career .table__cell--team {
  text-align: left;
}

.table--national-player-career .table__cell--team .table__links-container {
  text-align: left;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table--national-player-career .table__row:last-child .table__cell {
  border-bottom: 0;
}

.tabs--national {
  margin-bottom: 30px;
}

.tabs--national .tabs__navigation {
  margin-bottom: 0;
}

.tabs--national .tabs__navigation-wrapper {
  justify-content: space-between;
  align-items: center;
}

.tabs--national .selects {
  margin: 0;
}

.tabs--national .select-unit {
  margin-right: 0;
  margin-left: 30px;
}

.tabs--national .select-unit--tournament .select {
  min-width: 160px;
}

.table--national-player-matches {
  width: 100%;
}

.table--national-player-matches .table__row:nth-child(odd) {
  background-color: transparent;
}

.table--national-player-matches .table__cell {
  width: 60px;
  text-align: center;
}

.table--national-player-matches .table__row:last-child .table__cell {
  border-bottom: 0;
}

.table--national-player-matches .table__cell--match {
  width: 350px;
  text-align: left;
}

.table--national-player-matches .table__cell--date {
  text-align: left;
  width: 60px;
  min-width: 0;
}

.table--national-player-matches .inner-table .table__row:nth-child(even) {
  background-color: #f1f6f7;
}

.table--national-player-matches .inner-table .table__row:hover {
  background-color: #fffbdc;
}

.table--national-player-matches .inner-table__head {
  background-color: #ffffff;
  border-bottom: 1px solid #ccd2d5;
}

.table--national-player-matches .inner-table__head-container {
  display: flex;
  font-size: 14px;
}

.table--national-player-matches .inner-table__head-container .table__link {
  width: auto;
}

.table--national-player-matches .inner-table__head-container .table__links {
  font-weight: 400;
}

.table--national-player-matches .table__match .table__link {
  display: inline;
  padding: 0;
  height: auto;
  margin-right: 5px;
}

.table--national-player-matches .inner-table .table__row:last-child .table__cell {
  border-bottom: 1px solid #ccd2d5;
}

.table__cell--medium {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 500;
}

.national-player-achievements {
  width: 600px;
}

.national-player-achievements .table-wrapper__title {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccd2d5;
}

.table--achievements {
  width: 100%;
  margin: 0 0 25px 0;
}

.national-player-achievements__tournament {
  padding: 0 10px;
  line-height: 36px;
  font-weight: 700;
}

.table--achievements .table__cell--season {
  min-width: 125px;
}

.table--achievements .table__cell--place {
  min-width: 125px;
  text-align: left;
}

.table--referee .table__row:nth-child(odd) {
  background-color: transparent;
}

.table--referee .table__cell--match {
  width: 380px;
  text-align: left;
}

.table--referee .table__cell--date {
  text-align: left;
  width: 142px;
  min-width: 0;
}

.table--referee .inner-table .table__row:nth-child(even) {
  background-color: #f1f6f7;
}

.table--referee .inner-table .table__row:hover {
  background-color: #fffbdc;
}

.table--referee .inner-table__head {
  background-color: #ffffff;
  border-bottom: 1px solid #ccd2d5;
  font-size: 14px;
}

.table--referee .table__match .table__link {
  display: inline;
  padding: 0;
  height: auto;
  margin-right: 5px;
}

.table--referee .inner-table .table__row:last-child .table__cell {
  border-bottom: 1px solid #ccd2d5;
}

.inner-table--stadium {
  width: 100%;
}

.inner-table--stadium .table__cell--date {
  width: 60px;
  min-width: 0;
}

.inner-table--stadium .table__row:nth-child(odd) {
  background-color: #f1f6f7;
}

.inner-table--stadium .table__row:hover {
  background-color: #fffbdc;
}

.inner-table--stadium .inner-table__head {
  background-color: #d8eaf2;
}

.inner-table--stadium .inner-table__head .table__cell {
  height: 42px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 3px solid #0095d9;
}

.inner-table--stadium .table__match .table__link {
  display: inline;
  padding: 0;
  height: auto;
  margin-right: 5px;
}

.inner-table--stadium .table__row:last-child .table__cell {
  border-bottom: 1px solid #ccd2d5;
}

.table--coach-inner {
  width: 695px;
  margin: 30px 0;
}

.inner-table--coach {
  width: 100%;
}

.inner-table--coach .table__cell--date {
  width: 60px;
  min-width: 0;
}

.inner-table--coach .table__row:nth-child(odd) {
  background-color: #f1f6f7;
}

.inner-table--coach .table__row:hover {
  background-color: #fffbdc;
}

.inner-table--coach .inner-table__head {
  background-color: #d8eaf2;
}

.inner-table--coach .inner-table__head .table__cell {
  height: 42px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 3px solid #0095d9;
}

.inner-table--coach .table__match .table__link {
  display: inline;
  padding: 0;
  height: auto;
  margin-right: 5px;
}

.inner-table--coach .table__row:last-child .table__cell {
  border-bottom: 0;
}

.inner-table--coach .inner-table__head-container {
  display: flex;
}

.inner-table--coach .inner-table__head-container .table__link {
  width: auto;
}

.inner-table--coach .table__links-container {
  font-weight: 400;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.inner-table--coach .table__links-container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #9ba8ae;
  left: 10px;
  top: 10px;
  margin-top: -3px;
}

.inner-table--coach .table__cell--progress {
  width: 70px;
}

.inner-table--coach .form-results-list {
  width: auto;
}

.table__total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #06769e;
  background-color: #cee5ef;
  font-weight: 700;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  padding: 0 30px 0 10px;
}

.table__total-stats span {
  padding-left: 10px;
}

.table--no-head {
  border-top: 3px solid #0095d9;
}

/* Селекты */

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

.select {
  position: relative;
  display: inline-block;
  margin: 0;
  background-color: #ffffff;
  height: 35px;
  cursor: pointer;
}

.select__title {
  position: relative;
  width: 100%;
  height: inherit;
  font-weight: 400;
  border: 1px solid #c3c3c3;
  font-size: 14px;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 35px 0 15px;
  color: #2a0a49;
  white-space: nowrap;
}

.select__title a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  color: inherit;
}

.select__item a:hover,
.select__title a:hover {
  color: inherit;
  text-decoration: none;
}

.select__title::after {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  color: #042541;
  font-size: 15px;
  top: 0;
  right: 15px;
}

.select__options {
  position: absolute;
  display: none;
  padding: 14px 0;
  margin: 0;
  list-style: none;
  background-color: #f0f2f9;
  box-sizing: border-box;
  border-top: none;
  z-index: 998;
}

.select__options li:hover,
.select__options:not(:hover) li.js-active {
  background: #f3cf78;
}

.select__options li a {
  display: block;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  cursor: pointer;
}

.select--disabled {
  opacity: 0.4;
  cursor: default;
}

.selects {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
  display: flex;
}

.select-unit {
  margin-right: 30px;
}

.select-unit--category .select {
  min-width: 250px;
}

.select-unit__text {
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #2a0a49
}

.js-tournament-widget-league-select,
.js-tournament-widget-tournament-select,
.js-tournament-widget-child-select {
  margin-bottom: 13px;
}

/* Чекбоксы */

.form__label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.form__checkbox {
  display: none;
}

.form__checkbox-indicator {
  flex-shrink: 0;
  margin-right: 15px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #aeaeae;
}

.form__checkbox-indicator-icon {
  display: none;
  width: 20px;
  height: 20px;
  fill: #1f4181;
}

.form__checkbox:checked ~ .form__checkbox-indicator-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
}

.form__checkbox:disabled ~ .form__checkbox-indicator {
  background-color: #aeaeae;
}

/* Табы */

.tabs__navigation-wrapper {
  display: flex;
}

.tabs__navigation {
  display: inline-block;
  margin-bottom: 35px;
}

.tabs__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 15px;
  line-height: 30px;
}

.tabs__item {
  margin-right: 10px;
  border-radius: 2px;
}

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

.tabs__link {
  display: block;
  cursor: pointer;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", "Arial", sans-serif;
}

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

.tabs--active .tabs__link {
  color: #2a0a49;
}

.tabs__pane {
  display: none;
}

.tabs__pane--active {
  display: block;
}

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

.facts--sandman {
  margin-top: 32px;
}

.facts__half {
  width: 49%;
}

/* Турнир. О турнире */

.description {
  margin-bottom: 35px;
}

.table--summary,
.table--largest,
.table--popular {
  width: 100%;
  margin-bottom: 40px;
}

.table--summary .table__cell:first-of-type {
  width: 340px;
}

.table--largest .table__cell:first-of-type {
  width: 165px;
}

.table--largest .table__cell:nth-of-type(2) {
  width: 165px;
}

.table--largest .table__links {
  display: block;
}

.table--popular {
  width: 170px;
  margin: 0 0 40px 0;
}

.table-container__cell {
  min-width: 33px;
  vertical-align: top;
}

.table--popular-second {
  margin: 0 30px;
}

.table--nationality {
  width: 280px;
  margin: 0;
}

.table-container-2 {
  width: 100%;
  margin-top: 17px;
}

.table-container-2__cell {
  min-width: 20px;
  vertical-align: top;
}

.table__cell--flag {
  width: 37px;
}

.table__cell--flag img,
.sidebar-rating__cell--flag img {
  display: block;
  max-width: none;
}

.table__cell--flag .flag-img,
.sidebar-rating__cell--flag .flag-img {
  position: relative;
}

.table__cell--flag .flag-img::before,
.sidebar-rating__cell--flag .flag-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(176, 176, 176, 0.3);
}

.table--nationality .table__cell--team {
  width: 155px;
}

.table--tours .table__cell {
  text-align: center;
  min-width: 38px;
}

.table--tours .table__head .table__cell {
  height: 25px;
  padding: 0 10px;
}

.table--tours .table__cell:nth-child(1),
.table--tours .table__cell:nth-child(5),
.table--tours .table__cell:nth-child(11),
.table--tours .table__cell:nth-child(14),
.table--tours .table__head--group .table__cell {
  border-right: 1px solid #ccd2d5;
}

.table--tours .table__head .table__cell:last-child {
  border-right: 0;
}

.table--tours .table__head--group .table__cell {
  border-bottom: 0;
  height: 34px;
  line-height: 34px;
}

.table--tours .table__head--variable {
  background-color: #f0f7fa;
}

.table--tours .table__head--variable .table__cell {
  border-top: 1px solid #e8e8e8;
  cursor: pointer;
}

.table--tours .table__head--variable .table__cell:first-child {
  border-top: 0;
}

.table--tours .table__row .table__cell:first-child {
  padding-right: 50px;
  text-align: left;
}

.table--tours .table__row--modified .table__cell:first-child {
  border-bottom: 0;
}

.table__row--sum,
.table__row--sum:hover {
  background-color: #cee5ef;
}

.table__row--sum .table__cell {
  border-top: 1px solid #06769e;
  font-weight: 700;
  border-bottom: 0;
}

.table--tours .table__row--sum .table__cell {
  border-bottom: 0;
}

.table--tours .table__row:nth-last-child(2) .table__cell {
  border-bottom: 0;
}

/* Страница Статистики */

.table--stats {
  margin: 0 0 45px;
}

.table--stats .table__cell--player {
  min-width: 205px;
}

.table--stats .table__cell--team {
  min-width: 120px;
}

.table--stats .table__cell--amplua {
  min-width: 120px;
}

.table__cell--variable {
  text-align: center;
  min-width: 30px;
}

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

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

.table-container--grid {
  margin: 0 0 20px 0;
  table-layout: fixed;
}

.table-container--grid-blur {
  position: relative;
}

.table-container--grid-blur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.table--grid {
  margin: 0;
}

.table--grid .table__cell,
.table--grid-center .table__cell {
  height: 52px;
}

.table--grid .table__head .table__cell,
.table--grid-center .table__head .table__cell {
  height: 38px;
}

.table__cell--logo,
.table__link--logo {
  padding: 0;
}

.table__cell--logo {
  width: 50px;
}

.table--grid {
  width: 100%;
}

.table-container--grid .table-container__cell--left .table__cell--team {
  width: 146px;
  max-width: 146px;
}

.table-container--grid .table-container__cell--left .table__link span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-container--grid .table-container__cell--left .table__link:hover span {
  text-decoration: none;
}

.table-container--grid .table-container__cell--right .table__row:hover,
.table-container--grid .table-container__cell--left .table__row:hover {
  background-color: transparent;
}

.table-container--grid {
  border-spacing: 0;
  border-collapse: collapse;
}

.table-container--grid .table-container__cell--right {
  width: 360px;
}

.table-container--grid .table-container__cell--scroll {
  position: relative;
  max-width: 611px;
  overflow: hidden;
}

.table-container--grid .table-container__cell--scroll__line {
  position: absolute;
  width: calc(100% + 1px);
  height: 4px;
  background-color: #b4c5db;
  z-index: 1;
  cursor: pointer;
}

.table-container--grid .table-container__cell--scroll__toddler {
  position: absolute;
  width: 122px;
  height: 4px;
  background-color: #23317d;
  z-index: 2;
  cursor: pointer;
}

.table-container--grid .table-container__cell--scroll__toddler--one,
.table-container--grid .table-container__cell--scroll__line--one {
  top: 0;
}

.table-container--grid .table-container__cell--scroll__toddler--two,
.table-container--grid .table-container__cell--scroll__line--two {
  bottom: 0;
}

.table-container__cell--right .table__cell {
  text-align: center;
}

.grid {
  width: 611px;
  overflow: hidden;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.table--grid-center {
  margin: 0;
}

.table--grid-center .table__head .table__cell {
  text-align: center;
}

.table--grid-center .table__cell {
  width: 60px;
  padding: 0;
}

.table--grid-center .table__row .table__cell {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.table--grid-center .table__row .table__cell:first-child {
  border-left: 1px solid #e8e8e8;
}

.table--grid .table__row .table__cell {
  border-bottom: 1px solid #e8e8e8;
}

.grid__cell {
  flex-shrink: 0;
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.table--grid-center .table__row .table__cell:hover {
  background-color: #ff4847;
}

.table--grid-center .table__row .table__cell:hover .grid__link {
  color: #ffffff;
}

.table__cell--empty,
.table__cell--empty:hover {
  background-color: #e8e8e8;
}

.table--grid-center .table__row .table__cell--empty,
.table--grid-center .table__row .table__cell--empty:hover {
  background-color: #e8e8e8;
}

.grid__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
}

.grid__link:hover span {
  text-decoration: underline;
}

.grid__score {
  font-size: 14px;
}

.grid__additional {
  font-size: 11px;
  padding-left: 5px;
}

.grid__link:first-child {
  padding-top: 7px;
}

.grid__link:last-child {
  padding-bottom: 7px;
}

.table__cell--number {
  max-width: 30px;
  text-align: center;
}

.table-container__cell--right .table__row:nth-child(odd),
.table-container__cell--center .table__row:nth-child(odd),
.table-container__cell--left .table__row:nth-child(odd) {
  background-color: transparent;
}

.table-container__cell--center .table__row:nth-child(odd):hover {
  background-color: #fffbdc;
}

/* Шахматка на предстартовой странице турнира*/

.table-wrapper--tournament-media .table-container {
  width: 845px;
}

.table-wrapper--tournament-media .table-container__cell--center {
  max-width: 381px;
}

.table-wrapper--tournament-media .table-container__cell--right {
  width: 381px;
}

/* Страница тренеры судьи*/

.table__picture {
  width: auto;
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: all 0.5s;
}

.table__cell--picture {
  width: 30px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.table__cell--picture .table__link {
  padding: 0;
}

.table__cell--picture:hover .table__picture:not(.table__picture--default) {
  bottom: 0;
  z-index: 10;
  max-width: 150px;
  max-height: 150px;
  transition: 0.5s;
}

.table--coach .table__cell--player,
.table--referee .table__cell--player {
  min-width: 210px;
}

.table--coach .table__cell--nationality,
.table--referee .table__cell--nationality {
  min-width: 135px;
}

.table--coach .table__cell--birth,
.table--referee .table__cell--birth,
.table--coach .table__cell--team,
.table--referee .table__cell--team {
  min-width: 110px;
}

/* Страница Стадионы */

.table__cell--stadium {
  min-width: 280px;
  padding: 0;
}

.table__cell--geo {
  min-width: 270px;
}

/* Сборная тура */

.combination__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.table--combination {
  width: 325px;
  margin: 0;
}

.tabs--combination .tabs__navigation {
  margin-right: 12px;
}

.table--combination .table__cell--flag {
  width: 35px;
}

.table--combination .table__cell--player {
  width: 145px;
}

.table--combination .table__cell--team {
  width: 110px;
}

.table--combination .table__cell--variable {
  width: 40px;
}

.news-container {
  width: 845px;
}

.news-container .news-item__top-container::after {
  display: none;
}

/* Песочный человек */

.table--sandman {
  margin-bottom: 45px;
}

.tabs--sandman .tabs__navigation {
  margin-right: 12px;
}

.table--sandman .table__cell--number {
  min-width: 72px;
}

.table--sandman .table__cell--player {
  min-width: 290px;
}

.facts--sandman .table--sandman .table__cell--player {
  min-width: 160px;
}

.facts--sandman .table--sandman .table__cell--team {
  min-width: 122px;
}

.table--sandman .table__cell--team {
  min-width: 180px;
  padding: 0 10px;
}

.table--sandman .table__cell--points {
  width: 100px;
}

.table--sandman .table__cell--variable {
  min-width: 45px;
}

.table--sandman .table__head .table__cell--variable {
  position: relative;
}

.table--sandman .table__head .table__cell--variable span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.table--sandman .table__head .table__cell--variable::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

.table--sandman .table__cell--gold::before {
  background-color: #ecaa0c;
}

.table--sandman .table__cell--silver::before {
  background-color: #afb5bb;
}

.table--sandman .table__cell--bronze::before {
  background-color: #de9c61;
}

.table--sandman .table__cell--gold span,
.table--sandman .table__cell--silver span,
.table--sandman .table__cell--bronze span {
  padding: 0 !important;
}

.table--sandman .table__cell--gold span::before,
.table--sandman .table__cell--silver span::before,
.table--sandman .table__cell--bronze span::before,
.table--sandman .table__cell--gold span::after,
.table--sandman .table__cell--silver span::after,
.table--sandman .table__cell--bronze span::after {
  content: "" !important;
}

.table--sandman .table__row .table__cell--points,
.table--sandman-vote .table__row .table__cell--points {
  font-weight: 700;
}

.tabs--sandman .table-wrapper__title {
  margin: 0;
}

.table-container--sandman {
  width: auto;
}

.table-container--sandman .table-container__row .table-container__cell:first-child {
  padding-right: 37px;
}

.table--sandman-vote {
  width: 100%;
}

.table--sandman-vote .table__top .table__cell {
  font-size: 16px;
  border-bottom: 0;
  border-top: 1px solid #bdbdbd;
}

.table--sandman-vote .table__top .table__name {
  font-weight: 400;
  padding-left: 5px;
}

.table--sandman-vote .table__cell--number {
  width: 72px;
}

.table--sandman-vote .table__cell--points {
  width: 50px;
}

.table--sandman-vote .table__cell--player {
  min-width: 251px;
}

/*Подвал*/

.footer {
  position: relative;
  z-index: 2;
  min-height: 272px;
  background: radial-gradient(circle at top, #1f4ba0 5%, #2a0a49 65%);
  border-bottom: 1px solid #77130c;
}

.footer-wrapper {
  width: 1230px;
  min-height: 272px;
  margin: 0 auto;
  background-image: url("../img/footer-background.png");
  background-repeat: no-repeat;
}

.footer__top {
  padding: 0 0 0 65px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 107px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.footer__top::before {
  content: "18+";
  position: absolute;
  font-size: 19px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Oswald", "Arial", sans-serif;
}

.footer__top-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: "Oswald", "Arial", sans-serif;
  padding: 25px 15px;
  font-weight: 300;
}

.footer__top-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer__bottom {
  display: flex;
  align-items: center;
  height: 106px;
}

.footer__BSR {
  display: block;
  margin: 0 25px 20px 0;
}

.footer__logo {
  display: block;
}

.footer__copyright {
  margin-right: 30px;
}

.footer__copyright-main {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #ffffff;
}

.link--footer {
  text-transform: none;
  color: #ffffff;
}

.footer .social {
  margin: 0 15px 0 auto;
}

.footer .social__item {
  background-color: #915f2d;
}

.footer .social__item--instagram {
  background-image: none;
  background-color: transparent;
}

.footer .svg-icon {
  fill: #2a0a49;
}

.footer__login {
  position: relative;
  text-align: right;
}

.link--footer-register,
.link--footer-login {
  padding: 0 0 0 27px;
  font-family: "Oswald", "Arial", sans-serif;
  font-size: 17px;
  line-height: 25px;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 300;
}

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

/*Внутренние страницы*/

.top-container {
  width: 1230px;
  margin: 0 auto;
  background-color: #2a0a49;
}

.top-container--search {
  width: 845px;
  padding-top: 20px;
}

.top-container--media {
  width: 865px;
  margin: 0 0 40px -20px;
}

.promo {
  position: relative;
  padding: 25px 0;
}

.promo__title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0 0 165px;
  background-image: url("../img/promo-background.png");
}

.promo--player .promo__title-wrapper {
  background: url("../img/promo-player-background.png"), linear-gradient(to right, #37246e 30%, #cb4276);
  background-position: right;
  background-repeat: no-repeat;
}

.promo--team .promo__title-wrapper {
  background: url("../img/promo-team-background.png"), #2a2178;
  background-position: right;
  background-repeat: no-repeat;
}

.promo--referee .promo__title-wrapper {
  background: url("../img/promo-referee-background.png"), linear-gradient(to right, #23206d 30%, #0095c0);
  background-position: right;
  background-repeat: no-repeat;
}

.promo--coach .promo__title-wrapper {
  background: url("../img/promo-coach-background.png"), linear-gradient(to right, #23206d 30%, #950043);
  background-position: right;
  background-repeat: no-repeat;
}

.promo--stadium .promo__title-wrapper {
  background: url("../img/promo-stadium-background.png"), linear-gradient(to right, #23206d 25%, #ca8f00 73%);
  background-position: right;
  background-repeat: no-repeat;
}

.promo__title {
  margin: 0;
  max-width: 700px;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promo__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 20px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background: linear-gradient(to bottom, #02a86d, #23226d);
}

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

.promo__content {
  padding: 0 0 0 165px;
  display: flex;
}

.promo__content--filters {
  margin: 20px 0 10px 0;
}

.promo__content--filters .select {
  margin-right: 20px;
}

.promo__content--info {
  margin: 20px 0 10px 0;
  color: #ffffff;
}

.promo .socials {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.promo--referee .socials,
.promo--coach .socials,
.promo--stadium .socials {
  bottom: 25px;
}

.promo--team .socials,
.promo--player .socials {
  bottom: -15px;
}

.promo__container {
  padding: 0 0 0 165px;
  list-style: none;
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 14px;
}

.promo--stadium .promo__container {
  min-height: 54px;
}

.promo__container-wrapper {
  display: flex;
}

.promo__unit {
  display: flex;
  margin: 0 30px 6px 0;
}

.promo__unit:last-child {
  margin-bottom: 0;
}

.promo__container-wrapper .promo__unit:last-child {
  margin: 0 30px 6px 0;
}

.promo__item {
  font-weight: 500;
  margin-right: 10px;
}

.promo__value--coach {
  color: #ffffff;
}

.promo__value a {
  color: #ffffff;
}

.promo--stadium .promo__value a {
  text-decoration: underline;
  margin-right: 5px;
}

.top-container--russia {
  background: url("../img/russia-promo-background.png"), #c0dfed;
  background-position: -370px 552px;
}

.top-container--russia .promo__title {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 800;
  font-size: 41px;
  color: #1f4ba0;
  line-height: 45px;
}

.promo--russia {
  padding: 35px 20px 30px 20px;
}

.promo--russia .promo__container {
  padding: 0;
  color: #000000;
}

.promo--russia .promo__value--coach {
  color: #000000;
}

.socials__button {
  position: relative;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0 45px 0 15px;
  cursor: pointer;
  width: 150px;
  background-color: #cccccc;
  border-radius: 2px;
}

.socials__share-icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 8px;
  width: 24px;
  height: 24px;
}

.socials-list {
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.socials .socials-list {
  display: none;
}

.socials:hover .socials-list {
  display: block;
}

.socials:hover .socials__button {
  display: none;
}

/* Соц. сети в сайдбаре */

.socials-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 325px;
  height: 57px;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  margin-bottom: 15px;
}

.socials-sidebar {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 35px;
  text-transform: uppercase;
}

.socials-sidebar .socials__share-icon {
  display: none;
}

/*Страница "Турниры-стартовая"*/

.text-information {
  padding-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

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

/* Страница "Турнир-Команды" */

.teams__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.teams__item {
  width: 150px;
  min-height: 225px;
  margin: 0 57px 40px 0;
  overflow: visible;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

.teams__item:nth-child(6n) {
  margin: 0 0 40px 0;
}

.teams__link {
  display: block;
}

.teams__logo {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
}

.teams__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 72px;
}

.teams__name {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.teams__city {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #636363;
  text-align: center;
}

/*Страница "Турниры-Документы"*/

.documents__list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ccd2d5;
}

.documents__link {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ccd2d5;
}

.documents__title,
.documents__date {
  margin: 0;
}

.documents__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.documents__date {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #636363;
}

.sub-documents__list {
  padding: 0;
  list-style: none;
  margin: 0 0 0 20px;
}

.sub-documents__link {
  display: block;
  padding: 12px 0 12px 35px;
  border-top: 1px solid #e8e8e8;
}

.sub-documents__title,
.sub-documents__date {
  margin: 0;
}

.sub-documents__title {
  font-size: 13px;
  line-height: 17px;
}

.sub-documents__date {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #636363;
}

/* Страница "Турниры-Новости" */

.content-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  background-color: #d1d7dc;
}

.section-title {
  flex-grow: 1;
  font-size: 15px;
  line-height: 44px;
  padding-left: 25px;
  text-transform: uppercase;
}

/* Страница "Турнир-команда" */

.team-promo {
  display: flex;
  width: 100%;
  height: 112px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

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

.team-promo__team-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 30px;
}

.team-promo__team-name {
  display: block;
  margin: 0;
  font-size: 23px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
}

.team-promo__team-city {
  font-size: 16px;
  line-height: 25px;
  color: #636363;
  letter-spacing: 0.3px;
}

.link--team-profile {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #0095d9;
  margin-top: auto;
}

/* Турнир-Команда-Состав */

.table--team-composition {
  margin: 20px 0 40px 0;
}

.table--team-composition .table__cell--number {
  min-width: 50px;
}

.table--team-composition .table__cell--player,
.table--team-composition .table__cell--birth-date {
  min-width: 170px;
}

.table--team-composition .table__cell--amplua {
  min-width: 160px;
}

.link--back {
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  color: #0095d9;
}

.link--back::before {
  content: "\f0d9";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 15px;
  left: 0;
}

.table--team-stats {
  min-width: 845px;
}

.table--team-stats .table__cell {
  text-align: center;
}

.table--team-stats .table__cell--team {
  min-width: 220px;
  text-align: left;
}

.table--team-stats-players {
  min-width: 845px;
}

.table--team-stats-players .table__cell {
  text-align: center;
  min-width: 50px;
}

.table--team-stats-players .table__cell--number {
  width: 50px;
}

.table--team-stats-players .table__cell--player {
  min-width: 280px;
  text-align: left;
}

.table--team-stats-players .table__cell--amplua {
  min-width: 200px;
  text-align: left;
}

.tournament-team__radio-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.tournament-team__label {
  display: flex;
  align-items: center;
  margin-left: 40px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.form__radio {
  display: none;
}

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

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

.tournament-team .tabs {
  margin-bottom: 30px;
}

.tournament-team .tabs__item--2 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.tournament-team .tabs__pane {
  background-color: #ffffff;
}

/* Страница "Турнир-таблицы и сетки" */
.table__team-img,
.table__player-img {
  width: 30px;
  height: 30px;
  border: none;
}

/* Раздел "Шахматка" */
.tabs--grids {
  margin-bottom: 50px;
}

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

.grids .tabs__navigation--title {
  width: 195px;
  height: 100%;
  background-color: #282f32;
}

.grids .tabs__navigation--title span {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 44px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(108, 113, 116, 0.54);
  color: #ffffff;
}

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

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

.grids .tabs__text {
  color: #000000;
}

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

.grids .table__cell {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 51px;
  text-align: center;
}

.grids .table__head .table__cell {
  font-size: 13px;
  line-height: 38px;
  height: 38px;
}

.grids .table__cell--color {
  padding: 0;
  width: 7px;
}

.grids .table__cell--number {
  width: 60px;
}

.grids .table__cell--team {
  width: 223px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.grids .table__team-name {
  display: block;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grids .table__cell--score {
  border: 1px solid #c5c5c5;
}

.grids .table__cell--team-opponent-head {
  border: 0;
}

.grids .table__cell--score-empty {
  background-color: rgba(108, 113, 116, 0.4);
}

.grids .table__cell--score:last-child {
  border-right: 0;
}

.table__cell-part--out:first-child {
  border-bottom: 1px solid #c5c5c5;
}

.grids .table__row:last-child .table__cell {
  border-bottom: 0;
}

.grids .table__row:hover {
  background-color: rgba(42, 213, 213, 0.1);
}

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

.grids .table__row .table__cell--score .table__cell--score-link.star {
  position: relative;
}

.grids .table__row .table__cell--score .table__cell--score-link.star:after {
  content: "*";
  position: absolute;
  top: -2px;
  right: -6px;
  color: #2ad5d5;
}

.grids .table__row .table__cell--score:hover .table__cell--score-link.star:after {
  color: #ffffff;
}

.grids .table__row .table__cell--score:hover .table__cell--score-link,
.grids .table__row .table__cell--score:active .table__cell--score-link {
  color: #ffffff;
}

.grids .table__row .table__cell--score-empty:hover {
  background-color: rgba(108, 113, 116, 0.4);
}

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

/* Раздел "Таблица" */
.grids .table--table .table__cell--games-number,
.grids .table--table .table__cell--wins,
.grids .table--table .table__cell--draws,
.grids .table--table .table__cell--losses {
  width: 40px;
}

.grids .table--table .table__cell--goals-scored_goals-missed {
  width: 100px;
}

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

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

.grids .table--table .table__cell--form-results {
  padding-left: 70px;
}

.grids .table--table .table__cell--form-results-head {
  padding-left: 80px;
  text-align: left;
}

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

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

/* Страница "Турниры-Матч", раздел "История встреч" */

.match-promo {
  width: 845px;
  padding: 20px 20px 30px 20px;
  border-bottom: 1px solid #cec6d5;
  margin-bottom: 20px;
}

.match-promo--shadow {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.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: 0;
  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%;
  text-align: center;
}

.match-promo__status {
  font-size: 12px;
  text-align: center;
  color: #8b9296;
  padding: 0;
  margin: 0;
}

.match-promo__date-time {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #12151d;
  text-transform: lowercase;
}

.match-promo__additional-status {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.match-promo__place-wrapper {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  color: #12151d;
}

.match-promo__place {
  position: relative;
}

.match-promo__place::before {
  content: "\f041";
  position: absolute;
  top: -2px;
  margin-left: -15px;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #178294;
}

.match-promo__place,
.match-promo__viewers {
  padding: 0;
  margin: 0;
}

.match-promo__viewers {
  margin: 0 0 0 15px;
}

.match-promo__viewers-number {
  margin-right: 3px;
}

.match-promo__team-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
}

.match-promo__score-wrapper {
  display: flex;
  justify-content: center;
}

.match-promo__score-details {
  text-align: center;
  font-size: 16px;
  color: #7e7e7e;
  margin: 5px 0;
}

.match-promo__team-container {
  width: 312px;
  display: flex;
  align-items: flex-start;
}

.match-promo__team-container--left {
  text-align: left;
}

.match-promo__team-container--right {
  text-align: right;
}

.match-promo__team-container--left .match-promo__team-logo {
  margin-right: 15px;
}

.match-promo__team-container--right .match-promo__team-logo {
  margin-left: 15px;
}

.match-promo__team-info {
  flex-grow: 1;
}

.match-promo__team-name {
  display: block;
  margin: 25px 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.match-promo__team-city {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #636363;
}

.match-promo__score {
  display: flex;
  flex-direction: column;
  width: 180px;
  padding-top: 28px;
}

.match-promo__score-container {
  display: flex;
  justify-content: center;
}

.match-promo__score-main {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #12151d;
}

.match-promo__score-additional {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  margin-left: 8px;
}

.match-promo__tournament-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}

.match-promo__tournament-link {
  font-weight: 700;
  font-size: 15px;
  color: #12151d;
}

.match-promo__tournament-link--tour {
  text-transform: capitalize;
}

.form-results-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100px;
  overflow: hidden;
}

.match-promo__team-container--right .form-results-list {
  justify-content: flex-start;
}

.match-promo__team-container--right .form-results-list {
  margin-left: auto;
  justify-content: flex-end;
}

.form-results-item {
  width: 13px;
  height: 13px;
  transform: none;
  margin-left: 3.5px;
  margin-right: 3.5px;
  border-radius: 50%;
}

.form-results-item--draw {
  background-color: #bdbdbd;
}

.form-results-item--win {
  background-color: #81ba33;
}

.form-results-item--loss {
  background-color: #e7342d;
}

.form-results-link {
  display: block;
  width: 100%;
  height: 100%;
}

.table--coach .form-results-list {
  width: auto;
}

.match-promo__referees {
  text-align: center;
}

.match-promo__referees--title {
  font-size: 12px;
  line-height: 20px;
}

.match-promo__referee {
  float: left;
  margin: 5px 10px;
}

.match-promo__referee-link {
  color: #12151d;
  font-size: 13px;
  line-height: 13px;
}

.match-promo__referee-link:hover {
  text-decoration: underline;
}

.table-wrapper__text {
  margin: 15px 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #636363;
}

.table--history {
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #e8e8e8;
}

.table__cell--link {
  padding: 0;
}

.table__links--winner {
  font-weight: 700;
}

/* Таблицы плейофф */

.table--playoff {
  margin: 20px 0 35px 0;
}

.table--playoff .table__head .table__cell {
  height: 0;
  padding: 0;
}

.table--playoff .table__cell--score {
  min-width: 135px;
}

.table--playoff .table__cell--date {
  min-width: 80px;
}

.table--playoff .table__cell--time {
  min-width: 70px;
}

.table--playoff .table__cell--teams {
  min-width: 330px;
}

.table--playoff .table__link {
  display: block;
  justify-content: center;
  padding: 0;
  width: auto;
  height: auto;
}

.table--playoff .table__link span:last-child {
  margin-left: 10px;
  font-weight: 400;
}

.table-wrapper--final {
  margin-top: 50px;
}

/* Фото альбом */

.photo-album {
  width: 100%;
  margin: 25px 0;
  position: relative;
}

.photo-album .flag--photo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.photo-album .flag--photo .flag__text {
  font-size: 15px;
  padding-left: 5px;
  font-weight: 400;
}

.photo-album__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 420px;
  overflow: hidden;
}

.news-item__text .photo-album__list {
  padding: 0;
}

.photo-album__item {
  width: 195px;
  height: 130px;
}

.photo-album__item--first {
  width: 635px;
  height: 100%;
  margin-right: 14px;
}

.photo-album__item a {
  display: block;
}

.photo-album__img {
  filter: brightness(70%);
}

.match-teams__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.match-teams__top .match-teams__team-name {
  display: block;
  width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
}

.match-teams__top .match-teams__team-name--left {
  text-align: left;
}

.match-teams__top .match-teams__team-name--right {
  text-align: right;
}

.match-teams__title {
  flex-shrink: 0;
  width: 220px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

.match-history__preview {
  padding: 5px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #c5c5c5;
}

.match-history__results {
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: rgba(108, 113, 116, 0.15);
}

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

.match-history__wins,
.match-history__losses,
.match-history__draws {
  display: flex;
  align-items: center;
}

.match-history__results-text {
  margin: 0 3px;
}

.match-history__results-number {
  margin-right: 5px;
}

.match-history__results-wrapper--left .form-results-item {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.match-history__results-wrapper--right .form-results-item {
  flex-shrink: 0;
  margin: 0 0 0 5px;
}

.match-history__matches-all {
  width: 160px;
  text-align: center;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.match-history__matches-list {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
  background-color: #ffffff;
}

.match-history__matches-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 25px;
  min-height: 78px;
  border-bottom: 1px solid #c5c5c5;
}

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

.match-history__date-time-place {
  display: flex;
  flex-direction: column;
  width: 160px;
  padding-right: 10px;
}

.match-history__date-time {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.match-history__place {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #3f3f3f;
}

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

.match-history__team-name {
  flex-grow: 1;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 18px;
  line-height: 70px;
  color: #000000;
}

.match-history__score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40px;
  height: 42px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.match-history__score-additional {
  font-size: 12px;
  line-height: 21px;
  color: #656565;
  font-weight: 400;
  text-transform: uppercase;
}

.match-history__team-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 {
  width: 100%;
}

.match-protocol table {
  width: 100%;
  border-collapse: collapse;
}

.match-protocol table td {
  padding: 0;
}

.match-protocol .match-protocol__players,
.match-protocol .match-protocol__staff {
  border-top: 1px solid #ccd2d5;
  border-bottom: 1px solid #ccd2d5;
  margin-bottom: 28px;
}

.match-protocol .match-protocol__team1-cont,
.match-protocol .match-protocol__team2-cont {
  width: 50%;
  padding: 0;
  vertical-align: top;
}

.match-protocol .match-protocol__team1-cont {
  border-right: 1px solid #ccd2d5;
}

.match-protocol .match-protocol__team2-cont {
  border-left: 1px solid #ccd2d5;
}

.match-protocol .match-protocol__team1,
.match-protocol .match-protocol__team2 {
  width: 100%;
}

.match-protocol .match-protocol__team1 tr:nth-child(odd),
.match-protocol .match-protocol__team2 tr:nth-child(odd) {
  background-color: #f1f6f7;
}

.match-protocol .match-protocol__team1 td,
.match-protocol .match-protocol__team2 td {
  padding: 12px 7px;
  text-align: center;
}

.match-protocol .match-protocol__team--empty-players {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.match-protocol .match-protocol__team--empty-staff {
  line-height: 30px;
}

.match-protocol .match-protocol__player,
.match-protocol .match-protocol__staff {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 13px;
  color: #000000;
}

.match-protocol .match-protocol__player--bordered td {
  position: relative;
}

.match-protocol .match-protocol__player--bordered td:after {
  content: '';
  border-top: 1px solid #ccd2d5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.match-protocol .match-protocol__team1 .match-protocol__player-name,
.match-protocol .match-protocol__team1 .match-protocol__staff-name {
  text-align: left;
}

.match-protocol .match-protocol__team2 .match-protocol__player-name,
.match-protocol .match-protocol__team2 .match-protocol__staff-name {
  text-align: right;
}

.match-protocol .match-protocol__staff-name {
  line-height: 14px;
}

.match-protocol .match-protocol__player-name a,
.match-protocol .match-protocol__staff-name a {
  color: inherit;
}

.match-protocol .match-protocol__player-name span,
.match-protocol .match-protocol__staff-name span {
  color: #656565;
}

.match-protocol .match-protocol__staff-name span {
  display: block;
  font-size: 11px;
}

.match-protocol .match-protocol__player-number {
  width: 40px;
}

.match-protocol .match-protocol__team1 .match-protocol__player-number,
.match-protocol .match-protocol__team1 .match-protocol__staff-country {
  padding-left: 14px;
}

.match-protocol .match-protocol__team2 .match-protocol__player-number,
.match-protocol .match-protocol__team2 .match-protocol__staff-country {
  padding-right: 14px;
}

.match-protocol .match-protocol__player-country {
  width: 30px;
}

.match-protocol .match-protocol__staff-country {
  width: 40px;
}

.match-protocol .match-protocol__player-country.two-countries {
  padding: 4px 7px 0;
}

.match-protocol .match-protocol__staff-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

/* Страница "Турниры-Матч", раздел "Онлайн" */
.match-broadcast__composition {
  display: flex;
  background-color: #ffffff;
}

.match-broadcast__events {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  background-color: #ffffff;
}

.match-broadcast__event {
  position: relative;
  display: flex;
  height: 52px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 52px;
  border-bottom: 1px solid #c5c5c5;
  padding-left: 25px;
}

.match-broadcast__event-min,
.match-broadcast__event-ico {
  flex-shrink: 0;
  width: 38px;
}

.match-broadcast__event-ico {
  padding-top: 5px;
}

.match-broadcast__checkbox {
  position: relative;
  right: 0;
  padding-right: 25px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 41px;
  vertical-align: middle;
  left: 25px;
}

.match-broadcast__checkbox-input {
  display: none;
}

.match-broadcast__checkbox .checkbox-indicator {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -25px;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
}

.match-broadcast__checkbox-input:checked + .checkbox-indicator::before,
.match-broadcast__checkbox-input:checked + .checkbox-indicator::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #2ad5d5;
}

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

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

.match-broadcast__checkbox-input:disabled + .checkbox-indicator {
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}

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

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

.match-broadcast__checkbox--disabled {
  color: #999999;
}

.match-broadcast__event-ico .event-item--red-card,
.match-broadcast__event-ico .event-item--yellow-card {
  position: relative;
  top: 13px;
  left: 6px;
}

.event-list {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}

.match-protocol__member .event-list {
  position: static;
}

.event-list--right {
  right: 10px;
}

.event-list--left {
  left: 20px;
}

.event-item {
  margin: 12px 10px 0 0;
}

.event-item--goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
}

.event-item--yellow-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff9e47;
}

.event-item--red-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff4847;
}

.event-item--own-goal {
  position: relative;
}

.event-item--own-goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}

.event-item--own-goal::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 22px;
  height: 16px;
  background: url("../../../img/event-autogoal.png") center;
}

.vertical-timeline__event-info--left .event-item--own-goal::after {
  right: 3px;
}

.event-item--assist {
  position: relative;
  width: 30px;
}

.event-item--assist::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url("../../../img/svg-icon--boot-match.svg") center no-repeat;
}

.event-item--penalty {
  position: relative;
}

.event-item--penalty::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}

.event-item--penalty::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 22px;
  height: 16px;
  background: url("../../../img/event-penalty.png") center;
}

.vertical-timeline__event-info--left .event-item--penalty::after {
  right: 3px;
}

.event-item--danger,
.event-item--whistle {
  position: relative;
}

.event-item--danger::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 26px;
  height: 23px;
  background: url("../../../img/event-danger.png");
}

.event-item--whistle::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 26px;
  height: 20px;
  fill: #2e658c;
  background: url("../../../img/event-whistle.png");
}

/* Страница Матч, раздел "События" */
.match-timeline {
  position: relative;
  margin: 26px 0;
}

.match-timeline .match-timeline-team img {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

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

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

.match-timeline .match-timeline-inner-period-line .period-time {
  position: absolute;
  top: 0;
  right: 5px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
}

.match-timeline .timeline-events {
  position: relative;
  width: 100%;
}

.match-timeline .event {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

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

.match-timeline .event.team1 .event-cont .event-cont-freekick,
.match-timeline .event.team1 .event-cont .event-cont-goal,
.match-timeline .event.team1 .event-cont .event-cont-goals {
  margin: 4px 0 0 6px;
}

.match-timeline .event.team1 .event-cont .event-cont-ycard,
.match-timeline .event.team1 .event-cont .event-cont-rcard {
  margin: 5px 0 0 9px;
}


.match-timeline .event.team1 .event-cont .event-cont-ycards,
.match-timeline .event.team1 .event-cont .event-cont-rcards {
  margin: 5px 0 0 8px;
}

.match-timeline .event.team1 .event-cont .event-cont-ycards .yellow-card,
.match-timeline .event.team1 .event-cont .event-cont-rcards .red-card {
  margin: 0 0 0 1px;
}

.match-timeline .event.team1 .event-cont .event-cont-autogoal {
  margin: 3px 0 0 5px;
}

.match-timeline .event.team1 .event-cont .event-cont-penalty {
  margin: 3px 0 0 5px;
}

.match-timeline .event.team1 .event-cont .event-cont-penalty-no {
  margin: 1px 0 0 5px;
}

.match-timeline .event.team2 .event-cont .event-cont-freekick,
.match-timeline .event.team2 .event-cont .event-cont-goal,
.match-timeline .event.team2 .event-cont .event-cont-goals {
  margin: 6px 0 0 6px;
}

.match-timeline .event.team2 .event-cont .event-cont-ycard,
.match-timeline .event.team2 .event-cont .event-cont-rcard {
  margin: 7px 0 0 9px;
}

.match-timeline .event.team2 .event-cont .event-cont-ycards,
.match-timeline .event.team2 .event-cont .event-cont-rcards {
  margin: 7px 0 0 6px;
}

.match-timeline .event.team2 .event-cont .event-cont-ycards .yellow-card,
.match-timeline .event.team2 .event-cont .event-cont-rcards .red-card {
  margin: 0 0 0 3px;
}

.match-timeline .event.team2 .event-cont .event-cont-autogoal {
  margin: 5px 0 0 6px;
}

.match-timeline .event.team2 .event-cont .event-cont-penalty {
  margin: 5px 0 0 6px;
}

.match-timeline .event.team2 .event-cont .event-cont-penalty-no {
  margin: 3px 0 0 6px;
}

.match-timeline .event .event-cont .event-cont-goals[data-label]:after {
  content: attr(data-label);
  position: absolute;
  left: 10px;
  font-size: 8px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.match-timeline .event.team1 .event-cont .event-cont-goals[data-label]:after {
  top: 8px;
}

.match-timeline .event.team2 .event-cont .event-cont-goals[data-label]:after {
  top: 10px;
}

.match-timeline .event .event-cont .event-cont-ycards[data-label]:after,
.match-timeline .event .event-cont .event-cont-rcards[data-label]:after {
  content: attr(data-label);
  position: absolute;
  font-size: 8px;
  width: 8px;
  height: 12px;
  left: 14px;
  color: #ffffff;
}

.match-timeline .event.team1 .event-cont .event-cont-ycards[data-label]:after,
.match-timeline .event.team1 .event-cont .event-cont-rcards[data-label]:after {
  top: 5px;
  left: 13px;
}

.match-timeline .event.team2 .event-cont .event-cont-rcards[data-label]:after,
.match-timeline .event.team2 .event-cont .event-cont-ycards[data-label]:after {
  top: 7px;
  left: 13px;
}

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

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

.match-timeline .event .event-item--goal {
  position: relative;
  top: 7px;
  left: 5px;
  background-color: #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 .event .event-item--red-card,
.match-timeline .event .event-item--yellow-card {
  position: relative;
  top: 3px;
  left: 6px;
}

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

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

.match-timeline .timeline-events .event.team1.pos-1.pos-left {

}

.match-timeline .timeline-events .event.team1.pos-1.pos-right {

}

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

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

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

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

.match-timeline .timeline-events .event.team2 .line,
.match-timeline .timeline-events .event.team1 .line {
  width: 1px;
  background-color: #cbcbcb;
  height: 27px;
  position: absolute;
  left: 50%;
  opacity: 0.5;
}

.match-timeline .timeline-events .event.pos .line {
  height: 10px;
}

.match-timeline .timeline-events .event.team1 .line {
  top: 24px;
}

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

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

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

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

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

.match-timeouts-title,
.match-goalkeepers-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

.match-timeouts ul li:nth-child(odd),
.match-goalkeepers ul li:nth-child(odd) {
  background-color: #f1f6f7;
}

.match-timeouts-times,
.match-goalkeepers-times {
  width: 92px;
  text-align: center;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 13px;
}

/*.event:hover POPOVER*/
.event-popover {
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  position: absolute;
  padding: 8px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  z-index: 9999;
}

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

.event-popover.team1:after {
  bottom: -4px;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

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

.event-popover td {
  font-size: 15px;
  font-weight: 500;
  color: #222c37;
  display: inline-block;
  line-height: 14px;
}

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

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

.match-events {
  background-color: #ffffff;
}

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

.divisions-item {
  text-align: center;
  padding-bottom: 15px;
}

.divisions-item__title {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 45px;
  display: flex;
}

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

.horizontal-division__part {
  position: relative;
  height: 3px;
}

.horizontal-division__part--left {
  background-color: #fab711;
  margin-right: 1px;
}

.horizontal-division__part--right {
  background-color: #0095d9;
  margin-left: 1px;
}

.horizontal-division__part-number {
  flex: 1 1 auto;
}

.horizontal-division__part-number--left {
  text-align: left;
}

.horizontal-division__part-number--right {
  text-align: right;
}

.horizontal-division--time .horizontal-division__part {
  position: relative;
  width: 49.3%;
  height: 9px;
}

.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 {
  margin-bottom: 28px;
}

.vertical-timeline__time {
  position: relative;
}

.vertical-timeline__penalty-shoot-out {
  position: relative;
}

.vertical-timeline__time--last::after,
.vertical-timeline__penalty-shoot-out::after {
  content: "";
  position: absolute;
  margin-right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccd2d5;
}

.vertical-timeline__event-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vertical-timeline__event-item {
  position: relative;
  display: flex;
  padding: 16px 0;
}

.vertical-timeline__event-list .vertical-timeline__event-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e9eb;
}

.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: calc((100% - 44px) / 2);
}

.vertical-timeline__title {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.vertical-timeline__title:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccd2d5;
}

.vertical-timeline__title span {
  position: relative;
  padding: 0 16px;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 12px;
  color: #396071;
  background-color: #ffffff;
}

.vertical-timeline__event-minute {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 44px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.vertical-timeline__event-minute::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 22px;
  left: 50%;
  margin-left: -3px;
  width: 1px;
  height: 40px;
  background-color: #282f32;
}

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

.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__score {
  width: 100%;
  height: 18px;
  margin-top: 2px;
  background-color: #0095d9;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.vertical-timeline__event-info {
  flex-grow: 1;
  align-items: center;
  display: flex;
}

.vertical-timeline__event-info--left {
  justify-content: flex-end;
  width: 250px;
  text-align: right;
}

.vertical-timeline__event-info--left .vertical-timeline__event-wrapper {
  padding-right: 20px;
  padding-left: 10px;
}

.vertical-timeline__event-info--left .event-item {
  padding-right: 25px;
}

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

.vertical-timeline__event-author {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 13px;
  color: #000000;
}

.vertical-timeline__event-comment,
.vertical-timeline__event-assists {
  display: flex;
}

.vertical-timeline__event-info--left .vertical-timeline__event-comment,
.vertical-timeline__event-info--left .vertical-timeline__event-assists {
  justify-content: flex-end;
}

.vertical-timeline__event-info--right .vertical-timeline__event-comment,
.vertical-timeline__event-info--right .vertical-timeline__event-assists {
  justify-content: flex-start;
}

.vertical-timeline__event-assist,
.vertical-timeline__event-comment {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 11px;
  color: #636363;
}

.match-events .event-item {
  margin: 2px 0 0;
}

.event-item--own-goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}

.event-item--own-goal::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 22px;
  height: 16px;
  background: url("../../../img/event-autogoal.png") center;
}

.vertical-timeline__event-info--left .event-item--own-goal::after {
  right: 3px;
}

.event-item--penalty-missed,
.match-events .event-item--penalty-missed-left,
.match-events .event-item--penalty-missed-right {
  position: relative;
}

.event-item--penalty-missed::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}

.event-item--penalty-missed::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 1px;
  right: -12px;
  width: 36px;
  height: 28px;
  background: url("../../../img/event-goal-miss.png") center;
}

.vertical-timeline__event-info--left .event-item--penalty-missed::after {
  top: 0;
  margin-top: 1px;
  right: 3px;
}

.vertical-timeline .event-item--goal::before {
  content: "\f1e3";
  display: table-cell;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 35px;
}

.vertical-timeline .event-item--yellow-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff9e47;
}

.vertical-timeline__event-info--left .event-item--yellow-card {
  margin-left: 5px;
  margin-right: 15px;
}

.vertical-timeline__event-info--right .event-item--red-card {
  margin-left: 15px;
  margin-right: 5px;
}

.vertical-timeline__event-info--right .event-item--yellow-card {
  margin-left: 15px;
  margin-right: 5px;
}

.vertical-timeline .event-item--red-card {
  display: table-cell;
  width: 18px;
  height: 24px;
  border-radius: 1px;
  background-color: #ff4847;
}

/* Страница "Новость" */

.news-item__top-container {
  position: relative;
  padding-bottom: 10px;
}

.news-item__top-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.news-item__top {
  display: flex;
  margin-bottom: 25px;
}

.news-item__top-container--news .news-item__top {
  margin-bottom: 15px;
}

.news-item__author,
.news-item__source {
  flex-grow: 1;
  font-size: 12px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  color: #727272;
}

.news-item__source {
  margin-bottom: 30px;
}

.news-item__source a {
  color: #727272;
}

.news-item__title {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}

.news-item__description {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  line-height: 21px;
}

.news-item__content {
  line-height: 22px;
  margin-bottom: 40px;
}

.news-item__content a {
  color: #0095d9;
  text-decoration: underline;
}

.news-item__content .widget-insert-match {
  zoom: 0.9;
}

.news-item__content .widget-insert-match .match-promo {
  margin: auto;
}

.news-item__picture {
  margin-bottom: 20px;
  position: relative;
}

.news-item__photo-author {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.67);
  line-height: 30px;
  font-size: 13px;
  padding: 15px 0;
  transform: rotate(180deg);
  writing-mode: tb-rl;
}

.news-item__img {
  width: 100%;
  height: 565px;
}

.news-item__date {
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 13px;
  line-height: 25px;
  color: #727272;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Обработчик стилей для редактора */

.news-item__text .text-center {
  text-align: center;
}

.news-item__text .text-left {
  text-align: left;
}

.news-item__text .text-right {
  text-align: right;
}

.news-item__text .text-justify {
  text-align: justify;
}

.news-item__text p {
  margin-bottom: 16px;
}

.news-item__text ul {
  padding-left: 18px;
}

.news-item__text table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}

.news-item__text table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.news-item__text table td,
.news-item__text table th {
  border: 1px solid #eeeeee;
  padding: 16px 16px 15px;
}

.news-item__text table tfoot td,
.news-item__text table tfoot th {
  color: rgba(0, 0, 0, 0.5);
}

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

.news-item__text .social-widget twitterwidget,
.news-item__text .social-widget twitter-widget {
  margin: auto;
}

.news-item__text .social-widget iframe {
  max-width: 540px !important;
  width: calc(100% - 2px) !important;
  margin: auto !important;
}

.news-item__text .social-widget-left {
  float: left;
  margin-right: 20px;
}

.news-item__text .social-widget-right {
  float: right;
  margin-leftt: 20px;
}

/* Слайдер матчей на странице новости */
.news-matches-slider {
  position: relative;
}

.news-matches-slider ul {
  margin: 0;
  padding: 0;
}

.news-matches-slider .arrow {
  top: 165px;
  padding: 0;
  margin: 0 20px;
}

/* Блок с регионами */
.regions {
  width: 100%;
  background-color: #282f32;
}

.regions-container {
  background-color: rgba(108, 113, 116, 0.34);
}

.regions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 1216px;
  margin: 0 auto;
}

.tabs--regions .tabs__item {
  padding: 0 45px;
}

.tabs--regions .tabs__navigation {
  background-color: transparent;
}

.tabs--regions .tabs--active,
.tabs--regions .tabs__item:hover {
  background-color: rgba(42, 213, 213, 0.8);
}

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

.select-item--season {
  margin-left: 50px;
}

/* Раздел "Трансферы" */

.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(40, 47, 50, 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: #2ad5d5;
}

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

/* Страница "Команда-состав" */

.team-composition-photo {
  width: 845px;
  height: 567px;
  margin-bottom: 30px;
}

.tabs--composition .tabs__navigation-wrapper {
  justify-content: space-between;
}

.tabs--composition .tabs__navigation-wrapper {
  justify-content: space-between;
}

.tabs--composition .select-unit--composition {
  margin-right: 0;
}

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

.composition-list__item {
  width: 191px;
  margin-right: 27px;
  margin-bottom: 27px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.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: 20px 15px 15px 15px;
  height: 120px;
}

.composition-list__item-front .composition-list__player-info {
  background: url("../img/player-background.png"), #ffffff;
  background-position: right bottom;
}

.composition-list__player-name {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
}

.composition-list__player-first-name,
.composition-list__player-last-name {
  display: block;
  width: 151px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.composition-list__item-flip-container {
  width: 191px;
  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;
  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;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  height: 191px;
  z-index: 1;
  color: #ffffff;
}

.composition-list__player-statistics::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(31, 75, 160, 0.9);
  z-index: -1;
}

.composition-list__player-games,
.composition-list__player-goals {
  padding: 0;
  margin: 0;
}

.composition-list__player-games {
  margin-bottom: 2px;
}

.composition-list__player-games-text,
.composition-list__player-goals-text {
  font-family: "Oswald", "Arial", sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin-left: 5px;
}

.composition-list__player-games-number,
.composition-list__player-goals-number {
  font-family: "Oswald", "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: rgba(31, 75, 160, 0.9);
  color: #ffffff;
}

.composition-list__citizenship {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 17px;
  font-family: "Roboto Condensed", "Arial", sans-serif;
}

.composition-list__citizenship-item {
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.composition-list__citizenship-item:last-child {
  margin-right: 0;
}

.composition-list__citizenship-item span {
  margin-left: 5px;
}

/* Страница "Партнёры" */

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

.partners__item {
  overflow: visible;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  margin: 0 25px 25px 0;
}

.partners__item:nth-child(2n) {
  margin: 0 0 25px 0;
}

.partners__link {
  display: flex;
  width: 410px;
  height: 145px;
}

.partners__logo {
  flex-shrink: 0;
  width: 180px;
  height: 145px;
}

.partners__content {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partners__status {
  margin: 0 0 12px 0;
  font-size: 12px;
  line-height: 15px;
  color: #636363;
}

.partners__name {
  margin: 0 0 12px 0;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}

.partners__site {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  color: #0095d9;
  text-decoration: underline;
}

/* Страница "Руководство" */

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

/* Профиль Стадиона */

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

.stadium__info {
  width: 420px;
}

.stadium .select-unit:last-child {
  margin-right: 0;
}

.stadium .select-unit--tournament .select {
  width: 165px;
}

.stadium .select-unit__text {
  padding-right: 7px;
}

.stadium__map {
  width: 750px;
  height: 510px;
}

.stadium__map iframe {
  width: 100%;
  height: 100%;
}

/* Страница "Архив турниров" */

.tournaments-list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  border-top: 1px solid #e8e8e8;
}

.tournaments-list__link {
  display: flex;
  min-height: 120px;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

.tournaments-list__picture {
  flex-shrink: 0;
  display: block;
}

.tournaments-list__content {
  margin-left: 30px;
  padding-right: 90px;
}

.tournaments-list__title {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.tournaments-list__dates {
  font-size: 14px;
  color: #636363;
}

/* Активное соcтояние и соcтояние по наведению у стрелы */

.arrow:hover,
.arrow:active,
.arrow--active {
  stroke: #2ad5d5;
}

.arrow--active {
  stroke: #2ad5d5;
}

/* Статичная страница */

.page-image {
  background-size: 100% 100% !important;
  width: 1216px;
  height: 600px;
}

.page-image-little {
  background-size: 100% 100% !important;
  width: 910px;
  height: 450px;
}

.page-text {
  padding: 30px 0;
  background-color: #ffffff;
}

.page-text a {
  text-decoration: underline;
  color: #0095d9;
}

/* Заголовки для медиа */

h2.media-title {
  background-color: #ffffff;
  padding: 22px 20px;
  margin: 0;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 31px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}

h3.media-title {
  background-color: #ffffff;
  padding: 18px 20px;
  margin: 20px 0 10px;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 27px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Баннеры */

.banner-wrapper {
  max-width: 1230px;
  margin: auto;
}

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

/* Медиа */

.ug-textpanel-textwrapper .ug-textpanel-title > a {
  width: 100%;
  display: inline-block;
  color: #a5a5a5;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

/*Видео в онлайн матча */

.match-broadcast-video {
  width: 100%;
  margin: 17px 0 25px 0;
}

.match-broadcast-video__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  background-color: #ffffff;
}

.match-broadcast-video__title {
  position: relative;
  padding-left: 55px;
  font-size: 15px;
  vertical-align: middle;
}

.match-broadcast-video__title::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 25px;
  background-image: url("../../../img/video-icon.png");
}

.match-broadcast-video__button {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  background-color: #ffffff;
  border: 2px solid #282f32;
  border-radius: 2px;
  cursor: pointer;
}

.match-broadcast-video__button::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  right: 4px;
  background-color: #282f32;
}

.match-broadcast-video__button--close::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  right: 4px;
  background-color: #282f32;
  transform: rotate(90deg);
}

/* Слайдер категорий */
.line-slider {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 42px;
  margin-bottom: 20px;
  display: flex;
  background-color: rgba(40, 47, 50, 0.85);
}

.line-slider__list {
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.line-slider__item {
  min-width: 120px;
  text-align: center;
  background-color: rgba(108, 113, 116, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: skewX(-15deg);
  position: relative;
  left: -8px;
}

.line-slider__item:hover {
  background-color: rgba(108, 113, 116, 0.8);
}

.line-slider__item--active,
.line-slider__item--active:hover {
  background-color: rgba(42, 213, 213, 0.8);
}

.line-slider__item:last-child {
  border-right: none;
}

.line-slider__link {
  display: block;
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
  transform: skewX(15deg);
}

.line-slider__link-container {
  display: inline-block;
  font-family: "PT Sans Narrow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 45px;
  text-transform: uppercase;
  color: #ffffff;
}

.arrow--line-slider {
  position: absolute;
  width: 42px;
  height: 100%;
  z-index: 2;
  background-color: #6c7174;
}

.arrow--line-slider:after {
  content: '';
  background-color: #6c7174;
  position: absolute;
  top: 0;
  width: 13px;
  height: 100%;
  transform: skewX(-15deg);
}

.arrow-back.arrow--line-slider:after {
  right: -7px;
}

.arrow-forward.arrow--line-slider:after {
  left: -7px;
}

.arrow--line-slider::before {
  position: absolute;
  left: 0;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 21px;
  line-height: 45px;
  width: 100%;
  padding-left: 15px;
}

.arrow--line-slider.slick-disabled {
  display: block !important;
}

.arrow--line-slider.slick-disabled:before {
  opacity: .2;
}

.arrow-back.arrow--line-slider::before {
  content: "\f104";
}

.arrow-forward.arrow--line-slider::before {
  content: "\f105";
}

.social-share {
  width: 100%;
}

.social-share .uSocial-Share,
.social-share .uSocial-Share .uscl-bar {
  width: inherit;
}

.social-share .uSocial-Share .uscl-list {
  display: flex !important;
  justify-content: space-around;
  width: inherit;
}

.social-share .uSocial-Share .uscl-list .uscl-item:first-child {
  padding-left: 0;
}

.social-share .uSocial-Share .uscl-list .uscl-item:nth-child(6) {
  padding-right: 0;
}

/* Блок "Видео дня" на главной */

.day-video {
  display: block;
  width: 100%;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}

.day-video__slide {
  display: flex !important;
  background-color: #2a0a49;
}

.day-video__content {
  width: 100%;
}

.day-video__content-block {
  display: block;
  position: relative;
  flex-shrink: 0;
  height: 100%;
}

.day-video__content-block:first-child {
  position: relative;
  width: 452px;
}

.day-video__content-block:last-child {
  align-items: stretch;
  width: calc(845px - 452px);
  height: 300px;
  padding: 40px 30px;
}

.day-video .video__picture {
  width: inherit;
  height: inherit;
  margin-bottom: 0;
}

.day-video__content-block .video__picture::before {
  display: none;
}

.day-video__link {
  display: block;
  position: relative;
}

.day-video__link::before {
  content: "\f04b";
  position: absolute;
  width: 68px;
  height: 68px;
  z-index: 2;
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -34px;
  font-family: "FontAwesome";
  font-size: 60px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.flag {
  display: inline-block;
  background-color: #e7342d;
  height: 30px;
  padding: 0 20px 0 30px;
}

.flag__text {
  width: inherit;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.day-video .flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.day-video__title {
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fbb711;
}

.day-video__text {
  color: #ffffff;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cbcbcb;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #e7342d;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  visibility: hidden;
  border: none;
  background-color: transparent;
  opacity: 0;
}

.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 15px);
  height: 30px;
  width: 30px;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  font-size: 17px;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow:hover {
  color: #000000;
}

.day-video__dots {
  width: 39%;
  position: absolute;
  right: 30px;
  bottom: 25px;
  text-align: center;
}

.day-video__dots .slick-arrow {
  color: #ffffff;
}

.indicators {
  width: 100%;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}

.indicators__arrow {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
}

.indicators .indicators-list li {
  background-color: rgba(42, 213, 213, 0.3);
}

.indicators li.slick-active {
  background-color: #2ad5d5;
}

/* Блок "Опрос" на главной */

.survey {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.survey__content-block {
  position: relative;
  float: left;
  height: 400px;
}

.survey__content-block:first-child {
  width: 320px;
  padding: 30px;
  background-color: #1e3a7e;
  overflow: hidden;
  background-image: url("../img/survey-background.png");
  background-position: 281px 62px;
}

.survey__content-block-inner {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.survey__wrapper {
  position: relative;
  z-index: 2;
}

.survey__content-block:last-child {
  width: 525px;
  padding: 30px 30px 30px 40px;
  background-color: #ededed;
}

.survey--multiple .survey__content-block:last-child {
  padding: 13px 30px 47px 40px;
}

.survey__content-block:last-child.full {
  width: 831px;
}

.survey__multiple-counter {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
}

.survey__multiple-counter > span {
  font-weight: 700;
}

.flag--survey {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0091cc;
  padding: 0 30px;
}

.survey__question {
  margin: 45px 0;
}

.survey__question a {
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  white-space: normal;
}

.survey-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.survey-form__button {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.survey-form__label {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 15px;
  white-space: normal;
}

.survey .form__radio-indicator {
  background-color: #ffffff;
  border: 1px solid #898989;
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.survey .form__radio:checked + .form__radio-indicator::after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: #0091cc;
}

.button--survey {
  background-color: #0091cc;
  color: #ffffff;
  bottom: 0;
  margin-bottom: 0;
}

.button--survey:hover {
  background-color: #47acd6;
}

.button--survey.button--survey-revote {
  width: 200px;
}

.survey-form__options {
  max-height: 267px;
  overflow: hidden;
  padding-right: 20px;
}

.survey-form__arrow {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 20px;
  cursor: pointer;
}

.survey-form__arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 20px;
  background: linear-gradient(to top, rgba(237, 237, 237, 1), rgba(237, 237, 237, 0));
}

.survey--multiple .survey-form__arrow::before {
  height: 48px;
  bottom: -8px;
}

.survey-form__arrow::after {
  bottom: 0;
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  color: #b8b8b8;
  font-size: 30px;
  left: 50%;
  margin-left: -10px;
}

.survey__result {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.survey__result-container {
  height: 274px;
  overflow: hidden;
  padding-right: 20px;
}

.survey__result-wrapper {
  width: 350px;
  margin-right: 5px;
}

.survey__content-block.full .survey__result-wrapper {
  width: 670px;
}

.scale {
  width: 100%;
  height: 3px;
  background-color: #c6c6c6;
  overflow: hidden;
}

.survey__answer {
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 19px;
  white-space: normal;
}

.scale__line {
  height: 100%;
  background-color: #0091cc;
}

.survey__result-wrapper--choice .scale__line {
  background-color: #e7342d;
}

.survey__result-percent {
  display: flex;
  justify-content: space-between;
  min-width: 115px;
  flex-shrink: 0;
  font-size: 15px;
  margin-bottom: -4px;
  white-space: nowrap;
}

.survey__result-value {
  width: 35px;
  font-weight: 700;
  margin: 0 5px;
}

.survey__result-number {
  flex-grow: 1;
  text-align: center;
}

.survey__result-final {
  margin: 0 20px 0 0;
}

.survey__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.survey--inner {
  display: block;
}

.survey--inner .survey__question {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.survey--inner .survey__date {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  color: #727272;
  margin: 15px 0 30px 0;
}

.survey--inner .survey-form__options {
  height: auto;
  max-height: none;
  margin-bottom: 25px;
  padding: 0;
}

.survey--inner .survey-form__label {
  margin-bottom: 25px;
}

.survey--inner .survey__result-container {
  height: auto;
  padding: 0;
}

.button--survey-results {
  width: auto;
  padding: 0;
  border-radius: 0px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  color: #0283bf;
  background-color: transparent;
  letter-spacing: normal;
  line-height: 16px;
  border: 0;
  border-bottom: 1px solid #0283bf;
  margin: 25px auto 55px auto;
}

.survey--inner .survey__result-wrapper {
  width: 735px;
  margin-right: 10px;
  flex-shrink: 1;
}

.survey--inner .survey__result-value {
  margin: 0 5px 0 0;
}

.survey--inner .survey__result-percent {
  min-width: 105px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.survey--inner .survey__result-number {
  flex-grow: 1;
  color: #727272;
  text-align: center;
}

.survey--inner .scale {
  background-color: #dfdfdf;
}

/* Слайдер опросов */

.votes-slider__cont {
  position: relative;
  margin-bottom: 30px;
}

.votes-slider__cont > div {

}

.votes-slider__cont .slick-arrow {
  outline: none;
  top: auto;
  bottom: 0;
  position: absolute;
  color: #000000;
}

.votes-slider__cont .tns-nav {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 60px);
  padding: 6px 30px;
  box-sizing: border-box;
  text-align: center;
}

.votes-slider__cont .tns-nav button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #cbcbcb;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
}

.votes-slider__cont .tns-nav .tns-nav-active {
  background-color: #e7342d;
}

/* Загрузчик */

img.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  opacity: .2;
}

/* Вставка матча из редактора на публичной части */
.widget-insert-match a {
  color: #12151d;
  text-decoration: none;
}

.widget-insert-match .form-results-list {
  padding-left: 0;
}

/* Пагинация */

.pagination-section {
  display: flex;
  justify-content: center;
  margin: 40px 0 30px 0;
}

.pagination-section__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid #bdbdbd;
  margin-right: 8px;
  font-size: 16px;
  color: #2a0a49;
  border-radius: 2px;
  cursor: pointer;
}

.pagination-section__item:hover,
.pagination-section__item:focus {
  color: #2a0a49;
  text-decoration: none;
}

.pagination-section__item--active {
  background-color: #e7342d;
  color: #ffffff;
  border: 1px solid #e7342d;
}

.pagination-section__item--active:hover,
.pagination-section__item--active:focus {
  color: #ffffff;
  text-decoration: none;
}

.pagination-section__item--ellipsis {
  width: 20px;
  border: 1px solid transparent;
}

.pagination-section__item--arrow {
  position: relative;
}

.pagination-section__item--arrow::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #909090;
}

.pagination-section__item--arrow-left::after {
  content: "\f104";
}

.pagination-section__item--arrow-right::after {
  content: "\f105";
}

/* Достижения */

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

.achievements__item {
  flex-shrink: 0;
  width: 585px;
  height: 130px;
  background-color: #261f65;
  margin: 0 20px 20px 0;
}

.achievements__item:nth-child(2n) {
  margin: 0 0 20px 0;
}

.achievements__link {
  display: flex;
  width: 100%;
  height: 100%;
}

.achievements__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
}

.achievements__text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  padding: 20px;
}

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

.achievements__default span {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  font-size: 23px;
  font-weight: 700;
  color: #f9b711;
}

.achievements__default .cup {
  fill: #f9b711;
  width: 84px;
  height: 73px;
}

.achievements__date {
  margin: 0;
  font-size: 13px;
  margin-bottom: 10px;
}

.achievements__tournament {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

/* Профиль сборника */

.national-promo {
  position: relative;
  width: 1230px;
  margin: 0 auto;
  min-height: 737px;
  background-blend-mode: luminosity;
}

.national-promo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(10, 29, 136, 0.7);
  filter: brightness(80%);
  z-index: 1;
}

.national-promo__middle,
.national-promo__bottom {
  position: relative;
  z-index: 2;
}

.national-promo__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  padding: 0 20px 0 35px;
  z-index: 3;
}

.national-promo .selects {
  margin: 0;
}

.national-promo .select-unit__text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
}

.national-promo .socials {
  position: static;
}

.select-unit--transparent .select {
  background-color: transparent;
}

.select-unit--transparent .select__title {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid rgba(213, 213, 213, 0.4);
}

.select-unit--transparent .select__title::after {
  content: "\f107";
  color: #008dc8;
}

.select-unit--transparent .select__options {
  border: 1px solid rgba(213, 213, 213, 0.4);
  border-top: none;
  background-color: rgba(10, 29, 136, 0.7);
}

.select-unit--transparent .select__options li:hover,
.select-unit--transparent .select__options:not(:hover) li.js-active {
  background: #e7352d;
}

.select-unit--transparent .select__options li a {
  color: #ffffff;
}

.national-promo__middle {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 390px;
  overflow: hidden;
}

.national-promo__card-wrapper {
  flex-shrink: 0;
  width: 550px;
  height: 100%;
  transform: skewX(-19deg);
  margin-left: -68px;
  background: #ffffff;
}

.national-promo__card {
  width: 600px;
  height: 100%;
  background: url("../img/national-card-background.png");
  background-repeat: no-repeat;
  background-position: 190px 0;
  transform: skewX(19deg);
}

.national-promo__card-top {
  display: flex;
  justify-content: flex-end;
  padding: 30px 180px 35px 105px;
  font-family: "Oswald", "Arial", sans-serif;
}

.national-promo__number {
  width: 70px;
  font-size: 73px;
  line-height: 73px;
  color: #e7352d;
  margin-right: 40px;
}

.national-promo__picture,
.national-promo__img {
  border-radius: 50%;
}

.national-promo__picture {
  width: 205px;
  height: 205px;
  background: url("../img/national-promo-pattern.png"), #ffffff;
}

.national-promo__name {
  margin: 0;
  padding-left: 105px;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #1f4ba0;
  font-family: "Oswald", "Arial", sans-serif;
  font-weight: 600;
}

.national-promo__card-ico {
  position: absolute;
  bottom: 39px;
  right: 138px;
  display: block;
  width: 34px;
  height: 29px;
  background: url(../img/card.png) no-repeat 100%;
}

.national-promo__info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 20px 0 0;
}

.national-promo__info {
  padding: 20px 15px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

.national-promo__table {
  min-width: 534px;
  max-width: 645px;
  border-spacing: 0;
}

.national-promo__text,
.national-promo__value {
  margin: 0;
}

.national-promo__text {
  font-weight: 500;
  font-size: 12px;
  color: #44b7e9;
  text-transform: uppercase;
}

.national-promo__value {
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  max-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.national-promo__value--small {
  font-size: 16px;
  text-transform: uppercase;
}

.national-promo__cell {
  padding: 0 0 0 15px;
  height: 75px;
  min-width: 267px;
}

.national-promo__socials {
  width: 564px;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.national-promo__socials-link {
  width: 267px;
  padding: 0 0 0 15px;
  height: 55px;
  display: flex;
  align-items: center;
}

.national-promo__socials-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.national-promo__socials-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.national-promo .facebook,
.national-promo .instagram,
.national-promo .vk,
.national-promo .youtube {
  fill: #0a226f;
}

.national-promo__bottom {
  height: 251px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.national-promo__stats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  color: #ffffff;
}

.national-promo__stats-item {
  padding: 0 40px;
  min-width: 250px;
  border-right: 1px solid rgba(255, 255, 255, 0.56);
}

.national-promo__stats-item:last-child {
  border-right: 0;
}

.national-promo__stats-text {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.national-promo__stats-value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 95px;
  line-height: 95px;
  min-height: 95px;
  font-weight: 300;
}

.national-promo__stats-value--period {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  min-height: 95px;
  font-weight: 300;
}

.national-promo__stats-value--period:before {
  content: '';
  position: absolute;
  top: 43px;
  left: 27px;
  width: 118px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(140deg);
}

.national-promo__stats-value--period span {
  position: absolute;
}

.national-promo__stats-value--period span:first-child {
  top: 0;
  left: 0;
}

.national-promo__stats-value--period span:last-child {
  bottom: 0;
  right: 0;
}

.national-navigation {
  position: relative;
  width: 1230px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #d6dbe0;
  z-index: 3;
}

.national-navigation__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: relative;
  z-index: 2;
}

.national-navigation__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 140px;
  height: 80px;
}

.national-navigation__text {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  font-family: "Oswald", "Arial", sans-serif;
  color: #1f4ba0;
  text-transform: uppercase;
}

.national-navigation__item--active,
.national-navigation__item:hover {
  background-color: #e7352d;
}

.national-navigation__item--active .national-navigation__text,
.national-navigation__item:hover .national-navigation__text {
  color: #fffbdc;
}

.national-navigation__item .biography,
.national-navigation__item .graph,
.national-navigation__item .media-icon {
  fill: #e7352d;
}

.national-navigation__item--active .biography,
.national-navigation__item--active .graph,
.national-navigation__item--active .media-icon,
.national-navigation__item:hover .biography,
.national-navigation__item:hover .graph,
.national-navigation__item:hover .media-icon {
  fill: #ffffff;
}

.player-achievements {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -53px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  z-index: 1;
}

.player-achievements__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  background-color: #fbb711;
  border-radius: 50%;
  margin-right: 20px;
}

.player-achievements__item:nth-child(4) {
  margin-right: 480px;
}

.player-achievements__img {
  border-radius: 50%;
}

/* Фильтр - медиа */

.media-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.media-filter-container--no-margin {
  margin-bottom: 0;
}

.media-filter {
  display: flex;
  align-items: center;
}

.calendar-filters {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #2a0a49;
  font-weight: 700;
}

.calendar-filter {
  position: relative;
  margin: 0 10px;
}

.calendar-filter__icon {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}

.search-filter {
  position: absolute;
  top: -100000px;
  left: -100000px;
}

.calendar-filter .calendar-filter__input {
  width: 125px;
  height: 38px;
  padding: 0 35px 0 10px;
  outline: none;
  border: 1px solid #d5d5d5;
}

.calendar-filter .input-group-addon {
  right: 8px;
  top: 11px;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 100%;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
}

.search-filter__select {
  width: 445px;
  height: 38px;
  padding: 0 35px 0 10px;
  outline: none;
}

.search-page--tags .search-filter__select {
  width: 707px;
}

.search-filter__icon {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}

/* Табы в матче */

.tabs--match .tabs__navigation {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.tabs--match .tabs__list {
  background-color: #ececec;
  border-radius: 4px;
}

.tabs--match .tabs__item {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
}

.tabs--match .tabs__link {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
  text-transform: none;
}

.tabs--match .tabs__item.tabs--active {
  border-radius: 4px;
}

.tabs--match .tabs__item.tabs--active .tabs__link {
  color: #2a0a49;
}

.tabs--match .tabs__item.tabs--active:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fab711;
}

/* Страница ошибки */

.page-error {
  padding: 60px 40px;
  display: flex;
}

.page-error__text {
  padding: 90px 70px 20px 70px;
  font-size: 16px;
  line-height: 19px;
  color: #636363;
}

.page-error__text p {
  margin: 20px 0;
}

.page-error__title {
  color: #301254;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  margin: 20px 0;
}

/* Страница поиска */

.search-page__form {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-page__input {
  padding: 0 50px 0 25px;
  width: 707px;
  outline: none;
  font-size: 13px;
  font-family: "Roboto", "Arial", sans-serif;
  height: 40px;
}

.search-page__input-icon {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 155px;
}

.search-page__input-icon .search {
  fill: #2a0a49;
}

.search-page__middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.search-page__middle-results {
  font-size: 13px;
  color: #ffffff;
  margin: 0 20px 20px;
}

.search-page__middle-value {
  font-weight: 700;
  padding-left: 5px;
}

.button--search {
  width: 125px;
  background: #0095d9;
  margin-bottom: 0;
  border: 0;
  color: #ffffff;
  padding: 2px 0;
}

.reset-button {
  position: relative;
  border: none;
  background: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
}

.reset-button::before,
.reset-button::after {
  content: "";
  position: absolute;
  right: 5px;
  height: 10px;
  width: 1px;
  top: 50%;
  margin-top: -4px;
  background-color: #929292;
}

.reset-button::before {
  transform: rotate(45deg);
}

.reset-button::after {
  transform: rotate(-45deg);
}

.search-page__result {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.search-page__item {
  border-top: 1px solid #e8e8e8;
}

.search-page__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  font-size: 13px;
  line-height: 17px;
  color: #636363;
}

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

.search-page__type svg {
  flex-shrink: 0;
}

.search-page__type-text {
  margin: 0;
  padding: 0 15px;
}

.search-page__main,
.search-page__additional {
  margin: 0;
  padding: 0 15px;
}

.search-page__main {
  color: #000000;
  max-height: 35px;
  overflow: hidden;
}

.search-page__additional {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Заголовок фотоальбома */
.album-title__container {
  height: 70px;
}

.album-title__container .album-title__left {
  float: left;
  max-width: 1020px;
}

.album-title__container .album-title__right {
  float: right;
  width: calc(100% - 1020px - 20px);
}

.album-title__container .album-title__text {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}

.album-title__container .album-title__info {
  margin-top: 22px;
}

.album-title__container .album-title__date {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #0091cc;
}

.album-title__container .album-title__author {
  float: left;
  margin-left: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #727272;
}

.album-title__container .album-title__author--title {
  padding-right: 10px;
  color: #000000;
}

/* Фотографии фотоальбома */
.media-photos .media__link {
  float: left;
  height: 180px;
  margin-bottom: 17px;
  cursor: pointer;
}

.media-photos .media__link--wide {
  height: 190px;
  margin-bottom: 12px;
}

.media-photos .media__icon {
  opacity: 0;
  top: 44%;
  transition: all .3s;
}

.media-photos .media__link:hover .media__icon {
  opacity: 1;
  top: 50%;
}

.media-photos .media__link:not(:nth-child(3n)) {
  margin-right: 17px;
}

.media-photos .media__link--wide {
  margin-right: 0;
}

.media-photos .media__link--wide:not(:nth-child(4n)) {
  margin-right: 12px;
}

.media-photos .media__img {
  width: 270px;
  height: 180px;
  filter: brightness(80%);
}

.media-photos .media__link--wide .media__img {
  width: 284px;
  height: 190px;
}

.media-photos .media__link:hover .media__img {
  filter: brightness(90%);
}

.sticky {
  position: fixed;
  z-index: 101;
}

.sticky-stop {
  position: relative;
  z-index: 101;
}

/* Костыль для скрытия nicescroll */
.nicescroll-hide {
  visibility: hidden;
  display: none !important;
}

.cookie-notation {
  position: fixed;
  z-index: 9999;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 88px;
  background-color: #223448;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.9);
}

.cookie-notation__text {
  margin: 0 50px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.cookie-notation__text a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

.cookie-notation__text a:hover {
   color: #ffffff;
 }

.cookie-notation__button {
  width: 240px;
  height: 40px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  border-radius: 1px;
  font-size: 16px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cookie-notation__button:hover {
   background-color: #ffffff;
   color: #223448;
 }

@media(max-width: 767px) {
  .cookie-notation  {
    flex-wrap: wrap;
    padding: 30px 24px;
  }

  .cookie-notation__text {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
    line-height: 26px;
  }

  .cookie-notation__button {
    width: 100%;
  }
}
