/* GLOBAL */
@font-face {
  font-family: 'beaufort-for-lol-bold';
  src: url(../fonts/beaufort-for-lol-bold.ttf);
}
input, select, textarea, button {
  font-family: "beaufort-for-lol-bold";
}

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"],
input[type="month"], input[type="week"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: rgba(14, 13, 20, 0.51);
  border: 1px solid #282f3f;
  color: #ffffff;
  font-size: 16px;
  padding: 0 15px;
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder,
input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type="text"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: rgba(14, 13, 20, 0.51);
  border: 1px solid #282f3f;
  color: #ffffff;
  font-size: 16px;
  padding: 0 15px;
}

textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: rgba(14, 13, 20, 0.51);
  border: 1px solid #282f3f;
  color: #ffffff;
  font-size: 16px;
  padding: 0 15px;
}
textarea::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-moz-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea::-moz-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:focus::-webkit-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

div, section {
  position: relative;
  display: block;
}

.all-button-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "beaufort-for-lol-bold";
  font-size: 12px;
  text-align: center;
  width: 240px;
  height: 64px;
  z-index: 1;
  padding-bottom: 2px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  background: none;
  border: none;
}
.all-button-1:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/btn-all.png) no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .all-button-1:hover:before {
    filter: contrast(150%);
  }
}

.all-button-2 {
  position: relative;
  display: flex;
  width: max-content;
  min-height: 40px;
  border: 1px solid #ffcc00;
  background: rgba(255, 204, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 25px;
  font-family: "beaufort-for-lol-bold";
}
@media (min-width: 1000px) {
  .all-button-2:hover {
    background: #ffcc00;
    color: #000000;
  }
}

.svg-ico {
  position: relative;
  display: block;
}
.svg-ico:before {
  content: '';
  position: relative;
  display: block;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  background: #10141d;
  font-family: "beaufort-for-lol-bold";
  font-size: 14px;
  color: #ffffff;
}

a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

#body-content {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 1000px) {
  #body-content {
    padding-top: 70px;
  }
}
#body-content.body-pages:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(16, 20, 29, 0.64);
}
#body-content .wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  margin: 0 auto;
}
#body-content .wrapper.content {
  flex-grow: 3;
  padding-top: 30px;
}

#body-content .wrapperz {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1340px;
  padding: 0 0px;
  margin: -150px auto;
}


.menu {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.menu .wrapper {
  position: relative;
  display: flex;
  width: calc(100% - 20px);
  max-width: 1320px;
  height: 85px;
  align-items: center;
  margin: 0 auto;
}
.menu .wrapper:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: -50px;
  right: -50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
@media (min-width: 1000px) {
  .menu .wrapper ul.navi {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 55px;
  }
  .menu .wrapper ul.navi li {
    position: relative;
    display: block;
  }
  .menu .wrapper ul.navi li + li {
    margin-left: 70px;
  }
  .menu .wrapper ul.navi a {
    position: relative;
    display: block;
    line-height: 1em;
    z-index: 1;
    color: #fff1e2;
    font-size: 16px;
    z-index: 1;
  }
  .menu .wrapper ul.navi a:before {
    content: '';
    position: absolute;
    display: block;
    top: -13px;
    left: -24px;
    right: -24px;
    bottom: -13px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
  }
  .menu .wrapper ul.navi a.rel {
    color: #ffcc00;
  }
  .menu .wrapper ul.navi a.rel:before {
    visibility: visible;
    opacity: 1;
    border: 2px solid #ffcc00;
  }
  .menu .wrapper ul.navi a:hover:hover {
    color: #000000;
  }
  .menu .wrapper ul.navi a:hover:hover:before {
    visibility: visible;
    opacity: 1;
    background: #ffcc00;
  }
}
@media (max-width: 1000px) {
  .menu .wrapper ul.navi {
    position: fixed;
    display: flex;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px;
    left: 0;
    background: rgba(16, 20, 29, 0.9);
    padding: 20px 5px 10px;
    align-items: center;
    flex-direction: column;
    overflow: hidden auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(40px);
  }
  .menu .wrapper ul.navi.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .menu .wrapper ul.navi:before {
    content: '';
    position: relative;
    display: block;
    width: 280px;
    height: 200px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    margin: 0 auto 15px;
    flex: none;
  }
  .menu .wrapper ul.navi li {
    position: relative;
    display: block;
  }
  .menu .wrapper ul.navi li + li {
    margin-top: 4px;
  }
  .menu .wrapper ul.navi li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    width: 220px;
    height: 44px;
    flex-direction: column;
    color: #ffffff;
    font-size: 18px;
  }
  .menu .wrapper ul.navi li a:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
  }
  .menu .wrapper ul.navi li a.rel:before {
    background-image: url(../images/btn-rel.png);
  }
}
@media (max-width: 1000px) and (min-width: 1000px) {
  .menu .wrapper ul.navi li a:hover:before {
    filter: contrast(150%);
  }
}

.menu .wrapper .navi-button {
  position: relative;
  display: none;
  width: 30px;
  height: 20px;
  margin-right: auto;
}
.menu .wrapper .navi-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffcc00;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.menu .wrapper .navi-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffcc00;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.menu .wrapper .navi-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffcc00;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu .wrapper .navi-button.toggle:before {
  -webkit-transform: rotate(45deg) translate(1px, -50%);
  -ms-transform: rotate(45deg) translate(1px, -50%);
  transform: rotate(45deg) translate(1px, -50%);
  top: 50%;
}
.menu .wrapper .navi-button.toggle:after {
  -webkit-transform: rotate(-45deg) translate(1px, 50%);
  -ms-transform: rotate(-45deg) translate(1px, 50%);
  transform: rotate(-45deg) translate(1px, 50%);
  top: 50%;
}
.menu .wrapper .navi-button.toggle span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.menu .wrapper .lang {
  position: relative;
  display: block;
  width: 76px;
  height: 30px;
  padding: 0 20px 0 26px;
  flex: none;
}
.menu .wrapper .lang .current {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  border: 2px solid #ffcc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.menu .wrapper .lang .current img {
  position: relative;
  display: block;
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu .wrapper .lang .current:before {
  content: attr(data-text);
  position: absolute;
  display: flex;
  width: 26px;
  height: 30px;
  align-items: center;
  color: #7f818d;
  text-shadow: 0 0 0 #7f818d;
  font-size: 14px;
  top: -2px;
  right: 100%;
}
.menu .wrapper .lang .current:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffcc00;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}
.menu .wrapper .lang ul.sub {
  position: absolute;
  display: block;
  width: 30px;
  top: 100%;
  padding-top: 5px;
  pointer-events: none;
}
.menu .wrapper .lang ul.sub li {
  position: relative;
  display: block;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0s;
}
.menu .wrapper .lang ul.sub li + li {
  margin-top: 5px;
}
.menu .wrapper .lang ul.sub li:nth-child(2) {
  transition-delay: 0.1s;
}
.menu .wrapper .lang ul.sub li:nth-child(3) {
  transition-delay: 0.15s;
}
.menu .wrapper .lang ul.sub li:nth-child(4) {
  transition-delay: 0.2s;
}
.menu .wrapper .lang ul.sub li:nth-child(5) {
  transition-delay: 0.25s;
}
.menu .wrapper .lang ul.sub li:nth-child(6) {
  transition-delay: 0.3s;
}
.menu .wrapper .lang ul.sub li:nth-child(7) {
  transition-delay: 0.35s;
}
.menu .wrapper .lang ul.sub li:nth-child(8) {
  transition-delay: 0.4s;
}
.menu .wrapper .lang ul.sub li:nth-child(9) {
  transition-delay: 0.45s;
}
.menu .wrapper .lang ul.sub li:nth-child(10) {
  transition-delay: 0.5s;
}
.menu .wrapper .lang ul.sub li a {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  border: 2px solid #ffcc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu .wrapper .lang ul.sub li a img {
  position: relative;
  display: block;
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu .wrapper .lang ul.sub li a:hover img {
  opacity: 0.5;
}
.menu .wrapper .lang:hover ul.sub {
  pointer-events: visible;
}
.menu .wrapper .lang:hover ul.sub li {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.menu .wrapper .button-cp {
  position: relative;
  display: flex;
  width: 206px;
  height: 55px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}
.menu .wrapper .button-cp:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/button-cp.png) no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu .wrapper .button-cp .desc {
  position: relative;
  display: block;
  margin: auto 0;
  padding: 0 5px 0 56px;
}
.menu .wrapper .button-cp .desc span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}
.menu .wrapper .button-cp .desc p {
  position: relative;
  display: block;
  color: #5353a6;
  font-size: 12px;
}
.menu .wrapper .button-cp:hover:before {
  filter: contrast(150%);
}
.menu.fixed {
  background: rgba(16, 20, 29, 0.9);
}
.menu.fixed .wrapper {
  height: 70px;
}
.menu.fixed .wrapper:before {
  display: none;
}
@media (max-width: 1000px) {
  .menu {
    background: rgba(16, 20, 29, 0.9);
  }
  .menu .wrapper {
    height: 70px !important;
  }
  .menu .wrapper:before {
    display: none;
  }
  .menu .wrapper .navi-button {
    display: block;
  }
  .menu .wrapper .lang {
    margin-right: 30px;
  }
}
@media (max-width: 400px) {
  .menu .wrapper .lang {
    width: 30px;
    padding: 0;
    margin: 0 auto 0 0;
  }
  .menu .wrapper .lang .current:before, .menu .wrapper .lang .current:after {
    display: none;
  }
}

header .box {
  position: relative;
  display: block;
  width: 100%;
  min-height: 370px;
  max-width:1330px;
  padding-top: 32px;
}
header .box .logo {
      position: relative;
    display: block;
    width: 100%;
    left: 400px;
    bottom: 160px;
    display: inline-block;
    vertical-align: middle;
    max-width: 495px;
    margin: 0 auto;
    z-index: 1;
}
header .box a.logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
  z-index: 1;
}
header .box a.logo img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  /*-webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;*/
  pointer-events: none;
}
header .box a.logo span {
  position: absolute;
  display: block;
  width: 100%;
  top: calc(50% + 30px);
  left: 0;
  padding-left: 181px;
  color: #ffffff;
  font-size: 14px;
  /*-webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;*/
  pointer-events: none;
}
/*@media (min-width: 1000px) {
  header .box a.logo:hover img, header .box a.logo:hover span {
    transform: scale(1.2);
  }
}*/
@media (max-width: 500px) {
  header .box a.logo span {
    padding-left: 0;
    text-align: center;
  }
}
header .box .status {
  position: absolute;
  flex-direction: column;
  width: 350px;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: -80px;
  right: 0;
}
header .box .status:after {
	content: "";
    position: absolute;
    top: 10px;
    right: -18px;
    bottom: 140px;
    left: -20px;
    z-index: 10;
    background-image: url(../images/frame_detail_top_left.png?format=webply&quality=70), url(../images/frame_detail_top_right.png?format=webply&quality=70), url(../images/frame_detail_bottom_right.png?format=webply&quality=70), url(../images/frame_detail_bottom_left.png?format=webply&quality=70);
    background-position: left top, right top, calc(100% - 5px) calc(100% + 0px), 2px 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}
header .box .status .realm1 {
	content: "";
    position: absolute;
    top: 25px;
    right: 0px;
    bottom: 0px;
    left: 60px;
    z-index: 10;
    background: url(../images/bs-realm.png?format=webply&quality=70);
    background-size: auto 20%;
    background-repeat: no-repeat;
    pointer-events: none;
}

header .box .status .realm2 {
	content: "";
    position: absolute;
    top: 25px;
    right: 0px;
    bottom: 0px;
    left: 60px;
    z-index: 10;
    background: url(../images/bs-realm.png?format=webply&quality=70);
    background-size: auto 20%;
    background-repeat: no-repeat;
    pointer-events: none;
}		
header .box .status .item {
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  background-color: rgba(16, 20, 29, 0.8) !important;
  padding: 10px 10px 10px 86px;
}
header .box .status .item + .item {
  margin-top: 2px;
}
header .box .status .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 44px;
  height: 45px;
  top: 0;
  left: 23px;
  bottom: 0;
  margin: auto;
}
header .box .status .item.on {
  border-left: 2px solid #99ff4d;
  background: url(../images/st-bg-on.png) no-repeat center left;
  background-size: auto 100%;
}
header .box .status .item.on:before {
  background: url(../images/st-ico-on.png) no-repeat;
}
header .box .status .item.off {
  border-left: 2px solid #ff4d4d;
  background: url(../images/st-bg-off.png) no-repeat center left;
  background-size: auto 100%;
}
header .box .status .item.off:before {
  background: url(../images/st-ico-off.png) no-repeat;
}
header .box .status .desc {
  position: relative;
  display: block;
  margin: auto 0;
}
header .box .status .desc .title {
z-index:6;
align-content: center;
justify-content: center;
align-items: center;
top: 45px;
display: block;
color: #10ff00;
font-size: 16px;
}
header .box .status .desc .title.realm-1 {
top: 45px;
}

header .title.realm-2 {
z-index:6;
align-content: center;
justify-content: center;
align-items: center;
top: 38px;
display: block;
color: #10ff00;
font-size: 16px;
}
header .box .status .desc .title .title {
align-content: center;
justify-content: center;
align-items: center;
top: 45px;
display: block;
color: #ffcc00;
font-size: 16px;
}
header .box .status .desc .online {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 1px;
}
header .box .status .desc .online span {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 1px 4px 2px;
  background: #ffcc00;
  color: #47485f;
  font-size: 12px;
}
@media (max-width: 1300px) {
  header .box .status {
    position: relative;
    width: 100%;
    height: unset;
    margin: 25px auto 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  header .box .status .item {
    flex: 1;
    max-width: 350px;
    min-width: 300px;
    margin: 2px !important;
  }
}

footer {
  padding-top: 60px !important;
}

footer .box {
  position: relative;
  display: flex;
  padding: 24px 0;
  align-items: center;
}
footer .box > * + * {
  margin-left: 60px;
}

footer .box a.logo {
  position: relative;
  display: block;
  width: 182px;
}
footer .box a.logo img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.menu-box {
    position: relative;
    width: 100%;
    margin: 0;
    border-top: 2px solid #8272e1;
    background: #151a25;
    min-height: 100px;
    max-width: 1380px;
    padding: 20px;
    line-height: 1.5rem;
}
.clear::after {
  display: block;
  content: "";
  clear: both;
}
.footermenu {
  text-align: center;
  vertical-align: top;
  left: 544px;
  top: 2px;
  display: inline-block;
  float: left;
  width: 33.3333%;
  background: url(../images/logo-small.png) center center no-repeat;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: -25px;
  padding: 15px 0;
}
.footermenu a {
  color: #f1e8e3;
  display: block;
  opacity: 0.5;
}
.footermenu a:hover {
  opacity: 1;
}
.footermenu .m-left, .footermenu .m-right {
  width: 140px;
  display: inline-block;
}
.footermenu .m-left {
  float: left;
  text-align: right;
}
.footermenu .m-right {
  float: right;
  text-align: left;
}
@media (min-width: 1000px) {
  footer .box a.logo:hover img {
    transform: scale(1.2);
  }
}
footer .box .desc {
  position: relative;
  display: block;
  flex: none;
}
footer .box .desc .text {
  position: relative;
  display: block;
  text-align: center;
  color: #d1c7b2;
  font-size: 14px;
  line-height: 18px;
}
footer .box .desc .text a {
  position: relative;
  color: #ffffff;
}
footer .box .desc .text a:hover {
  text-decoration: underline;
}
footer .box .desc ul {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 7px;
}
footer .box .desc ul li {
  position: relative;
  display: block;
  margin: 3px 6px;
}
footer .box .desc ul li a {
  position: relative;
  display: inline-block;
  color: #7d745e;
  text-align: center;
  font-size: 12px;
}
footer .box .desc ul li a:hover {
  color: #ffffff;
}
footer .box .list {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
}
footer .box .list ul {
  position: relative;
  display: block;
}
footer .box .list ul + ul {
  margin-left: 55px;
}
footer .box .list ul li {
  position: relative;
  display: block;
}
footer .box .list ul li + li {
  margin-top: 12px;
}
footer .box .list ul li a {
  position: relative;
  display: inline-block;
  color: #d1c7b2;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}
footer .box .list ul li a:hover {
  color: #ffcc00;
}
footer .box .coolness {
  position: relative;
  display: block;
  width: 122px;
  height: 31px;
  background: url(../images/coolness.png) no-repeat;
  flex: none;
}
footer .box .coolness:hover {
  opacity: 0.7;
}
@media (max-width: 1300px) {
  footer .box > * + * {
    margin-left: 30px;
  }
  footer .box .list ul + ul {
    margin-left: 25px;
  }
}
@media (max-width: 1100px) {
  footer .box .list ul + ul {
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  footer .box {
    flex-direction: column;
  }
  footer .box > * + * {
    margin: 20px 0 0;
  }
  footer .box .list {
    flex-direction: column;
  }
  footer .box .list ul + ul {
    margin: 12px auto 0;
  }
  footer .box .list ul li {
    text-align: center;
  }
  footer .box .list ul li a {
    text-align: center;
  }
}

/* CONTENT */
.main-content {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.main-content .news-block {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
}
.main-content .news-block .news {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1;
  max-width: 760px;
  min-height: 288px;
  flex-direction: column;
  padding: 34px 21px 21px 37px;
  text-align: left;
}
.main-content .news-block .news + .news {
  margin-top: 12px;
}
.main-content .news-block .news .boxs {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #161b27;
}
.main-content .news-block .news:after {
	content: '';
    position: absolute;
    display: block;
    top: 284px;
    left: 0px;
    right: 0px;
    /* height: 1px; */
    /* background: #47485f; */
    background-image: url(../images/divider.png?format=webply&quality=70);
    height: 91px;
}
	
.main-content .news-block .news .boxs img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  /*-webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;*/
}
.main-content .news-block .news .date {
  position: relative;
  display: block;
  width: 100px;
  color: #d6cded;
  font-size: 12px;
  margin-bottom: 20px;
}
.main-content .news-block .news .title {
  position: relative;
  display: block;
  width: 100%;
  color: #ffcc00;
  font-size: 30px;
  margin: auto 0 0;
}
.main-content .news-block .news .text {
  position: relative;
  display: block;
  left: 20px;
  width: 540px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
}
.main-content .news-block .news .desc {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main-content .news-block .news  .desc .all-button-2 {
  min-width: 212px;
}
@media (min-width: 1000px) {
  .main-content .news-block .news .desc .all-button-2:hover {
    background: #ffcc00 !important;
    color: #000000 !important;
  }
}
/*@media (min-width: 1000px) {
  .main-content .news-block .news:hover .frame img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}*/
.main-content .news-block ul.post-list {
  position: relative;
  display: block;
  flex: 1;
  left: 20px;
  max-width: 540px;

}
header .box .buttons {
  position: absolute;
  flex-direction: column;
  width: 350px;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: -30px;
  left: 37%;
}
header .box .buttons:before {
	content: "";
    position: absolute;
    right: -14px;
    top: 40px;
    left: 35px;
    height: 73px;
    background: url(../images/button_primary_detail_bottom_left.png?format=webply&quality=70) no-repeat, url(../images//button_primary_detail_bottom_right.png?format=webply&quality=70) no-repeat;
    background-position: 0 100%, 79% calc(100% - 2px);
}

header .box .buttons a.link {
  margin: 0 auto;
}
header .box a.bbutton {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8b700;
	text-transform: uppercase;
    background: url(../images/b-button.png?format=webply&quality=70) no-repeat;
    font-family: "beaufort-for-lol-bold";
    font-size: 12px;
    text-align: center;
    width: 280px;
    height: 71px;
    z-index: 1;
    padding-bottom: 2px;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 40%);
    cursor: pointer;
    /* background: none; */
    border: none;
}
/*header .box a.bbutton:after {
	content: "";
    position: absolute;
    top: 10px;
    right: -18px;
    bottom: 140px;
    left: -20px;
    z-index: 10;
    background-image: url(../images/frame_detail_top_left.png?format=webply&quality=70), url(../images/frame_detail_top_right.png?format=webply&quality=70), url(../images/frame_detail_bottom_right.png?format=webply&quality=70), url(../images/frame_detail_bottom_left.png?format=webply&quality=70);
    background-position: left top, right top, calc(100% - 5px) calc(100% + 0px), 2px 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}*/

header .box .logo .btn { 
    display: block;
    width: 216px;
    height: 42px;
    background: #39f;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: marcellus;
    color: #211d1c;
    text-shadow: 0 -1px 1px white;
    text-transform: uppercase;
    margin: 5px auto;
    letter-spacing: -3px;
    box-shadow: 0 0 10px black;
}
header .box .logo a.btn.big {
    margin-top: 15px;
    font-size: 32px;
	line-height: 104px;
    height: 104px;
    width: 350px;
    background: url('../images/btn-all.png') center center no-repeat;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.main-content .news-block ul.post-list:hover li a {
  opacity: 0.5;
}
.main-content .news-block ul.post-list li {
  position: relative;
  display: block;
  width: 100%;
}
.main-content .news-block ul.post-list li + li {
  margin-top: 3px;
}
.main-content .news-block ul.post-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 10px 10px 10px 22px;
  z-index: 1;
}
.main-content .news-block ul.post-list li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/post.png) no-repeat center bottom;
  background-size: cover;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.main-content .news-block ul.post-list li a .img {
  position: relative;
  display: block;
  width: 50px;
  height: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  margin-right: 20px;
}
.main-content .news-block ul.post-list li a .img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.main-content .news-block ul.post-list li a .desc {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
}
.main-content .news-block ul.post-list li a .desc .title {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
}
.main-content .news-block ul.post-list li a .desc .title:after {
  content: '';
  position: relative;
  display: block;
  width: 11px;
  height: 16px;
  background: url(../images/post-arrow.png) no-repeat;
  flex: none;
  margin-left: 11px;
}
.main-content .news-block ul.post-list li a .desc .title span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .news-block ul.post-list li a .desc .date {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 155px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 15px;
}
.main-content .news-block ul.post-list li a .desc .date .svg-ico {
  flex: none;
  margin-right: 13px;
}
.main-content .news-block ul.post-list li a .desc .date .svg-ico.clock:before {
  background: url('data:image/svg+xml;utf-8,<svg fill="rgba(255, 204, 0, 0.99)" enable-background="new 0 0 443.294 443.294" height="512" viewBox="0 0 443.294 443.294" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m221.647 0c-122.214 0-221.647 99.433-221.647 221.647s99.433 221.647 221.647 221.647 221.647-99.433 221.647-221.647-99.433-221.647-221.647-221.647zm0 415.588c-106.941 0-193.941-87-193.941-193.941s87-193.941 193.941-193.941 193.941 87 193.941 193.941-87 193.941-193.941 193.941z"/><path d="m235.5 83.118h-27.706v144.265l87.176 87.176 19.589-19.589-79.059-79.059z"/></svg>') no-repeat center;
  background-size: contain !important;
  width: 14px;
  height: 14px;
}
.main-content .news-block ul.post-list li a:hover {
  opacity: 1;
}
.main-content .news-block ul.post-list li a:hover:before {
  filter: brightness(1.4);
}
@media (max-width: 1200px) {
  .main-content .news-block .news, .main-content .news-block ul.post-list {
    flex: none;
    width: 100%;
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  .main-content .news-block {
    flex-direction: column;
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
  }
  .main-content .news-block .news, .main-content .news-block ul.post-list {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .main-content .news-block ul.post-list li a .desc {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-content .news-block ul.post-list li a .desc .date {
    padding: 0;
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .main-content .news-block ul.post-list li a {
    padding-left: 10px;
  }
}

.donate-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 30px 50px 50px;
  background: rgba(22, 27, 39, 0.8);
}
@media (max-width: 1100px) {
  .donate-content {
    max-width: 704px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media (max-width: 600px) {
  .donate-content {
    padding: 20px 5px;
  }
}
.donate-content .box {
  position: relative;
  display: flex;
}
.donate-content .box .donate-form {
  position: relative;
  display: block;
  width: 50%;
  max-width: 540px;
  flex: none;
}
.donate-content .box .donate-form .title {
  position: relative;
  display: block;
  color: #ffcc00;
  font-size: 26px;
  margin-bottom: 14px;
}
.donate-content .box .donate-form .item {
  position: relative;
  display: flex;
  width: 100%;
}
.donate-content .box .donate-form .item + .item {
  margin-top: 49px;
}
.donate-content .box .donate-form .item .step {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  border: 2px solid #ffcc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  flex: none;
}
.donate-content .box .donate-form .item .block {
  position: relative;
  display: block;
  margin-left: 14px;
  width: 100%;
}
.donate-content .box .donate-form .item .block .text {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 0;
}
.donate-content .box .donate-form .item .block .input {
  position: relative;
  display: flex;
  width: 100%;
  height: 44px;
  border: 1px solid #282f3f;
  background: rgba(14, 13, 20, 0.51);
  align-items: center;
  margin-top: 2px;
}
.donate-content .box .donate-form .item .block .input input {
  flex: 1;
  height: 42px;
  text-align: left;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .donate-content .box .donate-form .item .block .input input {
    background: none;
    border: none;
  }
}
.donate-content .box .donate-form .item .block .input label {
  position: relative;
  display: block;
  flex: none;
  color: #7b7ca2;
  font-size: 12px;
  margin-right: 20px;
}
.donate-content .box .donate-form .item .block .input label + label {
  margin-left: 12px;
}
.donate-content .box .donate-form .item .block .input label span {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.donate-content .box .donate-form .item .block .desc {
  position: relative;
  display: block;
  color: #7b7ca2;
  font-size: 12px;
  margin-top: 5px;
}
.donate-content .box .donate-form .item .block .desc span {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.donate-content .box .donate-form .item .block .desc i {
  position: relative;
  display: inline-block;
  color: #ffcc00;
  font-style: normal;
}
.donate-content .box .donate-form .item .block .button {
  margin-top: 25px;
}
.donate-content .box .donate-form .info-box {
  position: relative;
  display: block;
  padding: 30px 15px 20px 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #22272e;
  margin-top: 34px;
}
.donate-content .box .donate-form .info-box a {
  position: relative;
  display: inline-block;
  color: #99ff4d;
  text-decoration: underline;
}
.donate-content .box .donate-form .info-box a:hover {
  text-decoration: none;
}
.donate-content .box .donate-form .info-box span {
  color: #646585;
}
.donate-content .box .donate-info {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 40px;
  margin-left: 30px;
  background: rgba(14, 13, 20, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.donate-content .box .donate-info .timer {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.donate-content .box .donate-info .timer .text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  margin-right: 5px;
}
.donate-content .box .donate-info .timer .timerhello {
  position: relative;
  display: inline-block;
}
.donate-content .box .donate-info .timer .timerhello .second-my-content {
  position: relative;
  display: block;
}
.donate-content .box .donate-info .timer .timerhello .second-my-content p {
  position: relative;
  display: flex;
  align-items: center;
}
.donate-content .box .donate-info .timer .timerhello .second-my-content p span {
  color: #ffcc00;
  font-size: 14px;
}
.donate-content .box .donate-info .desc {
  position: relative;
  display: block;
  color: #7b7ca2;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 0;
}
.donate-content .box .donate-info ul.list {
  position: relative;
  display: block;
}
.donate-content .box .donate-info ul.list + ul.list {
  margin-top: 18px;
}
.donate-content .box .donate-info ul.list .title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 12px;
}
.donate-content .box .donate-info ul.list li {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  background: rgba(21, 21, 32, 0.8);
  padding: 11px 10px 11px 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.donate-content .box .donate-info ul.list li + li {
  margin-top: 1px;
}
.donate-content .box .donate-info ul.list li span {
  color: #ffcc00;
}
.donate-content .box .donate-info ul.list li i {
  font-style: normal;
  color: #7b7ca2;
}
@media (max-width: 1100px) {
  .donate-content .box {
    flex-direction: column;
  }
  .donate-content .box .donate-form {
    width: 100%;
    max-width: unset;
  }
  .donate-content .box .donate-info {
    margin: 25px 0 0;
  }
}
@media (max-width: 600px) {
  .donate-content .box .donate-form .title {
    text-align: center;
    margin-bottom: 25px;
  }
  .donate-content .box .donate-form .item {
    flex-direction: column;
  }
  .donate-content .box .donate-form .item + .item {
    margin-top: 25px;
  }
  .donate-content .box .donate-form .item .step {
    margin: 0 auto 5px;
  }
  .donate-content .box .donate-form .item .block {
    margin: 0;
  }
  .donate-content .box .donate-form .item .block .text {
    text-align: center;
  }
  .donate-content .box .donate-form .item .block .input {
    height: unset;
    background: none;
    border: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .donate-content .box .donate-form .item .block .input input {
    height: 44px;
    flex: none;
    text-align: center;
  }
  .donate-content .box .donate-form .item .block .input label {
    margin: 8px 15px !important;
  }
  .donate-content .box .donate-form .item .block .desc {
    text-align: center;
  }
  .donate-content .box .donate-form .item .block .button {
    margin: 25px auto 0;
  }
  .donate-content .box .donate-form .info-box {
    padding: 20px 10px;
    text-align: center;
  }
  .donate-content .box .donate-info {
    padding: 25px 10px;
  }
  .donate-content .box .donate-info .timer {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .donate-content .box .donate-info .timer .text {
    text-align: center;
    margin: 0 auto 5px;
    width: 100%;
  }
  .donate-content .box .donate-info .timer .timerhello .second-my-content p {
    justify-content: center;
  }
  .donate-content .box .donate-info .timer .timerhello .second-my-content p span {
    font-size: 30px;
  }
  .donate-content .box .donate-info .desc {
    text-align: center;
  }
  .donate-content .box .donate-info ul.list .title {
    text-align: center;
  }
  .donate-content .box .donate-info ul.list li {
    text-align: center;
    padding: 11px 10px;
  }
}

.start-content {
  position: relative;
  display: block;
  width: 100%;
}
.start-content .method-box {
  position: relative;
  display: flex;
  width: 100%;
}
.start-content .method-box .item {
  position: relative;
  display: flex;
  width: 50%;
  flex: none;
  padding: 35px 15px 20px;
  background: url(../images/start-1.jpg) no-repeat center;
  background-size: cover;
  border-top: 2px solid #8272e1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.start-content .method-box .item:nth-child(even) {
  background: url(../images/start-2.jpg) no-repeat center;
  background-size: cover;
}
.start-content .method-box .item .title {
  position: relative;
  display: block;
  color: #ffcc00;
  font-size: 26px;
  margin-bottom: 9px;
}
.start-content .method-box .item .text {
  position: relative;
  display: block;
  flex-grow: 2;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.start-content .method-box .item ul {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.start-content .method-box .item ul li {
  position: relative;
  display: block;
  margin: 7px;
}
.start-content .method-box .item ul li a {
  font-size: 14px;
}
.start-content .form {
  position: relative;
  display: none;
  width: 100%;
  padding: 40px 60px 22px;
  background: rgba(21, 26, 37, 0.8);
}
.start-content .form .close {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 32px;
  right: 32px;
}
.start-content .form .close:before {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background: #4b4765;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.start-content .form .close:after {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background: #4b4765;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1000px) {
  .start-content .form .close:hover {
    transform: rotate(360deg);
  }
}
.start-content .form .title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
.start-content .form .title span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
}
.start-content .form .title span + p {
  margin-top: 5px;
}
.start-content .form .title p {
  position: relative;
  display: block;
  color: #717295;
  font-size: 16px;
}
.start-content .form .flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
  justify-content: center;
}
.start-content .form .flex .item {
  position: relative;
  display: block;
  margin: 3px 5px;
  width: calc(50% - 10px);
}
.start-content .form .flex .item .input {
  position: relative;
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.start-content .form .flex .item .input .ico {
  position: relative;
  display: block;
  width: 64px;
  flex: none;
  margin-right: -64px;
  z-index: 1;
}
.start-content .form .flex .item .input .ico:before {
  margin: 0 auto;
}
.start-content .form .flex .item .input .ico.user:before {
  background: url('data:image/svg+xml;utf-8,<svg fill="rgba(130, 114, 225, 0.99)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 248.349 248.349"><g><path d="M9.954 241.305h228.441c3.051 0 5.896-1.246 7.805-3.416 1.659-1.882 2.393-4.27 2.078-6.723-5.357-41.734-31.019-76.511-66.15-95.053-14.849 14.849-35.348 24.046-57.953 24.046s-43.105-9.197-57.953-24.046C31.09 154.65 5.423 189.432.071 231.166c-.315 2.453.424 4.846 2.078 6.723 1.909 2.17 4.754 3.416 7.805 3.416z"/><path d="M72.699 127.09a72.826 72.826 0 004.166 4.019c12.586 11.259 29.137 18.166 47.309 18.166s34.723-6.913 47.309-18.166a72.838 72.838 0 004.166-4.019c1.327-1.398 2.622-2.828 3.84-4.329 9.861-12.211 15.8-27.717 15.8-44.6 0-39.216-31.906-71.116-71.116-71.116S53.059 38.95 53.059 78.16c0 16.883 5.939 32.39 15.8 44.6 1.213 1.502 2.507 2.927 3.84 4.33z"/></g></svg>') no-repeat center;
  background-size: contain !important;
  width: 21px;
  height: 21px;
}
.start-content .form .flex .item .input .ico.password:before {
  background: url('data:image/svg+xml;utf-8,<svg fill="rgba(130, 114, 225, 0.99)" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m18.75 9h-.75v-3c0-3.309-2.691-6-6-6s-6 2.691-6 6v3h-.75c-1.24 0-2.25 1.009-2.25 2.25v10.5c0 1.241 1.01 2.25 2.25 2.25h13.5c1.24 0 2.25-1.009 2.25-2.25v-10.5c0-1.241-1.01-2.25-2.25-2.25zm-10.75-3c0-2.206 1.794-4 4-4s4 1.794 4 4v3h-8zm5 10.722v2.278c0 .552-.447 1-1 1s-1-.448-1-1v-2.278c-.595-.347-1-.985-1-1.722 0-1.103.897-2 2-2s2 .897 2 2c0 .737-.405 1.375-1 1.722z"/></svg>') no-repeat center;
  background-size: contain !important;
  width: 20px;
  height: 20px;
}
.start-content .form .flex .item .input .ico.mail:before {
  background: url('data:image/svg+xml;utf-8,<svg fill="rgba(130, 114, 225, 0.99)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 433.664 433.664"><path d="M229.376 271.616c-4.096 2.56-8.704 3.584-12.8 3.584s-8.704-1.024-12.8-3.584L0 147.2v165.376c0 35.328 28.672 64 64 64h305.664c35.328 0 64-28.672 64-64V147.2L229.376 271.616z"/><path d="M369.664 57.088H64c-30.208 0-55.808 21.504-61.952 50.176l215.04 131.072 214.528-131.072c-6.144-28.672-31.744-50.176-61.952-50.176z"/></svg>') no-repeat center;
  background-size: contain !important;
  width: 22px;
  height: 22px;
}
.start-content .form .flex .item .input .ico + input {
  padding: 0 64px;
}
.start-content .form .flex .item .input input {
  height: 45px;
  background: #10141d;
  border: 2px solid #262e3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding-bottom: 1px !important;
}
.start-content .form .code {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 17px auto 0;
}
.start-content .form .code img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
.start-content .form .button {
  margin: 26px auto 0;
  font-size: 14px;
}
.start-content .form .desc {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 422px;
  margin: 25px auto 0;
  background: #10141d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px;
  align-items: center;
}
.start-content .form .desc .ico {
  position: relative;
  display: block;
  flex: none;
  margin-right: 15px;
}
.start-content .form .desc .ico.warning:before {
  background: url('data:image/svg+xml;utf-8,<svg fill="rgba(75, 71, 101, 0.99)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 485.811 485.811"><path d="M476.099 353.968l-170.2-294.8c-27.8-48.7-98.1-48.7-125.8 0l-170.3 294.8c-27.8 48.7 6.8 109.2 62.9 109.2h339.9c56.1 0 91.3-61.1 63.5-109.2zm-233.2 43.8c-14.8 0-27.1-12.3-27.1-27.1s12.3-27.1 27.1-27.1 27.1 12.3 26.5 27.8c.7 14.1-12.3 26.4-26.5 26.4zm24.7-175.2c-1.2 21-2.5 41.9-3.7 62.9-.6 6.8-.6 13-.6 19.7-.6 11.1-9.3 19.7-20.4 19.7s-19.7-8-20.4-19.1c-1.8-32.7-3.7-64.8-5.5-97.5-.6-8.6-1.2-17.3-1.9-25.9 0-14.2 8-25.9 21-29.6 13-3.1 25.9 3.1 31.5 15.4 1.9 4.3 2.5 8.6 2.5 13.6-.6 13.7-1.9 27.3-2.5 40.8z"/></svg>') no-repeat center;
  background-size: contain !important;
  width: 27px;
  height: 27px;
}
.start-content .form .desc .text {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .start-content .method-box {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
  }
  .start-content .method-box .item {
    width: 100%;
  }
  .start-content .form {
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
  }
  .start-content .form .close {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 37px;
  }
  .start-content .form .close:before, .start-content .form .close:after {
    width: 44px;
    height: 4px;
  }
  .start-content .form .flex {
    flex-direction: column;
  }
  .start-content .form .flex .item {
    margin: 0;
    width: 100%;
  }
  .start-content .form .flex .item + .item {
    margin-top: 5px;
  }
  .start-content .form .flex .item .input input {
    text-align: left;
    padding-right: 10px;
  }
  .start-content .form .desc {
    flex-direction: column;
    padding: 10px;
  }
  .start-content .form .desc .ico {
    margin: 0 auto 10px;
  }
  .start-content .form .desc .text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .start-content .form {
    padding: 40px 10px 22px;
  }
}
@media (max-width: 400px) {
  .start-content .form .flex .item .input .ico {
    width: 54px;
    margin-right: -54px;
  }
  .start-content .form .flex .item .input .ico + input {
    padding-left: 54px;
  }
}

.about {
  padding-top: 45px !important;
}
.about .box {
  position: relative;
  display: flex;
  width: 100%;
}
.about .box .step-box {
  position: relative;
  display: flex;
  flex: 1;
  padding: 48px 0px 41px;
  background: #151a25;
}
.about .box .step-box .item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 35px;
}
.about .box .step-box .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 54px;
  height: 56px;
  background: url(../images/step-arrow.png) no-repeat;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.about .box .step-box .item:last-child:before {
  display: none;
}
.about .box .step-box .item .title {
  position: relative;
  display: block;
  text-align: center;
  line-height: 16px;
  padding-bottom: 30px;
  background: url(../images/step.png) no-repeat center bottom;
}
.about .box .step-box .item .title span {
  position: relative;
  display: block;
  color: #ffcc00;
  font-size: 18px;
}
.about .box .step-box .item .title p {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.about .box .step-box .item .text {
  position: relative;
  display: block;
  text-align: center;
  flex-grow: 2;
  color: #7b7ca2;
  font-size: 12px;
  line-height: 16px;
  padding: 15px 0 20px;
}
.about .box .step-box .item .link {
  margin: 0 auto;
}
.about .box .step-box .item .link.all-button-2 {
  border: 1px solid #47485f;
  color: #7b7ca2;
  font-size: 12px;
  width: 173px;
  height: 38px;
  min-height: unset;
  padding: 0 3px 2px;
}
.about .box .step-box .item .link.all-button-2:hover {
  background: #47485f;
  color: #ffffff;
}
.about .box .stream {
  position: relative;
  display: flex;
  width: 420px;
  max-width: 420px;
  flex: none;
  flex-grow: 1;
}
.about .box .stream .frame {
  position: relative;
  display: block;
  width: 100%;
  flex-grow: 1;
  background: #151a25 url(../images/stream.png) no-repeat center;
  background-size: cover;
  }

.about .box .stream .frame:before {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    bottom: -48px;
    left: -18px;
    z-index: 10;
    background-image: url(../images/frame_detail_top_left.png?format=webply&quality=70), url(../images/frame_detail_top_right.png?format=webply&quality=70), url(../images/frame_detail_bottom_right.png?format=webply&quality=70), url(../images/frame_detail_bottom_left.png?format=webply&quality=70);
    background-position: left top, right top, calc(100% - 5px) calc(100% + 0px), 2px 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}
.about .box .stream .frame iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about .box .stream .frame .play {
  position: absolute;
  display: flex;
  width: 46px;
  height: 46px;
  background: #ff2d28;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 11px 2px rgba(255, 45, 40, 0.5);
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}
.about .box .stream .frame .play:before {
  content: '';
  position: relative;
  display: block;
  width: 19px;
  height: 23px;
  background: #ffffff;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 3px;
}
.about .box .stream .frame .play:hover {
  background: #b40602;
}
@media (max-width: 1300px) {
  .about .box .step-box {
    flex: none;
    width: 70%;
  }
  .about .box .stream {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .about .box .step-box .item {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .about .box {
    flex-direction: column;
    max-width: 704px;
    margin: 0 auto;
  }
  .about .box .step-box {
    width: 100%;
    flex-direction: column;
    padding: 30px 20px;
  }
  .about .box .step-box .item {
    padding: 0;
  }
  .about .box .step-box .item + .item {
    margin-top: 60px;
  }
  .about .box .step-box .item:before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 5px) rotate(90deg);
  }
  .about .box .stream {
    flex-grow: unset;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .about .box .stream .frame {
    height: 0;
    flex-grow: unset;
    padding-bottom: 56.25%;
  }
}
.frame .video-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ladder-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 25px;
}
@media screen and (max-height: 1050px) {
  .ladder-content {
    padding-top: 25px;
  }
}
.ladder-content .ladder-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 37px;
}
@media (max-width: 1000px) {
  .ladder-content .ladder-title {
    text-align: center;
  }
}
.ladder-content .ladder-table {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.ladder-content .ladder-table::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.ladder-content .ladder-table::-webkit-scrollbar-thumb {
  background-color: #ffcc00;
}
.ladder-content .ladder-table table {
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0 0;
}
.ladder-content .ladder-table table thead tr {
  background: rgba(7, 7, 16, 0.8);
}
.ladder-content .ladder-table table thead tr.empty {
  opacity: 0;
}
.ladder-content .ladder-table table thead tr.empty th {
  height: 10px;
}
.ladder-content .ladder-table table thead tr th {
  padding: 4px 20px;
  white-space: nowrap;
  text-align: center;
  font-family: "beaufort-for-lol-bold";
}
.ladder-content .ladder-table table thead tr th .desc {
  position: relative;
  display: flex;
  align-items: center;
  color: #777583;
  font-size: 14px;
  justify-content: center;
}
.ladder-content .ladder-table table thead tr th .desc img {
  position: relative;
  display: block;
  margin-left: 6px;
}
.ladder-content .ladder-table table tbody tr {
  background: rgba(7, 7, 16, 0.3);
}
.ladder-content .ladder-table table tbody tr:nth-child(even) {
  background: rgba(7, 7, 16, 0.5);
}
.ladder-content .ladder-table table tbody tr td {
  padding: 9px 20px;
  text-align: center;
  font-family: "beaufort-for-lol-bold";
}
.ladder-content .ladder-table table tbody tr td .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ladder-content .ladder-table table tbody tr td .text span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin: 0px 4px;
}
.ladder-content .ladder-table table tbody tr td .text span.white {
  color: #ffffff;
}
.ladder-content .ladder-table table tbody tr td .text span.green {
  color: #9bc321;
}
.ladder-content .ladder-table table tbody tr td .text span.pink {
  color: #ff85f8;
}
.ladder-content .ladder-table table tbody tr td .text span.purple {
  color: #b085ff;
}
.ladder-content .ladder-table table tbody tr td .text span.blue {
  color: #85d5ff;
}
.ladder-content .ladder-table table tbody tr td .text span.yellow {
  color: #ffe785;
}
.ladder-content .ladder-table table tbody tr td .ico-tb {
  position: relative;
  display: block;
}
.ladder-content .ladder-table table tbody tr td ul.list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 90px;
}
.ladder-content .ladder-table table tbody tr td ul.list li {
  position: relative;
  display: block;
  margin: 2px;
}
.ladder-content .ladder-table table tbody tr td ul.list li img {
  position: relative;
  display: block;
}
.ladder-content .pagine {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px auto 0;
}
.ladder-content .pagine ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -3px;
}
.ladder-content .pagine ul li {
  position: relative;
  display: block;
  margin: 3px;
}
.ladder-content .pagine ul li.space {
  padding: 0 10px;
}
.ladder-content .pagine ul li a {
  position: relative;
  display: flex;
  min-width: 90px;
  min-height: 32px;
  padding: 2px 2px;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.ladder-content .pagine ul li a.empty {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: default;
  pointer-events: none;
}
@media (min-width: 1000px) {
  .ladder-content .pagine ul li a:hover {
    background: rgba(77, 253, 255, 0.25);
  }
}
@media (max-width: 1000px) {
  .ladder-content .pagine ul {
    justify-content: center;
    min-width: 100%;
    margin: 0 -2px;
  }
}
@media (max-width: 500px) {
  .ladder-content .pagine ul li {
    flex: 1;
    margin: 2px;
  }
  .ladder-content .pagine ul li.space {
    display: none;
  }
  .ladder-content .pagine ul li a {
    min-width: 100%;
    font-size: 14px;
  }
}

#body-content .wrapper.content-404 {
  display: flex;
  flex-grow: 3;
  flex-direction: column;
}
#body-content .wrapper.content-404 .error {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 25px 0 0;
}
#body-content .wrapper.content-404 .error .text-1 {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
#body-content .wrapper.content-404 .error .text-2 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 120px;
  line-height: 106px;
  text-align: center;
  margin: 25px 0 30px;
}
#body-content .wrapper.content-404 .error .text-2:after {
  content: attr(data-text);
  position: relative;
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  filter: drop-shadow(4px -3px 0px rgba(16, 20, 29, 0.4)) drop-shadow(4px -3px 0px rgba(255, 255, 255, 0.1));
}
#body-content .wrapper.content-404 .error .all-button-2 {
  min-height: 42px;
  padding: 5px 24px;
  font-size: 16px;
  border-width: 2px;
  margin: 0 auto;
}

.menu .wrapper .lang .current::before {
  text-transform: uppercase;
}

.menu .wrapper .lang .flag-en {
  background: url('../images/ico-en.png') center no-repeat;
}

.menu .wrapper .lang .flag-ru {
  background: url('../images/ico-ru.png') center no-repeat;
}

.hidden {
  display: none;
}

.content .static-page:before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: -48px;
  left: -18px;
  z-index: 10;
  background-image: url(http://wow.tanados.com/application/themes/wotlk-tanados/assets/images/frame_detail_top_left.png?format=webply&quality=70), url(http://wow.tanados.com/application/themes/wotlk-tanados/assets/images/frame_detail_top_right.png?format=webply&quality=70), url(http://wow.tanados.com/application/themes/wotlk-tanados/assets/images/frame_detail_bottom_right.png?format=webply&quality=70), url(http://wow.tanados.com/application/themes/wotlk-tanados/assets/images/frame_detail_bottom_left.png?format=webply&quality=70);
  background-position: left top, right top, calc(100% - 5px) calc(100% + 0px), 2px 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.content .static-page {
  position: relative;
  width: 100%;
  margin: 0;
  border-top: 2px solid #8272e1;
  background: #151a25;
  min-height: 400px;
  max-width:1280px;
  padding: 20px;
  line-height: 1.5rem;
}

.success {
  color: #488f0e;
  margin: 10px auto;
  height: 15px;
}

.wrapper-copy-message {
  display: flex;
  height: 14px;
}

.ladder-content .ladder-table table tbody tr td .text-char {
  position: relative;
  display: flex;
  align-items: center;
}

.ladder-content .ladder-table table tbody tr td .text-char .char-name {
  padding-right: 5px;
}

.ladder-content .ladder-table table tbody tr td .text .text-gold {
    color: #ffcf40!important;
}

.ladder-content .ladder-table table tbody tr td .text.level {
  display: flex;
  flex-wrap: nowrap;
}

.ladder-content .ladder-table table tbody tr td .text.level span {
  display: flex;
  justify-content: normal;
  margin: 0;
}

.ladder-content .ladder-table table tbody tr td .text.level span.star {
  font-size: 6px;
  position: relative;
  left: 4px;
  top: -0.3rem;
}