html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400
}

ol,
ul {
  margin: 0;
  padding: 0
}

ol li,
ul li {
  list-style: none;
  list-style-type: none
}

figcaption,
figure {
  margin: 0
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-color: #bfbfbf;
  outline-width: 1px
}

body {
  position: relative;
  min-width: 320px;
  width: 100%;
  margin: 0;
  font-family: Fira Sans, sans-serif;
  color: #cccfeb;
  font-size: 14px;
  line-height: 1.5;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body.main-page {
  background-image: url(../img/main-bg.png)
}

body.cs-page {
  background-image: url(../img/cs-bg.png)
}

body.dota-page {
  background-image: url(../img/dota-bg.png)
}

body.overwatch-page {
  background-image: url(../img/overwatch-bg.png)
}

body.lol-page {
  background-image: url(../img/lol-bg.png)
}

body.hearthstone-page {
  background-image: url(../img/hearthstone-bg.png)
}

body.hidden {
  overflow: hidden
}

@media (max-width:640px) {
  body {
    background-position: center top 40px;
  }
}

@media (max-width:640px) {
  body {
    font-size: 12px
  }
}

body:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, .9);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity .3s;
  -o-transition: visibility 0s, opacity .3s;
  transition: visibility 0s, opacity .3s
}

b,
strong {
  font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #9797b0;
  text-transform: uppercase
}

h1,
h2 {
  font-size: 30px
}

@media (max-width:640px) {

  h1,
  h2 {
    font-size: 22px
  }
}

h3 {
  font-size: 22px
}

@media (max-width:640px) {
  h3 {
    font-size: 16px
  }
}

h4 {
  font-size: 20px
}

@media (max-width:640px) {
  h4 {
    font-size: 14px
  }
}

h5 {
  font-size: 18px
}

@media (max-width:640px) {
  h5 {
    font-size: 12px
  }
}

h6 {
  font-size: 16px
}

img {
  width: 100%;
  height: auto
}

iframe,
img{
  vertical-align: top
}

a {
  color: #f48b63;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.button,
a:hover,
button {
  text-decoration: none
}

.button,
button {
  display: inline-block;
  padding: 11px 35px;
  background: 0 0;
  border: 1px solid #bc464c;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .21em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.button:hover,
button:hover {
  opacity: .75
}

label {
  display: block
}

input:not([type=submit]),
textarea {
  display: block;
  padding: 13px 20px;
  width: 100%;
  background: #464653;
  border: 1px solid #333547;
  border-radius: 6px;
  color: #f2f2f2;
  font-weight: 500;
  text-transform: uppercase
}

input:not([type=submit])[type=search],
textarea[type=search] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAE3RSTlMAECAwQFBgcH+Aj5Cfr7C/z9/vR+mh7wAAAFpJREFUeNqdzksOgCAMBFChUpSPZbj/YQ0SGmRlnEUnfYum2+cYZnpBqCkjmQlyW05RsLBPyz7EXb19HMJpFaq9M+shCW0emL4p8F6A+SUXIxtS0hDsSg1+5gZdjgIU/02lWQAAAABJRU5ErkJggg==);
  background-position: right 10px center;
  background-repeat: no-repeat
}

input:not([type=submit])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f2f2f2
}

input:not([type=submit])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f2f2f2;
  opacity: 1
}

input:not([type=submit]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f2f2f2
}

input:not([type=submit]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #f2f2f2
}

textarea {
  height: 150px;
  border-radius: 8px;
  resize: none
}

select {
  width: 100%;
  background: #464653;
  border: 1px solid #333547;
  border-radius: 6px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAElBMVEUAAAD///////////////////8+Uq06AAAABnRSTlMAIG9/v9/mvp2fAAAAK0lEQVR4AbXHORUAMAzDUDsHf8odrFcG0aSvi1x/y/I26LUggACCcEA4wQMUEgBlEQ5cTgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 11px center
}

select::-ms-expand {
  display: none
}

select option {
  font-weight: 500;
  text-transform: uppercase;
  background-color: #464653;
  color: #fff
}

select option[value=""][disabled] {
  display: none
}

@media (max-width:640px) {
  select {
    font-size: 12px
  }
}

@media (min-width:641px) {
  .mobile {
    display: none !important
  }
}

@media (max-width:640px) {
  .desktop {
    display: none !important
  }
}

.wrapper {
  position: relative;
  min-height: 100vh;
  padding: 71px 80px 90px
}

@media (max-width:1280px) {
  .wrapper {
    padding-right: 0
  }
}

@media (max-width:1024px) {
  .wrapper {
    padding-left: 0
  }
}

@media (max-width:640px) {
  .wrapper {
    padding: 50px 0 0
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1480px
}

.container--small {
  max-width: 992px
}

.container--medium {
  max-width: 1284px
}

@media (max-width:1280px) {
  .container {
    max-width: 1135px
  }
}

@media (max-width:768px) {
  .container {
    padding: 0 10px
  }
}

.main {
  padding: 25px 0 70px
}

@media (max-width:1024px) {
  .main {
    padding-bottom: 40px
  }
}

.menu li {
  display: inline-block;
  vertical-align: middle
}

.menu a {
  display: block
}

.mobile-menu {
  position: fixed;
  width: 280px;
  height: 100%;
  right: 0;
  top: 0;
  background: #000;
  -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
          transform: translateX(280px);
  overflow: auto;
  z-index: 99;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.mobile-menu.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0)
}

.mobile-menu__main {
  padding: 45px 17px
}

.mobile-menu__main li {
  margin-top: 25px
}

.mobile-menu__main a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600
}

section.table-section {
  margin-bottom: 80px
}

section.table-section:last-of-type {
  margin-bottom: 60px
}

section.table-section:last-child {
  margin-bottom: 0
}

@media (max-width:768px) {

  section.table-section,
  section.table-section:last-of-type {
    margin-bottom: 40px
  }

  section.table-section:last-child {
    margin-bottom: 0
  }
}

section.table-section h1,
section.table-section h2 {
  padding-left: 40px
}

@media (max-width:768px) {

  section.table-section h1,
  section.table-section h2 {
    padding-left: 0
  }
}

.faq-list {
  margin-top: 35px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808295), to(#202029));
  background: -o-linear-gradient(top, #808295 0, #202029);
  background: linear-gradient(180deg, #808295 0, #202029);
  border-radius: 12px;
  overflow: hidden
}

.faq-list li:first-child {
  overflow: hidden;
  border-radius: 12px 12px 0 0
}

.faq-list li:last-child .question h3 {
  border-bottom: 0
}

.faq-list li.opened .question .plus:after {
  height: 0
}

.faq-list .question {
  position: relative;
  padding: 0 30px;
  background: #292930;
  cursor: pointer
}

@media (max-width:768px) {
  .faq-list .question {
    padding: 0
  }
}

.faq-list .question h3 {
  margin: 0;
  padding: 30px;
  font-weight: 400;
  line-height: 28px;
  color: #cccfeb;
  border-bottom: 2px solid #808295;
  text-transform: none
}

@media (max-width:768px) {
  .faq-list .question h3 {
    padding: 20px
  }
}

@media (max-width:640px) {
  .faq-list .question h3 {
    padding: 10px 26px 10px 10px;
    font-size: 16px;
    line-height: 22px
  }
}

.faq-list .question .plus {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%)
}

.faq-list .question .plus:after,
.faq-list .question .plus:before {
  content: "";
  display: block;
  background-color: #cccfeb;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.faq-list .question .plus:before {
  width: 100%;
  height: 2px
}

.faq-list .question .plus:after {
  width: 2px;
  height: 100%
}

@media (max-width:640px) {
  .faq-list .question .plus {
    width: 16px;
    height: 16px;
    right: 10px
  }
}

.faq-list .answer {
  display: none;
  padding: 25px 70px 35px;
  background: #1c1b21;
  overflow: auto
}

.faq-list .answer p {
  font-size: 16px
}

@media (max-width:768px) {
  .faq-list .answer {
    padding: 20px
  }
}

@media (max-width:640px) {
  .faq-list .answer {
    padding: 10px
  }

  .faq-list .answer p {
    font-size: 12px
  }
}

.contacts-section {
  padding: 40px 75px 60px;
  border-radius: 12px;
  background: url(../img/logo-bg.png) #292930 right 8% top 10px no-repeat;
  border: 1px solid rgba(41, 41, 48, .8)
}

.contacts-section h1 {
  margin-bottom: 20px;
  color: #f2c94c
}

@media (max-width:768px) {
  .contacts-section {
    padding: 20px 10px
  }
}

.contacts-form {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 10px
}

.contacts-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

.contacts-form form textarea {
  height: 181px
}

.contacts-form .half-width {
  padding-left: 10px;
  width: 50%
}

.contacts-form .half-width:first-child {
  padding-left: 0;
  padding-right: 10px
}

@media (max-width:640px) {
  .contacts-form .half-width {
    width: 100%;
    padding: 0 !important
  }

  .contacts-form .half-width:nth-child(2) {
    margin-top: 10px
  }
}

.contacts-form .row {
  margin-top: 24px
}

.contacts-form .row:first-child {
  margin-top: 0
}

.contacts-form .btn-container {
  margin-top: 45px;
  width: 100%;
  text-align: left
}

@media (max-width:768px) {
  .contacts-form {
    padding: 20px 10px
  }

  .contacts-form form textarea {
    height: 153px
  }

  .contacts-form .half-width {
    padding-left: 5px
  }

  .contacts-form .half-width:first-child {
    padding-left: 0;
    padding-right: 5px
  }

  .contacts-form .row {
    margin-top: 10px
  }

  .contacts-form .btn-container {
    margin-top: 20px
  }
}

.error-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 170px);
  padding: 0 10px 20px;
  text-align: center;
  overflow: hidden
}

.error-section h2 {
  margin-top: -120px;
  font-size: 36px;
  color: #bc464c;
  font-weight: 400
}

@media (max-width:640px) {
  .error-section h2 {
    font-size: 26px;
    margin-top: -80px
  }
}

.error-section img {
  margin-top: -120px;
  width: 100%;
  height: auto;
  max-width: 768px
}

.error-section .button {
  margin-top: 30px
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  vertical-align: top
}

.logo__img {
  width: 80px;
  height: 70px;
  background: url(../img/logo.jpg) no-repeat;
  background-size: 100% 100%
}

@media (max-width:1024px) {
  .logo__img {
    width: 190px;
    height: 28px;
    background-image: url(../img/logo-footer.png)
  }
}

.logo__txt {
  margin-left: 24px;
  width: 216px
}

@media (max-width:1024px) {
  .logo__txt {
    display: none
  }
}

.burger {
  display: none;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101
}

.burger.opened .bar {
  background-color: #fff
}

.burger.opened .bar:first-child,
.burger.opened .bar:nth-child(2) {
  top: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg)
}

.burger.opened .bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg)
}

.burger.opened .bar:last-child {
  width: 0
}

.burger .bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.burger .bar:nth-child(2) {
  top: 40%
}

.burger .bar:last-child {
  top: 80%
}

@media (max-width:1024px) {
  .burger {
    display: block
  }
}

@media (max-width:768px) {
  .burger {
    right: 10px
  }
}

.btn-container {
  margin-top: 60px;
  text-align: center
}

@media (max-width:768px) {
  .btn-container {
    margin-top: 40px
  }
}

.gold {
  color: #f2c94c !important
}

.country {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden
}

.country img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  height: 160%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}

.player-section>p,
.team-section>p,
.transfers-section>p {
  max-width: 830px;
  margin: 0 auto
}

.transfers-section>.table-section {
  margin-top: 60px
}

@media (max-width:768px) {
  .transfers-section>.table-section {
    margin-top: 40px
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background: rgba(51, 53, 71, .4);
  border-bottom: 1px solid #333547;
  z-index: 11
}

@media (max-width:1024px) {
  .c-header {
    height: 50px;
    background: #bc464c;
    border: 0;
    z-index: 1001
  }
}

.c-header .logo {
  position: absolute;
  left: 0;
  top: 0
}

@media (max-width:1024px) {
  .c-header .logo {
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
  }
}

@media (max-width:768px) {
  .c-header .logo {
    left: 10px
  }
}

.c-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end
}

.c-header .lang-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 14px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #bc464c;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.c-header .lang-menu a:hover {
  color: #fff
}

.c-header .lang-menu a span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border-radius: 50%;
  overflow: hidden
}

.c-header .lang-menu a span img {
  height: 24px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}

.c-header .lang-menu>li {
  position: relative
}

.c-header .lang-menu>li>a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 1px solid #bc464c;
  border-right: 1px solid #bc464c;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.c-header .lang-menu .sub-menu {
  visibility: hidden;
  margin-top: 10px;
  position: absolute;
  top: -300px;
  right: 0;
  width: 100px;
  background: rgba(51, 53, 71, .4);
  border: 1px solid #333547;
  opacity: 0;
  -webkit-transition: visibility .3s, top .5s, opacity .5s;
  -o-transition: visibility .3s, top .5s, opacity .5s;
  transition: visibility .3s, top .5s, opacity .5s
}

.c-header .lang-menu .sub-menu>li {
  padding: 10px 0;
  text-align: right
}

@media (max-width:1024px) {
  .c-header .lang-menu {
    padding-right: 30px
  }

  .c-header .lang-menu a {
    color: #fff
  }
}

.c-header .lang-menu.opened .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1
}

.c-header .lang-menu.opened>li>a:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg)
}

.c-sidebar {
  margin-top: 70px;
  width: 80px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #292930;
  z-index: 10
}

@media (max-width:1024px) {
  .c-sidebar {
    padding-top: 50px;
    width: 105px;
    left: -402px;
    margin-top: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }
}

.c-sidebar__mobile {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.c-sidebar__mobile li {
  margin-left: 20px
}

.c-sidebar__mobile .logo__img {
  height: 50px
}

.c-sidebar__mobile .burger {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%)
}

@media (max-width:1024px) {
  .c-sidebar__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.c-sidebar svg path {
  fill: #808295;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.c-sidebar .primary-nav>li {
  padding-top: 20px
}

.c-sidebar .primary-nav>li:first-child {
  padding-top: 20px
}

.c-sidebar .primary-nav>li:first-child a.toggler {
  top: 28px
}

.c-sidebar .primary-nav>li.current-menu-item span {
  opacity: 1
}

.c-sidebar .primary-nav>li a {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #bc464c;
  text-align: center
}

.c-sidebar .primary-nav>li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #bc464c;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

@media (max-width:1024px) {
  .c-sidebar .primary-nav>li a:before {
    display: none
  }
}

.c-sidebar .primary-nav>li a.toggler {
  display: none;
  position: absolute;
  right: 10px;
  top: 42px
}

@media (max-width:1024px) {
  .c-sidebar .primary-nav>li a.toggler {
    display: block
  }
}

.c-sidebar .primary-nav>li .item-img {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px
}

.c-sidebar .primary-nav>li .item-img svg {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10
}

.c-sidebar .primary-nav>li span {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

@media (max-width:1024px) {
  .c-sidebar .primary-nav>li span {
    opacity: 1;
    color: #808295
  }
}

.c-sidebar .primary-nav>li:hover svg path {
  fill: #bc464c
}

.c-sidebar .primary-nav>li:hover>a span,
.c-sidebar .primary-nav>li:hover>a:before {
  opacity: 1
}

.c-sidebar .primary-nav>li:hover .sub-menu {
  display: block
}

@media (max-width:1024px) {
  .c-sidebar .primary-nav>li:hover .sub-menu {
    display: none
  }
}

.c-sidebar .primary-nav>li.current-menu-item svg path {
  fill: #bc464c
}

.c-sidebar .primary-nav>li.current-menu-item>a span {
  opacity: 1;
  color: #bc464c
}

.c-sidebar .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 180px;
  background: #8c5457;
  overflow: hidden
}

.c-sidebar .sub-menu li {
  position: relative;
  z-index: 10
}

.c-sidebar .sub-menu li:first-child {
  margin-top: 15px
}

.c-sidebar .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  font-weight: 500
}

.c-sidebar .sub-menu li a:hover {
  background: #723e43
}

@media (max-width:1024px) {
  .c-sidebar .sub-menu {
    position: fixed;
    margin-top: 50px;
    height: 100vh;
    left: 105px
  }
}

@media (max-width:1024px) {
  .c-sidebar .menu-item-has-children {
    position: relative;
    padding: 34px 30px 0 10px
  }
}

.c-sidebar .menu-item-has-children.opened .toggler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg)
}

.c-sidebar .menu-item-has-children.opened>a {
  color: #bc464c
}

.c-sidebar .menu-item-has-children.opened svg path {
  fill: #bc464c
}

.menu-visible .c-sidebar {
  left: 0
}

.menu-visible:after {
  opacity: 1;
  visibility: visible;
  z-index: 12
}

.c-footer {
  padding: 25px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #bc464c;
  z-index: 11
}

@media (max-width:640px) {
  .c-footer {
    padding: 30px 0;
    position: static
  }
}

.c-footer a.scroll-top {
  position: absolute;
  right: 20px;
  top: -50px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #1c1b21;
  border: 1px solid #bc464c;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .35);
          box-shadow: 0 6px 8px rgba(0, 0, 0, .35)
}

.c-footer a.scroll-top:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 2px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #bc464c;
  border-left: 2px solid #bc464c;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg)
}

@media (max-width:640px) {
  .c-footer a.scroll-top {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%)
  }
}

.c-footer .container {
  position: relative;
  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
}

@media (max-width:640px) {
  .c-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }
}

.c-footer__logo {
  display: block;
  width: 284px;
  height: 40px;
  background: url(../img/logo-footer.png) no-repeat;
  background-size: 100% 100%
}

@media (max-width:1024px) {
  .c-footer__logo {
    width: 190px;
    height: 28px
  }
}

.c-footer__menu li {
  margin: 0 35px
}

@media (max-width:768px) {
  .c-footer__menu li {
    margin: 0 15px
  }
}

.c-footer__menu a {
  color: #fff;
  font-weight: 500;
  text-decoration: none
}

@media (max-width:640px) {
  .c-footer__menu a {
    font-size: 18px
  }
}

@media (max-width:640px) {
  .c-footer__menu {
    margin-bottom: 30px
  }

  .c-footer__menu li {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 20px 0 0;
    text-align: center
  }
}

.c-breadcrumbs {
  margin-bottom: 30px
}

.c-breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.c-breadcrumbs li:last-child {
  margin-right: 0
}

.c-breadcrumbs li a,
.c-breadcrumbs li span {
  color: #fff;
  font-size: 14px;
  text-decoration: none
}

.c-breadcrumbs li a {
  color: #9797b0
}

.c-text-section p {
  margin-top: 10px;
  color: #fff
}

.c-text-section h1 {
  text-align: center;
  color: #bc464c
}

.c-text-section h1,
.c-text-section h2,
.c-text-section h3,
.c-text-section h4,
.c-text-section h5,
.c-text-section h6 {
  margin-top: 30px
}

.c-text-section ol,
.c-text-section ul:not(.menu):not(.faq-list) {
  padding-top: 10px
}

.c-text-section ol li,
.c-text-section ul:not(.menu):not(.faq-list) li {
  margin-top: 15px;
  color: #fff
}

.c-text-section ol li {
  list-style: decimal;
  list-style-position: inside
}

.c-text-section ul:not(.toc_list):not(.menu):not(.faq-list) li {
  position: relative;
  padding-left: 30px
}

.c-text-section ul:not(.toc_list):not(.menu):not(.faq-list) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 14px;
  height: 3px;
  background: #bc464c;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg)
}

.c-table {
  margin-top: 30px;
  padding: 5px 10px 10px;
  border: 2px solid rgba(41, 41, 48, .8);
  background: #292930;
  border-radius: 12px
}

@media (max-width:768px) {
  .c-table {
    padding: 5px
  }
}

@media (max-width:640px) {
  .c-table {
    font-size: 10px
  }
}

.c-table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse
}

.c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.c-table tr td:first-child,
.c-table tr th:first-child {
  width: 4%
}

.c-table tr td:nth-child(2),
.c-table tr th:nth-child(2) {
  width: 12%
}

.c-table tr td:nth-child(3),
.c-table tr th:nth-child(3) {
  width: 40%
}

.c-table tr td:nth-child(4),
.c-table tr th:nth-child(4) {
  width: 20%
}

.c-table tr td:last-child,
.c-table tr th:last-child {
  width: 24%
}

.c-table td,
.c-table th {
  padding: 5px
}

.c-table th {
  padding-bottom: 10px;
  font-weight: 400;
  color: #808295;
  text-transform: uppercase
}

.c-table th:first-child {
  padding: 5px 10px
}

.c-table td {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.c-table td.gold {
  color: #f2c94c
}

.c-table td:first-child {
  color: #cccfeb;
  padding: 5px 10px
}

.c-table tbody tr {
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.c-table tbody tr:first-child {
  border-radius: 6px 6px 0 0
}

.c-table tbody tr:last-child {
  border-radius: 0 0 6px 6px
}

.c-table tbody tr:nth-child(odd) td {
  background: #464653
}

.c-table tbody tr:hover {
  border-color: #f48b63;
  z-index: 100000
}

.c-table tbody tr:hover td {
  background: #814e55
}

.c-table a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none
}

.c-table a:hover {
  color: #f48b63;
  text-decoration: underline
}

.c-table a span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px;
  overflow: hidden;
  border-radius: 100%
}

.c-table a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
  max-width: none;
  max-height: none
}

@media (max-width:640px) {
  .c-table a span {
    display: none
  }
}

.c-table img {
  max-width: 23px;
  max-height: 23px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:640px) {
  .c-table img {
    display: none
  }
}

.c-table--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

@media (max-width:768px) {
  .c-table--double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}

.c-table--double table {
  width: calc(50% - 7px)
}

.c-table--double table:first-child {
  padding-right: 7px
}

.c-table--double table:last-child {
  padding-left: 7px
}

@media (max-width:768px) {
  .c-table--double table {
    width: 100%
  }

  .c-table--double table:first-child {
    padding-right: 0
  }

  .c-table--double table:first-child tbody tr:last-child {
    border-radius: 0
  }

  .c-table--double table:last-child {
    padding-left: 0
  }

  .c-table--double table:last-child thead {
    display: none
  }

  .c-table--double table:last-child tbody tr:first-child {
    border-radius: 0
  }

  .c-table--double table:last-child tbody tr:nth-child(2n) td {
    background: #464653
  }

  .c-table--double table:last-child tbody tr:nth-child(odd) td {
    background: 0 0
  }
}

.c-table--double tbody,
.c-table--double thead {
  width: 100%;
  display: block
}

.c-table--double tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.c-table--double tr td:first-child,
.c-table--double tr th:first-child {
  width: 7%
}

.c-table--double tr td:last-child,
.c-table--double tr td:nth-child(2),
.c-table--double tr td:nth-child(3),
.c-table--double tr th:last-child,
.c-table--double tr th:nth-child(2),
.c-table--double tr th:nth-child(3) {
  width: 31%
}

.c-table--transfers tr td:first-child,
.c-table--transfers tr th:first-child {
  width: 15%
}

@media (max-width:640px) {

  .c-table--transfers tr td:first-child,
  .c-table--transfers tr th:first-child {
    width: 20%
  }
}

.c-table--transfers tr td:nth-child(2),
.c-table--transfers tr th:nth-child(2) {
  width: 20%
}

.c-table--transfers tr td:nth-child(4),
.c-table--transfers tr th:nth-child(4) {
  width: 15%
}

@media (max-width:640px) {

  .c-table--transfers tr td:nth-child(4),
  .c-table--transfers tr th:nth-child(4) {
    width: 10%
  }
}

.c-table--transfers tr td:last-child,
.c-table--transfers tr td:nth-child(3),
.c-table--transfers tr th:last-child,
.c-table--transfers tr th:nth-child(3) {
  width: 25%
}

.c-table--transfers img {
  margin-right: 10px
}

@media (max-width:640px) {
  .c-table--transfers svg {
    width: 12px
  }
}

@media (max-width:640px) {
  .c-table--player-earnings {
    overflow: auto
  }

  .c-table--player-earnings table {
    min-width: 480px
  }
}

.c-table--player-earnings tr td:first-child,
.c-table--player-earnings tr th:first-child {
  width: 10%
}

.c-table--player-earnings tr td:last-child,
.c-table--player-earnings tr td:nth-child(2),
.c-table--player-earnings tr td:nth-child(3),
.c-table--player-earnings tr th:last-child,
.c-table--player-earnings tr th:nth-child(2),
.c-table--player-earnings tr th:nth-child(3) {
  width: 30%
}

.c-table--player-earnings ul.menu li {
  padding: 0 5px;
  width: 40%
}

.c-table--player-earnings ul.menu li:first-child {
  padding-left: 0
}

.c-table--player-earnings ul.menu li:nth-child(2) {
  width: 18%
}

.c-table--player-matches td.lose {
  color: #ff3a3a
}

.c-table--player-matches td.win {
  color: #2b9d63
}

.c-table--player-matches tr td,
.c-table--player-matches tr th {
  padding: 5px
}

.c-table--player-matches tr td:first-child,
.c-table--player-matches tr td:nth-child(2),
.c-table--player-matches tr td:nth-child(3),
.c-table--player-matches tr th:first-child,
.c-table--player-matches tr th:nth-child(2),
.c-table--player-matches tr th:nth-child(3) {
  width: 30%
}

.c-table--player-matches tr td:last-child,
.c-table--player-matches tr th:last-child {
  width: 10%
}

.c-table--player-matches tr td img,
.c-table--player-matches tr th img {
  margin-right: 10px
}

.c-table--recent-tournament-winners tr th:nth-child(2),
.c-table--recent-tournament-winners tr th:nth-child(3) {
  width: 40%
}

.c-table--recent-tournament-winners tr th:nth-child(4) {
  width: 16%
}

.c-table--team-achievements tr td:first-child,
.c-table--team-achievements tr th:first-child {
  width: 20%
}

.c-table--team-achievements tr td:nth-child(2),
.c-table--team-achievements tr th:nth-child(2) {
  width: 50%
}

.c-table--team-achievements tr td:nth-child(3),
.c-table--team-achievements tr td:nth-child(4),
.c-table--team-achievements tr th:nth-child(3),
.c-table--team-achievements tr th:nth-child(4) {
  width: 15%
}
.c-table.c-table--recent-tournament-winners tr th,
.c-table.c-table--recent-tournament-winners tr td{
  width: 100%;
}
.c-table--team-achievements img {
  margin-right: 10px;
  max-width: 36px;
  max-height: 36px
}

@media (max-width:640px) {
  .c-table--team-achievements img {
    display: none
  }
}

.c-table--team-matches tr td:first-child,
.c-table--team-matches tr th:first-child {
  width: 15%
}

.c-table--team-matches tr td:nth-child(2),
.c-table--team-matches tr th:nth-child(2) {
  width: 70%
}

.c-table--team-matches tr td:nth-child(3),
.c-table--team-matches tr th:nth-child(3) {
  width: 15%
}

.c-table--team-matches th:nth-child(2) {
  text-align: center
}

.c-table--team-matches td.lose {
  color: #ff3a3a
}

.c-table--team-matches td.win {
  color: #2b9d63
}

.c-table--team-matches ul li {
  width: 45%;
  padding: 0 10px
}

.c-table--team-matches ul li:first-child {
  text-align: right
}

.c-table--team-matches ul li:first-child img {
  margin-left: 10px
}

.c-table--team-matches ul li:nth-child(2) {
  width: 10%;
  text-align: center
}

.c-table--team-matches ul li:last-child img {
  margin-right: 10px
}
.c-table--team-matches ul.menu{
  display: flex;
  align-items: center;
}
@media (max-width:640px) {
  .c-table--team-matches ul li img {
    display: none
  }
}

@media (max-width:640px) {
  .c-table--team-matches ul li {
    padding: 0 5px
  }
}

.c-table--tournament-winners tr:first-child td {
  background: #9e7042 !important
}

.c-table--tournament-winners tr:nth-child(2) td {
  background: #828282 !important
}

.c-table--tournament-winners tr:nth-child(3) td {
  background: #4e442b !important
}

.c-table--tournament-winners tr td:first-child,
.c-table--tournament-winners tr th:first-child {
  width: 10%
}

.c-table--tournament-winners tr td:nth-child(2),
.c-table--tournament-winners tr th:nth-child(2) {
  width: 20%
}

.c-table--tournament-winners tr td:nth-child(3),
.c-table--tournament-winners tr th:nth-child(3) {
  width: 50%
}

.c-table--tournament-winners tr td:nth-child(4),
.c-table--tournament-winners tr th:nth-child(4) {
  width: 20%
}

.c-table--tournament-winners td,
.c-table--tournament-winners th {
  vertical-align: top;
  padding: 5px 20px
}

@media (max-width:640px) {

  .c-table--tournament-winners td,
  .c-table--tournament-winners th {
    padding: 5px
  }
}

.c-table--tournament-winners img {
  width: 14px;
  margin-right: 5px
}

.c-table--tournament-winners .teams li {
  min-height: 70px;
  margin-top: 20px
}

.c-table--tournament-winners .teams li:first-child {
  margin-top: 0
}

@media (max-width:640px) {
  .c-table--tournament-winners .teams li {
    min-height: 54px
  }
}

.c-table--tournament-winners .players {
  margin-top: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 18px;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px
}

.c-table--tournament-winners .players:first-child {
  margin-top: 0
}

@media (max-width:640px) {
  .c-table--tournament-winners {
    margin-top: 30px
  }
}

.c-table--players-rankings tr td:nth-child(2),
.c-table--players-rankings tr th:nth-child(2) {
  width: 20%
}

@media (max-width:640px) {

  .c-table--players-rankings tr td:nth-child(2),
  .c-table--players-rankings tr th:nth-child(2) {
    width: 28%
  }
}

.c-table--players-rankings tr td:nth-child(3),
.c-table--players-rankings tr th:nth-child(3) {
  width: 20%
}

@media (max-width:640px) {

  .c-table--players-rankings tr td:nth-child(3),
  .c-table--players-rankings tr th:nth-child(3) {
    width: 29%
  }
}

.c-table--players-rankings tr td:nth-child(4),
.c-table--players-rankings tr th:nth-child(4) {
  width: 12%
}

@media (max-width:640px) {

  .c-table--players-rankings tr td:nth-child(4),
  .c-table--players-rankings tr th:nth-child(4) {
    display: none
  }
}

.c-table--players-rankings tr td:nth-child(5),
.c-table--players-rankings tr th:nth-child(5) {
  width: 20%
}

@media (max-width:640px) {

  .c-table--players-rankings tr td:nth-child(5),
  .c-table--players-rankings tr th:nth-child(5) {
    width: 25%
  }
}

.c-table--players-rankings tr td:nth-child(6),
.c-table--players-rankings tr th:nth-child(6) {
  width: 10%
}

@media (max-width:640px) {

  .c-table--players-rankings tr td:nth-child(6),
  .c-table--players-rankings tr th:nth-child(6) {
    width: 15%
  }
}

.c-table--players-rankings tr td:last-child,
.c-table--players-rankings tr th:last-child {
  width: 14%
}

@media (max-width:640px) {

  .c-table--players-rankings tr td:last-child,
  .c-table--players-rankings tr td:nth-child(4),
  .c-table--players-rankings tr th:last-child,
  .c-table--players-rankings tr th:nth-child(4) {
    display: none
  }
}

.c-table--teams-earnings tr td:nth-child(2),
.c-table--teams-earnings tr th:nth-child(2) {
  width: 28%
}

@media (max-width:640px) {

  .c-table--teams-earnings tr td:nth-child(2),
  .c-table--teams-earnings tr th:nth-child(2) {
    width: 36%
  }
}

.c-table--teams-earnings tr td:nth-child(3),
.c-table--teams-earnings tr th:nth-child(3) {
  width: 27%
}

@media (max-width:640px) {

  .c-table--teams-earnings tr td:nth-child(3),
  .c-table--teams-earnings tr th:nth-child(3) {
    width: 30%
  }
}

.c-table--teams-earnings tr td:nth-child(4),
.c-table--teams-earnings tr th:nth-child(4) {
  width: 13%
}

@media (max-width:640px) {

  .c-table--teams-earnings tr td:nth-child(4),
  .c-table--teams-earnings tr th:nth-child(4) {
    width: 15%
  }
}

.c-table--teams-earnings tr td:nth-child(5),
.c-table--teams-earnings tr th:nth-child(5) {
  width: 13%
}

@media (max-width:640px) {

  .c-table--teams-earnings tr td:nth-child(5),
  .c-table--teams-earnings tr th:nth-child(5) {
    width: 15%
  }
}

.c-table--teams-earnings tr td:last-child,
.c-table--teams-earnings tr th:last-child {
  width: 15%
}

@media (max-width:640px) {

  .c-table--teams-earnings tr td:last-child,
  .c-table--teams-earnings tr th:last-child {
    display: none
  }
}

.c-table--tournaments tr td:first-child,
.c-table--tournaments tr th:first-child {
  width: 4%
}

.c-table--tournaments tr td:nth-child(2),
.c-table--tournaments tr th:nth-child(2) {
  width: 50%
}

.c-table--tournaments tr td:nth-child(3),
.c-table--tournaments tr th:nth-child(3) {
  width: 22%
}

.c-table--tournaments tr td:last-child,
.c-table--tournaments tr td:nth-child(4),
.c-table--tournaments tr th:last-child,
.c-table--tournaments tr th:nth-child(4) {
  width: 12%
}

.c-comments {
  margin-top: 75px;
  padding: 40px 20px;
  border-radius: 12px;
  background: url(../img/logo-bg.png) #292930 right 10px top 10px no-repeat
}

.c-comments h2 {
  color: #f2c94c
}

.c-comments .comments-list {
  margin-top: 20px
}

.c-comments .comments-list li {
  margin-bottom: 40px
}

.c-comments .comments-list p {
  margin-top: 10px
}

.c-comments .comments-form {
  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
}

.c-comments .comments-form p {
  margin-bottom: 25px
}

.c-comments .comments-form .comment-form-author,
.c-comments .comments-form .comment-form-email {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%
}

.c-comments .comments-form .comment-form-author {
  padding-right: 10px
}

.c-comments .comments-form .comment-form-email {
  padding-left: 10px
}

.c-comments .comments-form .comment-form-comment {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%
}

@media (max-width:768px) {
  .c-comments {
    margin-top: 40px;
    padding: 20px 10px
  }

  .c-comments .comments-list li {
    margin-bottom: 20px
  }

  .c-comments .comments-form p {
    margin-top: 15px
  }
}

@media (max-width:640px) {
  .c-comments .comments-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap
  }

  .c-comments .comments-form .comment-form-author,
  .c-comments .comments-form .comment-form-email {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 0
  }

  .c-comments .comments-form .form-submit {
    text-align: center
  }
}

.c-filter-by-year {
  margin-top: 22px
}

.c-filter-by-year ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: auto
}

.c-filter-by-year li {
  padding-right: 7px
}

.c-filter-by-year li:last-child {
  padding-right: 0
}

.c-filter-by-year a {
  display: block;
  width: 80px;
  padding: 12px 10px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: #464653;
  border: 1px solid #333345;
  border-radius: 6px;
  text-decoration: none;
  text-align: center
}

.c-filter-by-year .current-menu-item a {
  border-color: #f48b63;
  background-color: #723e43
}

.c-table-filter-search {
  margin: 60px 0 40px
}

@media (max-width:640px) {
  .c-table-filter-search {
    margin: 40px 0
  }
}

.c-table-filter-search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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
}
.c-table-filter-search.double_filter ul li{
  width:auto;
  -ms-flex-preferred-size:48%;
      flex-basis:48%;
}
.c-table-filter-search ul li {
  width: 31%
}

@media (max-width:640px) {
  .c-table-filter-search ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }

  .c-table-filter-search ul li {
    width: 100%;
    margin-top: 10px
  }
}

.c-user-profile {
  margin: 60px 0 40px;
  padding: 30px 20px;
  background: #292930;
  border: 1px solid #333547;
  border-radius: 12px
}

@media (max-width:768px) {
  .c-user-profile {
    padding: 20px 10px
  }
}

@media (max-width:640px) {
  .c-user-profile {
    margin: 40px 0 0;
    padding: 10px
  }
}

.c-user-profile .profile-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start
}

@media (max-width:640px) {
  .c-user-profile .profile-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}

.c-user-profile .profile-data__avatar {
  padding: 10px 10px 0;
  width: 36%;
  background: #131313;
  border-radius: 12px
}

.c-user-profile .profile-data__avatar img {
  width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:640px) {
  .c-user-profile .profile-data__avatar {
    width: 100%;
    margin-bottom: 20px
  }
}

.c-user-profile .profile-data__info {
  width: 64%;
  padding-left: 35px
}

@media (max-width:768px) {
  .c-user-profile .profile-data__info {
    padding-left: 20px
  }
}

@media (max-width:640px) {
  .c-user-profile .profile-data__info {
    width: 100%;
    padding-left: 0
  }
}

.c-user-profile .profile-data__info>p {
  color: #808295
}

.c-user-profile .profile-data__info h3 {
  margin-bottom: 10px;
  line-height: 22px;
  text-transform: none
}

.c-user-profile .profile-data__info h3>* {
  display: inline-block;
  vertical-align: middle
}

.c-user-profile .profile-data__info h3 .item-img {
  margin-left: 10px;
  width: 16px;
  height: 16px
}

.c-user-profile .profile-data__info h3 .item-img svg {
  width: 100%;
  height: 100%
}

.c-user-profile .profile-data__info ul {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px){
  .c-user-profile .profile-data__info ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-user-profile .profile-data__info ul li{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.c-user-profile .profile-data__info ul li {
  /*width: 50%;*/
  /*padding: 8px 50px 8px 0;*/
  /*display: inline-flex;*/
  /*vertical-align: top*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 10px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-user-profile .profile-data__info ul li:nth-child(2n) label {
  /*width: 180px*/
  max-width: 180px;
  width: 100%;
}

@media (max-width:640px) {
  .c-user-profile .profile-data__info ul li {
    width: 100%;
    padding: 8px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
  }
}

.c-user-profile .profile-data__info ul .country {
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.c-user-profile .profile-data__info ul label {
  width: 100px;
  padding-right: 10px
}

.c-user-profile .profile-data__info ul p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  white-space: nowrap;
}

.c-team-profile {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #292930;
  border: 2px solid #20202a;
  overflow: hidden
}

.c-team-profile__logo {
  padding: 15px;
  -webkit-box-flex: 18%;
      -ms-flex: 18%;
          flex: 18%;
  text-align: center;
  background: #131313;
  border-radius: 0 12px 12px 0
}

@media (max-width:768px) {
  .c-team-profile__logo {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%
  }
}

.c-team-profile__logo h3 {
  margin-bottom: 15px;
  color: #f2c94c
}

.c-team-profile__logo img {
  max-width: 160px;
  max-height: 110px;
  width: auto
}

@media (max-width:640px) {
  .c-team-profile__logo {
    width: 100%;
    border-radius: 12px
  }
}

.c-team-profile__info {
  -webkit-box-flex: 82%;
      -ms-flex: 82%;
          flex: 82%;
  padding: 0 10px 0 100px
}

@media (max-width:768px) {
  .c-team-profile__info {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    padding-left: 20px
  }
}

@media (max-width:640px) {
  .c-team-profile__info {
    width: 100%;
    padding: 0;
    margin-top: 20px
  }

  .c-team-profile__info h2 {
    margin-bottom: 15px
  }
}

.c-team-profile__info ul {
  position: relative;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
}

.c-team-profile__info ul:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4b4d5b
}

@media (max-width:640px) {
  .c-team-profile__info ul:before {
    display: none
  }
}

.c-team-profile__info ul li {
  width: 50%;
  padding: 8px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top
}

.c-team-profile__info ul li:nth-child(odd) {
  padding-right: 70px
}

@media (max-width:768px) {
  .c-team-profile__info ul li:nth-child(odd) {
    padding-right: 20px
  }
}

@media (max-width:640px) {
  .c-team-profile__info ul li:nth-child(odd) {
    padding-right: 0
  }
}

.c-team-profile__info ul li:nth-child(2n) {
  padding-left: 70px
}

@media (max-width:768px) {
  .c-team-profile__info ul li:nth-child(2n) {
    padding-left: 20px
  }
}

@media (max-width:640px) {
  .c-team-profile__info ul li:nth-child(2n) {
    padding-left: 0
  }
}

@media (max-width:640px) {
  .c-team-profile__info ul li {
    width: 100%;
    padding-left: 0;
    max-width: none
  }
}

.c-team-profile__info ul label {
  padding-right: 10px
}

.c-team-profile__info ul p {
  color: #fff;
  display: flex;
  align-items: center;
}
.c-team-profile__info ul p .country{
  margin-right: 5px;
}
.c-team-profile__info ul .gold {
  font-weight: 700
}

@media (max-width:768px) {
  .c-team-profile {
    padding: 10px
  }
}

@media (max-width:640px) {
  .c-team-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}

.c-team-players {
  margin: 60px 0
}

@media (max-width:768px) {
  .c-team-players {
    margin-bottom: 40px
  }
}

.c-team-players 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
}

.c-team-players ul li {
  width: 20%;
  padding: 0 10px;
  border-radius: 12px;
  overflow: hidden
}

@media (max-width:768px) {
  .c-team-players ul li {
    margin-top: 10px;
    width: 25%
  }
}

@media (max-width:640px) {
  .c-team-players ul li {
    width: 50%
  }
}

@media screen and (max-width:359px) {
  .c-team-players ul li {
    width: 100%
  }
}

.c-team-players ul li .user-photo {
  position: relative;
  border-radius: 12px 12px 0 0;
  padding: 15px 10px 0;
  background: #131313;
  text-align: center;
  overflow: hidden
}

.c-team-players ul li .user-photo img {
  width: auto;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover
}

.c-team-players ul li .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border: 1px solid #313345;
  border-radius: 0 0 12px 12px;
  background: #292930
}

.c-team-players ul li .user-info__data {
  padding-left: 15px
}

.c-team-players ul li .user-info a {
  color: #cccfeb;
  text-decoration: none
}

.c-team-players ul li .user-info a:hover {
  text-decoration: underline
}

.c-team-players ul li .user-info p {
  color: #fff
}

.c-tournament-profile {
  padding: 30px 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #292930;
  border-radius: 12px
}

@media (max-width:640px) {
  .c-tournament-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}

.c-tournament-profile__logo {
  max-width: 430px;
  width: 36%;
  border-radius: 12px;
  overflow: hidden
}

@media (max-width:640px) {
  .c-tournament-profile__logo {
    width: 100%;
    margin: 0 auto
  }
}

.c-tournament-profile__info {
  width: 64%;
  padding-left: 35px
}

.c-tournament-profile__info h3 {
  text-transform: none;
  color: #f2c94c
}

.c-tournament-profile__info ul {
  margin-top: 10px
}

.c-tournament-profile__info ul li {
  width: 50%;
  padding: 6px 10px 6px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top
}

@media (max-width:640px) {
  .c-tournament-profile__info ul li {
    width: 100%
  }
}

.c-tournament-profile__info ul label {
  width: 80px;
  padding-right: 10px;
  color: #808295
}

.c-tournament-profile__info ul p {
  margin-top: 0;
  color: #fff
}

.c-tournament-profile__info ul p a {
  text-decoration: none
}

.c-tournament-profile__info ul p a:hover {
  text-decoration: underline
}

.c-tournament-profile__info p {
  margin-top: 20px
}

@media (max-width:640px) {
  .c-tournament-profile__info {
    width: 100%;
    padding-left: 0;
    margin-top: 15px
  }

  .c-tournament-profile__info p {
    margin-top: 15px
  }
}

@media (max-width:768px) {
  .c-tournament-profile {
    padding: 10px
  }
}

.c-player-teams {
  margin-bottom: 40px
}

.c-player-teams 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
}
.c-player-teams ul.show_five li:nth-child(n+6){
  display:none;
}
.c-player-teams ul.show_other li:nth-child(n+6){
  display:block;
}
.c-player-teams ul li {
  width: 20%;
  padding: 0 10px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom:20px;
}

@media (max-width:768px) {
  .c-player-teams ul li {
    width: 25%;
    margin-top: 10px
  }
}

@media (max-width:640px) {
  .c-player-teams ul li {
    width: 50%
  }
}

@media screen and (max-width:359px) {
  .c-player-teams ul li {
    width: 100%
  }
}

.c-player-teams ul li .team-logo {
  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;
  height: 146px;
  border-radius: 12px 12px 0 0;
  padding: 10px;
  background: #131313;
  overflow: hidden
}

.c-player-teams ul li .team-logo img {
 height: 100%;
  width:auto;
}

@media screen and (max-width:359px) {
  .c-player-teams ul li .team-logo img {
    width: 40%
  }
}

.c-player-teams ul li .team-info {
  padding: 8px;
  border: 1px solid #313345;
  border-radius: 0 0 12px 12px;
  background: #292930
}

.c-player-teams ul li .team-info a {
  color: #cccfeb;
  text-decoration: none
}

.c-player-teams ul li .team-info a:hover {
  text-decoration: underline
}

.c-player-teams ul li .team-info p {
  color: #9797b0
}
.c-table-filter-search .reset_button{
  display: none;
}
.c-table-filter-search#filter_teams li{
  width: 48%;
}
.lang-menu{
  display: none;
}
#toc_container{
  display: none;
}
.lang_switcher{
	display:flex;
	align-items:center;
    width: fit-content;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	
}
.lang_switcher li a{
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.lang_switcher .current-lang{
	background-color:rgba(255,255,255,0.4);
}
@media screen and (max-width:1024px){
	.lang_switcher{
		right:40px;
	}
}
@media screen and (max-height:800px){
	.c-sidebar .primary-nav>li a .item-text{
		display:none;
	}
	.c-sidebar .primary-nav>li .item-img{
		display:flex;
		align-items:center;
		justify-content:center;
		width:auto;
		height:30px;
	}
	.c-sidebar .primary-nav>li:first-child{
		padding-top:8px;
	}
	.c-sidebar .primary-nav>li{
		padding-top:8px;
		padding-bottom:8px;
	}
	.c-sidebar .primary-nav>li .item-img svg{
		position:static;
		left:auto;
		top:auto;
		transform:none;
	}
}
@media screen and (max-height:800px) and (max-width:1024px){
	.c-sidebar .primary-nav>li:first-child{
		top:auto;
		padding-top:8px;
	}
	.c-sidebar .primary-nav>li:first-child a.toggler{
		top:50%;
	}
	.c-sidebar .menu-item-has-children.opened .toggler{
		transform:translatey(-50%) rotate(90deg);
	}
		.c-sidebar .menu-item-has-children .toggler{
		transform:translatey(-50%);
	}
	.c-sidebar .primary-nav>li a.toggler{
		top:50%;
		transform:translatey(-50%);
	}
}