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: 'Scada', sans-serif;
  color: #cccfeb;
  font-size: 14px;
  line-height: 1.5;
  background-color: #110D0E;
  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: url(../img/texture_background.png) repeat,
  url(../img/main_back.png) top center no-repeat,
  #110D0E;
  background-size: auto;
}

body.cs-page {
  background-image: url('../img/cs_go_back.png');
  background-size: 100% auto;
}

body.dota-page {
  background-image: url('../img/dota_2_back.png');
  background-size: 100% auto;
}
body.overwatch-page {
 background-image: url('../img/overwatch_back.png');
 background-size: 100% auto;
}

body.lol-page {
  background-image: url('../img/lol_back.png');
  background-size: 100% auto;
}

body.hearthstone-page {
 background-image: url('../img/hearthstone_back.png');
 background-size: 100% auto;
}

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: #A1E707;
  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;

  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;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #E0E0E0;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
}
.button span,
button span{
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  display:block;
}
.button:hover,
button:hover {
  border-color: #A1E707;
  color: #A1E707;
}

label {
  display: block
}

input:not([type=submit]),
textarea {
  display: block;
  padding: 13px 20px;
  width: 100%;
  background-color:rgba(0,0,0,0.8);
  border:none;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
}

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: #9E9E9E;
}

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

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

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

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

select {
  width: 100%;
  background-color:rgba(0,0,0,0.8);
  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 20px;
  color: #9E9E9E;
  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;
  outline: none;
}

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

select option {
  font-weight: 500;
  background-color:rgba(0,0,0);
  color: #fff;
  padding: 20px;
}

select option[value=""][disabled] {
  display: none
}
@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: 70px 0 0
  }
}

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

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

.container--medium {
  max-width: 1180px;
}

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

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

.main {
  padding: 160px 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.recent_player_earnings_table th:nth-child(1),
section.table-section.recent_player_earnings_table tbody tr td:nth-child(1){
  width: 7%;
}
section.table-section.recent_player_earnings_table th:nth-child(2),
section.table-section.recent_player_earnings_table tbody tr td:nth-child(2){
  width: 29%;
}
section.table-section.recent_player_earnings_table th:nth-child(3),
section.table-section.recent_player_earnings_table tbody tr td:nth-child(3){
  width: 44%;
}
section.table-section.recent_player_earnings_table th:nth-child(4),
section.table-section.recent_player_earnings_table tbody tr td:nth-child(4){
  width: 20%;
}
section.table-section.recent_player_earnings_table tbody tr td{
  padding: 10px 0;
}
section.table-section.recent_player_earnings_table tbody tr td:nth-child(1){
  text-align: center;
  padding: 10px 5px;
}
section.table-section.recent_player_earnings_table th{
  padding: 12px 0;
}
.c-table a
section.table-section > h2{
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
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
  }
}
.faq-list {
  margin-top: 35px;
  padding: 2px;
  overflow: hidden
}
.faq-list .opened .question h3{
  color: #A1E707;
}
.faq-list .opened .plus{

}
.faq-list li{
  margin-bottom: 15px;
}
.faq-list li.opened .question .plus:after {
  height: 0
}

.faq-list .question {
  position: relative;
  padding: 11px 40px 11px 15px;
  background: #292930;
  cursor: pointer;
  background:rgba(26, 26, 26,0.6);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

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

.faq-list .question h3 {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  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;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s transform;
  -o-transition: .3s transform;
  transition: .3s transform;
}
.faq-list li.opened .question .plus{
  -webkit-transform: rotate(180deg)  translateY(50%) ;
      -ms-transform: rotate(180deg)  translateY(50%) ;
          transform: rotate(180deg)  translateY(50%) ;
}
.faq-list li.opened .question .plus svg path{
  fill: #A1E707;
}



.faq-list .answer {
  display: none;
  padding: 15px;
  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: 20px 50px 38px 38px;
  background-color: #1A1A1A;
  max-width: 620px;
}

.contacts-section h1 {
  margin-bottom: 20px;
  color: #A1E707;
}
.contacts-section p{
  font-size: 16px;
  line-height: 135%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.contacts-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-form form textarea {
  height: 150px;
  border-radius: 0;
}

.contacts-form .half-width {
  width: 100%;
}

.contacts-form .half-width:first-child {
  padding-left: 0;
  padding-right: 10px
}
.contacts-form .row{
  margin-bottom: 27px;
}
.contacts-form .btn-container {
  margin-top: 20px;
  width: 100%;
}

.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 {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #A1E707;
  margin-bottom: 20px;
}
.error-section p{
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.error-section .button{
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border:none;
}
.error-section .button:hover{
  background-color: #A1E707;
}
@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
}
.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-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  /*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: #E0E0E0;
    -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: 15px;
    }
  }

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

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

  .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: 70px;
    background-color:rgba(0,0,0,0.8);
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

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

  @media (max-width:1024px) {
    .c-header .logo {
   /* left: 5px;
    top: 50%;
    transform: translateY(-50%)*/
    margin-right: 5px;
  }
}

/*@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-color: rgba(0,0,0,.8);
    z-index: 10
  }

  @media (max-width:1024px) {
    .c-sidebar {
      padding-top: 70px;
      width:88px;
      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 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }

  .c-sidebar .primary-nav>li {
    /*padding-top: 15px;*/
    /*padding-bottom: 5px;*/
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .c-sidebar .primary-nav>li:hover,
  .c-sidebar .primary-nav>li.current-menu-item{
    background-color: rgba(161, 231, 7,.2);
  }

  @media screen and (max-width:1024px){
    .c-sidebar .primary-nav>li a.toggler svg{
      z-index: 100;
    }
    .c-sidebar .primary-nav>li a.toggler svg path{
      fill:#E0E0E0;  
    }
  }
  .c-sidebar .primary-nav>li.current-menu-item span {
    opacity: 1
  }

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

  .c-sidebar .primary-nav>li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #A1E707;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
  }
  .c-sidebar .primary-nav>li a .item-text{
    padding-bottom: 5px;
  }
  @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;
      z-index: 10;
      padding: 10px 12px;
      right: -4px;
      top:15px;
    }
  }

  .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: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-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,
  .c-sidebar .primary-nav>li.current-menu-item svg path{
    fill: #A1E707
  }

  .c-sidebar .primary-nav>li:hover>a span,
  .c-sidebar .primary-nav>li:hover>a:before,
  .c-sidebar .primary-nav>li.current-menu-item>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 .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: auto;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
  }

  .c-sidebar .sub-menu li {
    position: relative;
    z-index: 10
  }
  .c-sidebar .sub-menu li a {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    color: #E0E0E0;
    text-align: left;
    padding:20px 15px;
	white-space:nowrap;
  }

  .c-sidebar .sub-menu li a:hover {
    background-color: rgba(161, 231, 7,0.2);
  }
  .c-sidebar .sub-menu li a:hover:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #A1E707;
    opacity: 1;
  }
  @media (max-width:1024px) {
    .c-sidebar .sub-menu {
      position: fixed;
      margin-top: 50px;
      height: 100vh;
      left: 88px;
    }
  }

  @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 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 11
  }

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

  .c-footer a.scroll-top {
    position: absolute;
    right: 100px;
    top: -90px;
    display: block;
  }
  .c-footer a.scroll-top:hover svg path{
    fill: #A1E707;
  }
  @media (max-width:640px) {
    .c-footer a.scroll-top {
      right: 20px;
      top: -50px;
    }
  }

  .c-footer .container {
    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;
  }
  .c-footer .copy{
    margin-top:15px;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #E0E0E0;
  }
  .c-footer__logo {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @media (max-width:640px) {
    .c-footer .container {
      /*flex-direction: column-reverse*/
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
    }
    .c-footer__logo{
      -ms-flex-preferred-size:20%;
          flex-basis:20%;
      position: static;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
    .c-footer__logo img{
      max-width: 100%;
      width: auto;
    }
    .c-footer__menu{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
    }
    .c-footer__menu a{
      text-align: left;
    }
    .c-footer .copy{
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }
    .c-footer__menu li{
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
    }
  }

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

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

.c-footer__menu a {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
}

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

@media (max-width:640px) {
  .c-footer__menu li {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 11px 0 0;
    text-align: center
  }
}
.breadcrumb-block{
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin:0 auto;
}
.c-breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}
.c-breadcrumbs li.current span{
  color: #A1E707;
}
.c-breadcrumbs li:last-child {
  margin-right: 0;
  color: #A1E707;
}

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

.c-breadcrumbs li a {
  color: #FFFFFF;
}

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

.c-text-section h1 {
  color: #A1E707;
}

.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;
  margin-bottom:30px;
  line-height: 100%;
}

.c-text-section ol,
.c-text-section ul:not(.menu):not(.faq-list) {
  padding-top: 10px
}
.c-text-section{
  font-size: 16px;
  line-height: 135%;
  color: #FFFFFF;
}
.c-text-section ol li,
.c-text-section ul:not(.menu):not(.faq-list) li {
  margin-top: 5px;
  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;
  list-style-type: disc;
  list-style-position: inside;
}
.c-table {
  margin-top: 30px;
  padding: 5px 10px 10px;
}

@media (max-width:768px) {
  .c-table {
    padding: 5px
  }
}
.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 th {
  font-weight: 400;
  color: #808295;
  text-transform: uppercase
}
.c-table td {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.c-table td.gold {
  color: #f2c94c
}
.c-table tbody tr {
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 1px 0;
}
.c-table tbody tr:last-child {
  border-radius: 0 0 6px 6px
}

.c-table tbody tr:nth-child(odd) td {
  background-color: rgba(255,255,255,0.05);
}

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

.c-table tbody tr:hover td {
  background-color: rgba(255,255,255,0);
}

.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 {
  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;
  margin:0 10px;
}
.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 {
  max-width: 550px;
  width: 100%;
  display:block;
}

.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%;
    max-width: 100%;
  }
  .c-table--double table:last-child thead {
    display: none;
  }
}

.c-table--double tbody,
.c-table--double thead {
  width: 100%;
  display: block;
}
.c-table--double thead{
  background-color: #000000;
}
.c-table--double thead{
  background-color: #000000;
}
.c-table tbody tr td{
  padding: 10px 5px;
}
.c-table thead{
  background-color: #000000;
}
.c-table thead th{
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #A1E707;
  padding: 12px 5px;
}
.c-table--double thead th{
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #A1E707;
}
.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: #FF000E;
}

.c-table--player-matches td.win {
  color: #A1E707;
}

.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 td:nth-child(2),
.c-table--recent-tournament-winners tr td:nth-child(3),
.c-table--recent-tournament-winners tr th:nth-child(3) {
  width: 40%
}

.c-table--recent-tournament-winners tr td:nth-child(4),
.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--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: #FF000E;
}

.c-table--team-matches td.win {
  color: #A1E707;
}

.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-right: 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-left: 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 td:first-child,
.c-table--tournament-winners tr th:first-child {
  width: 10%;
  padding-left: 10px;
}

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

.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: 3;
  -moz-column-count: 3;
  column-count: 3;
  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--tournament-winners .teams a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
  }
  .c-table--tournament-winners .teams a img{
    margin-top:5px;
  }
  .c-table--tournament-winners .teams li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
  .c-table--tournament-winners .players{
    -webkit-column-count:1;
       -moz-column-count:1;
            column-count:1;
  }
}

.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(3),
  .c-table--players-rankings tr th:nth-child(3) {
    display: none
  }
}

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


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


.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:nth-child(5),
  .c-table--players-rankings tr th:nth-child(5) {
    width: 25%
  }
  .c-table--players-rankings tr td:nth-child(4),
  .c-table--players-rankings tr th:nth-child(4){
    width: 25%;
  }
  .c-table--players-rankings tr td:nth-child(6),
  .c-table--players-rankings tr th:nth-child(6) {
    width: 16%
  }
  .c-table--players-rankings tr td:nth-child(2), 
  .c-table--players-rankings tr th:nth-child(2){
    width: 30%;
  }
}
@media (max-width:640px) {

  .c-table--players-rankings tr td:last-child,
  .c-table--players-rankings tr td:nth-child(3),
  .c-table--players-rankings tr th:last-child,
  .c-table--players-rankings tr th:nth-child(3) {
    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%
}

.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;
  background-color: rgba(26, 26, 26 , .6);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.c-comments h2 {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #A1E707;
}

.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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-comments .comments-form p {
  margin-bottom: 25px;
}
.c-comments .comments-form .form-submit{
  position: relative;
  margin:10px auto 0 auto;
}
.c-comments .comments-form .form-submit:before{
  content: url('../img/submit_arrow.png');
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.c-comments .comments-form .form-submit:hover:before{
  content: url('../img/submit_arrow_hover.png');
}
.c-comments .comments-form .comment-form-author,
.c-comments .comments-form .comment-form-email {
  width: 48%;
}
.c-comments .comments-form .comment-form-author input{
  background-color: #000;
}
.c-comments .comments-form .comment-form-email input {
  background-color: #000;
}

.c-comments .comments-form .comment-form-comment {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  border:none;
  background-color: #000000;
}

@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: 10px;
    margin-bottom: 10px;
  }
}

@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 {
    width: 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: 5px
}

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

.c-filter-by-year a {
  display: block;
  width: 90px;
  padding: 10px 10px;
  line-height: 20px;
  color: #9E9E9E;
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
  text-align: center
}

.c-filter-by-year .current-menu-item a {
  background-color: #A1E707;
  color:#000000;
}

.c-table-filter-search {
  margin: 21px 0 35px
}
.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 ul li {
  width: 31%
}
.c-table-filter-search ul li:nth-child(1),
.c-table-filter-search ul li:nth-child(2){
  max-width: 270px;
  width: 100%;
}
.c-table-filter-search ul li:nth-child(2){
  margin: 0 10px;
}
.c-table-filter-search ul li:nth-child(3){
  max-width: 360px;
  width: 100%;
}
@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%;
  }
}

.c-user-profile {
  margin-bottom: 80px;
  padding: 25px 10px 10px 25px;
  background-color:rgba(255,255,255,0.05);
  position:relative;
}

@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 {
    margin: 0 0 80px 0;
  }
}

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

.c-user-profile .profile-data__avatar img {
  max-height: 113px;
  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: 75%;
  padding-left: 5px;
}

@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 {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #A1E707;
  padding-right: 43px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 610px;
  padding-bottom: 15px;
}
@media screen and (max-width: 900px){
  .c-user-profile .profile-data__info ul li{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.c-user-profile .profile-data__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-user-profile .profile-data__info ul li:nth-child(2n) label {
  max-width: 180px;
  width: 100%;
}
.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;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;
}

.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;
  font-size: 14px;
  line-height: 14px;
}
.c-team-profile {
  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;
  overflow: hidden;
  background-color: rgba(255,255,255,0.05);
}
.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: 25px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255,255,255,0.05);
}

@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: #A1E707;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.c-tournament-profile__info ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-tournament-profile__info ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 6px 10px 6px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top
}
.c-tournament-profile__info ul li:nth-child(2),
.c-tournament-profile__info ul li:nth-child(4){
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (max-width:640px) {
  .c-tournament-profile__info ul li {
    width: 100%
  }
}

.c-tournament-profile__info ul label {
  width: 80px;
  padding-right: 10px;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;

}

.c-tournament-profile__info ul p {
  margin-top: 0;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}

.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;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 135%;
}

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

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

.c-player-teams {
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 15px;
  padding-top:15px;
}

.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 li {
  width: 20%;
  padding: 0 10px;
  border-radius: 12px;
  overflow: hidden
}

@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;
  padding: 10px;
  overflow: hidden
}

.c-player-teams ul li .team-logo img {
  max-width:40px;
  margin-right:15px;
}
.c-player-teams ul li .team-info a {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-decoration:none;
}

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

.c-player-teams ul li .team-info p {
  font-size: 10px;
  line-height: 14px;
  color: #E0E0E0;
}
.c-table-filter-search .reset_button{
  display: none;
}
.lang-menu{
  display: none;
}
#load_more_recent_tournaments_table{
  max-width: 775px;
}
#load_more_recent_tournaments_table tr th:nth-child(1),
#load_more_recent_tournaments_table tr td:nth-child(1){
  width: 16.5%;
  padding-left: 10px;
  padding-right: 5px;
}
#load_more_recent_tournaments_table tr th:nth-child(2),
#load_more_recent_tournaments_table tr td:nth-child(2){
  width: 60%;
  padding-right: 5px;
}
#load_more_recent_tournaments_table tr th:nth-child(3),
#load_more_recent_tournaments_table tr td:nth-child(3){
  width: 23.5%;
  padding-right: 5px;
}
#load_more_tournament_rankings_table tr td:nth-child(1){
  text-align: center;
  padding: 10px;
}
#load_more_highest_overall_team_earnings_table tr td:nth-child(1),
#load_more_highest_overall_team_earnings_table tr th:nth-child(1){
  text-align: center;
  padding: 10px;
  width: 5%;
}
#load_more_highest_overall_team_earnings_table tr td:nth-child(2),
#load_more_highest_overall_team_earnings_table tr th:nth-child(2){
  width: 37.5%;
}
#load_more_highest_overall_team_earnings_table tr td:nth-child(3),
#load_more_highest_overall_team_earnings_table tr th:nth-child(3){
  width: 25%;
}
#load_more_highest_overall_team_earnings_table tr td:nth-child(4),
#load_more_highest_overall_team_earnings_table tr th:nth-child(4){
  width: 17.5%;
}
#load_more_highest_overall_team_earnings_table tr td:nth-child(5),
#load_more_highest_overall_team_earnings_table tr th:nth-child(5){
  width: 15%;
}
#load_more_recent_tournaments_winners_table tr td:nth-child(1) img{
  margin-right: 7px;
}
#load_more_recent_tournaments_winners_table tr td:nth-child(3),
#load_more_recent_tournaments_winners_table tr th:nth-child(3){
  width: 28%;
}
#load_more_recent_tournaments_winners_table tr th,
#load_more_recent_tournaments_winners_table tr td{
  width: 100%;
}
.c-table-filter-search.short_search ul li{
  width: 48%;
  max-width: 100%;
}
.c-table-filter-search.short_search ul li:nth-child(2){
  margin-left:0;
  margin-right: 0;
}
#load_more_trasfers_table tr td:nth-child(4){
  text-align: right;
  padding-right: 15px;
}
.faq h1{
  text-align: left;
}
.contacts-form form .wrap_submit{
  position: relative;
  display: inline-block;
}
.contacts-form form .wrap_submit:before{
  content: url('../img/submit_arrow.png');
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contacts-form form .wrap_submit:hover:before{
  content: url('../img/submit_arrow_hover.png');
}
.page_404{
  background-image: url('../img/back_404.png');
  background-size: 100% 100%;
}
.c-user-profile .profile-data__info .wrap_nick_and_name{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom: 35px;
}
.c-user-profile .profile-data__info .wrap_nick_and_name h4{
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header_table_player{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  padding: 10px 0;
  margin-bottom: 2px;
}
.header_table_player div{
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #A1E707;
  padding-left: 10px;
  padding-right: 10px;
}
.header_table_player div:nth-child(1){
  width: 10%;
}
.header_table_player div:nth-child(2){
  width: 30%;
}
.header_table_player div:nth-child(3){
  width: 30%;
}
.header_table_player div:nth-child(4){
  width: 30%;
}
.c-table.c-table--player-earnings .item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.c-table.c-table--player-earnings .item div{
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 12px 10px;
}
.c-table.c-table--player-earnings .item:nth-child(odd){
  background-color: rgba(255,255,255,0.05);
}
.c-table.c-table--player-earnings .item:nth-child(even){
  background-color: rgba(255,255,255,0.1);
}
.c-table.c-table--player-earnings .item div:nth-child(1){
  width: 10%;
}
.c-table.c-table--player-earnings .item div:nth-child(2){
  width: 15%;
}
.c-table.c-table--player-earnings .item div:nth-child(3){
  width: 6%;
}
.c-table.c-table--player-earnings .item div:nth-child(4){
  width: 9%;
}
.c-table.c-table--player-earnings .item div:nth-child(5){
  width: 15%;
}
.c-table.c-table--player-earnings .item div:nth-child(6){
  width: 6%;
}
.c-table.c-table--player-earnings .item div:nth-child(7){
  width: 9%;
}
.c-table.c-table--player-earnings .item div:nth-child(8){
  width: 15%;
}
.c-table.c-table--player-earnings .item div:nth-child(9){
  width: 6%;
}
.c-table.c-table--player-earnings .item div:nth-child(10){
  width: 9%;
}
.c-team-profile{
  padding: 10px 30px;
  margin-bottom: 120px;
  padding: 15px;
}
.c-team-profile .left{
  max-width: 260px; 
  width: 100%;
  padding-right: 30px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.c-team-profile .left .title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #A1E707;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.c-team-profile .left .title img{
  max-width: 18px;
  margin-right: 10px;
}
.c-team-profile .left .statistics_team{
  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;
  margin-bottom: 30px;
}
.c-team-profile .left .statistics_team .lose{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
.c-team-profile .left .statistics_team .win{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.c-team-profile .left .statistics_team .lose span:nth-child(1){
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;
  margin-bottom: 10px;
}
.c-team-profile .left .statistics_team .lose span:nth-child(2){
  font-size: 24px;
  line-height: 14px;
  color: #E0E0E0;
}
.c-team-profile .left .statistics_team .win span:nth-child(1){
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #A1E707;
  margin-bottom: 10px;
}
.c-team-profile .left .statistics_team .win span:nth-child(2){
  font-size: 24px;
  line-height: 14px;
  text-align: right;
  color: #A1E707;
}
.c-team-profile .left .statistics_team .circle{
  position: relative;
}
.c-team-profile .left .statistics_team .circle img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  max-width: 60px;
  z-index: 1;
}
.c-team-profile .left .statistics_team .circle svg{
  width: 110px;
  height: 110px;
  z-index: 2;
}
.c-team-profile .left .wrap_earn_rating p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.c-team-profile .left .wrap_earn_rating p label{
  width: 65px;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;
}
.c-team-profile .right{
  padding: 15px 0 15px 30px;
  width: 100%;
}
.c-team-profile .right h5{
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;
  margin: 15px 0;
  text-transform: none;
}
.c-team-profile .players_of_team{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-team-profile .players_of_team li{
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.c-team-profile .players_of_team .user-photo{
  margin-right: 10px;
}
.c-team-profile .players_of_team .user-photo img{
  max-width: 40px;
}
.c-team-profile .players_of_team .country_img{
  max-width: 15px;
}
.c-team-profile .players_of_team .user-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-team-profile .players_of_team .user-info__country{
  position: absolute;
  left: 25px;
  bottom: -5px;

}
.c-team-profile .players_of_team .user-info__data p{
  font-size: 10px;
  line-height: 14px;
  color: #E0E0E0;
}
.c-team-profile .players_of_team .user-info__data p a{
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 3px;
  display: block;
}
.c-team-profile  .wrap_earn_rating_mobile{
  display: none;
}
.c-table.c-table--player-matches thead tr{
  padding:7px 0;
}
.c-user-profile .profile-data__info .c-player-teams ul li{
  -ms-flex-preferred-size:33.33%;
      flex-basis:33.33%;
}
.c-player-teams{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.c-player-teams ul{
  width:100%;
}
.c-player-teams .btn-container{
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  margin:0;
}
.c-player-teams .btn-container button{
  border:none;
  padding:0;
  -webkit-transform:none;
      -ms-transform:none;
          transform:none;
  width:100%;
  outline:none;
}
.c-player-teams ul li:nth-child(n+4){
  display:none;
}
.c-player-teams .title{
  padding-top:17px;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;
  text-transform:none;
}
.c-player-teams ul.show_other li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.c-player-teams .title{
  width:140px;
}
@media screen and (max-width: 1000px){
  .c-tournament-profile{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-tournament-profile__info{
    padding-left: 0;
    width: 100%;
  }
  .c-tournament-profile__info h3{
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px){
  .header_table_player{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_table_player div{
    width: auto;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header_table_player div:nth-child(1){
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
  .header_table_player div:nth-child(2){
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
  }
  .header_table_player div:nth-child(3){
    margin-left: 19%;
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
  }
  .header_table_player div:nth-child(4){
    margin-left: 19%;
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
  }
  .c-table.c-table--player-earnings .item{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-table.c-table--player-earnings .item div{
    width: auto;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-table.c-table--player-earnings .item div:nth-child(1){
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(2){
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(3){
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(4){
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(5){
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-left: 19%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(6){
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(7){
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(8){
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-left: 19%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(9){
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
  .c-table.c-table--player-earnings .item div:nth-child(10){
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
  .c-table.c-table--player-earnings .item .mobile{
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }
}
@media screen and (max-width: 768px){
  body.main-page {
    background-image: url('../img/main_back_mobile.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  body.cs-page {
    background-image: url('../img/cs_go_back_mobile.png');
    background-size: 100% auto;
  }

  body.dota-page {
    background-image: url('../img/dota_2_back_mobile.png');
    background-size: 100% auto;
  }
  body.overwatch-page {
   background-image: url('../img/overwatch_back_mobile.png');
   background-size: 100% auto;
 }

 body.lol-page {
  background-image: url('../img/lol_back_mobile.png');
  background-size: 100% auto;
}

body.hearthstone-page {
 background-image: url('../img/hearthstone_back_mobile.png');
 background-size: 100% auto;
}
.c-team-profile{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-team-profile .left{
  border:0;
  padding-right: 0;
}
.c-team-profile .right{
  padding:0;
}
.c-team-profile{
  width: calc(100% + 20px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-team-profile .left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-team-profile .left .wrap_earn_rating{
  display: none;
}
.c-team-profile .left .statistics_team{
  margin-bottom: 15px;
}
.c-team-profile .left .title{
  margin-bottom: 30px;
}
.c-team-profile  .wrap_earn_rating_mobile{
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.2)
}
.c-team-profile  .wrap_earn_rating_mobile p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
.c-team-profile  .wrap_earn_rating_mobile p label{
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #E0E0E0;
  width: 160px;
  margin-bottom: 15px;
}
}
@media screen and (max-width: 640px){
  .c-table-filter-search ul li:nth-child(1), 
  .c-table-filter-search ul li:nth-child(2),
  .c-table-filter-search ul li:nth-child(3){
    max-width: 100%;
    width: 100%;
  }
  .c-table-filter-search ul li select,
  .c-table-filter-search ul li input{
    font-size: 14px;
  }
  .c-table-filter-search ul li:nth-child(2){
    margin: 16px 0;
  }
  .c-table-filter-search{
    margin:25px 0;
  } 
  .main{
    padding-top: 120px;
    min-height: 80vh;
  }
  #load_more_highest_overall_team_earnings_table tr td:nth-child(1),
  #load_more_highest_overall_team_earnings_table tr th:nth-child(1){
    width: 7.5%;
  }
  #load_more_highest_overall_team_earnings_table tr td:nth-child(2),
  #load_more_highest_overall_team_earnings_table tr th:nth-child(2){
    width: 42.5%;
  }
  #load_more_highest_overall_team_earnings_table tr td:nth-child(3),
  #load_more_highest_overall_team_earnings_table tr th:nth-child(3){
    width: 30%;
  }
  #load_more_highest_overall_team_earnings_table tr td:nth-child(4),
  #load_more_highest_overall_team_earnings_table tr th:nth-child(4){
    display: none;
  }
  #load_more_highest_overall_team_earnings_table tr td:nth-child(5),
  #load_more_highest_overall_team_earnings_table tr th:nth-child(5){
    width: 20%;
  }
  #load_more_trasfers_table tbody tr{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #load_more_trasfers_table tr td:nth-child(1),
  #load_more_trasfers_table tr td:nth-child(2),
  #load_more_trasfers_table tr th:nth-child(1),
  #load_more_trasfers_table tr th:nth-child(2){
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #load_more_trasfers_table tr td:nth-child(3),
  #load_more_trasfers_table tr td:nth-child(5){
    -ms-flex-preferred-size: 42.5%;
        flex-basis: 42.5%;
  }
  #load_more_trasfers_table tr td:nth-child(4){
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    text-align: right;
  }
  #load_more_trasfers_table tr th:nth-child(3),
  #load_more_trasfers_table tr th:nth-child(4),
  #load_more_trasfers_table tr th:nth-child(5){
    display: none;
  }
  .contacts-section{
    padding: 15px 20px 50px 20px;
  }
  .contact_wrap{
    padding: 0;
  }
  .c-user-profile .profile-data__info .wrap_nick_and_name{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-user-profile .profile-data__info h3{
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .c-user-profile .profile-data__info h3{
    text-align: center;
  }
  .c-user-profile .profile-data__info .wrap_nick_and_name{
    margin-bottom: 25px;
  }
  .c-user-profile .profile-data__info ul li{
    padding: 7px 0;
  }
  .c-user-profile .profile-data__info ul li:nth-child(1),
  .c-user-profile .profile-data__info ul li:nth-child(3){
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            order:0;
  }
  .c-user-profile .profile-data__info ul li:nth-child(3),
  .c-user-profile .profile-data__info ul li:nth-child(4){
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 10px;
  }
  .c-user-profile .profile-data__info ul li:nth-child(2),
  .c-user-profile .profile-data__info ul li:nth-child(4){
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }
  .c-user-profile .profile-data__info ul li:nth-child(2){
    padding-top: 10px;
  }
  .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 label{
    width: 180px;
  }

  .c-tournament-profile__info > p{
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .c-tournament-profile__info ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-tournament-profile__info ul li:nth-child(1),
  .c-tournament-profile__info ul li:nth-child(3){
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .c-tournament-profile__info ul li:nth-child(2),
  .c-tournament-profile__info ul li:nth-child(4){
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-tournament-profile__info ul li:nth-child(3){
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .c-tournament-profile__info ul li:nth-child(2){
    padding-top: 20px;
  }
.c-user-profile .profile-data .c-player-teams ul li{
  border:none;
  padding:0;
  -webkit-box-ordinal-group:1;
      -ms-flex-order:0;
          order:0;
}
  .c-player-teams{
padding-top:0;
margin-top:0;
border:none;
}
}
@media screen and (max-width: 500px){
  #load_more_recent_tournaments_table tr th:nth-child(1), 
  #load_more_recent_tournaments_table tr td:nth-child(1){
    width: 90px;
  }
}
@media screen and (max-width: 400px){
  .breadcrumb-block{
    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:50px;
	}
}
@media screen and (max-height:800px){
	.c-sidebar .primary-nav>li a .item-text{
		display:none;
	}
}
@media screen and (max-width:1024px) and (max-height:800px){
	.c-sidebar .primary-nav>li a.toggler{
		top:50%;
		transform:translatey(-50%);
	}
	.c-sidebar .menu-item-has-children.opened .toggler{
		transform:translatey(-50%) rotate(90deg);
	}
}