/* GLOBAL */
.attention {
  width: 100%;
  padding: 2rem;
  background: rgba(211,172,96,0.05);
  border-radius: 0.4rem;
  border: 1px solid rgba(211,172,96,0.2);
  margin: 4rem 0;
}

@font-face {
  font-family: 'beaufort-for-lol-bold';
  src: url(../fonts/beaufort-for-lol-bold.ttf);
}
@font-face {
  font-family: 'beaufort-for-lol-medium';
  src: url(../fonts/beaufortforlol-medium.otf);
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Semibold';
  src: url("../fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
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"], input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(24, 20, 23, 0.87);
  border: 1px solid #3f3733;
  color: #fff3e2;
  font-size: 14px;
  padding: 0 15px;
  font-family: "beaufort-for-lol-bold";
  border-radius: 10px;
}
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, input[type="email"]::-webkit-input-placeholder {
  color: #fff3e2;
  -webkit-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, input[type="email"]:-moz-placeholder {
  color: #fff3e2;
  -webkit-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, input[type="email"]::-moz-placeholder {
  color: #fff3e2;
  -webkit-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, input[type="email"]:-ms-input-placeholder {
  color: #fff3e2;
  -webkit-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, input[type="email"]:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-100%);
          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, input[type="email"]: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, input[type="email"]: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, input[type="email"]:focus:-ms-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(24, 20, 23, 0.87);
  border: 1px solid #3f3733;
  color: #fff3e2;
  font-size: 14px;
  padding: 0 15px;
  font-family: "beaufort-for-lol-bold";
  border-radius: 10px;
}

textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(24, 20, 23, 0.87);
  border: 1px solid #3f3733;
  color: #fff3e2;
  font-size: 14px;
  padding: 0 15px;
  font-family: "beaufort-for-lol-bold";
  border-radius: 10px;
}
textarea::-webkit-input-placeholder {
  color: #fff3e2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-moz-placeholder {
  color: #fff3e2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea::-moz-placeholder {
  color: #fff3e2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-ms-input-placeholder {
  color: #fff3e2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-100%);
          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;
}

b, th, strong, h1, h2, h3, h4, h5, h6, button {
  font-family: "beaufort-for-lol-bold";
}

.all-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  padding: 0 18px;
  background: none;
  border: 2px solid #533f36;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Gilroy-Semibold";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffdbcb;
  font-size: 14px;
  z-index: 1;
}
.all-btn:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: #533f36;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.all-btn span {
  position: relative;
  display: block;
}
.all-btn.yellow {
  border-color: #ffb83c;
}
.all-btn.yellow:before {
  background: #ffb83c;
}
@media (min-width: 1000px) {
  .all-btn:hover:before {
    height: 100%;
  }
  .all-btn:hover.yellow:hover {
    color: #000000;
  }
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #191418;
  overflow: hidden auto;
  font-family: "beaufort-for-lol-bold";
  font-size: 14px;
  color: #ffffff;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

#main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
  /* background: url(../images/bg-1-min.jpg) no-repeat center top, url(../images/bg-2-min.jpg) no-repeat center bottom; */
  z-index: 1;
}
@media (max-width: 1100px) {
  #main-content {
    background: url(../images/bg-1m-min.jpg) no-repeat center top, url(../images/bg-2-min.jpg) no-repeat center bottom;
  }
}
#main-content:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 400px;
  top: 880px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 20, 24, 0)), color-stop(40%, #191418), color-stop(60%, #191418), to(rgba(25, 20, 24, 0)));
  background: linear-gradient(0deg, rgba(25, 20, 24, 0) 0%, #191418 40%, #191418 60%, rgba(25, 20, 24, 0));
  z-index: -2;
}
#main-content.main-page:after {
  content: '';
  position: absolute;
  display: block;
  width: 767px;
  height: 957px;
  background: url(../images/char.png) no-repeat;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
@media (max-width: 1200px) {
  #main-content.main-page:after {
    display: none;
  }
}
#main-content .wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#main-content .wrapper .inner {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  max-width: 1200px;
  margin: 0 auto;
}
#main-content .wrapper.content {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

#main-menu {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: 59px;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
#main-menu .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  #main-menu .wrapper .menu-box {
    position: relative;
    display: block;
    height: inherit;
    width: 100%;
  }
  #main-menu .wrapper .menu-box .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
  #main-menu .wrapper .menu-box ul.navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50%;
    height: inherit;
  }
  #main-menu .wrapper .menu-box ul.navi + ul.navi {
    margin-left: auto;
  }
  #main-menu .wrapper .menu-box ul.navi li {
    position: relative;
    display: block;
    height: inherit;
  }
  #main-menu .wrapper .menu-box ul.navi li + li {
    margin-left: 30px;
  }
  #main-menu .wrapper .menu-box ul.navi li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffefd8;
    font-size: 16px;
    line-height: 16px;
    height: inherit;
  }
  #main-menu .wrapper .menu-box ul.navi li a:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -5px;
    right: -5px;
    bottom: 0;
    background: rgba(25, 20, 24, 0.6);
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
  }
  #main-menu .wrapper .menu-box ul.navi li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: -15px;
    right: -18px;
  }
  #main-menu .wrapper .menu-box ul.navi li a .ico {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40px;
  }
  #main-menu .wrapper .menu-box ul.navi li a .ico img {
    position: relative;
    display: block;
  }
  #main-menu .wrapper .menu-box ul.navi li a span {
    position: relative;
    display: block;
  }
}
@media (max-width: 1100px) {
  #main-menu .wrapper .menu-box {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(25, 20, 24, 0.9);
    top: 60px;
    left: 0;
    overflow: hidden auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  #main-menu .wrapper .menu-box.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  #main-menu .wrapper .menu-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  #main-menu .wrapper .menu-box ul.navi {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  #main-menu .wrapper .menu-box ul.navi + ul.navi {
    margin-top: 3px;
  }
  #main-menu .wrapper .menu-box ul.navi li {
    position: relative;
    display: block;
  }
  #main-menu .wrapper .menu-box ul.navi li + li {
    margin-top: 3px;
  }
  #main-menu .wrapper .menu-box ul.navi li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px 0 0;
    background: rgba(47, 38, 35, 0.6);
    color: #fff3e2;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1100px) and (min-width: 1000px) {
  #main-menu .wrapper .menu-box ul.navi li a:hover {
    background: #2f2623;
  }
}
@media (max-width: 1100px) {
  #main-menu .wrapper .menu-box ul.navi li a .ico {
    position: relative;
    display: block;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 10px;
  }
  #main-menu .wrapper .menu-box ul.navi li a .ico img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
#main-menu .wrapper .navi-button {
  position: relative;
  display: none;
  width: 30px;
  height: 20px;
}
@media (max-width: 1100px) {
  #main-menu .wrapper .navi-button {
    display: block;
  }
}
#main-menu .wrapper .navi-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
#main-menu .wrapper .navi-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
#main-menu .wrapper .navi-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-menu .wrapper .navi-button.toggle:before {
  -webkit-transform: rotate(45deg) translate(1px, -50%);
  transform: rotate(45deg) translate(1px, -50%);
  top: 50%;
}
#main-menu .wrapper .navi-button.toggle:after {
  -webkit-transform: rotate(-45deg) translate(1px, 50%);
  transform: rotate(-45deg) translate(1px, 50%);
  top: 50%;
}
#main-menu .wrapper .navi-button.toggle span {
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
#main-menu.fixed {
  position: fixed;
  top: 0;
  background: rgba(25, 20, 24, 0.9);
}
#main-menu.fixed:before {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 140px;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  background: url(../images/logo.png) no-repeat center/contain;
}
@media (max-width: 1100px) {
  #main-menu {
    position: fixed;
    height: 60px !important;
    top: 0;
    background: rgba(25, 20, 24, 0.9);
  }
  #main-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 140px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    background: url(../images/logo.png) no-repeat center/contain;
    z-index: 115;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.header {
  padding-top: 119px;
}
@media (max-width: 1100px) {
  .header {
    padding-top: 70px;
  }
}
.header .flex-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0 6px;
}
.header .flex-top .timerhello {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .flex-top .timerhello .second-my-content {
  position: relative;
  display: block;
  padding: 10px 15px 20px;
  border: 1px solid rgba(151, 111, 70, 0.3);
  border-radius: 10px;
  min-width: 215px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 9px;
}
.header .flex-top .timerhello .second-my-content .result {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .flex-top .timerhello .second-my-content .result span {
  position: relative;
  display: block;
  text-align: center;
  color: #fff3e2;
  font-size: 24px;
  line-height: 18px;
}
.header .flex-top .timerhello .second-my-content .result span.items {
  padding: 0 5px;
  min-width: 38px;
}
.header .flex-top .timerhello .second-my-content .result span.items:before {
  content: attr(data-text);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ac9d87;
  font-size: 10px;
  font-family: "beaufort-for-lol-medium";
  top: 100%;
  left: 0;
}
.header .flex-top .timerhello .title {
  position: relative;
  display: block;
}
.header .flex-top .timerhello .title span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  left: 3rem;
}
.header .flex-top .timerhello .title p {
  position: relative;
  display: block;
  color: #2b2926;
  font-size: 14px;
  left: 3rem;
}



.header .flex-top .timerhello .title .bc_icon {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  /* top: 0px; */
}


.header .flex-top .timerhello .title .bc_icon div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header .flex-top .timerhello .title .bless .bc_icon {
  background: url(../images/bc1.png) center/cover;
}




.header .flex-top .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex-top .description ul.list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 38px;
}
.header .flex-top .description ul.list li {
  position: relative;
  display: block;
}
.header .flex-top .description ul.list li + li {
  margin-left: 10px;
}
.header .flex-top .description ul.list li a {
  position: relative;
  display: block;
  opacity: 0.8;
}
.header .flex-top .description ul.list li a img {
  position: relative;
  display: block;
}
@media (min-width: 1000px) {
  .header .flex-top .description ul.list li a {
    opacity: 1;
  }
  .header .flex-top .description ul.list li a:hover {
    opacity: 1;
  }
}
.header .flex-top .description .lang-box {
  position: relative;
  display: block;
  height: 18px;
}
.header .flex-top .description .lang-box ul.flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex-top .description .lang-box ul.flex li {
  position: relative;
  display: block;
}
.header .flex-top .description .lang-box ul.flex li + li {
  margin-left: 6px;
}
.header .flex-top .description .lang-box ul.flex li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  min-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.3;
}
.header .flex-top .description .lang-box ul.flex li a img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 1000px) {
  .header .flex-top .description .lang-box ul.flex li a:hover {
    opacity: 1;
  }
}
.header .flex-top .description .lang-box ul.flex li a.active {
  opacity: 1;
}
.header .flex-top .description .lang-box ul.flex li a.more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3px;
  opacity: 1;
  border-radius: 6px;
}
.header .flex-top .description .lang-box ul.flex li a.more img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .header .flex-top .description .lang-box ul.flex li a.more:hover img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.header .flex-top .description .lang-box ul.sub {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 100%;
  padding: 10px 0 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 10;
}
.header .flex-top .description .lang-box ul.sub li {
  position: relative;
  display: block;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .flex-top .description .lang-box ul.sub li + li {
  margin-right: 3px;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(12) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(13) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(14) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(15) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(16) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(17) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(18) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(19) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header .flex-top .description .lang-box ul.sub li:nth-child(20) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.header .flex-top .description .lang-box ul.sub li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #191418;
  border-radius: 4px;
}
.header .flex-top .description .lang-box ul.sub li a img {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .header .flex-top .description .lang-box ul.sub li a img {
    opacity: 0.3;
  }
}
@media (min-width: 1000px) {
  .header .flex-top .description .lang-box ul.sub li a:hover img {
    opacity: 1;
  }
}
.header .flex-top .description .lang-box.active ul.sub {
  pointer-events: visible;
}
.header .flex-top .description .lang-box.active ul.sub li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header .flex-top .description .lang-box.active ul.flex li a.more {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .header .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .flex-top .timerhello {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: rgba(25, 20, 24, 0.5);
    padding: 10px;
    border-radius: 10px;
  }
  .header .flex-top .timerhello .second-my-content {
    background: rgba(25, 20, 24, 0.5);
    margin: 5px auto 0;
  }
  .header .flex-top .timerhello .title {
    text-align: center;
  }
  .header .flex-top .timerhello .title p {
    color: #ac9d87;
  }
  .header .flex-top .description {
    width: 100%;
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .flex-top .description ul.list {
    margin: 0 auto 20px;
  }
  .header .flex-top .description .lang-box {
    position: relative;
    display: block;
    width: 100%;
  }
  .header .flex-top .description .lang-box ul.flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(25, 20, 24, 0.5);
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
  }
  .header .flex-top .description .lang-box ul.sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    top: calc(100% + 25px);
  }
  .header .flex-top .description .lang-box ul.sub li {
    margin: 2px !important;
  }
}
.header .flex-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-direction: column;
}
.header .flex-bottom .logo {
  position: relative;
  display: block;
  width: 330px;
  height: 250px;
}
.header .flex-bottom .logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .flex-bottom .logo a img {
  position: relative;
  display: block;
  pointer-events: none;
  top: 30px;
  left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .header .flex-bottom .logo a:hover {
    -webkit-filter: contrast(110%);
            filter: contrast(110%);
  }
}
.header .flex-bottom .status {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
.header .flex-bottom .status .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex-bottom .status .item + .item {
  margin-top: 10px;
}
.header .flex-bottom .status .item .ico-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: rgba(24, 20, 23, 0.6);
  border-radius: 10px 0 0 10px;
  margin-right: 2px;
}
.header .flex-bottom .status .item .ico-status img {
  position: relative;
  display: block;
}
.header .flex-bottom .status .item .child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: inherit;
  border-radius: 0 10px 10px 0;
  background: rgba(24, 20, 23, 0.7);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px 0 9px;
}
.header .flex-bottom .status .item .child .title {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffb83c;
  font-size: 14px;
}
.header .flex-bottom .status .item .child .load {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  background: #403236;
  margin-top: 4px;
}
.header .flex-bottom .status .item .child .load .line {
  position: absolute;
  display: block;
  width: 0;
  max-width: 100% !important;
  height: inherit;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #c0f162;
}
.header .flex-bottom .status .item .child .online {
  position: relative;
  display: block;
  color: #ab9d85;
  font-size: 12px;
  margin-top: 3px;
}
.header .flex-bottom .status .item .child .online span {
  color: #c0f162;
}
.header .flex-bottom .status .item .child .online span.red {
  color: #f17062;
}
.header .flex-bottom .status .item.anim .ico-status img {
  -webkit-animation-name: radIco;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: radIco;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: linear;
  -o-animation-name: radIco;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-timing-function: linear;
  animation-name: radIco;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.header .flex-bottom .status .item .desc {
  position: absolute;
  display: block;
  width: 270px;
  padding: 15px;
  background: rgba(21, 19, 20, 0.9);
  color: #fff3e2;
  font-size: 12px;
  z-index: 15;
  bottom: calc(100% + 10px);
  left: -95px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.header .flex-bottom .status .item .desc:before {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgba(21, 19, 20, 0.9);
}
.header .flex-bottom .status .item .desc span {
  color: #ffb83c;
}
.header .flex-bottom .status .item:hover .desc {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 1000px) {
  .header .flex-bottom .status .item .desc {
    left: 50%;
    margin-left: -135px;
  }
}
@media (max-width: 1000px) {
  .header .flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .header .flex-bottom .status {
    margin: 20px auto 0;
  }
}

@-webkit-keyframes radius {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes radius {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes radIco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes radIco {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer {
  padding: 30px 0 25px;
}
.footer .go-top-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 39px;
}
.footer .go-top-btn .block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: -60px;
  right: -60px;
  bottom: 0;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .go-top-btn .block .gtb-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: rgba(69, 64, 68, 0.1) url(../images/gtb.png) no-repeat center top 13px;
  left: 25%;
}
@media (max-width: 1000px) {
  .footer .go-top-btn .block .gtb-btn {
    left: 0;
  }
}
@media (min-width: 1000px) {
  .footer .go-top-btn .block .gtb-btn:hover {
    background: rgba(69, 64, 68, 0.4) url(../images/gtb.png) no-repeat center top 13px;
  }
}
.footer .go-top-btn .block .gtb-btn:before {
  content: '';
  position: absolute;
  display: block;
  width: 100vh;
  height: 1px;
  background: rgba(69, 64, 68, 0.3);
  top: 50%;
  left: calc(100% + 19px);
  pointer-events: none;
}
.footer .go-top-btn .block .gtb-btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 100vh;
  height: 1px;
  background: rgba(69, 64, 68, 0.3);
  top: 50%;
  right: calc(100% + 19px);
  pointer-events: none;
}
.footer .menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .menu-list li {
  position: relative;
  display: block;
  margin: 5px 34px 5px 0;
}
.footer .menu-list li:last-child {
  margin-right: 0;
}
.footer .menu-list li a {
  position: relative;
  display: inline-block;
  color: #ffb83c;
  font-size: 14px;
  font-family: "Gilroy-Bold";
}
.footer .menu-list li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffb83c;
  top: calc(100% + 6px);
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .footer .menu-list li a:hover:before {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 2px);
  }
}
@media (max-width: 1000px) {
  .footer .menu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .menu-list li {
    margin: 5px 17px !important;
  }
}
@media (max-width: 600px) {
  .footer .menu-list li {
    margin: 2px !important;
    width: calc(50% - 4px);
  }
  .footer .menu-list li a {
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }
}
.footer .flex-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .flex-box .text {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px;
  font-size: 12px;
  color: #454044;
  font-family: "Gilroy-Regular";
}
.footer .flex-box .text b, .footer .flex-box .text strong {
  font-family: "Gilroy-Bold";
}
.footer .flex-box .text a {
  position: relative;
  display: inline-block;
  color: #ffb83c;
}
@media (min-width: 1000px) {
  .footer .flex-box .text a:hover {
    text-decoration: underline;
  }
}
.footer .flex-box .img {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 200px;
}
.footer .flex-box .img img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.footer .flex-box .coolness {
  position: relative;
  display: block;
  width: 87px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(../images/coolness.png) no-repeat;
}
@media (min-width: 1000px) {
  .footer .flex-box .coolness:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  .footer .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .flex-box .text {
    max-width: unset;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    text-align: center;
  }
  .footer .flex-box .img {
    width: 100%;
    margin: 25px auto 0;
    padding: 0;
  }
  .footer .flex-box .coolness {
    margin: 25px auto 0;
  }
}

.window-load {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #191418;
  top: 0;
  left: 0;
}
.window-load:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/logo.png) no-repeat center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 0.5;
}
.window-load.active-1:before {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 1;
}
.window-load.active-2:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  visibility: hidden;
  opacity: 0;
}

/* CONTENT */
.content {
  padding: 50px 0 0;
}
.content .content-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ffefd8;
  font-size: 30px;
  margin-bottom: 20px;
}
.content .content-title ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-title ul li {
  position: relative;
  display: block;
}
.content .content-title ul li + li {
  margin-left: 7px;
}
.content .content-title ul li a {
  position: relative;
  display: block;
}
.content .content-title ul li a img {
  position: relative;
  display: block;
}
@media (min-width: 1000px) {
  .content .content-title ul li a:hover {
    opacity: 0.7;
  }
}
.content .content-title.center {
  text-align: center;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .content .content-title {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content-title ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 15px auto 0;
  }
  .content .content-title ul li {
    margin: 0 3px !important;
  }
}
.content .flex-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.content .flex-content .left-side {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 710px;
  margin-right: 15px;
}
.content .flex-content .left-side .news-box {
  position: relative;
  display: block;
  width: 100%;
}
.content .flex-content .left-side .news-box .news {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 14px 23px;
  background: #141113;
  border-radius: 15px;
}
.content .flex-content .left-side .news-box .news + .news {
  margin-top: 13px;
}
.content .flex-content .left-side .news-box .news:not(:first-child) {
  display: none;
}
.content .flex-content .left-side .news-box .news .frame {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  background: #191418;
}
.content .flex-content .left-side .news-box .news .frame .img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.content .flex-content .left-side .news-box .news .frame .img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.content .flex-content .left-side .news-box .news .frame .date {
  position: absolute;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 13px;
  left: 16px;
  border: 1px solid rgba(255, 222, 174, 0.3);
  border-radius: 10px;
  padding: 9px 15px;
  color: #fff5f1;
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
.content .flex-content .left-side .news-box .news .description {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 15px 0;
}
.content .flex-content .left-side .news-box .news .description .title {
  position: relative;
  display: block;
  font-size: 24px;
  color: #ffedbe;
  margin-bottom: 15px;
}
.content .flex-content .left-side .news-box .news .description .text {
  position: relative;
  display: block;
  width: 100%;
  color: #d8d2cf;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gilroy-Semibold";
}
.content .flex-content .left-side .news-box .news .description .text a {
  color: #ffb83c;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .news-box .news .description .text a:hover {
    text-decoration: underline;
  }
}
.content .flex-content .left-side .news-box .news .description .link {
  position: relative;
  display: block;
  width: 100%;
  margin: 35px auto 0;
}
.content .flex-content .left-side .news-box .more-news {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #ffb83c;
  font-size: 16px;
  font-family: "Gilroy-Regular";
  background: #141113;
  border-radius: 10px;
  margin: 13px auto 0;
}
.content .flex-content .left-side .news-box .more-news span {
  position: relative;
  display: block;
  top: 1px;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .news-box .more-news:hover {
    background: #533f36;
    color: #ffdbcb;
  }
}
.content .flex-content .left-side .shares-box {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 31px;
}
.content .flex-content .left-side .shares-box li {
  position: relative;
  display: block;
  min-width: 0;
}
.content .flex-content .left-side .shares-box li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 127px;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px 15px 15px 114px;
}
@media (max-width: 1200px) {
  .content .flex-content .left-side .shares-box li a {
    padding-left: 80px;
  }
}
@media (max-width: 1100px) {
  .content .flex-content .left-side .shares-box li a {
    padding-left: 50px;
  }
}
.content .flex-content .left-side .shares-box li a:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sha-img-1.png) no-repeat center/cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .flex-content .left-side .shares-box li a .text {
  position: relative;
  display: block;
  margin: auto 0;
}
.content .flex-content .left-side .shares-box li a .text .t1 {
  position: relative;
  display: block;
  color: #ffb83c;
  font-size: 21px;
  font-family: "Gilroy-Bold";
}
.content .flex-content .left-side .shares-box li a .text .t2 {
  position: relative;
  display: block;
  color: #cfc6b5;
  font-size: 14px;
  font-family: "Gilroy-Regular";
  margin-top: 7px;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .shares-box li a:hover:before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: contrast(140%);
            filter: contrast(140%);
  }
}
.content .flex-content .left-side .shares-box li:nth-child(2n) a:before {
  background: url(../images/sha-img-2.png) no-repeat center/cover;
}
.content .flex-content .left-side .download-box {
  position: relative;
  display: block;
  width: 100%;
}
.content .flex-content .left-side .download-box .load-title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 27px;
}
@media (max-width: 1000px) {
  .content .flex-content .left-side .download-box .load-title {
    text-align: center;
  }
}
.content .flex-content .left-side .download-box .load-title span {
  position: relative;
  display: block;
  color: #ffefd8;
  font-size: 18px;
}
.content .flex-content .left-side .download-box .load-title p {
  position: relative;
  display: block;
  color: #ab9d85;
  font-size: 12px;
  margin-top: 4px;
}
.content .flex-content .left-side .download-box .load-title.min span {
  font-size: 14px;
}
.content .flex-content .left-side .download-box ul.links {
  position: relative;
  display: block;
  width: 100%;
}
.content .flex-content .left-side .download-box ul.links li {
  position: relative;
  display: block;
  width: 100%;
}
.content .flex-content .left-side .download-box ul.links li + li {
  margin-top: 10px;
}
.content .flex-content .left-side .download-box ul.links li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 60px;
  background: rgba(85, 41, 29, 0.2);
  border-radius: 10px;
  color: #ffb83c;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .download-box ul.links li a:hover {
    background: rgba(85, 41, 29, 0.8);
  }
}
.content .flex-content .left-side .download-box ul.links li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  background: url(../images/ico-nav-3.png) no-repeat center/contain;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
}
.content .flex-content .left-side .download-box ul.links li a span {
  color: #ffefd8;
}
.content .flex-content .left-side .download-box .load-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .flex-content .left-side .download-box .load-flex + .load-flex {
  margin-top: 10px;
}
.content .flex-content .left-side .download-box .load-flex .text {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40%;
  padding-right: 20px;
  color: #ab9d85;
  font-size: 12px;
}
.content .flex-content .left-side .download-box .load-flex ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content .flex-content .left-side .download-box .load-flex ul li {
  position: relative;
  display: block;
  width: 176px;
  margin: 3px 0 3px 6px;
}
.content .flex-content .left-side .download-box .load-flex ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 5px 55px;
  background: rgba(85, 41, 29, 0.2);
  border-radius: 10px;
  color: #ffb83c;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .download-box .load-flex ul li a:hover {
    background: rgba(85, 41, 29, 0.8);
  }
}
.content .flex-content .left-side .download-box .load-flex ul li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  background: url(../images/ico-nav-3.png) no-repeat center/contain;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
}
.content .flex-content .left-side .download-box .load-flex ul li a span {
  color: #ffefd8;
}
@media (max-width: 1100px) {
  .content .flex-content .left-side .download-box .load-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content .flex-content .left-side .download-box .load-flex ul {
    margin-top: 10px;
  }
  .content .flex-content .left-side .download-box .load-flex ul li {
    margin: 3px 6px 3px 0;
  }
}
@media (max-width: 1000px) {
  .content .flex-content .left-side .download-box .load-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .flex-content .left-side .download-box .load-flex .text {
    text-align: center;
  }
  .content .flex-content .left-side .download-box .load-flex ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 10px auto 0;
  }
  .content .flex-content .left-side .download-box .load-flex ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 3px auto;
    max-width: unset;
  }
}
.content .flex-content .left-side .download-box .sup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.content .flex-content .left-side .download-box .sup ul {
  position: relative;
  display: block;
  min-width: 40%;
}
.content .flex-content .left-side .download-box .sup ul + ul {
  margin-left: auto;
  padding-left: 15px;
}
.content .flex-content .left-side .download-box .sup ul li {
  position: relative;
  display: block;
}
.content .flex-content .left-side .download-box .sup ul li + li {
  margin-top: 10px;
}
.content .flex-content .left-side .download-box .sup ul li a {
  position: relative;
  display: inline-block;
  color: #ffb83c;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .download-box .sup ul li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1000px) {
  .content .flex-content .left-side .download-box .sup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .flex-content .left-side .download-box .sup ul {
    width: 100%;
    margin: 0 auto;
  }
  .content .flex-content .left-side .download-box .sup ul + ul {
    margin: 10px auto 0;
  }
  .content .flex-content .left-side .download-box .sup ul li {
    text-align: center;
  }
}
.content .flex-content .left-side .download-box ul.po-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .flex-content .left-side .download-box ul.po-list li {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(50% - 10px);
  margin: 3px 5px;
}
.content .flex-content .left-side .download-box ul.po-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px 55px;
  background: rgba(85, 41, 29, 0.2);
  border-radius: 10px;
  color: #ffb83c;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .content .flex-content .left-side .download-box ul.po-list li a:hover {
    background: rgba(85, 41, 29, 0.8);
  }
}
.content .flex-content .left-side .download-box ul.po-list li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  background: url(../images/ico-nav-3.png) no-repeat center/contain;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
}
.content .flex-content .left-side .download-box ul.po-list li a span {
  color: #ffefd8;
}
@media (max-width: 1000px) {
  .content .flex-content .left-side .download-box ul.po-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .content .flex-content .left-side .download-box ul.po-list li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 3px auto;
    max-width: unset;
  }
}
.content .flex-content .right-side {
  position: relative;
  display: block;
  width: 450px;
  margin-left: auto;
}
.content .flex-content .right-side .nav-list {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.content .flex-content .right-side .nav-list li {
  position: relative;
  display: block;
}
.content .flex-content .right-side .nav-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 5px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffefd8;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .content .flex-content .right-side .nav-list li a:hover {
    background: rgba(83, 63, 54, 0.8);
  }
}
.content .flex-content .right-side .nav-list li a .ico {
  position: relative;
  display: block;
  width: 40px;
  margin-right: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.content .flex-content .right-side .nav-list li a .ico img {
  position: relative;
  display: block;
  -webkit-filter: drop-shadow(0 0 11px rgba(22, 13, 12, 0.57));
          filter: drop-shadow(0 0 11px rgba(22, 13, 12, 0.57));
}
.content .flex-content .right-side .nav-list li a .text {
  position: relative;
  display: block;
}
.content .flex-content .right-side .ranked-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.content .flex-content .right-side .ranked-box .box {
  position: relative;
  display: block;
  width: calc(50% - 5px);
}
.content .flex-content .right-side .ranked-box .box:nth-child(even) {
  margin-left: auto;
}
.content .flex-content .right-side .ranked-box .box .title {
  position: relative;
  display: block;
  color: #ffb83c;
  font-size: 14px;
  margin-bottom: 5px;
}
.content .flex-content .right-side .ranked-box .box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.content .flex-content .right-side .ranked-box .box table thead tr th {
  padding: 11px 0;
  color: #383236;
  font-size: 12px;
  font-family: "beaufort-for-lol-bold";
}
.content .flex-content .right-side .ranked-box .box table thead tr th.num {
  width: 23px;
  padding: 11px 5px;
}
.content .flex-content .right-side .ranked-box .box table thead tr th.pvp {
  width: 35px;
  padding: 11px 0 11px 10px;
}
.content .flex-content .right-side .ranked-box .box table thead tr th.pvp {
  width: 35px;
  padding: 11px 0 11px 10px;
}
.content .flex-content .right-side .ranked-box .box table thead tr th .slash {
  width: 11px;
  min-width: 11px;
}
.content .flex-content .right-side .ranked-box .box table thead tr th.pk {
  width: 35px;
  padding: 11px 10px 11px 0;
}
.content .flex-content .right-side .ranked-box .box table tbody tr {
  background: rgba(255, 255, 255, 0.05);
}
.content .flex-content .right-side .ranked-box .box table tbody tr td {
  padding: 7px 0;
  color: #ffefd8;
  font-size: 12px;
  font-family: "beaufort-for-lol-bold";
}
.content .flex-content .right-side .ranked-box .box table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td.num {
  width: 23px;
  padding: 7px 5px;
  color: #61595e;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td.name {
  min-width: 0;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td.pvp {
  width: 35px;
  padding: 7px 0 7px 10px;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td.pvp {
  width: 35px;
  padding: 7px 0 7px 10px;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td .slash {
  width: 11px;
  min-width: 11px;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td.pk {
  width: 35px;
  padding: 7px 10px 7px 0;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td .user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  overflow: hidden;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td .user img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td .user img + span {
  margin-left: 4px;
}
.content .flex-content .right-side .ranked-box .box table tbody tr td .user span {
  position: relative;
  display: block;
  color: #ffefd8;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-left: 2px;
}
.content .flex-content .right-side .forum-topic {
  position: relative;
  display: block;
  width: 100%;
}
.content .flex-content .right-side .forum-topic .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 10px 10px 73px;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .flex-content .right-side .forum-topic .item + .item {
  margin-top: 8px;
}
@media (min-width: 1000px) {
  .content .flex-content .right-side .forum-topic .item:hover {
    background: rgba(83, 63, 54, 0.7);
  }
}
.content .flex-content .right-side .forum-topic .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 39px;
  background: url(../images/ico-topic.png) no-repeat;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 11px rgba(22, 13, 12, 0.57));
          filter: drop-shadow(0 0 11px rgba(22, 13, 12, 0.57));
}
.content .flex-content .right-side .forum-topic .item span {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffefd8;
  font-size: 16px;
  font-family: "Gilroy-Regular";
}
.content .flex-content .right-side .forum-topic .item p {
  position: relative;
  display: block;
  color: #797267;
  font-size: 12px;
  font-family: "Gilroy-Regular";
  margin-top: 4px;
}
@media (max-width: 1000px) {
  .content .flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .flex-content .left-side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
  }
  .content .flex-content .left-side .news-box .news .title, .content .flex-content .left-side .news-box .news .text {
    text-align: center;
  }
  .content .flex-content .left-side .news-box .news .link a {
    margin: 0 auto;
  }
  .content .flex-content .left-side .shares-box li a {
    padding-left: 110px;
  }
  .content .flex-content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 710px;
    margin: 40px auto 0;
  }
}
@media (max-width: 700px) {
  .content .flex-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .content .flex-content .left-side .shares-box {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .content .flex-content .right-side .nav-list {
    max-width: 340px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .content .flex-content .right-side .ranked-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
  }
  .content .flex-content .right-side .ranked-box .box {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 auto;
  }
  .content .flex-content .right-side .ranked-box .box .title {
    text-align: center;
  }
  .content .flex-content .right-side .ranked-box .box + .box {
    margin: 30px auto 0;
  }
}
.content .donate-form-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content .donate-form-box .select-server {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.content .donate-form-box .select-server .current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  background: rgba(24, 20, 23, 0.87);
  border: 1px solid #3f3733;
  border-radius: 10px;
  padding: 0 30px 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.content .donate-form-box .select-server .current:before {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 8px;
  background: #ff5858;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.content .donate-form-box .select-server .current .ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #191418;
  margin-right: 17px;
}
.content .donate-form-box .select-server .current .text {
  position: relative;
  display: block;
  color: #fff3e2;
  font-size: 14px;
}
.content .donate-form-box .select-server .droplist {
  position: absolute;
  display: none;
  width: 100%;
  background: rgba(24, 20, 23, 0.87);
  border: 1px solid #3f3733;
  border-radius: 10px;
  overflow: hidden;
  top: calc(100% + 3px);
  left: 0;
  z-index: 20;
}
.content .donate-form-box .select-server .droplist li {
  position: relative;
  display: block;
}
.content .donate-form-box .select-server .droplist li + li a {
  border-top: 1px solid #3f3733;
}
.content .donate-form-box .select-server .droplist li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 15px 8px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .donate-form-box .select-server .droplist li a .ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #191418;
  margin-right: 17px;
}
.content .donate-form-box .select-server .droplist li a .text {
  position: relative;
  display: block;
  color: #fff3e2;
  font-size: 14px;
}
.content .donate-form-box .select-server .droplist li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: #61595e;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .content .donate-form-box .select-server .droplist li a:hover:before {
    height: 100%;
  }
}
.content .donate-form-box .form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 610px;
  padding: 45px 40px 20px;
  background: rgba(24, 20, 23, 0.9);
  border: 1px solid rgba(36, 35, 40, 0.9);
  margin: 0 auto;
}
.content .donate-form-box .form .item {
  position: relative;
  display: block;
  width: 100%;
}
.content .donate-form-box .form .item + .item {
  margin-top: 32px;
}
.content .donate-form-box .form .item label {
  position: relative;
  display: block;
  color: #fff3e2;
  font-size: 14px;
  margin-bottom: 11px;
}
.content .donate-form-box .form .item .input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  background: rgba(24, 20, 23, 0.87);
  border: 1px solid #3f3733;
  border-radius: 10px;
}
.content .donate-form-box .form .item .input .ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff5858;
  font-size: 14px;
  font-family: "beaufort-for-lol-bold";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.content .donate-form-box .form .item .input .ico img {
  position: relative;
  display: block;
}
.content .donate-form-box .form .item .input .ico + input {
  padding-left: 0;
}
.content .donate-form-box .form .item .input input {
  background: none;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .donate-form-box .form .item .input input::-webkit-outer-spin-button, .content .donate-form-box .form .item .input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.content .donate-form-box .form .item .input input[type='number'] {
  -moz-appearance: textfield;
}
.content .donate-form-box .form .item .input .count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 110px;
  height: inherit;
  padding: 0 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #837a6d;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.content .donate-form-box .form .item .input.appendToInput input {
  padding-right: 0;
}
.content .donate-form-box .form .item .pay-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px -3px -3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .donate-form-box .form .item .pay-list li {
  position: relative;
  display: block;
  margin: 3px;
  width: calc(33.33% - 6px);
}
.content .donate-form-box .form .item .pay-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(63, 55, 51, 0.1);
  border: 1px solid rgba(130, 121, 109, 0.1);
  border-radius: 10px;
  padding: 5px 10px;
}
.content .donate-form-box .form .item .pay-list li a img {
  position: relative;
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.content .donate-form-box .form .item .pay-list li a i {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #151314;
  border: 1px solid #302b2d;
  z-index: 1;
  top: 5px;
  left: 6px;
}
.content .donate-form-box .form .item .pay-list li a.active i:before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #ffb83c;
}
@media (min-width: 1000px) {
  .content .donate-form-box .form .item .pay-list li a:hover {
    background: rgba(63, 55, 51, 0.4);
  }
}
.content .donate-form-box .form .item-range {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px auto 60px;
}
.content .donate-form-box .form .code {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .donate-form-box .form .code img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.content .donate-form-box .form button {
  min-width: 160px;
  height: 36px;
  margin: 27px auto 0;
}
@media (max-width: 600px) {
  .content .donate-form-box .form {
    padding: 45px 10px 20px;
  }
  .content .donate-form-box .form .item label {
    text-align: center;
  }
  .content .donate-form-box .form .item .pay-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .donate-form-box .form .item .pay-list li {
    width: 190px;
  }
}

.gallery {
  padding: 65px 0 0;
}
.gallery .gal-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.gallery .gal-list .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery .gal-list .flex .item {
  position: relative;
  display: block;
  margin: 6px;
  width: calc(25% - 12px);
}
.gallery .gal-list .flex .item .frame {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #191418;
  border-radius: 15px;
  overflow: hidden;
}
.gallery .gal-list .flex .item .frame .play {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gallery .gal-list .flex .item .frame .play:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .gallery .gal-list .flex .item .frame .play:hover:before {
    opacity: 1;
  }
}
.gallery .gal-list .flex .item .frame iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border: none;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .gallery .gal-list {
    max-width: 690px;
  }
  .gallery .gal-list .flex .item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .gallery .gal-list {
    max-width: 340px;
  }
  .gallery .gal-list .flex {
    margin: -6px auto;
  }
  .gallery .gal-list .flex .item {
    margin: 6px 0;
    width: calc(100% - 0px);
  }
}

.content .content-about {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(24, 20, 23, 0.9);
  border: 1px solid rgba(36, 35, 40, 0.9);
  padding: 22px 36px;
}
@media (max-width: 1200px) {
  .content .content-about {
    padding: 22px 10px;
  }
}
.content .content-about .server-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .content-about .server-tabs li {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 268px;
}
.content .content-about .server-tabs li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: rgba(19, 16, 18, 0.3);
  color: #ffefd8;
  font-size: 16px;
}
.content .content-about .server-tabs li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0%;
  background: url(../images/tab-active.png) no-repeat bottom left;
  background-size: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 0;
  left: 0;
}
.content .content-about .server-tabs li a.active:before {
  height: 100%;
}
@media (min-width: 1000px) {
  .content .content-about .server-tabs li a:hover:before {
    height: 100%;
  }
}
.content .content-about .about-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px auto 0;
}
.content .content-about .about-title span {
  position: relative;
  display: block;
  color: #ffb83c;
  font-size: 24px;
}
.content .content-about .about-title p {
  position: relative;
  display: block;
  color: #ab9d85;
  font-size: 14px;
  margin-top: 4px;
}
.content .content-about .flex-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px auto 0;
}
.content .content-about .flex-about .mobile-side {
  position: relative;
  display: none;
  width: 100%;
  background: rgba(24, 20, 23, 0.9);
  border: 1px solid rgba(36, 35, 40, 0.9);
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .content .content-about .flex-about .mobile-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content .content-about .flex-about .mobile-side .cats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 15px 8px 8px;
  color: #000000;
  font-size: 16px;
  background: #ffb83c;
}
.content .content-about .flex-about .mobile-side .cats span {
  position: relative;
  display: block;
  width: 30px;
  height: 18px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .content-about .flex-about .mobile-side .cats span:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .content-about .flex-about .mobile-side .cats p {
  position: relative;
  display: block;
}
.content .content-about .flex-about .left-side {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: rgba(24, 20, 23, 0.9);
  border: 1px solid rgba(36, 35, 40, 0.9);
  padding: 12px 10px;
  margin-bottom: -58px;
  margin-right: 38px;
}
@media (max-width: 1200px) {
  .content .content-about .flex-about .left-side {
    margin-right: 20px;
  }
}
.content .content-about .flex-about .left-side ul {
  position: relative;
  display: block;
  width: 100%;
}
.content .content-about .flex-about .left-side ul li {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #242328;
}
.content .content-about .flex-about .left-side ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 10px 15px 3px;
}
.content .content-about .flex-about .left-side ul li a .ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 39px;
  background: url(../images/ico-tab.png) no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.content .content-about .flex-about .left-side ul li a .ico p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .content-about .flex-about .left-side ul li a .ico p img {
  position: relative;
  display: block;
}
.content .content-about .flex-about .left-side ul li a .text {
  position: relative;
  display: block;
}
.content .content-about .flex-about .left-side ul li a .text .t1 {
  position: relative;
  display: block;
  color: #ffefd8;
  font-size: 16px;
}
.content .content-about .flex-about .left-side ul li a .text .t2 {
  position: relative;
  display: block;
  color: #ab9d85;
  font-size: 12px;
  margin-top: 2px;
}
.content .content-about .flex-about .left-side ul li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(36, 35, 40, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .content-about .flex-about .left-side ul li a.active:after {
  content: '';
  position: absolute;
  display: block;
  top: 9px;
  right: 0px;
  bottom: 9px;
  width: 10px;
  background: #ffb83c;
  -webkit-clip-path: polygon(0 0, 3px 0, 3px calc(50% - 4px), 100% 50%, 3px calc(50% + 4px), 3px 100%, 0 100%);
          clip-path: polygon(0 0, 3px 0, 3px calc(50% - 4px), 100% 50%, 3px calc(50% + 4px), 3px 100%, 0 100%);
}
@media (min-width: 1000px) {
  .content .content-about .flex-about .left-side ul li a:hover:before {
    height: 100%;
  }
}
.content .content-about .flex-about .right-side {
  position: relative;
  display: block;
  width: 100%;
}
.content .content-about .flex-about .right-side .about-tab {
  position: relative;
  display: none;
  width: 100%;
  font-size: 14px;
  color: #ffefd8;
}
.content .content-about .flex-about .right-side .about-tab.active {
  display: block;
}
.content .content-about .flex-about .right-side .about-tab .tab-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.content .content-about .flex-about .right-side .about-tab .tab-title span {
  position: relative;
  display: block;
  color: #ffefd8;
  font-size: 24px;
}
.content .content-about .flex-about .right-side .about-tab .tab-title p {
  position: relative;
  display: block;
  color: #ab9d85;
  font-size: 12px;
  margin-top: 3px;
}
.content .content-about .flex-about .right-side .about-tab ul, .content .content-about .flex-about .right-side .about-tab ol {
  position: relative;
  display: block;
}
.content .content-about .flex-about .right-side .about-tab a {
  color: #ffb83c;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .content .content-about .flex-about .right-side .about-tab a:hover {
    text-decoration: none;
  }
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item {
  position: relative;
  display: block;
  margin: 5px;
  width: calc(50% - 10px);
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(24, 20, 23, 0.9);
  border: 1px solid rgba(36, 35, 40, 0.9);
  padding: 10px 10px 20px;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child + .child {
  margin-top: 10px;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  border: 1px solid #483f24;
  background: #131012;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .img img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}


.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .img2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 110px;
  border: 1px solid #483f24;
  background: #131012;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .img2 img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}


.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .desc {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .desc .title {
  position: relative;
  display: block;
  width: 100%;
  color: #ffefd8;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .desc ul {
  position: relative;
  display: block;
  text-align: center;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .desc ul span {
  position: relative;
  display: block;
  color: #ffefd8;
  font-size: 14px;
  font-family: "Gilroy-Bold";
  margin-bottom: 2px;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .desc ul li {
  position: relative;
  display: block;
  color: #ab9d85;
  text-shadow: 0 0 0 #ab9d85;
  font-size: 12px;
  line-height: 18px;
  font-family: "Gilroy-Regular";
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child .desc .text {
  position: relative;
  display: block;
  text-align: center;
  color: #ffefd8;
  font-size: 12px;
  line-height: 18px;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.flex .img {
  margin: 0 17px 0 0;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.flex .desc {
  margin: 0;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.flex .desc .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.flex .desc ul {
  text-align: left;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.flex .desc .text {
  text-align: left;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.yellow {
  border-color: #ffb83c;
}
.content .content-about .flex-about .right-side .about-tab .flex-block-list .item .child.yellow .desc .title {
  color: #ffb83c;
}
@media (max-width: 600px) {
  .content .content-about .flex-about .right-side .about-tab .flex-block-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .content .content-about .flex-about .right-side .about-tab .flex-block-list .item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 auto;
  }
  .content .content-about .flex-about .right-side .about-tab .flex-block-list .item + .item {
    margin-top: 10px;
  }
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li {
  position: relative;
  display: block;
  width: 33.33%;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(19, 16, 18, 0.3);
  color: #ffefd8;
  font-size: 16px;
  text-decoration: none;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0%;
  background: url(../images/tab-active.png) no-repeat bottom left;
  background-size: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 0;
  left: 0;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a .ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 39px;
  background: url(../images/ico-tab.png) no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 40px 0 2px;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a .ico p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a .ico p img {
  position: relative;
  display: block;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a .text {
  position: relative;
  display: block;
  margin: 0;
}
.content .content-about .flex-about .right-side .about-tab .inner-tabs li a.active:before {
  height: 100%;
}
@media (min-width: 1000px) {
  .content .content-about .flex-about .right-side .about-tab .inner-tabs li a:hover:before {
    height: 100%;
  }
}
@media (max-width: 700px) {
  .content .content-about .flex-about .right-side .about-tab .inner-tabs li a .ico {
    margin-right: 12px;
  }
}
@media (max-width: 600px) {
  .content .content-about .flex-about .right-side .about-tab .inner-tabs li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .content .content-about .flex-about .right-side .about-tab .inner-tabs li {
    width: 100%;
  }
}
.content .content-about .flex-about .right-side .about-tab .inner-about {
  position: relative;
  display: none;
  width: 100%;
  color: #ffefd8;
  font-size: 12px;
  line-height: 18px;
  font-family: "Gilroy-Semibold";
}
.content .content-about .flex-about .right-side .about-tab .inner-about.active {
  display: block;
}
.content .content-about .flex-about .right-side .about-tab .inner-about .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Gilroy-Semibold";
  margin-bottom: 10px;
  color: #ffb83c;
}
@media (max-width: 1000px) {
  .content .content-about {
    max-width: 700px;
    margin: 0 auto;
    padding: 22px 5px;
  }
  .content .content-about .server-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content .content-about .about-title {
    text-align: center;
  }
  .content .content-about .flex-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content-about .flex-about .left-side {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 99999;
    top: 60px;
    left: 0;
    max-width: unset;
    padding: 10px;
    overflow: hidden auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0;
  }
  .content .content-about .flex-about .left-side.active {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .content .content-about .flex-about .left-side ul {
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding: 10px;
    background: rgba(24, 20, 23, 0.9);
    border: 1px solid rgba(36, 35, 40, 0.9);
  }
}

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

/* Фиксируем позицию body, которую меняет панель гугла*/

body {
  top: 0 !important;
  position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
  display: none !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
  background-color: inherit;
  box-shadow: none;
  box-sizing: inherit;
}

.langs {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin: auto 10px;
}

/* 
@media screen and (max-width: 1024px) {
	.langs {
		margin-right: 50px;
	}
}
*/

.langs:after {
  content: "";
  display: block;
  background: url(../images/lang/lang-select.png?v=1) no-repeat;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: calc(50% - 2px);
  transition: 0.3s all;
  cursor: pointer;
}

.langs:hover:after {
  transform: rotateX(180deg);
}

.lang__link {
  width: 50px;
  height: 27px;
  /* overflow: hidden; */
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.lang__img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 10px;
  border-radius: 50%;
}

.lang__name {
  color: #bdacac;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
  text-transform: uppercase;
}

.lang__link_sub {
  width: 100px;
  height: 27px;
  position: relative;
  padding: 0 25px 0 20px;
  display: flex;
  justify-content: space-between;
}

.lang__link_sub:hover {
  /* filter: brightness(130%); */
  background-color: rgba(94, 82, 56, 0.23);
}

.lang__link_sub:after {
  content: "";
  display: block;
  background: url(../images/lang/lang-select.png?v=1) no-repeat;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: 0.3s all;
  cursor: pointer;
  opacity: 0;
  transform: translateX(10px) rotate(90deg);
}

.lang__link_sub:hover:after {
  opacity: 1;
  transform: translateX(0px) rotate(90deg);
}

.lang__link_sub:before {
  content: "";
  display: block;
  /* background: linear-gradient(90deg, #ffffff 0%, #e7e7e7 40%, #ffffff 80%); */
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
  cursor: pointer;
}

.lang__link_sub:hover .lang__name {
  color: #ff5858;
}

.lang__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.31);
  transform: translateY(-40px);
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 10;
}

.langs:hover .lang__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.lang__link_select {
  width: 50px;
  height: 27px;
  padding-left: 0;
}

.lang__img_select {
  filter: drop-shadow(0 0 5px rgba(255, 203, 0, 0.5));
  padding: 0;
  background-color: rgba(98, 98, 98, 0.69);
  border-radius: 50%;
}

.lang__name_select {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* bar */

[data-section="bar"] {
  position: absolute;
  background-color: rgba(74, 35, 16, 0.741);
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar__container {
  max-width: calc(1200px + 10px * 4);
  width: 100%;
  padding-right: calc(10px * 2);
  padding-left: calc(10px * 2);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.bar__content {
  padding: 5px 10px;
  text-align: center;
  font-size: 19px;
  line-height: 15px;
  color: #fff;
  cursor: default;
}

.bar__link {
  display: inline-block;
  background-color: rgb(172, 38, 38);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 20px;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: all 0.2s;
  margin: 2px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.63);
}

.bar__link:hover {
  background-color: rgb(202, 17, 17);
  color: rgb(255, 233, 31);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.63);
}

.bar__close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s all;
}

.bar__close:before,
.bar__close:after{
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 1px);
	background-color: #fff;
}

.bar__close:before {
	transform: rotate(45deg);
}

.bar__close:after {
	transform: rotate(-45deg);
}

.bar__close:hover {
  opacity: 1;
}


/*
 * Corrects `block` display not defined in IE 8/9.
 */
/*Scroll bar nav*/
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #1f1b16;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(204, 204, 204, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(204, 204, 204, 0.6);
}





.videobg {
	position: absolute;
	left: 50%;
	right: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: auto;
	height: auto;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../images/bg-1-min.jpg) no-repeat center 40px
}

[data-informer=open]~.videobg {
	top: 80px
}

.videobg:before {
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(89%, rgba(17, 18, 25, .95)), to(#111219));
	background: linear-gradient(180deg, transparent 0, rgba(17, 18, 25, .95) 89%, #111219)
}

.videobg:after,
.videobg:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 300px
}

.videobg:after {
	top: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(89%, rgba(17, 18, 25, .95)), to(#111219));
	background: linear-gradient(0deg, transparent 0, rgba(17, 18, 25, .95) 89%, #111219)
}

.videobg__video {
	width: 1920px;
	height: auto
}

.videosrc {
	width: 100%
}

[data-theme=ny] .videobg {
	width: 1920px;
	height: 1300px;
	top: 0
}






@media screen and (max-width: 1100px) {
	.videobg, .videosrc {
    display: none;
  }
}
















.thead-default th {
  color: inherit;
  background-color: #222;
}

.table td,
.table th,
.table thead th {
  border-color: #222;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.04);
}

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















.flex-sbc, .flex-sbs, .flex-sbe,
.flex-cc, .flex-cs, .flex-ce,
.flex-sc, .flex-ss, .flex-se,
.flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}



.content-area {
  max-width: 1400px;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1300px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.button {
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 1;
  border-radius: 44px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.main {
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-articles {
  width: 100%;
}

.main-articles__items {
  width: calc(100% + 26px);
  margin: -15px;
}

.main-articles__item:first-child {
  width: calc(40% - 30px);
}

.main-articles__item {
  width: calc(30% - 16px);
  margin: 6px;
  height: 260px;
  background: #000000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .main-articles__item {
    width: calc((100% / 2) - 20px);
    margin: 10px;
  }
  .main-articles__item:first-child {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .main-articles__item {
    width: calc((100% / 1) - 20px);
    margin: 10px;
  }
}

.main-articles__item-img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-articles__item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  background: url("../images/smoke.png");
  background-size: 100% 100%;
}

.main-articles__item-content {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0px;
  bottom: 0px;
  padding: 42px 26px;
}

.main-articles__item-date {
  background-color: #332548;
  border-radius: 90px;
  margin: 0 auto;
  width: 90px;
  height: 26px;
}

.main-articles__item-date span {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #ff7278;
  line-height: 1.333;
  text-align: center;
}

.main-articles__item-title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-family: "beaufort-for-lol-bold";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.12;
  text-align: center;
  max-height: calc(25px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.main-articles__item-title a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main-articles__item-title a:hover {
  color: #ff7278;
}

.main-articles__item-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Gilroy-Semibold";
  color: #9a96a1;
  line-height: 1.375;
  text-align: center;
  max-height: calc(22px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.main-articles__item-text a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main-articles__item-text a:hover {
  color: #d32d2c;
}

.main-articles__item .button {
  margin: 18px auto 0px;
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  width: 217px;
  height: 44px;
  font-size: 16px;
  font-family: "PT Serif";
  color: #e1d4ff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  position: relative;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.main-articles__item:hover.button {
  color: #fff;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.main-articles__item .button:after {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  left: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-articles__item .button:before {
  content: '';
  border-width: 1px;
  border-color: #996fd9;
  border-style: solid;
  background-color: black;
  position: absolute;
  right: -3.8px;
  top: 0px;
  z-index: 1;
  margin: auto;
  bottom: 0px;
  width: 4.4px;
  height: 4.4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-articles__item .button span {
  position: relative;
  width: 100%;
}

.main-articles__item .button span:after {
  content: '';
  border-radius: 44px;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  border-color: #402d5e;
  width: 208px;
  height: 36px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.main-articles__item:hover span:after {
  background-color: #996fd93d;
}
