.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wrapperHide {
  z-index: -1;
}
.hide {
  display: none;
}
#app {
  position: relative;
}
html,
body {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 6px;
  /* ширина для вертикального скролла */
  height: 4px;
  /* высота для горизонтального скролла */
  background-color: #272727;
}
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #9C9C9C;
  border-radius: 9em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #8f8f8f;
}
/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}
::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}
::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}
html,
body {
  background: #272727;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  background: #242424;
  position: relative;
  z-index: 1;
}
.header {
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding: 15px 5px 15px 5px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 720px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 560px) {
  .header {
    padding-bottom: 9px;
  }
}
.header .left_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 12 * 11 - 30px);
}
@media screen and (max-width: 1000px) {
  .header .left_part {
    width: calc(100% / 12 * 4 - 30px);
  }
}
@media screen and (max-width: 720px) {
  .header .left_part .logo a svg {
    width: 92px;
  }
}
.header .login {
  width: calc(100% / 12 * 1 - 30px);
  min-width: 110px;
  padding: 8px;
  background: #e2ff31;
  color: #272727;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "BlatantRu";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .header .login {
    margin-right: 55px;
  }
}
@media screen and (max-width: 720px) {
  .header .login {
    min-width: 70px;
  }
}
.header .showMenu {
  display: none;
  position: absolute;
  right: 0;
  top: 25%;
  background: #3A3A3A;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header .showMenu {
    display: block;
  }
}
.header .showMenu > div {
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}
.header .showMenu > div:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header .showMenu.active > div:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
      -ms-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}
.header .showMenu.active > div:nth-child(2) {
  opacity: 0;
}
.header .showMenu.active > div:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
      -ms-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
}
@font-face {
  font-family: "Blatant";
  src: url("/fonts/BlatantRegular.woff2");
}
@font-face {
  font-family: "BlatantRu";
  src: url("/fonts/ru_subset-Blatant-Regular.woff2");
}
@font-face {
  font-family: "SF";
  src: url("/fonts/subset-SFUIText-Regular.woff2");
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("/fonts/subset-ProximaNova-Regular.woff2"), url("/fonts/subset-ProximaNova-Regular.woff"), url("/fonts/subset-ProximaNova-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto.woff2");
}
.rect {
  background-color: #323232;
}
.skelet-anim {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #3a3a3a;
  background: -o-linear-gradient(left, #323232 4%, #3a3a3a 25%, #323232 36%);
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #323232), color-stop(25%, #3a3a3a), color-stop(36%, #323232));
  background: linear-gradient(90deg, #323232 4%, #3a3a3a 25%, #323232 36%);
  background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  to {
    background-position: 1200px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  to {
    background-position: 1200px 0;
  }
}
.menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: -100vw;
    top: 0;
    background: #272727;
    z-index: 100;
    margin: 0;
    margin-top: 55px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.menu.active {
  left: 0;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .menu ul li {
    margin-top: 15px;
  }
}
.menu ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "BlatantRu";
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .menu ul li a {
    font-size: 18px;
  }
}
.menu ul li a.active {
  opacity: 1 !important;
  color: #e2ff31;
}
.banner {
  background-image: url("/images/banner.png");
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  height: 272px;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 560px) {
  .banner {
    display: none;
  }
}
.banner__text {
  font-family: "Blatant";
  color: #EB3333;
  font-size: 60px;
  line-height: 272px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.banner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(39, 39, 39, 0.6);
}
.disciplines_title {
  font-family: "Roboto";
  font-size: 40px;
  margin-top: 130px;
  margin-bottom: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 560px) {
  .disciplines_title {
    margin-top: 0;
    color: #E2FF31;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.discipline {
  margin-bottom: 32px;
  padding-right: 40px;
  min-height: 272px;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-size: cover !important;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .discipline {
    min-height: 152px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.discipline__title {
  color: #FFFFFF;
  font-family: "Blatant";
  font-size: 36px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 560px) {
  .discipline__title {
    padding: 10px;
    font-size: 17px;
  }
}
.discipline__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(rgba(70, 70, 70, 0.5), rgba(39, 39, 39, 0.5));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.5)), to(rgba(39, 39, 39, 0.5)));
  background: linear-gradient(rgba(70, 70, 70, 0.5), rgba(39, 39, 39, 0.5));
}
.discipline_mobile__mobile_btn {
  border-left: 1px solid #5d6060;
  height: 100%;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.discipline_mobile__mobile_btn:hover {
  background: #E2FF31;
}
svg path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.discipline_mobile .discipline_mobile__mobile_btn:hover svg path {
  stroke: #272727;
}
.backToMain {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  background: #242424;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "BlatantRu";
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.disciplineItem {
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 304px;
  position: relative;
  border-radius: 8px;
}
.disciplineItem__title {
  font-size: 36px;
  font-family: "Blatant";
  margin-top: 22px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
.disciplineItem__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 39, 39, 0.6);
}
.tabNames {
  border-radius: 8px;
  margin-bottom: 16px;
  background: #3A3A3A;
  overflow: hidden;
}
.tabNames .tabNamesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 11px;
}
@media screen and (max-width: 1100px) {
  .tabNames .tabNamesWrapper {
    overflow-x: scroll;
    min-width: 100%;
    width: auto;
    white-space: nowrap;
  }
}
.tabNames .tabName {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "BlatantRu", "Blatant";
  color: #B0B0B0;
  padding-bottom: 2.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .tabNames .tabName {
    width: calc(100% / 12 * 8 - 30px);
  }
}
.tabNames .tabName:hover {
  color: #E2FF31;
}
.tabNames .tabName--defaultLetter {
  text-transform: none !important;
}
.tabNames .tabName--active {
  color: #E2FF31 !important;
  border-bottom: 2px solid #E2FF31;
}
.tabContents__content {
  font-family: 'BlatantRu', 'Blatant';
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.wrapperCommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #3A3A3A;
  border-radius: 8px;
  padding: 30px 15px;
}
@media screen and (max-width: 560px) {
  .wrapperCommon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 5px;
  }
}
.wrapperCommon__title,
.wrapperCommon__desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "BlatantRu", "Blatant";
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 560px) {
  .wrapperCommon__title,
  .wrapperCommon__desc {
    width: calc(100% / 12 * 12 - 30px) !important;
  }
}
.wrapperCommon__title {
  text-transform: uppercase;
  width: calc(100% / 12 * 2.5 - 30px);
  min-width: 135px;
}
@media screen and (max-width: 560px) {
  .wrapperCommon__title {
    margin-bottom: 20px;
  }
}
.wrapperCommon__desc {
  width: calc(100% / 12 * 9.5 - 30px);
}
@media screen and (max-width: 560px) {
  .wrapperCommon__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .wrapperMatches__match {
    display: none !important;
  }
}
.wrapperTeams_team {
  background: #3A3A3A;
  border-radius: 8px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: "BlatantRu", "Blatant";
}
.wrapperTeams_team__logo {
  margin-right: 10px;
  max-width: 30px;
  min-width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.wrapperTeams_team__logo img {
  width: 100%;
}
.match_data {
  background: #3A3A3A;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-family: "BlatantRu", "Blatant";
}
.match_data_firstTeam,
.match_data_secondTeam {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match_data_firstTeam__logo,
.match_data_secondTeam__logo {
  margin-right: 10px;
  max-width: 30px;
  min-width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.match_data_firstTeam__logo img,
.match_data_secondTeam__logo img {
  width: 100%;
}
.match_data_secondTeam {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.match_data_secondTeam__logo {
  margin-right: 0;
  margin-left: 10px;
}
.match_data .matchDataScore {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "SF";
}
.matchDataScore_common {
  margin: 0 24px;
}
.matchDataScore_common__title {
  font-size: 14px;
}
.matchDataScore_common__desc {
  margin-top: 3px;
  font-size: 12px;
  opacity: 0.6;
}
.score_win {
  color: #E2FF31;
}
.score_team {
  font-family: "SF";
  font-size: 40px;
}
.match_data_mobile {
  display: none;
  background: #3A3A3A;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .match_data_mobile {
    display: block !important;
  }
}
.match_data_mobile_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-family: "BlatantRu", "Blatant";
  margin-bottom: 20px;
}
.match_data_mobile_common__title {
  font-size: 14px;
}
.match_data_mobile_common__desc {
  font-size: 12px;
  opacity: 0.6;
  margin-right: 20px;
}
.match_data_mobile_team_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
  font-family: "BlatantRu", "Blatant";
}
.match_data_mobile_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match_data_mobile_team__logo {
  margin-right: 10px;
  max-width: 30px;
  min-width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.match_data_mobile_team__logo img {
  width: 100%;
}
.match_data_mobile_team__name {
  margin-right: 20px;
}
.innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFFFFF;
}
@media (max-width: 580px) {
  .innerWrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .innerWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.innerWrapper .tabContents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% / 12 * 9 - 30px);
}
@media screen and (max-width: 1000px) {
  .innerWrapper .tabContents {
    width: 100%;
  }
}
.innerWrapper .aside__wrapp {
  width: calc(100% / 12 * 3 - 30px);
  margin-left: 15px;
  font-family: 'BlatantRu', 'Blatant';
}
@media screen and (max-width: 1000px) {
  .innerWrapper .aside__wrapp {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.innerWrapper .aside__wrapp .decline {
  margin-top: 68px;
  margin-bottom: 18px;
}
.innerWrapper .content-aside__wrapper {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 38px 16px 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  background-color: #3A3A3A;
}
@media screen and (max-width: 1000px) {
  .innerWrapper .content-aside__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.innerWrapper .content-aside__wrapper .content-teams {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .innerWrapper .content-aside__wrapper .content-teams {
    margin-bottom: 0;
  }
}
.innerWrapper .content-aside__wrapper .content-teams .s1 {
  margin-right: 8px;
  opacity: 0.6;
}
.innerWrapper .content-aside__wrapper .content-teams .s2 {
  opacity: 1;
}
.innerWrapper .content-aside__wrapper .content-teams .s3 {
  color: #e2ff31;
}
.innerWrapper .content-aside__wrapper .content-teams .teams-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 11px;
}
.innerWrapper .content-aside__wrapper .content-teams .teams-label .s2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.innerWrapper .content-aside__wrapper .content-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.innerWrapper .content-aside__wrapper .content-registration .s1 {
  margin-bottom: 4px;
  color: #e2ff31;
}
.innerWrapper .content-aside__wrapper .content-registration.existing_entry {
  text-align: center;
  margin-bottom: 18px;
}
.innerWrapper .content-aside__wrapper .filled__yellow {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .wrapperTableTournament {
    overflow: hidden;
  }
  .groups {
    overflow-x: scroll !important;
    min-width: 100% !important;
    width: auto !important;
    white-space: nowrap;
  }
}
.groups {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-column-gap: 16px;
  justify-items: center;
  grid-row-gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 992px) {
  .groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  .groups {
    min-width: 600px;
    overflow: scroll;
  }
}
.groups .single-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  position: relative;
  background: -o-radial-gradient(100% 100%, 122.58% 100%, #2d2d2d 0, #3a3a3a 100%);
  background: radial-gradient(122.58% 100% at 100% 100%, #2d2d2d 0, #3a3a3a 100%);
  -webkit-box-shadow: 0 16px 20px rgba(17, 17, 17, 0.15);
          box-shadow: 0 16px 20px rgba(17, 17, 17, 0.15);
  border-radius: 8px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.groups .single-group__wrapper {
  width: 100%;
}
.groups .single-group__wrapper .group-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.002em;
  text-transform: uppercase;
  color: #eaeaea;
  display: inline-block;
  margin-left: 32px;
  margin-bottom: 16px;
}
@media (max-width: 525px) {
  .groups .single-group {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.groups .single-group:before {
  content: "";
  width: 100%;
  height: 52px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #515151;
  border-radius: 8px 8px 0 0;
}
.groups .single-group > * {
  z-index: 1;
}
.groups .single-group a {
  display: block;
}
.groups .single-group .names-wrap,
.groups .single-group .stats-wrap {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.002em;
  color: #eaeaea;
  width: 100%;
}
@media (max-width: 525px) {
  .groups .single-group .names-wrap {
    min-width: 160px;
  }
}
.groups .single-group .stats-wrap {
  font-size: 14px;
}
.groups .single-group .stats-wrap::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: hsla(0, 0%, 91.8%, 0.1);
}
.groups .single-group .stats-wrap::-webkit-scrollbar {
  height: 6px;
}
.groups .single-group .stats-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 525px) {
  .groups .single-group .stats-wrap__inner {
    min-width: 235px;
    overflow: hidden;
  }
}
@media (max-width: 525px) {
  .groups .single-group .stats-wrap {
    overflow-x: auto;
  }
}
.groups .single-group .wrap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding-left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.002em;
  text-transform: uppercase;
  color: #b0b0b0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.groups .single-group .wrap-header.stats-header {
  padding-left: 0;
  padding-right: 16px;
}
.groups .single-group .wrap-header.stats-header .stats-cell {
  position: relative;
}
.groups .single-group .wrap-header.stats-header .stats-cell:before {
  position: absolute;
  left: 50%;
  bottom: 80%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(data-title);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.002em;
  color: #eaeaea;
  background: #3a3a3a;
  border-radius: 8px;
  padding: 6px 10px;
  opacity: 0;
  white-space: nowrap;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
  text-transform: none;
  pointer-events: none;
}
.groups .single-group .wrap-header.stats-header .stats-cell:after {
  background: #3a3a3a;
  position: absolute;
  left: 50%;
  bottom: calc(80% + 1px);
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
          transform: translateX(-50%) translateY(50%) rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
  pointer-events: none;
}
@media (hover: hover) {
  .groups .single-group .wrap-header.stats-header .stats-cell:hover:after,
  .groups .single-group .wrap-header.stats-header .stats-cell:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0.3s;
    -o-transition: opacity 0.2s ease-in-out 0.3s;
    transition: opacity 0.2s ease-in-out 0.3s;
  }
}
.groups .single-group .wrap-content {
  padding-top: 15px;
}
@media (max-width: 525px) {
  .groups .single-group .wrap-content {
    padding-bottom: 8px;
  }
}
.groups .single-group .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 525px) {
  .groups .single-group .table-row {
    padding-left: 12px;
  }
}
.groups .single-group .table-row:not(:last-child) {
  margin-bottom: 2px;
}
.groups .single-group .table-row.active-row {
  background: rgba(81, 81, 81, 0.5);
}
.groups .single-group .table-row.advances {
  position: relative;
}
.groups .single-group .table-row.advances:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background: #b0b0b0;
  border-radius: 8px 0 0 8px;
}
.groups .single-group .table-row a {
  color: #eaeaea;
  text-decoration: none;
}
@media (max-width: 525px) {
  .groups .single-group .table-row.advances:before {
    width: 4px;
    border-radius: 6px 0 0 6px;
  }
}
.groups .single-group .table-row .pos {
  width: 40px;
  min-width: 40px;
  text-align: left;
}
.groups .single-group .table-row .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
}
@media (max-width: 1140px) {
  .groups .single-group .table-row .info {
    max-width: calc(-31.08108px + 20.27027vw);
  }
}
@media (max-width: 992px) {
  .groups .single-group .table-row .info {
    max-width: calc(-56.70236px + 46.03854vw);
  }
}
@media (max-width: 525px) {
  .groups .single-group .table-row .info {
    max-width: calc(26.34146px + 29.26829vw);
  }
}
.groups .single-group .table-row .info .ava {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
@media (max-width: 525px) {
  .groups .single-group .table-row .info .ava {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 4px;
  }
}
.groups .single-group .table-row .info .ava img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.groups .single-group .table-row .info .name {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 100%;
  display: block;
  white-space: nowrap;
}
.groups .single-group .table-row.stats-row {
  padding-left: 0;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 8px 8px 0;
}
.groups .single-group .stats-cell {
  height: calc(100% + 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  cursor: default;
}
.groups .single-group .stats-cell.active-cell {
  color: #eaeaea;
}
.groups .single-group .stats-cell.active-col {
  background: rgba(81, 81, 81, 0.5);
}
.groups .single-group .stats-cell.active-col:before {
  opacity: 1!important;
}
.groups .single-group .stats-cell .abbr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.groups .single-group .stats-cell span {
  font-size: 10px;
}
.groups .single-group .stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.groups .single-group .stats-row:first-child .stats-cell {
  position: relative;
}
.groups .single-group .stats-row:first-child .stats-cell:before {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 30px;
  content: "";
  opacity: 0;
  background: rgba(81, 81, 81, 0.5);
  left: 0;
  bottom: 100%;
}
.groups .single-group .stats-row:last-child .stats-cell {
  position: relative;
}
.groups .single-group .stats-row:last-child .stats-cell:before {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 16px;
  content: "";
  opacity: 0;
  background: rgba(81, 81, 81, 0.5);
  left: 0;
  top: 100%;
  border-radius: 0 0 8px 8px;
}
.groups .single-group__NHL .table-row {
  height: 36px;
}
.groups .single-group__NHL .table-row .info {
  max-width: 150px;
}
@media (max-width: 1140px) {
  .groups .single-group__NHL .table-row .info {
    max-width: calc(-138.10811px + 27.02703vw);
  }
}
@media (max-width: 992px) {
  .groups .single-group__NHL .table-row .info {
    max-width: calc(-194.77516px + 59.95717vw);
  }
}
@media (max-width: 525px) {
  .groups .single-group__NHL .table-row .info {
    max-width: calc(7.92683px + 36.58537vw);
  }
}
.groups .single-group__NHL .table-row .info .name {
  font-size: 14px;
}
.groups .single-group__NHL .table-row.stats-row {
  padding-right: 8px;
}
.groups .single-group__NHL .table-row.stats-row:last-child .stats-cell:before {
  height: 8px;
}
@media (max-width: 525px) {
  .groups .single-group__NHL .stats-wrap__inner {
    min-width: 285px;
  }
}
.groups .single-group__NHL .stats-wrap__inner .stats-header {
  padding-right: 8px;
}
.groups .single-group__NHL .stats-wrap__inner .stats-cell {
  width: 36px;
}
@media (max-width: 1140px) {
  .groups .single-group__NHL .stats-wrap__inner .stats-cell {
    width: calc(23.14286px + 0.89286vw);
  }
}
@media (max-width: 992px) {
  .groups .single-group__NHL .stats-wrap__inner .stats-cell {
    width: 36px;
  }
}
.groups .single-group__NBA .table-row .info {
  max-width: 170px;
}
@media (max-width: 1140px) {
  .groups .single-group__NBA .table-row .info {
    max-width: calc(-176.62162px + 30.40541vw);
  }
}
@media (max-width: 992px) {
  .groups .single-group__NBA .table-row .info {
    max-width: calc(-131.04925px + 53.53319vw);
  }
}
@media (max-width: 525px) {
  .groups .single-group__NBA .table-row .info {
    max-width: calc(7.92683px + 36.58537vw);
  }
}
.groups .single-group__NBA .table-row .info .name {
  font-size: 14px;
}
.groups .single-group__NBA .table-row.stats-row {
  padding-right: 8px;
}
.groups .single-group__NBA .table-row.stats-row:last-child .stats-cell:before {
  height: 8px;
}
@media (max-width: 525px) {
  .groups .single-group__NBA .stats-wrap__inner {
    min-width: 275px;
  }
}
@media (max-width: 525px) {
  .groups .single-group__NBA .stats-wrap__inner .stats-cell {
    width: 100%;
  }
}
@media screen and (max-width: 525px) {
  .groups .names-wrap .wrap-content {
    overflow-x: scroll;
    min-width: 100%;
    width: auto;
    white-space: nowrap;
  }
}
.titleDocs {
  font-family: "BlatantRu";
  font-size: 36px;
  padding: 32px 40px;
  background: #3A3A3A;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
}
.titleDocs p {
  font-size: 16px;
  margin-top: 15px;
}
.listDocs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.doc {
  width: calc(100% / 12 * 4 - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  font-family: "BlatantRu", "Blatant";
  color: #fff;
  background: #3A3A3A;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .doc {
    width: calc(100% / 12 * 6 - 30px);
  }
}
@media screen and (max-width: 720px) {
  .doc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.doc__text {
  width: calc(100% / 12 * 10 - 30px);
  font-size: 16px;
}
.doc__text--small {
  width: calc(100% / 12 * 9.5 - 30px);
}
.doc__icon {
  width: calc(100% / 12 * 2 - 30px);
  margin-left: 10px;
  width: 20px;
}
.doc__icon--big {
  width: calc(100% / 12 * 2.5 - 30px);
  min-width: 30px;
  max-height: 25px;
  text-align: center;
}
.doc__icon--big img {
  max-height: 25px;
}
.doc__icon img {
  width: 100%;
  max-height: 25px;
}
.app_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.app_bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(36, 36, 36, 0.9);
  z-index: 1;
}
.app_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.FAQ-page {
  color: white;
  font-family: 'BlatantRu', 'Blatant';
  min-height: 100vh;
  margin-bottom: 150px;
}
.FAQ-page > .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
}
@media (max-width: 1024px) {
  .FAQ-page > .container {
    display: block;
  }
}
.FAQ-page p {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.FAQ-page .foot {
  padding-top: 25px;
}
.FAQ-page .shares .title {
  color: #b0b0b0;
  text-transform: none;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.FAQ-page .shares .title:first-child {
  font-family: 'BlatantRu';
}
.FAQ-page .shares ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FAQ-page .shares ul li {
  display: block;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.FAQ-page__wrapper {
  grid-column: 2 / span 11;
  width: 100%;
  max-width: 688px;
}
.FAQ-page .head {
  padding-top: 50px;
}
@media (max-width: 525px) {
  .FAQ-page .head {
    padding-top: 30px;
  }
}
.FAQ-page h1,
.FAQ-page h2,
.FAQ-page h3,
.FAQ-page h4,
.FAQ-page h5,
.FAQ-page h6 {
  color: var(--tournament-color);
  font-family: 'BlatantRu', 'Blatant';
  line-height: 1.2;
  letter-spacing: 0.002em;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 35px;
}
.FAQ-page h1 {
  font-size: 60px;
  margin-top: 0;
}
.FAQ-page h1 svg path {
  fill: #e2ff31;
}
.FAQ-page i {
  font-style: italic;
}
.FAQ-page h2 {
  font-size: 46px;
}
.FAQ-page h3 {
  font-size: 36px;
}
.FAQ-page h4 {
  font-size: 29px;
}
.FAQ-page h5 {
  font-size: 22px;
}
.FAQ-page h6 {
  font-size: 18px;
}
.FAQ-page ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 18px;
}
.FAQ-page ol li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.002em;
}
.FAQ-page ol li::marker {
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
}
.FAQ-page ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 18px;
}
.FAQ-page ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.002em;
}
.FAQ-page figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 690px;
  width: 100%;
}
.FAQ-page img {
  display: block;
  vertical-align: middle;
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 0;
  cursor: pointer;
}
.FAQ-page a {
  color: #FFFFFF !important;
}
