html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  zoom: 100%;
  font-size: 10px;
  font-family: sans-serif;
  background-color: #000000;
}

body,
.body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../gui/page_hall_of_fame/bg_tab_hall.png?v=a") no-repeat;
  overflow-x: hidden;
  scrollbar-color: #62470a #808080;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar,
.body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track,
.body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb,
.body::-webkit-scrollbar-thumb {
  background: #62470a;
  border-radius: 10px;
  cursor: pointer;
}
body::-webkit-scrollbar-thumb:hover,
.body::-webkit-scrollbar-thumb:hover {
  background: #eaa918;
}

* {
  box-sizing: border-box;
}

#generalContainer {
  margin-bottom: 100px;
}

.flex {
  display: flex;
}
.flex.center {
  align-items: center;
  justify-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.direction-vertical {
  flex-direction: column;
}

.relative {
  position: relative;
}

.highlight {
  color: #eaa918;
}

.negative {
  color: #b91711;
}

.grey {
  color: #8c8c8c;
}

.bold {
  font-weight: bold;
}

.overflow-x {
  overflow-x: hidden;
}

.divider_vertical {
  width: 1px;
  height: 100%;
  background-color: #62470a;
}

.divider-horizontal {
  width: 100%;
  height: 2px;
  background-color: #62470a;
}

button,
input {
  outline: none;
}

.country-flag {
  width: 39px;
  height: 35px;
  margin-top: 4px;
  background: url("../gui/common/sprite_flags.png?v=a") no-repeat -440px -200px;
}
.country-flag.gb {
  background-position: 0px 0px;
}
.country-flag.bg {
  background-position: -40px 0px;
}
.country-flag.pt {
  background-position: -80px 0px;
}
.country-flag.br {
  background-position: -120px 0px;
}
.country-flag.es {
  background-position: -160px 0px;
}
.country-flag.it {
  background-position: -200px 0px;
}
.country-flag.ro {
  background-position: -240px 0px;
}
.country-flag.tr {
  background-position: -280px 0px;
}
.country-flag.rs {
  background-position: -320px 0px;
}
.country-flag.hr {
  background-position: -360px 0px;
}
.country-flag.pl {
  background-position: -400px 0px;
}
.country-flag.ge {
  background-position: -440px 0px;
}
.country-flag.fr {
  background-position: 0px -40px;
}
.country-flag.de {
  background-position: -40px -40px;
}
.country-flag.ae {
  background-position: -80px -40px;
}
.country-flag.fa2 {
  background-position: -120px -40px;
}
.country-flag.ru {
  background-position: -160px -40px;
}
.country-flag.ua {
  background-position: -200px -40px;
}
.country-flag.cz {
  background-position: -240px -40px;
}
.country-flag.mk {
  background-position: -280px -40px;
}
.country-flag.me {
  background-position: -320px -40px;
}
.country-flag.gr {
  background-position: -360px -40px;
}
.country-flag.no {
  background-position: -400px -40px;
}
.country-flag.cn {
  background-position: -440px -40px;
}
.country-flag.se {
  background-position: 0px -80px;
}
.country-flag.jp {
  background-position: -40px -80px;
}
.country-flag.nl {
  background-position: -80px -80px;
}
.country-flag.si {
  background-position: -120px -80px;
}
.country-flag.hu {
  background-position: -160px -80px;
}
.country-flag.il {
  background-position: -200px -80px;
}
.country-flag.al {
  background-position: -240px -80px;
}
.country-flag.az {
  background-position: -280px -80px;
}
.country-flag.sk {
  background-position: -320px -80px;
}
.country-flag.lt {
  background-position: -360px -80px;
}
.country-flag.hi {
  background-position: -400px -80px;
}
.country-flag.ko, .country-flag.ko2 {
  background-position: -440px -80px;
}
.country-flag.us {
  background-position: 0 -120px;
}
.country-flag.ar {
  background-position: -40px -120px;
}
.country-flag.mx {
  background-position: -80px -120px;
}
.country-flag.co {
  background-position: -120px -120px;
}
.country-flag.eg {
  background-position: -160px -120px;
}
.country-flag.pe {
  background-position: -200px -120px;
}
.country-flag.ba {
  background-position: -240px -120px;
}
.country-flag.ve {
  background-position: -280px -120px;
}
.country-flag.uy {
  background-position: -320px -120px;
}
.country-flag.cl {
  background-position: -360px -120px;
}
.country-flag.ca {
  background-position: -400px -120px;
}
.country-flag.dz {
  background-position: -440px -120px;
}
.country-flag.lv {
  background-position: 0 -160px;
}
.country-flag.sa {
  background-position: -40px -160px;
}
.country-flag.ec {
  background-position: -80px -160px;
}
.country-flag.at {
  background-position: -120px -160px;
}
.country-flag.tn {
  background-position: -160px -160px;
}
.country-flag.be {
  background-position: -200px -160px;
}
.country-flag.by {
  background-position: -240px -160px;
}
.country-flag.vn {
  background-position: -280px -160px;
}
.country-flag.ph {
  background-position: -320px -160px;
}
.country-flag.md {
  background-position: -360px -160px;
}
.country-flag.kz {
  background-position: -400px -160px;
}
.country-flag.au {
  background-position: -440px -160px;
}
.country-flag.tw {
  background-position: 0 -200px;
}
.country-flag.ch {
  background-position: -40px -200px;
}
.country-flag.am {
  background-position: -80px -200px;
}
.country-flag.me {
  background-position: -120px -200px;
}
.country-flag.cr {
  background-position: -160px -200px;
}
.country-flag.ie {
  background-position: -200px -200px;
}
.country-flag.th {
  background-position: -240px -200px;
}
.country-flag.ps {
  background-position: -280px -200px;
}
.country-flag.py {
  background-position: -320px -200px;
}
.country-flag.do {
  background-position: -360px -200px;
}
.country-flag.za {
  background-position: -400px -200px;
}
.country-flag.default {
  background-position: -440px -200px;
}

.country-flag-big {
  width: 28px;
  height: 28px;
  background: url("../gui/common/sprite_flags_big.png?v=a");
}

.small-medal {
  width: 30px;
  height: 30px;
  background: url("../gui/common/small_medals.png?v=a");
}
.small-medal.wc-1 {
  background-position: 0 -30px;
}
.small-medal.ni-wow {
  background-position: 0 -120px;
}
.small-medal.o-su-2 {
  background-position: -30px -330px;
}
.small-medal.cc-2 {
  background-position: -30px -150px;
}
.small-medal.o-wi-1 {
  background-position: 0 -300px;
}

.small-medal-img {
  width: 30px;
}

.tooltip-basic {
  position: absolute;
  z-index: 99999999;
  min-width: 120px;
  max-width: 200px;
  padding: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  background-color: #62470a;
  border-radius: 5px;
  border: 1px solid #eaa918;
  opacity: 0;
  text-transform: capitalize;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.tooltip-basic.stay-left i {
  left: 10%;
}
.tooltip-basic.stay-right i {
  left: 90%;
}
.tooltip-basic i {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 15px;
  margin-left: -15px;
  overflow: hidden;
}
.tooltip-basic i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #62470a;
  border: 1px solid #eaa918;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tooltip-basic .tooltip-title {
  width: 90%;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  font-size: 1.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid #eaa918;
}
.tooltip-basic .tooltip-text {
  font-weight: normal;
  text-align: left;
  text-transform: unset;
}
.tooltip-basic .tooltip-text b {
  color: #eaa918;
  font-weight: bold;
}
.tooltip-basic .tooltip-img.tooltip-img-animate {
  animation: flipSide 4s linear forwards infinite;
}
.tooltip-basic .tooltip-img img {
  width: 90px;
  margin-bottom: 10px;
}

.notice-wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 1em 0em;
}

.notice {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 15px 15px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #eaa918;
  border: 1px solid;
  border-radius: 3px;
  text-indent: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.notice > span:first-child {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 34px;
  height: 34px;
  background: url("../gui/common/notices.png?v=a") no-repeat;
}
.notice.positive {
  color: #eaa918;
  border-color: #0E5737;
}
.notice.positive span {
  background-position: 0px -204px;
}
.notice.neutral {
  color: #eaa918;
  border-color: #504A43;
}
.notice.neutral span {
  background-position: 0px -68px;
}
.notice.negative {
  color: #eaa918;
  border-color: #94332B;
}
.notice.negative span {
  background-position: 0px 0px;
}
.notice.question {
  color: #eaa918;
  border-color: #7B3805;
}
.notice.question span {
  background-position: 0px -136px;
}

.notice-wrapper .notice h6 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

#button-scroll {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  background-color: #808080;
  border-radius: 50%;
  cursor: pointer;
}
#button-scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.loading-wrapper {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.loading-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*********************************/
/* Spinner                       */
/*********************************/
.cta-spinner {
  height: 70px;
  width: 70px;
  margin: -35px 0 0 -35px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
}

.cta-spinner .ring {
  border-radius: 50%;
  position: absolute;
  border: calc(165px * 0.05) solid transparent;
  border-top-color: #eaa918;
  border-left-color: #62470a;
  animation: cta-spinner-animation 2s infinite;
}

.cta-spinner .ring:nth-child(1) {
  height: calc(165px - 165px * 0.2 * 0);
  width: calc(165px - 165px * 0.2 * 0);
  top: calc(165px * 0.1 * 0);
  left: calc(165px * 0.1 * 0);
  animation-delay: calc(700ms * 0.1 * 4);
  z-index: 5;
}

.cta-spinner .ring:nth-child(2) {
  height: calc(165px - 165px * 0.2 * 1);
  width: calc(165px - 165px * 0.2 * 1);
  top: calc(165px * 0.1 * 1);
  left: calc(165px * 0.1 * 1);
  animation-delay: calc(700ms * 0.1 * 3);
  z-index: 4;
}

.cta-spinner .ring:nth-child(3) {
  height: calc(165px - 165px * 0.2 * 2);
  width: calc(165px - 165px * 0.2 * 2);
  top: calc(165px * 0.1 * 2);
  left: calc(165px * 0.1 * 2);
  animation-delay: calc(700ms * 0.1 * 2);
  z-index: 3;
}

.cta-spinner .ring:nth-child(4) {
  height: calc(165px - 165px * 0.2 * 3);
  width: calc(165px - 165px * 0.2 * 3);
  top: calc(165px * 0.1 * 3);
  left: calc(165px * 0.1 * 3);
  animation-delay: calc(700ms * 0.1 * 1);
  z-index: 2;
}

.cta-spinner .ring:nth-child(5) {
  height: calc(165px - 165px * 0.2 * 4);
  width: calc(165px - 165px * 0.2 * 4);
  top: calc(165px * 0.1 * 4);
  left: calc(165px * 0.1 * 4);
  animation-delay: calc(700ms * 0.1 * 0);
  z-index: 1;
}

@keyframes cta-spinner-animation {
  50% {
    transform: rotate(360deg) scale(0.7);
  }
}
.fade-in-slide-left {
  animation: fadeInSlideLeft 0.4s ease-out forwards;
}

@keyframes fadeInSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.flip-side {
  animation: flip 2s linear forwards infinite;
}

@keyframes flipSide {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media only screen and (max-device-width: 768px) {
  .tooltip-basic {
    min-width: 80px;
  }
}
@media only screen and (max-device-width: 1366px) {
  #button-scroll {
    bottom: 20px;
  }
}
.header_wrapper-lang {
  margin: 0 auto;
}
.header_wrapper-lang img {
  position: relative;
  z-index: 2;
}
.header_wrapper-lang .header_languages-wrapper {
  height: 40px;
  visibility: hidden;
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel {
  margin-top: -8px;
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .sc-button-right {
  background: url("../gui/common/arrow_carousel_right.png?v=a");
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .sc-button-left {
  background: url("../gui/common/arrow_carousel_left.png?v=a");
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .sc-button-right,
.header_wrapper-lang .header_languages-wrapper .smart-carousel .sc-button-left {
  width: 19px;
  height: 27px;
  margin-top: 5px;
  filter: brightness(0.8);
  transform: scale(0.5);
  transition: all 0.3s ease-out;
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .sc-button-right:hover,
.header_wrapper-lang .header_languages-wrapper .smart-carousel .sc-button-left:hover {
  filter: brightness(1);
  transform: scale(0.7);
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .carousel-container {
  padding-top: 5px;
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .country-flag {
  opacity: 0.5;
  cursor: pointer;
}
.header_wrapper-lang .header_languages-wrapper .smart-carousel .country-flag:hover, .header_wrapper-lang .header_languages-wrapper .smart-carousel .country-flag.picked {
  opacity: 1;
  filter: drop-shadow(0px 0px 0px #fae365) drop-shadow(-1px -1px 0px #fae365) drop-shadow(-1px -1px 0px #fae365) drop-shadow(0px -1px 0px #fae365);
}
.header_wrapper-lang .languages-wrapper {
  position: absolute;
  top: 0;
  right: 40px;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  width: 300px;
  height: 60px;
  padding-top: 25px;
  padding-right: 10px;
  color: #814f35;
  font-size: 1.6rem;
  background: linear-gradient(330deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  cursor: pointer;
}
.header_wrapper-lang .languages-wrapper.open img {
  transform: rotate(180deg);
}
.header_wrapper-lang .languages-wrapper img {
  transition: all 0.4s linear;
}
.header_wrapper-lang .languages-wrapper .flag-square {
  margin: 0 10px;
}
.header_wrapper-lang .languages-wrapper .languages-list {
  display: none;
}
.header_wrapper-lang .languages-wrapper .languages-list .languages-list-inner-wrapper {
  position: absolute;
  top: 60px;
  right: 0px;
  flex-wrap: wrap;
  width: 350px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.1) 100%);
}
.header_wrapper-lang .languages-wrapper .languages-list .languages-list-inner-wrapper .flag-square {
  margin: 6px 10px;
}

.header_wrapper-header-img {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1130px;
  margin: 20px auto -2px;
}
.header_wrapper-header-img .header_header-img {
  width: 100%;
}

.header_menus-bar {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
  background-color: #000000;
}
.header_menus-bar .divider_vertical {
  width: 2px;
  max-height: 20px;
}

.header_menu,
.header_search {
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s ease-out;
}
.header_menu:hover,
.header_search:hover {
  color: #eaa918;
}
.header_menu a,
.header_search a {
  color: inherit;
  text-decoration: none;
}
.header_menu.selected,
.header_search.selected {
  color: #eaa918;
}

.header_search-wrapper-mobile,
.header_search-wrapper {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 0 auto;
  padding: 5px 30px;
  color: #8c8c8c;
  font-size: 1.6rem;
  background-color: #000000;
  border: 1px solid #5a5252;
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease-out;
}
.header_search-wrapper-mobile.open,
.header_search-wrapper.open {
  transform: translateX(-50%) scaleY(1);
}
.header_search-wrapper-mobile .form,
.header_search-wrapper .form {
  width: 100%;
  position: relative;
  height: 60px;
  overflow: hidden;
}
.header_search-wrapper-mobile .form input,
.header_search-wrapper .form input {
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 20px;
  border: none;
  background-color: #000000;
}
.header_search-wrapper-mobile .form label,
.header_search-wrapper .form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid white;
}
.header_search-wrapper-mobile .form label::after,
.header_search-wrapper .form label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #eaa918;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.header_search-wrapper-mobile .content-name,
.header_search-wrapper .content-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
  color: #bbbbbb;
  font-size: 1.4rem;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.header_search-wrapper-mobile .form input:focus,
.header_search-wrapper .form input:focus {
  outline: none;
}
.header_search-wrapper-mobile .form input:focus + .label-name .content-name,
.header_search-wrapper-mobile .form input:valid + .label-name .content-name,
.header_search-wrapper .form input:focus + .label-name .content-name,
.header_search-wrapper .form input:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  left: 0;
  color: #eaa918;
  opacity: 1;
}
.header_search-wrapper-mobile .form input:focus + .label-name::after,
.header_search-wrapper-mobile .form input:valid + .label-name::after,
.header_search-wrapper .form input:focus + .label-name::after,
.header_search-wrapper .form input:valid + .label-name::after {
  transform: translateX(0%);
}
.header_search-wrapper-mobile .header_search-input-title,
.header_search-wrapper-mobile .header_search-results-title,
.header_search-wrapper .header_search-input-title,
.header_search-wrapper .header_search-results-title {
  margin: 5px 0;
  padding-left: 10px;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline;
}
.header_search-wrapper-mobile .header_search-results-title,
.header_search-wrapper .header_search-results-title {
  margin: 30px 0 15px;
  padding-left: 0;
}
.header_search-wrapper-mobile .header_search-single-result,
.header_search-wrapper .header_search-single-result {
  margin: 5px;
  color: #ffffff;
  text-transform: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.header_search-wrapper-mobile .header_search-single-result:hover,
.header_search-wrapper .header_search-single-result:hover {
  color: #eaa918;
}

.header_search-wrapper-mobile {
  display: none;
}

.header_menus-bar-mobile-view .header_menus-current-menu {
  width: 100%;
  height: 30px;
  font-size: 1.4rem;
  background-color: #000000;
}
.header_menus-bar-mobile-view .header_menus-current-menu span {
  text-transform: uppercase;
}
.header_menus-bar-mobile-view .header_menus-current-menu .container {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  cursor: pointer;
}
.header_menus-bar-mobile-view .header_menus-current-menu .container .bar1, .header_menus-bar-mobile-view .header_menus-current-menu .container .bar2, .header_menus-bar-mobile-view .header_menus-current-menu .container .bar3 {
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: all 0.4s ease-out;
}
.header_menus-bar-mobile-view .header_menus-current-menu .container.open .bar1 {
  background-color: #eaa918;
  transform: translate(0, 7px) rotate(-45deg);
}
.header_menus-bar-mobile-view .header_menus-current-menu .container.open .bar2 {
  background-color: #eaa918;
  opacity: 0;
}
.header_menus-bar-mobile-view .header_menus-current-menu .container.open .bar3 {
  background-color: #eaa918;
  transform: translate(0, -7px) rotate(45deg);
}
.header_menus-bar-mobile-view .header_menus-all-menus {
  position: absolute;
  top: 30px;
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease-out;
}
.header_menus-bar-mobile-view .header_menus-all-menus.open {
  transform: scaleY(1);
}
.header_menus-bar-mobile-view .header_menus-all-menus .header_menu,
.header_menus-bar-mobile-view .header_menus-all-menus .header_search {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  background: black;
}
.header_menus-bar-mobile-view .header_menus-all-menus .header_menu:hover,
.header_menus-bar-mobile-view .header_menus-all-menus .header_search:hover {
  color: #eaa918;
  background: #040202;
}
.header_menus-bar-mobile-view .header_menus-all-menus .divider-horizontal {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #040202 10%, #eaa918 50%, #040202 90%);
}
.header_menus-bar-mobile-view .header_search-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 35px;
  height: 30px;
  transform: translateY(-50%);
}
.header_menus-bar-mobile-view .header_search-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 20px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  .header_menus-bar {
    display: flex;
  }

  .header_menus-bar-mobile-view {
    display: none;
  }

  .header_wrapper-header-img {
    max-width: 768px;
  }

  .header_menus-bar {
    height: 30px;
    font-size: 1.3rem;
  }

  .header_search-wrapper-mobile,
.header_search-wrapper {
    top: 30px;
    width: 750px;
  }
}
@media only screen and (max-device-width: 768px) and (min-device-width: 300px) {
  .header_menus-bar {
    display: none;
  }
  .header_menus-bar .header_search-wrapper {
    display: none;
  }

  .header_menus-bar-mobile-view {
    display: flex;
  }
  .header_menus-bar-mobile-view .header_search-icon {
    display: block;
  }
  .header_menus-bar-mobile-view .header_search-wrapper-mobile {
    display: flex;
  }

  .header_wrapper-header-img {
    width: 100%;
    margin-top: 0;
    overflow-x: hidden;
  }
  .header_wrapper-header-img img {
    position: relative;
    left: 50%;
    width: 700px;
    transform: translateX(-50%);
  }

  .header_menus-bar {
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 1024px) {
  .header_menus-bar {
    display: flex;
  }

  .header_menus-bar-mobile-view {
    display: none;
  }
}
@media only screen and (max-device-width: 767px) {
  .header_search-wrapper-mobile {
    top: 30px;
    width: 360px;
  }
}
.flag-square {
  width: 28px;
  height: 28px;
  background: url("../gui/common/sprite_flags_square2.png?v=a");
}
.flag-square.KR {
  background-position: -17px -79px;
}
.flag-square.NO {
  background-position: -60px -79px;
}
.flag-square.MX {
  background-position: -105px -79px;
}
.flag-square.TZ {
  background-position: -149px -79px;
}
.flag-square.AU {
  background-position: -193px -79px;
}
.flag-square.IN {
  background-position: -237px -79px;
}
.flag-square.oo {
  background-position: -17px -79px;
}
.flag-square.oo {
  background-position: -17px -79px;
}
.flag-square.LR {
  background-position: -371px -79px;
}
.flag-square.BE {
  background-position: -415px -79px;
}
.flag-square.oo {
  background-position: -17px -79px;
}
.flag-square.oo {
  background-position: -17px -79px;
}
.flag-square.PH {
  background-position: -549px -79px;
}
.flag-square.GR {
  background-position: -593px -79px;
}
.flag-square.ES {
  background-position: -637px -79px;
}
.flag-square.DZ {
  background-position: -681px -79px;
}
.flag-square.TW {
  background-position: -725px -79px;
}
.flag-square.oo {
  background-position: -17px -79px;
}
.flag-square.EG {
  background-position: -815px -79px;
}
.flag-square.NR {
  background-position: -859px -79px;
}
.flag-square.SN {
  background-position: -17px -125px;
}
.flag-square.CU {
  background-position: -60px -125px;
}
.flag-square.BY {
  background-position: -105px -125px;
}
.flag-square.BN {
  background-position: -149px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.FR {
  background-position: -327px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.UG {
  background-position: -17px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.AL {
  background-position: -549px -125px;
}
.flag-square.MZ {
  background-position: -593px -125px;
}
.flag-square.IR {
  background-position: -637px -125px;
}
.flag-square.VE {
  background-position: -681px -125px;
}
.flag-square.NL {
  background-position: -725px -125px;
}
.flag-square.PS {
  background-position: -769px -125px;
}
.flag-square.TM {
  background-position: -815px -125px;
}
.flag-square.oo {
  background-position: -17px -125px;
}
.flag-square.US {
  background-position: -17px -171px;
}
.flag-square.CN {
  background-position: -60px -171px;
}
.flag-square.GB {
  background-position: -105px -171px;
}
.flag-square.UY {
  background-position: -149px -171px;
}
.flag-square.ML {
  background-position: -193px -171px;
}
.flag-square.MG {
  background-position: -237px -171px;
}
.flag-square.oo {
  background-position: -283px -171px;
}
.flag-square.oo {
  background-position: -327px -171px;
}
.flag-square.HU {
  background-position: -371px -171px;
}
.flag-square.BB {
  background-position: -415px -171px;
}
.flag-square.oo {
  background-position: -460px -171px;
}
.flag-square.oo {
  background-position: -504px -171px;
}
.flag-square.oo {
  background-position: -549px -171px;
}
.flag-square.RO {
  background-position: -593px -171px;
}
.flag-square.HK {
  background-position: -637px -171px;
}
.flag-square.SM {
  background-position: -681px -171px;
}
.flag-square.SB {
  background-position: -725px -171px;
}
.flag-square.oo {
  background-position: -769px -171px;
}
.flag-square.oo {
  background-position: -815px -171px;
}
.flag-square.PW {
  background-position: -859px -171px;
}
.flag-square.TN {
  background-position: -17px -217px;
}
.flag-square.YE {
  background-position: -60px -217px;
}
.flag-square.DO {
  background-position: -105px -217px;
}
.flag-square.oo {
  background-position: -149px -217px;
}
.flag-square.oo {
  background-position: -193px -217px;
}
.flag-square.EE {
  background-position: -237px -217px;
}
.flag-square.oo {
  background-position: -283px -217px;
}
.flag-square.OM {
  background-position: -327px -217px;
}
.flag-square.oo {
  background-position: -371px -217px;
}
.flag-square.oo {
  background-position: -415px -217px;
}
.flag-square.SE {
  background-position: -460px -217px;
}
.flag-square.BF {
  background-position: -504px -217px;
}
.flag-square.oo {
  background-position: -549px -217px;
}
.flag-square.RW {
  background-position: -593px -217px;
}
.flag-square.oo {
  background-position: -637px -217px;
}
.flag-square.NG {
  background-position: -681px -217px;
}
.flag-square.AG {
  background-position: -725px -217px;
}
.flag-square.IQ {
  background-position: -769px -217px;
}
.flag-square.DK {
  background-position: -815px -217px;
}
.flag-square.JM {
  background-position: -859px -217px;
}
.flag-square.SL {
  background-position: -17px -263px;
}
.flag-square.SC {
  background-position: -60px -263px;
}
.flag-square.NP {
  background-position: -105px -263px;
}
.flag-square.JP {
  background-position: -149px -263px;
}
.flag-square.AR {
  background-position: -193px -263px;
}
.flag-square.VU {
  background-position: -237px -263px;
}
.flag-square.NE {
  background-position: -283px -263px;
}
.flag-square.oo {
  background-position: -327px -263px;
}
.flag-square.oo {
  background-position: -371px -263px;
}
.flag-square.SV {
  background-position: -415px -263px;
}
.flag-square.oo {
  background-position: -460px -263px;
}
.flag-square.oo {
  background-position: -504px -263px;
}
.flag-square.LI {
  background-position: -549px -263px;
}
.flag-square.FI {
  background-position: -593px -263px;
}
.flag-square.CM {
  background-position: -637px -263px;
}
.flag-square.SZ {
  background-position: -681px -263px;
}
.flag-square.oo {
  background-position: -725px -263px;
}
.flag-square.TT {
  background-position: -769px -263px;
}
.flag-square.BJ {
  background-position: -815px -263px;
}
.flag-square.LU {
  background-position: -859px -263px;
}
.flag-square.oo {
  background-position: -17px -308px;
}
.flag-square.oo {
  background-position: -60px -308px;
}
.flag-square.BH {
  background-position: -105px -308px;
}
.flag-square.LC {
  background-position: -149px -308px;
}
.flag-square.SA {
  background-position: -193px -308px;
}
.flag-square.VN {
  background-position: -237px -308px;
}
.flag-square.ZA {
  background-position: -283px -308px;
}
.flag-square.VA {
  background-position: -327px -308px;
}
.flag-square.oo {
  background-position: -371px -308px;
}
.flag-square.KW {
  background-position: -415px -308px;
}
.flag-square.KZ {
  background-position: -460px -308px;
}
.flag-square.AU {
  background-position: -504px -308px;
}
.flag-square.LS {
  background-position: -549px -308px;
}
.flag-square.MM {
  background-position: -593px -308px;
}
.flag-square.ME {
  background-position: -637px -308px;
}
.flag-square.PY {
  background-position: -681px -308px;
}
.flag-square.BI {
  background-position: -725px -308px;
}
.flag-square.oo {
  background-position: -769px -308px;
}
.flag-square.AF {
  background-position: -815px -308px;
}
.flag-square.BA {
  background-position: -859px -308px;
}
.flag-square.CR {
  background-position: -17px -354px;
}
.flag-square.PK {
  background-position: -60px -354px;
}
.flag-square.HR {
  background-position: -105px -354px;
}
.flag-square.TG {
  background-position: -149px -354px;
}
.flag-square.UA {
  background-position: -193px -354px;
}
.flag-square.QA {
  background-position: -237px -354px;
}
.flag-square.oo {
  background-position: -283px -354px;
}
.flag-square.KS {
  background-position: -327px -354px;
}
.flag-square.BR {
  background-position: -371px -354px;
}
.flag-square.GL {
  background-position: -415px -354px;
}
.flag-square.CI {
  background-position: -460px -354px;
}
.flag-square.oo {
  background-position: -504px -354px;
}
.flag-square.DM {
  background-position: -549px -354px;
}
.flag-square.TR {
  background-position: -593px -354px;
}
.flag-square.TJ {
  background-position: -637px -354px;
}
.flag-square.IR {
  background-position: -681px -354px;
}
.flag-square.TV {
  background-position: -725px -354px;
}
.flag-square.oo {
  background-position: -769px -354px;
}
.flag-square.MT {
  background-position: -815px -354px;
}
.flag-square.AZ {
  background-position: -859px -354px;
}
.flag-square.CN {
  background-position: -17px -4oopx;
}
.flag-square.AR {
  background-position: -60px -4oopx;
}
.flag-square.CH {
  background-position: -105px -4oopx;
}
.flag-square.RU {
  background-position: -149px -4oopx;
}
.flag-square.oo {
  background-position: -193px -4oopx;
}
.flag-square.CV {
  background-position: -237px -4oopx;
}
.flag-square.IT {
  background-position: -283px -4oopx;
}
.flag-square.oo {
  background-position: -327px -4oopx;
}
.flag-square.SY {
  background-position: -371px -4oopx;
}
.flag-square.oo {
  background-position: -415px -4oopx;
}
.flag-square.oo {
  background-position: -460px -4oopx;
}
.flag-square.ID {
  background-position: -504px -4oopx;
}
.flag-square.RS {
  background-position: -549px -4oopx;
}
.flag-square.BS {
  background-position: -593px -4oopx;
}
.flag-square.KG {
  background-position: -637px -4oopx;
}
.flag-square.KH {
  background-position: -681px -4oopx;
}
.flag-square.MR {
  background-position: -725px -4oopx;
}
.flag-square.oo {
  background-position: -769px -4oopx;
}
.flag-square.MT {
  background-position: -815px -4oopx;
}
.flag-square.AZ {
  background-position: -859px -4oopx;
}
.flag-square.UZ {
  background-position: -17px -446px;
}
.flag-square.GH {
  background-position: -60px -446px;
}
.flag-square.oo {
  background-position: -105px -446px;
}
.flag-square.EK {
  background-position: -149px -446px;
}
.flag-square.GA {
  background-position: -193px -446px;
}
.flag-square.MU {
  background-position: -237px -446px;
}
.flag-square.MA {
  background-position: -283px -446px;
}
.flag-square.DE {
  background-position: -327px -446px;
}
.flag-square.CY {
  background-position: -371px -446px;
}
.flag-square.MV {
  background-position: -415px -446px;
}
.flag-square.DJ {
  background-position: -460px -446px;
}
.flag-square.oo {
  background-position: -504px -446px;
}
.flag-square.CM {
  background-position: -549px -446px;
}
.flag-square.KE {
  background-position: -593px -446px;
}
.flag-square.FO {
  background-position: -637px -446px;
}
.flag-square.ET {
  background-position: -681px -446px;
}
.flag-square.PE {
  background-position: -725px -446px;
}
.flag-square.HT {
  background-position: -769px -446px;
}
.flag-square.oo {
  background-position: -815px -446px;
}
.flag-square.oo {
  background-position: -859px -446px;
}
.flag-square.LV {
  background-position: -17px -492px;
}
.flag-square.IS {
  background-position: -60px -492px;
}
.flag-square.SL {
  background-position: -105px -492px;
}
.flag-square.MC {
  background-position: -149px -492px;
}
.flag-square.NZ {
  background-position: -193px -492px;
}
.flag-square.TH {
  background-position: -237px -492px;
}
.flag-square.ML {
  background-position: -283px -492px;
}
.flag-square.MY {
  background-position: -327px -492px;
}
.flag-square.HN {
  background-position: -371px -492px;
}
.flag-square.ML {
  background-position: -415px -492px;
}
.flag-square.BD {
  background-position: -460px -492px;
}
.flag-square.FJ {
  background-position: -504px -492px;
}
.flag-square.CZ {
  background-position: -549px -492px;
}
.flag-square.MO {
  background-position: -593px -492px;
}
.flag-square.TL {
  background-position: -637px -492px;
}
.flag-square.IQ {
  background-position: -681px -492px;
}
.flag-square.MW {
  background-position: -725px -492px;
}
.flag-square.BG {
  background-position: -769px -492px;
}
.flag-square.VC {
  background-position: -815px -492px;
}
.flag-square.oo {
  background-position: -859px -492px;
}
.flag-square.SG {
  background-position: -17px -538px;
}
.flag-square.SK {
  background-position: -60px -538px;
}
.flag-square.CO {
  background-position: -105px -538px;
}
.flag-square.CG {
  background-position: -149px -538px;
}
.flag-square.oo {
  background-position: -193px -538px;
}
.flag-square.BW {
  background-position: -237px -538px;
}
.flag-square.AO {
  background-position: -283px -538px;
}
.flag-square.GY {
  background-position: -327px -538px;
}
.flag-square.AM {
  background-position: -371px -538px;
}
.flag-square.GD {
  background-position: -415px -538px;
}
.flag-square.IL {
  background-position: -460px -538px;
}
.flag-square.WS {
  background-position: -504px -538px;
}
.flag-square.oo {
  background-position: -549px -538px;
}
.flag-square.BT {
  background-position: -593px -538px;
}
.flag-square.LB {
  background-position: -637px -538px;
}
.flag-square.GA {
  background-position: -681px -538px;
}
.flag-square.AD {
  background-position: -725px -538px;
}
.flag-square.CL {
  background-position: -769px -538px;
}
.flag-square.MH {
  background-position: -815px -538px;
}
.flag-square.TD {
  background-position: -859px -538px;
}
.flag-square.PT {
  background-position: -17px -584px;
}
.flag-square.BZ {
  background-position: -60px -584px;
}
.flag-square.oo {
  background-position: -105px -584px;
}
.flag-square.AE {
  background-position: -149px -584px;
}
.flag-square.SI {
  background-position: -193px -584px;
}
.flag-square.oo {
  background-position: -237px -584px;
}
.flag-square.ER {
  background-position: -283px -584px;
}
.flag-square.oo {
  background-position: -327px -584px;
}
.flag-square.NA {
  background-position: -371px -584px;
}
.flag-square.LY {
  background-position: -415px -584px;
}
.flag-square.oo {
  background-position: -460px -584px;
}
.flag-square.BO {
  background-position: -504px -584px;
}
.flag-square.oo {
  background-position: -549px -584px;
}
.flag-square.ST {
  background-position: -593px -584px;
}
.flag-square.PL {
  background-position: -637px -584px;
}
.flag-square.AW {
  background-position: -681px -584px;
}
.flag-square.WT {
  background-position: -725px -584px;
}

.sc-content {
  position: relative;
  text-align: center;
  font-size: 0;
}

.sc-content .sc-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.sc-strap {
  position: absolute;
}

.sc-strap:after {
  position: relative;
  clear: both;
  content: "";
  display: block;
}

.sc-container .sc-view {
  float: left;
}

.sc-button-left,
.sc-button-right {
  display: inline-block;
  width: 23px;
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
  border: none;
  background: url("../gui/common/sc-images.png?v=a") no-repeat 0 0;
  cursor: pointer;
}

.sc-button-right {
  background-position: -23px 0;
}

.sc-indicator {
  list-style: none;
  margin: 0;
  padding: 10px 0 5px;
  text-align: center;
}

.sc-indicator-element {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 2px;
  background: url("../gui/common/sc-images.png?v=a") no-repeat -21px -30px;
  cursor: pointer;
}

.sc-indicator-element.current {
  background-position: -1px -30px;
}

/* Hide arrows with visibility not with display */
.sc-inactive-buttons {
  visibility: hidden;
}

.hof_table-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 1.5rem;
  color: #8c8c8c;
}
.hof_table-info .icon-information {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.5rem;
  font-style: italic;
  background-color: #62470a;
  border-radius: 50%;
}

.hof_wrapper {
  position: relative;
  max-width: 1360px;
  margin: 30px auto 0;
  transition: all 0.4s ease-out;
}

.chart-table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #eaa918;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.left-side,
.right-side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.left-side {
  width: 70%;
}

.right-side {
  justify-content: flex-end;
  width: 30%;
}
.right-side div {
  margin-right: 10px;
  text-align: right;
}

.table-head-item {
  width: 8%;
  min-width: 100px;
  text-align: center;
}
.table-head-item.player {
  width: 25%;
  margin-left: 50px;
  text-align: left;
}

.chart-table_row {
  height: 40px;
  border-top: 1px solid #5a5252;
}
.chart-table_row:nth-child(even) {
  background-color: rgba(88, 79, 78, 0.2);
}

.chart-table_row {
  display: flex;
  align-items: center;
}
.chart-table_row .right-side div {
  margin-right: 10px;
  text-align: right;
}
.chart-table_row .table-row-item {
  width: 8%;
  min-width: 100px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.chart-table_row .table-row-item .tier {
  height: 30px;
}
.chart-table_row .table-row-item.flag {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.6);
}
.chart-table_row .table-row-item.player {
  width: 25%;
  margin-left: 50px;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.chart-table_row .table-row-item.player:hover {
  color: #eaa918;
}
.chart-table_row .table-row-item.medals-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
}
.chart-table_row .table-row-item.medals-wrapper img {
  margin-right: 10px;
}

.pager {
  font-size: 1.4rem;
  width: 350px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #5a5252;
  padding-top: 10px;
}
.pager a {
  width: 100%;
}
.pager a:hover {
  color: #eaa918 !important;
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 1024px) {
  .table-head-item.player {
    width: 30%;
  }

  .chart-table_row .table-row-item.player {
    width: 30%;
  }
  .chart-table_row .table-row-item.medals-wrapper {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  .hof_wrapper {
    max-width: 750px;
  }

  .table-head-item {
    min-width: 75px;
  }

  .chart-table_row .table-row-item {
    min-width: 75px;
  }
  .chart-table_row .table-row-item.player {
    width: 40%;
  }
  .chart-table_row .table-row-item.medals-wrapper {
    display: none;
  }
}
@media only screen and (max-device-width: 767px) and (min-device-width: 300px) {
  .hof_wrapper {
    width: 100%;
  }

  .left-side {
    width: 80%;
  }

  .right-side {
    width: 20%;
  }

  .table-head-item {
    min-width: 50px;
  }
  .table-head-item.country, .table-head-item.level, .table-head-item.medals, .table-head-item.medals-wrapper {
    display: none;
  }

  .chart-table_row .table-row-item {
    min-width: 50px;
  }
  .chart-table_row .table-row-item.player {
    width: 80%;
    margin-left: 15px;
  }
  .chart-table_row .table-row-item.flag, .chart-table_row .table-row-item.level, .chart-table_row .table-row-item.medals, .chart-table_row .table-row-item.medals-wrapper {
    display: none;
  }
  .chart-table_row .table-row-item.points {
    min-width: 60px;
  }
}
.player-profile_wrapper {
  margin-top: 50px;
}
.player-profile_wrapper .player-profile_general-info {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.6rem;
}
.player-profile_wrapper .player-profile_general-info.second-row {
  justify-content: center;
  margin-top: 20px;
}
.player-profile_wrapper .player-profile_general-info.second-row .divider_vertical {
  height: 25px;
  margin: 0 20px;
}
.player-profile_wrapper .player-profile_general-info .divider_vertical {
  height: 45px;
  background-color: #eaa918;
}
.player-profile_wrapper .general-info_name-and-tier .tier-image img {
  width: 50px;
}
.player-profile_wrapper .general-info_name-and-tier .name-and-tier-text {
  margin-left: 10px;
}
.player-profile_wrapper .general-info_name-and-tier .name {
  font-size: 2.2rem;
  font-weight: bold;
}
.player-profile_wrapper .general-info_level .level-text {
  margin-left: 10px;
  font-size: 5rem;
  font-weight: bold;
}
.player-profile_wrapper .general-info_level .level-text span {
  font-size: 2rem;
  font-weight: bold;
}
.player-profile_wrapper .general-info_play-time .play-time-years {
  margin-right: 5px;
  font-size: 5rem;
  font-weight: bold;
}
.player-profile_wrapper .general-info_play-time .years {
  font-size: 2rem;
  font-weight: bold;
}
.player-profile_wrapper .general-info_registration {
  align-items: flex-start;
}
.player-profile_wrapper .general-info_registration .registration-date {
  font-size: 2rem;
  font-weight: bold;
}
.player-profile_wrapper .general-info_registration .country-flag {
  margin-top: 10px;
  transform: scale(1.3);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.player-profile_wrapper .general-info_registration .country-flag:hover {
  filter: none;
}
.player-profile_wrapper .general-info_current-ranking-position,
.player-profile_wrapper .general-info_all-time-position {
  align-items: flex-end;
  cursor: help;
}
.player-profile_wrapper .all-time-ranking-position,
.player-profile_wrapper .current-ranking-position {
  margin-right: 5px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 23px;
}
.player-profile_wrapper .player-profile_stats-wrapper {
  max-width: 1200px;
  margin: 20px auto 0;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat,
.player-profile_wrapper .player-profile_stats-wrapper .divider-horizontal {
  width: 8%;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat.glory-points,
.player-profile_wrapper .player-profile_stats-wrapper .divider-horizontal.big {
  width: 14%;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat {
  min-height: 200px;
  padding-top: 45px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat img {
  width: 100%;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-value {
  margin-top: -10px;
  color: #eaa918;
  font-size: 2rem;
  font-weight: bold;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-name {
  color: #8c8c8c;
}
.player-profile_wrapper .player-profile_stats-wrapper .single-stat.achievements, .player-profile_wrapper .player-profile_stats-wrapper .single-stat.medals, .player-profile_wrapper .player-profile_stats-wrapper .single-stat.daily-battles, .player-profile_wrapper .player-profile_stats-wrapper .single-stat.tournaments, .player-profile_wrapper .player-profile_stats-wrapper .single-stat.ranking-net-points, .player-profile_wrapper .player-profile_stats-wrapper .single-stat.ranking-military-points {
  cursor: pointer;
}

.player-profile_last-tournament-wrapper {
  margin-top: 50px;
}
.player-profile_last-tournament-wrapper .last-tournament-title {
  margin-bottom: 15px;
  color: #eaa918;
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
}
.player-profile_last-tournament-wrapper .last-tournament-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.player-profile_last-tournament-wrapper .last-tournament-position-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
}
.player-profile_last-tournament-wrapper .last-tournament-position-wrapper .last-tournament-position-inner-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.player-profile_last-tournament-wrapper .last-tournament-position-wrapper .last-tournament-position-inner-wrapper .last-tournament-position-text {
  margin-left: 15px;
}
.player-profile_last-tournament-wrapper .last-tournament-position-wrapper .last-tournament-position-inner-wrapper .last-tournament-position-number {
  margin-left: 10px;
  font-size: 3rem;
}
.player-profile_last-tournament-wrapper .last-tournament-position-wrapper .last-tournament-position-inner-wrapper .last-tournament-position-number span {
  position: relative;
  top: -10px;
  font-size: 1.5rem;
}

.player-profile_chart-wrapper {
  padding-bottom: 30px;
  color: white;
  overflow-y: hidden;
}
.player-profile_chart-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 539px;
}
.player-profile_chart-wrapper .player-profile_chart-inner-wrapper {
  width: 1250px;
}
.player-profile_chart-wrapper .chart-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.player-profile_chart-wrapper .chart-title img {
  width: 100px;
}
.player-profile_chart-wrapper .chart .columns-wrapper {
  justify-content: space-evenly;
  align-items: flex-end;
  width: 550px;
  height: 330px;
  border-bottom: 1px solid #b91711;
}
.player-profile_chart-wrapper .chart .single-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: inherit;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.4s ease-out;
}
.player-profile_chart-wrapper .chart .single-column .column {
  width: 25px;
}
.player-profile_chart-wrapper .chart .single-column .column:hover {
  background: #eaa918 !important;
}
.player-profile_chart-wrapper .chart .single-column .column-value {
  margin-bottom: 5px;
}
.player-profile_chart-wrapper .chart .positions-text {
  justify-content: space-evenly;
  margin-top: 10px;
  font-size: 1.3rem;
}
.player-profile_chart-wrapper .chart .positions-text .places {
  width: 33px;
  text-align: center;
}
.player-profile_chart-wrapper .chart .positions-text .places.big {
  width: 45px;
}
.player-profile_chart-wrapper .chart .place {
  margin-top: 10px;
  color: #8c8c8c;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}

.player-profile_battles-wrapper {
  width: 1200px;
  margin: 50px auto 0;
}
.player-profile_battles-wrapper .battles-title {
  font-size: 2rem;
  text-transform: capitalize;
  text-align: center;
}
.player-profile_battles-wrapper .battles-chart-wrapper {
  color: #ffffff;
  font-size: 1.6rem;
}
.player-profile_battles-wrapper .battles-chart-stats {
  justify-content: space-between;
  align-items: flex-end;
  width: 1000px;
  margin: 30px auto 15px;
}
.player-profile_battles-wrapper .success {
  flex-direction: column;
  justify-content: center;
}
.player-profile_battles-wrapper .loses,
.player-profile_battles-wrapper .wins {
  align-items: flex-end;
}
.player-profile_battles-wrapper .loses-value,
.player-profile_battles-wrapper .wins-value {
  font-size: 3rem;
}
.player-profile_battles-wrapper .loses-value.no-battles,
.player-profile_battles-wrapper .wins-value.no-battles {
  opacity: 0.5;
}
.player-profile_battles-wrapper .loses-text,
.player-profile_battles-wrapper .wins-text {
  padding-bottom: 3px;
}
.player-profile_battles-wrapper .success-value {
  font-size: 4rem;
}
.player-profile_battles-wrapper .battles-chart {
  width: 100%;
  height: 10px;
  background-color: #6a0f0a;
  border: 1px solid #eaa918;
}
.player-profile_battles-wrapper .battles-chart.no-battles {
  background-color: #8c8c8c;
  border: 1px solid #8c8c8c;
  opacity: 0.7;
}
.player-profile_battles-wrapper .battles-chart.no-battles .battles-pin {
  filter: grayscale(1);
  opacity: 0.7;
}
.player-profile_battles-wrapper .battles-chart .battles-positive {
  height: 8px;
  background-color: #eaa918;
}
.player-profile_battles-wrapper .battles-chart .battles-pin {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.player-profile_achievements-title {
  margin: 100px 0 20px;
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
}

.player-profile_achievements-wrapper {
  height: 330px;
}
.player-profile_achievements-wrapper > img {
  position: absolute;
  height: inherit;
}
.player-profile_achievements-wrapper .player-profile_achievements {
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 830px;
  height: inherit;
  margin: 0 auto;
}
.player-profile_achievements-wrapper .player-profile_achievements .achievement {
  max-width: 120px;
}
.player-profile_achievements-wrapper .player-profile_achievements .achievement.completed img {
  opacity: 1;
}
.player-profile_achievements-wrapper .player-profile_achievements .achievement.completed .achievement-name {
  opacity: 1;
}
.player-profile_achievements-wrapper .player-profile_achievements .achievement img {
  width: 120px;
  opacity: 0.3;
}
.player-profile_achievements-wrapper .player-profile_achievements .achievement .achievement-name {
  max-width: 120px;
  color: #8c8c8c;
  font-size: 1.6rem;
  text-align: center;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-profile_medals-wrapper {
  overflow-y: hidden;
}
.player-profile_medals-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
}
.player-profile_medals-wrapper .medals-title {
  padding-top: 100px;
  font-size: 2rem;
  text-align: center;
  text-transform: capitalize;
}
.player-profile_medals-wrapper .medals-big-empty,
.player-profile_medals-wrapper .medals-small-empty {
  margin-top: 30px;
  color: #8c8c8c;
  font-size: 20px;
  text-align: center;
}
.player-profile_medals-wrapper .medals-big,
.player-profile_medals-wrapper .medals-small {
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.player-profile_medals-wrapper .medals-big img,
.player-profile_medals-wrapper .medals-small img {
  margin-bottom: 10px;
}
.player-profile_medals-wrapper .medals-small {
  max-width: 1200px;
}
.player-profile_medals-wrapper .medals-small img {
  width: 90px;
}
.player-profile_medals-wrapper .medals-big .medal-section {
  margin-bottom: 40px;
}
.player-profile_medals-wrapper .medals-big .medal-section.odd {
  flex-direction: row-reverse;
}
.player-profile_medals-wrapper .medals-big .medal-section .medal-info-part {
  width: 200px;
  color: #8c8c8c;
  font-size: 1.5rem;
}
.player-profile_medals-wrapper .medals-big .medal-section .medal-info-part .medal-name {
  color: #eaa918;
  font-size: 2rem;
}
.player-profile_medals-wrapper .medals-big .medal-section .medal-info-part .medal-desc {
  margin: 10px 0 5px;
}
.player-profile_medals-wrapper .medals-big .medal-section .medal-visual-part div {
  text-align: center;
  font-size: 2rem;
}
.player-profile_medals-wrapper .medals-big .medal-section .medal-visual-part .featured-medal-wrapper {
  width: 200px;
  height: 200px;
}
.player-profile_medals-wrapper .medals-small .medal-section {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.player-profile_medals-wrapper .medals-small .medal-section .medal-info-part {
  width: 200px;
  color: #8c8c8c;
  font-size: 1.5rem;
}
.player-profile_medals-wrapper .medals-small .medal-section .medal-visual-part div {
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-device-width: 1366px) {
  .player-profile_wrapper .player-profile_general-info.second-row {
    justify-content: space-evenly;
  }
}
@media only screen and (max-device-width: 1200px) {
  .player-profile_wrapper .player-profile_general-info {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_name-and-tier .name {
    font-size: 1.9rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level img {
    width: 20px;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level .level-text {
    font-size: 4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level .level-text span {
    font-size: 1.7rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_play-time .play-time-years {
    font-size: 4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_play-time .years {
    font-size: 1.7rem;
  }
  .player-profile_wrapper .player-profile_stats-wrapper {
    max-width: 900px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-value {
    font-size: 1.8rem;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-name {
    font-size: 1.2rem;
  }
  .player-profile_wrapper .general-info_name-and-tier .tier-image img {
    width: 40px;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner {
    display: block;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner img {
    width: 100%;
  }
  .player-profile_wrapper .player-profile_chart-wrapper .player-profile_chart-inner-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .player-profile_wrapper .player-profile_battles-wrapper {
    width: 900px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .battles-chart-stats {
    width: 800px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements {
    width: 680px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement {
    max-width: 100px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement img {
    width: 100px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement .achievement-name {
    max-width: 100px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-device-width: 1024px) {
  .player-profile_wrapper .player-profile_general-info {
    max-width: 700px;
    font-size: 1.2rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_name-and-tier .name {
    font-size: 1.6rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level img {
    width: 16px;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level .level-text {
    font-size: 3rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level .level-text span {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_general-info .registration-date {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_play-time .play-time-years {
    font-size: 3rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_play-time .years {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_registration .country-flag {
    margin-top: 0;
    transform: scale(1);
  }
  .player-profile_wrapper .player-profile_general-info .all-time-ranking-position,
.player-profile_wrapper .player-profile_general-info .current-ranking-position {
    font-size: 2.5rem;
  }
  .player-profile_wrapper .player-profile_stats-wrapper {
    max-width: 700px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-value {
    font-size: 1.5rem;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-name {
    margin-top: 5px;
    font-size: 1.1rem;
    word-break: break-word;
  }
  .player-profile_wrapper .general-info_name-and-tier .tier-image img {
    width: 35px;
  }
  .player-profile_wrapper .player-profile_chart-wrapper .player-profile_chart-inner-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .player-profile_wrapper .player-profile_battles-wrapper {
    width: 700px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .battles-chart-stats {
    width: 650px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements {
    width: 700px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement {
    width: 100px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement img {
    width: 80px;
    margin: 0 20px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement .achievement-name {
    font-size: 1.2rem;
  }
  .player-profile_wrapper .player-profile_medals-wrapper .medals-big {
    flex-direction: column;
    max-width: 700px;
  }
  .player-profile_wrapper .player-profile_medals-wrapper .medals-small {
    max-width: 700px;
  }
  .player-profile_wrapper .player-profile_medals-wrapper .medals-big {
    flex-direction: column;
    max-width: 700px;
  }
}
@media only screen and (max-device-width: 767px) {
  .player-profile_wrapper {
    margin-top: 0;
  }
  .player-profile_wrapper .player-profile_general-info {
    flex-wrap: wrap;
    max-width: 360px;
  }
  .player-profile_wrapper .player-profile_general-info.second-row {
    margin-top: 0;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_name-and-tier,
.player-profile_wrapper .player-profile_general-info .general-info_level,
.player-profile_wrapper .player-profile_general-info .general-info_registration,
.player-profile_wrapper .player-profile_general-info .general-info_play-time {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin: 0;
    padding-left: 10px;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level,
.player-profile_wrapper .player-profile_general-info .general-info_play-time {
    margin-bottom: 10px;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level .level-text {
    font-size: 4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_level .level-text span {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_play-time .play-time-years {
    font-size: 4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_play-time .years {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_general-info .general-info_all-time-position,
.player-profile_wrapper .player-profile_general-info .general-info_current-ranking-position {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin: 0;
    padding-left: 10px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper {
    max-width: 360px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .stats_first-row,
.player-profile_wrapper .player-profile_stats-wrapper .stats_second-row {
    flex-wrap: wrap;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat {
    width: 50%;
    min-height: 120px;
    padding-top: 0;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat.achievements, .player-profile_wrapper .player-profile_stats-wrapper .single-stat.medals {
    position: relative;
    top: 235px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat.glory-points {
    position: relative;
    top: -140px;
    width: 100%;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat.glory-points img {
    max-width: 250px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat img {
    width: 60%;
    max-width: 120px;
  }
  .player-profile_wrapper .player-profile_stats-wrapper .single-stat .stat-name {
    word-break: break-word;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #62470a #808080;
    scrollbar-width: thin;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner::-webkit-scrollbar {
    height: 3px;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner::-webkit-scrollbar-thumb {
    background: #62470a;
    cursor: pointer;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner::-webkit-scrollbar-thumb:hover {
    background: #eaa918;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-banner img {
    width: 768px;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-position-wrapper .last-tournament-position-inner-wrapper .last-tournament-position-number {
    margin-left: 10px;
    font-size: 2rem;
  }
  .player-profile_wrapper .player-profile_last-tournament-wrapper .last-tournament-position-wrapper .last-tournament-position-inner-wrapper .last-tournament-position-number span {
    position: relative;
    top: -10px;
    font-size: 1rem;
  }
  .player-profile_wrapper .player-profile_chart-wrapper .chart-title {
    font-size: 1.5rem;
  }
  .player-profile_wrapper .player-profile_chart-wrapper .chart-title img {
    width: 80px;
  }
  .player-profile_wrapper .player-profile_chart-wrapper .chart .columns-wrapper {
    width: 360px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper {
    width: 360px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .battles-chart-wrapper {
    font-size: 1.4rem;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .wins,
.player-profile_wrapper .player-profile_battles-wrapper .loses {
    flex-direction: column;
    text-align: center;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .success {
    position: relative;
    left: -80px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .wins {
    position: relative;
    left: 90px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .loses {
    position: relative;
    left: 40px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .wins-value,
.player-profile_wrapper .player-profile_battles-wrapper .loses-value {
    font-size: 2rem;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .success-value {
    font-size: 3rem;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .battles-chart-stats {
    justify-content: center;
    align-items: flex-end;
    width: 320px;
  }
  .player-profile_wrapper .player-profile_battles-wrapper .battles-chart {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements {
    flex-wrap: wrap;
    width: 360px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    max-width: initial;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement img {
    width: 50px;
  }
  .player-profile_wrapper .player-profile_achievements-wrapper .player-profile_achievements .achievement .achievement-name {
    font-size: 1.1rem;
  }
  .player-profile_wrapper .player-profile_medals-wrapper .medals-big {
    flex-direction: column;
    max-width: 340px;
  }
  .player-profile_wrapper .player-profile_medals-wrapper .medals-big .medal-section .medal-info-part {
    width: 140px;
  }
  .player-profile_wrapper .player-profile_medals-wrapper .medals-small {
    max-width: 340px;
  }
  .player-profile_wrapper .divider-horizontal {
    display: none;
  }
}
.tournaments-list .filter-bar {
  height: 30px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #000000;
}
.tournaments-list .filter-bar-filter {
  justify-content: space-around;
  min-width: 150px;
  margin-left: 15px;
  color: #000000;
  background: #fbc32b;
  cursor: pointer;
}
.tournaments-list .filter-bar-filter.open img {
  transform: rotate(180deg);
}
.tournaments-list .filter-bar-filter.open .filter-list {
  transform: scaleY(1);
}
.tournaments-list .filter-bar-filter img {
  transition: all 0.4s ease-out;
}
.tournaments-list .filter-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 150px;
  max-height: 200px;
  background: #62470a;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease-out;
  scrollbar-color: #eaa918 #808080;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tournaments-list .filter-list::-webkit-scrollbar {
  width: 3px;
}
.tournaments-list .filter-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
  border-radius: 10px;
}
.tournaments-list .filter-list::-webkit-scrollbar-thumb {
  background: #eaa918;
  border-radius: 10px;
  cursor: pointer;
}
.tournaments-list .filter-list::-webkit-scrollbar-thumb:hover {
  background: #62470a;
}
.tournaments-list .filter-list .list-item {
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #eaa918;
  transition: all 0.4s ease-out;
}
.tournaments-list .filter-list .list-item:last-of-type {
  border-bottom: none;
}
.tournaments-list .filter-list .list-item:hover {
  color: #000000;
  background: rgba(234, 169, 24, 0.5);
}
.tournaments-list .filter-bar-submit {
  margin-left: 15px;
  padding: 0 25px;
  color: #fbc32b;
  border: 1px solid #fbc32b;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.tournaments-list .filter-bar-submit:hover {
  color: #000000;
  background: #fbc32b;
}
.tournaments-list .tournaments-list_wrapper {
  margin-top: 30px;
  padding-bottom: 100px;
}
.tournaments-list .single-tournament {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tournaments-list .single-tournament .banner-bg {
  cursor: pointer;
}

@media only screen and (max-device-width: 1200px) {
  .tournaments-list .single-tournament .banner-bg {
    width: 100%;
  }
}
@media only screen and (max-device-width: 767px) {
  .tournaments-list .filter-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 90px;
    margin-top: 10px;
  }
  .tournaments-list .filter-bar-filter {
    margin-left: 0;
  }
  .tournaments-list .filter-bar-submit {
    margin-left: 0;
  }
  .tournaments-list .single-tournament {
    display: block;
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #62470a #808080;
    scrollbar-width: thin;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .tournaments-list .single-tournament::-webkit-scrollbar {
    height: 3px;
  }
  .tournaments-list .single-tournament::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #808080;
  }
  .tournaments-list .single-tournament::-webkit-scrollbar-thumb {
    background: #62470a;
    cursor: pointer;
  }
  .tournaments-list .single-tournament::-webkit-scrollbar-thumb:hover {
    background: #eaa918;
  }
  .tournaments-list .single-tournament .banner-bg {
    width: 768px;
  }
}
.single-tournament-wrapper .top-bar {
  justify-content: flex-start;
  height: 30px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #000000;
}
.single-tournament-wrapper .top-bar-text {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.single-tournament-wrapper .top-bar-text span {
  cursor: pointer;
}
.single-tournament-wrapper .top-bar-text span:hover {
  text-decoration: underline;
}
.single-tournament-wrapper .content-wrapper .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.single-tournament-wrapper .content-wrapper .winner .background {
  position: relative;
  left: 50%;
  width: 1200px;
  height: 70px;
  margin: 50px auto 0;
  background: linear-gradient(to right, rgba(28, 15, 16, 0.5) 0, #312c37 50%, rgba(28, 15, 16, 0.5) 100%);
  border-style: solid;
  border-width: 2px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, rgba(40, 29, 35, 0.5) 0, #6e688a 50%, rgba(40, 29, 35, 0.5) 100%);
  border-left: none;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%);
  pointer-events: none;
}
.single-tournament-wrapper .content-wrapper .winner .winner-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 70px;
  transform: translateX(-50%);
}
.single-tournament-wrapper .content-wrapper .winner .winner-wrapper .banner-flag {
  position: relative;
  top: -28px;
  left: 0;
  width: 100px;
}
.single-tournament-wrapper .content-wrapper .winner .winner-wrapper .banner-winner {
  position: absolute;
  top: 50%;
  left: -90px;
  color: #ffffff;
  font-size: 30px;
  font-style: italic;
  transform: translateY(-50%);
}
.single-tournament-wrapper .content-wrapper .winner .winner-wrapper .banner-winner-text {
  position: absolute;
  top: 50%;
  left: 95px;
  font-size: 3rem;
  color: #f6efae;
  text-transform: uppercase;
  font-weight: bold;
  filter: drop-shadow(1px 1px 0px #000000) drop-shadow(-1px -1px 0px #000000) drop-shadow(-1px 1px 0px #000000) drop-shadow(1px -1px 0px #000000);
  transform: translateY(-50%);
}
.single-tournament-wrapper .tournament-timeline {
  width: 1000px;
  margin: 100px auto 0;
  color: #eaa918;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.single-tournament-wrapper .tournament-timeline .title {
  color: #ffffff;
  text-align: center;
}
.single-tournament-wrapper .tournament-timeline .tournament-days-inner {
  display: none;
}
.single-tournament-wrapper .tournament-timeline .tournament-days {
  text-align: center;
}
.single-tournament-wrapper .tournament-timeline .tournament-info {
  width: inherit;
}
.single-tournament-wrapper .tournament-timeline .tournament-info .start,
.single-tournament-wrapper .tournament-timeline .tournament-info .end,
.single-tournament-wrapper .tournament-timeline .tournament-info .days {
  width: 10%;
  text-align: center;
}
.single-tournament-wrapper .tournament-timeline .tournament-info .days {
  font-size: 4rem;
  font-weight: bold;
}
.single-tournament-wrapper .tournament-timeline .tournament-info .divider-horizontal {
  width: 20%;
}
.single-tournament-wrapper .tournament-top-10-table {
  color: #eaa918;
  text-transform: uppercase;
  background: url("../gui/page_single_tournament/bg_single_tournament_table.png?v=a");
  background-size: cover;
}
.single-tournament-wrapper .tournament-top-10-table .left-side,
.single-tournament-wrapper .tournament-top-10-table .right-side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.single-tournament-wrapper .tournament-top-10-table .right-side {
  justify-content: flex-end;
}
.single-tournament-wrapper .tournament-top-10-table .right-side div {
  width: 50%;
  margin-right: 10px;
  text-align: right;
}
.single-tournament-wrapper .tournament-top-10-table .left-side {
  text-align: center;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_head .left-side {
  transform: translateX(50%);
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_body {
  width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.6rem;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_body .top-10-table_row {
  height: 40px;
  padding-left: 20px;
  border-top: 1px solid #5a5252;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_body .top-10-table_row .position {
  width: 40px;
  margin-right: 20px;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_body .top-10-table_row .flag {
  margin-right: 20px;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_body .left-side {
  width: 50%;
  justify-content: flex-start;
  font-size: 2rem;
}
.single-tournament-wrapper .tournament-top-10-table .top-10-table_title {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
}
.single-tournament-wrapper .tournament-medals {
  width: 1200px;
  margin: 0 auto;
}
.single-tournament-wrapper .tournament-medals .medals-title {
  margin: 100px 0 0;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
}
.single-tournament-wrapper .tournament-medals .medals-wrapper {
  flex-wrap: wrap;
  width: inherit;
}
.single-tournament-wrapper .tournament-medals .medals-type {
  flex-direction: column;
  width: 50%;
}
.single-tournament-wrapper .tournament-medals .medals-type img {
  margin-top: 50px;
}
.single-tournament-wrapper .tournament-medals .medals-type .text {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 1200px) {
  .single-tournament-wrapper .content-wrapper .banner img {
    width: 100%;
  }
  .single-tournament-wrapper .content-wrapper .winner .background {
    width: 100%;
  }
  .single-tournament-wrapper .tournament-timeline {
    width: 90%;
  }
  .single-tournament-wrapper .tournament-timeline .tournament-info {
    width: auto;
  }
  .single-tournament-wrapper .tournament-top-10-table .top-10-table_head {
    width: 750px;
  }
  .single-tournament-wrapper .tournament-top-10-table .top-10-table_body {
    width: 750px;
  }
  .single-tournament-wrapper .tournament-top-10-table .top-10-table_head .left-side {
    transform: translateX(25%);
  }
  .single-tournament-wrapper .tournament-medals {
    width: 90%;
  }
  .single-tournament-wrapper .tournament-medals .medals-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    width: auto;
  }
}
@media only screen and (max-device-width: 767px) {
  .single-tournament-wrapper .content-wrapper .banner {
    display: block;
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #62470a #808080;
    scrollbar-width: thin;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .single-tournament-wrapper .content-wrapper .banner::-webkit-scrollbar {
    height: 3px;
  }
  .single-tournament-wrapper .content-wrapper .banner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #808080;
  }
  .single-tournament-wrapper .content-wrapper .banner::-webkit-scrollbar-thumb {
    background: #62470a;
    cursor: pointer;
  }
  .single-tournament-wrapper .content-wrapper .banner::-webkit-scrollbar-thumb:hover {
    background: #eaa918;
  }
  .single-tournament-wrapper .content-wrapper .banner img {
    width: 768px;
  }
  .single-tournament-wrapper .content-wrapper .winner .background {
    height: 40px;
  }
  .single-tournament-wrapper .content-wrapper .winner .winner-wrapper {
    height: 40px;
  }
  .single-tournament-wrapper .content-wrapper .winner .winner-wrapper .banner-flag {
    top: -16px;
    width: 60px;
  }
  .single-tournament-wrapper .content-wrapper .winner .winner-wrapper .banner-winner {
    left: -47px;
    font-size: 17px;
  }
  .single-tournament-wrapper .content-wrapper .winner .winner-wrapper .banner-winner-text {
    left: 55px;
    font-size: 12px;
  }
  .single-tournament-wrapper .content-wrapper .tournament-timeline {
    margin-top: 50px;
  }
  .single-tournament-wrapper .content-wrapper .tournament-timeline .tournament-info {
    flex-direction: column;
  }
  .single-tournament-wrapper .content-wrapper .tournament-timeline .tournament-info div {
    width: auto;
  }
  .single-tournament-wrapper .content-wrapper .tournament-timeline .tournament-info .divider-horizontal {
    width: 50%;
    margin: 5px 0;
  }
  .single-tournament-wrapper .content-wrapper .tournament-timeline .title {
    margin-bottom: 20px;
  }
  .single-tournament-wrapper .content-wrapper .tournament-timeline .tournament-days {
    display: none;
  }
  .single-tournament-wrapper .content-wrapper .tournament-days-inner {
    display: inline;
    font-size: 1.5rem;
  }
  .single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_head,
.single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_body {
    width: 100%;
  }
  .single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_head .left-side,
.single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_body .left-side {
    width: 30%;
  }
  .single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_head .right-side,
.single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_body .right-side {
    width: 70%;
  }
  .single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_head .position,
.single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_body .position {
    width: 30px;
    margin-right: 10px;
  }
  .single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_title {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .single-tournament-wrapper .content-wrapper .tournament-top-10-table .top-10-table_body .name {
    display: none;
  }
  .single-tournament-wrapper .content-wrapper .tournament-medals .medals-title {
    margin: 40px 0 0;
  }
  .single-tournament-wrapper .content-wrapper .tournament-medals .medals-type {
    width: 90%;
  }
  .single-tournament-wrapper .content-wrapper .tournament-medals .medals-type img {
    width: 100%;
    margin-top: 25px;
  }
}
.medals-legend_wrapper {
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
  font-size: 1.6rem;
  color: #7b7a7a;
}
.medals-legend_wrapper .divider_vertical {
  height: 200px;
  margin-top: 25px;
  color: #fae365;
}
.medals-legend_wrapper .divider-horizontal {
  display: none;
}
.medals-legend_wrapper .medals-description {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  width: 200px;
  height: 200px;
}
.medals-legend_wrapper .description-title {
  height: 80px;
  font-size: 2rem;
}
.medals-legend_wrapper .description-points {
  margin: 10px 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #eaa918;
}
.medals-legend_wrapper .description-points span {
  font-weight: bold;
}
.medals-legend_wrapper .medals-section {
  align-items: center;
  width: 740px;
  margin: 20px 0;
}
.medals-legend_wrapper .medals-section .smart-carousel {
  margin-left: 15px;
}
.medals-legend_wrapper .medals-section.odd {
  flex-direction: row-reverse;
}
.medals-legend_wrapper .medals-section.odd .smart-carousel {
  margin-right: 15px;
}
.medals-legend_wrapper .medals-carousel {
  align-items: center;
  width: 500px;
  height: 200px;
  display: flex;
  justify-content: space-between;
}
.medals-legend_wrapper .medals-carousel .arrow-left,
.medals-legend_wrapper .medals-carousel .arrow-right {
  cursor: pointer;
  filter: brightness(0.8);
  transition: all 0.4s;
}
.medals-legend_wrapper .medals-carousel .arrow-left:hover,
.medals-legend_wrapper .medals-carousel .arrow-right:hover {
  filter: brightness(1);
  transform: scale(1.2);
}
.medals-legend_wrapper .medals-carousel .section-medal {
  flex-direction: column;
  position: absolute;
  left: -100px;
  top: -105px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-first {
  left: -100px;
  top: -105px;
  width: 200px;
  height: 200px;
  z-index: 5;
  opacity: 1;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-first img {
  width: 200px;
  transition: all 0.5s ease-out;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-second {
  left: 10px;
  top: -80px;
  width: 160px;
  height: 160px;
  z-index: 4;
  opacity: 1;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-second img {
  width: 160px;
  transition: all 0.5s ease-out;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-third {
  left: 100px;
  top: -55px;
  width: 120px;
  height: 120px;
  z-index: 3;
  opacity: 1;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-third img {
  width: 120px;
  transition: all 0.5s ease-out;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-before-last {
  left: -220px;
  top: -55px;
  width: 120px;
  height: 120px;
  z-index: 3;
  opacity: 1;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-before-last img {
  width: 120px;
  transition: all 0.5s ease-out;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-last {
  left: -170px;
  top: -80px;
  width: 160px;
  height: 160px;
  z-index: 4;
  opacity: 1;
}
.medals-legend_wrapper .medals-carousel .section-medal.position-last img {
  width: 160px;
  transition: all 0.5s ease-out;
}
.medals-legend_wrapper .medals-carousel .section-medal .section-medal-number {
  backface-visibility: hidden;
}
.medals-legend_wrapper .carousel.slide .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("../gui/common/arrow_carousel_right.png?v=a");
}
.medals-legend_wrapper .carousel.slide .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("../gui/common/arrow_carousel_left.png?v=a");
}
.medals-legend_wrapper .carousel-inner {
  width: 500px;
  height: 250px;
}
.medals-legend_wrapper .carousel-inner .carousel-item {
  padding: 20px 40px;
}
.medals-legend_wrapper .carousel-inner .item-medal {
  width: 100px;
  cursor: pointer;
  backface-visibility: hidden;
}
.medals-legend_wrapper .carousel-inner .item-medal:hover, .medals-legend_wrapper .carousel-inner .item-medal.selected {
  filter: drop-shadow(1px 1px 0px #fae365) drop-shadow(-1px -1px 0px #fae365) drop-shadow(-1px 1px 0px #fae365) drop-shadow(1px -1px 0px #fae365);
}
.medals-legend_wrapper .carousel-wrapper.sc-container {
  width: 500px;
  height: 250px;
}
.medals-legend_wrapper .carousel-item,
.medals-legend_wrapper .view {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 400px;
  height: 210px;
}
.medals-legend_wrapper .item-medal {
  width: 100px;
  cursor: pointer;
  backface-visibility: hidden;
}
.medals-legend_wrapper .item-medal:hover, .medals-legend_wrapper .item-medal.selected {
  filter: drop-shadow(1px 1px 0px #fae365) drop-shadow(-1px -1px 0px #fae365) drop-shadow(-1px 1px 0px #fae365) drop-shadow(1px -1px 0px #fae365);
}

@media only screen and (max-device-width: 1500px) and (min-device-width: 300px) {
  .divider_vertical {
    display: none;
  }
}
@media only screen and (max-device-width: 1366px) {
  .medals-legend_wrapper .divider-horizontal {
    display: block;
    width: 90%;
  }
  .medals-legend_wrapper .medals-description {
    width: 250px;
  }
}
@media only screen and (max-device-width: 768px) {
  .medals-legend_wrapper {
    margin-top: 0;
  }
  .medals-legend_wrapper .medals-section {
    flex-direction: column;
  }
  .medals-legend_wrapper .medals-section.odd {
    margin: 0 !important;
    flex-direction: column;
  }
  .medals-legend_wrapper .medals-section .smart-carousel {
    margin: 0 !important;
  }
  .medals-legend_wrapper .medals-section .medals-description {
    height: 200px;
  }
  .medals-legend_wrapper .medals-section .description-title {
    margin-top: 15px;
  }

  .medals-legend_wrapper .medals-carousel {
    transform: scale(0.7);
  }
  .medals-legend_wrapper .carousel-wrapper.sc-container {
    width: 290px !important;
  }
  .medals-legend_wrapper .view {
    width: 300px;
  }
}
.realms .filter-bar {
  height: 30px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #000000;
}
.realms .filter-bar-filter {
  justify-content: space-around;
  min-width: 150px;
  margin-left: 15px;
  color: #000000;
  background: #fbc32b;
  cursor: pointer;
}
.realms .filter-bar-filter.open img {
  transform: rotate(180deg);
}
.realms .filter-bar-filter.open .filter-list {
  transform: scaleY(1);
}
.realms .filter-bar-filter img {
  transition: all 0.4s ease-out;
}
.realms .filter-bar-filter span {
  max-width: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.realms .filter-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 150px;
  max-height: 200px;
  background: #62470a;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease-out;
  scrollbar-color: #eaa918 #808080;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.realms .filter-list::-webkit-scrollbar {
  width: 3px;
}
.realms .filter-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
  border-radius: 10px;
}
.realms .filter-list::-webkit-scrollbar-thumb {
  background: #eaa918;
  border-radius: 10px;
  cursor: pointer;
}
.realms .filter-list::-webkit-scrollbar-thumb:hover {
  background: #62470a;
}
.realms .filter-list .list-item {
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #eaa918;
  transition: all 0.4s ease-out;
}
.realms .filter-list .list-item:last-of-type {
  border-bottom: none;
}
.realms .filter-list .list-item.selected, .realms .filter-list .list-item:hover {
  color: #000000;
  background: rgba(234, 169, 24, 0.5);
}
.realms .realms_wrapper .realms_winners {
  height: 200px;
  background: url("../gui/page_realms/realm_winners_bg2.png?v=a") no-repeat center center;
}
.realms .realms_wrapper .realms_winners .winners-text {
  margin: 0 0 15px;
  padding-top: 10px;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
}
.realms .realms_wrapper .realms_winners .winner-medal {
  width: 104px;
  height: 103px;
  margin: 5px 15px 10px;
  background: url("../gui/page_realms/realm_winners_medals.png?v=a") no-repeat;
}
.realms .realms_wrapper .realms_winners .winner-medal.winner-second {
  background-position: -104px 0;
}
.realms .realms_wrapper .realms_winners .winner-medal.winner-third {
  background-position: -208px 0;
}
.realms .realms_wrapper .realms_winners .winner-name {
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}
.realms .hof_wrapper {
  max-width: 750px;
}
.realms .hof_wrapper .left-side {
  width: 100%;
}
.realms .hof_wrapper .left-side .table-head-item.player {
  width: 30%;
}
.realms .hof_wrapper .table-row-item.medals-wrapper {
  width: 8%;
  min-width: 20px;
}
.realms .hof_wrapper .chart-table_row .table-row-item.player {
  width: 30%;
}

@media only screen and (max-device-width: 1366px) {
  .realms .hof_wrapper .chart-table_row .table-row-item.medals-wrapper {
    display: flex;
  }
}
@media only screen and (max-device-width: 1024px) {
  .realms .hof_wrapper {
    max-width: 600px;
  }
}
@media only screen and (max-device-width: 768px) {
  .realms .filter-bar {
    flex-direction: column;
    height: 80px;
    margin-top: 20px;
  }
  .realms .filter-bar .filter-bar-filter {
    margin-top: 10px;
  }
  .realms .realms_wrapper .realms_winners .winner-name {
    font-size: 1.2rem;
  }
  .realms .hof_wrapper .chart-table_row .table-row-item.player {
    width: 53%;
  }
}

/*# sourceMappingURL=main.css.map */
