/* GLOBAL */
@font-face {
  font-family: 'BeaufortforLOL-Bold';
  src: url("../fonts/BeaufortforLOL-Bold.eot");
  src: url("../fonts/BeaufortforLOL-Bold.eot?#iefix") format("embedded-opentype"), 
       url("../fonts/BeaufortforLOL-Bold.woff2") format("woff2"), 
       url("../fonts/BeaufortforLOL-Bold.woff") format("woff"), 
       url("../fonts/BeaufortforLOL-Bold.ttf") format("truetype"), 
       url("../fonts/BeaufortforLOL-Bold.svg#BeaufortforLOL-Bold") format("svg");
}
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: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  padding: 0 15px;
  font-family: "arial";
  border-radius: 0px;
}
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: #000000;
  -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: #000000;
  -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: #000000;
  -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: #000000;
  -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: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  padding: 0 15px;
  font-family: "arial";
  border-radius: 0px;
}

textarea {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  padding: 0 15px;
  font-family: "arial";
  border-radius: 0px;
}
textarea::-webkit-input-placeholder {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-moz-placeholder {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea::-moz-placeholder {
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-ms-input-placeholder {
  color: #000000;
  -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;
}

.all-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 30px;
  height: 59px;
  background: none;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(122, 27, 27, 0.55);
}
.all-button.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-button span {
  position: relative;
  display: block;
}
.all-button span.center {
  text-align: center;
}
.all-button .svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: #ffffff;
}
.all-button .svg.right {
  margin-right: unset;
  margin-left: 15px;
}
.all-button .svg.center {
  margin: 0 auto;
}
.all-button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/btn.png) no-repeat center/cover;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 43px rgba(101, 31, 58, 0.4);
          box-shadow: 0 0 43px rgba(101, 31, 58, 0.4);
}
.all-button.green:before {
  background: url(../images/btng.png) no-repeat center/cover;
}
@media (min-width: 1000px) {
  .all-button:hover:before {
    -webkit-filter: hue-rotate(-60deg);
            filter: hue-rotate(-60deg);
  }
}
.all-button.false:before {
  -webkit-filter: grayscale(100%) brightness(2.5);
          filter: grayscale(100%) brightness(2.5);
  opacity: 0.25;
}
@media (min-width: 1000px) {
  .all-button.false:hover:before {
    opacity: 0.5;
  }
}

.all-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 30px;
  height: 38px;
  background: none;
  border: 1px solid #ffd5a0;
  border-radius: 0px;
  color: #b0b0b2;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .all-submit {
    padding-bottom: 2px !important;
  }
  .all-submit:hover {
    background: #ffd5a0;
    color: #1d1424;
  }
}

i.svg {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
i.svg.navi-select {
  mask: url(../images/svg/navi-select.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/navi-select.svg) no-repeat center/contain;
}
i.svg.enter {
  mask: url(../images/svg/enter.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/enter.svg) no-repeat center/contain;
}
i.svg.arrow {
  mask: url(../images/svg/arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/arrow.svg) no-repeat center/contain;
}
i.svg.play {
  mask: url(../images/svg/play.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/play.svg) no-repeat center/contain;
}
i.svg.step {
  mask: url(../images/svg/step.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/step.svg) no-repeat center/contain;
}
i.svg.check {
  mask: url(../images/svg/check.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/check.svg) no-repeat center/contain;
}

* {
  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 {
  background: #140e1a;
  color: #fff2ed;
  font-size: 14px;
  font-family: "BeaufortforLOL-Bold";
}
body.overflow-hidden {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #5d92f2;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  color: #fff2ed;
  font-size: 14px;
}

button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

#main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../images/footer.webp) no-repeat center bottom;
}
#main-content header {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#main-content main {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 0 auto;
}
#main-content footer {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#main-content header .inner, #main-content main .inner, #main-content footer .inner {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  max-width: 1320px;
  margin: 0 auto;
}

.video-header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1920px;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-header video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.video-header:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0px -260px 200px 80px #140e1a;
          box-shadow: inset 0px -260px 200px 80px #140e1a;
}
.video-header:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 14, 26, 0)), color-stop(40%, #140e1a), color-stop(60%, #140e1a), to(rgba(20, 14, 26, 0)));
  background: linear-gradient(0deg, rgba(20, 14, 26, 0) 0%, #140e1a 40%, #140e1a 60%, rgba(20, 14, 26, 0));
  top: calc(100% - 200px);
  left: 0;
  z-index: 1;
}

.wrapper-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 38px;
}
.wrapper-title.no-margin {
  margin-bottom: 0;
}
.wrapper-title span {
  position: relative;
  display: block;
  text-align: center;
  color: #ffc899;
  font-size: 30px;
}
.wrapper-title span i {
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 600px) {
  .wrapper-title span {
    font-size: 24px;
  }
}
.wrapper-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 363px;
  height: 29px;
  background: url(../images/wp-title.png) no-repeat center bottom;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.window-load {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #140e1a;
  z-index: 1000;
  top: 0;
  left: 0;
}
.window-load img {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 100%;
  height: auto;
}
.window-load.anim img {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  visibility: hidden;
}

.navigation {
  position: absolute;
  display: block;
  width: 100%;
  top: 16px;
  left: 0;
  background: rgba(101, 31, 58, 0.3);
  z-index: 100;
}
.navigation .inner {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  max-width: 1320px;
  margin: 0 auto;
}
.navigation .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .flex .navi-button {
  position: relative;
  display: none;
  width: 36px;
  height: 21px;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .navigation .flex .navi-button {
    display: block;
  }
}
.navigation .flex .navi-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #ffd6a0;
  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);
}
.navigation .flex .navi-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #ffd6a0;
  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);
}
.navigation .flex .navi-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #ffd6a0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation .flex .navi-button.toggle:before {
  -webkit-transform: rotate(45deg) translate(1px, -50%);
  transform: rotate(45deg) translate(1px, -50%);
  top: 50%;
}
.navigation .flex .navi-button.toggle:after {
  -webkit-transform: rotate(-45deg) translate(1px, 50%);
  transform: rotate(-45deg) translate(1px, 50%);
  top: 50%;
}
.navigation .flex .navi-button.toggle span {
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.navigation .flex .menu {
  position: relative;
  display: block;
  height: inherit;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .navigation .flex .menu {
    display: none !important;
  }
}
.navigation .flex .menu ul.navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.navigation .flex .menu ul.navi > li {
  position: relative;
  display: block;
  height: inherit;
}
.navigation .flex .menu ul.navi > li:first-child {
  margin-left: -20px;
}
@media (max-width: 1200px) {
  .navigation .flex .menu ul.navi > li:first-child {
    margin-left: -15px;
  }
}
@media (max-width: 1100px) {
  .navigation .flex .menu ul.navi > li:first-child {
    margin-left: -10px;
  }
}
.navigation .flex .menu ul.navi > li + li {
  margin-left: 34px;
}
@media (max-width: 1300px) {
  .navigation .flex .menu ul.navi > li + li {
    margin-left: 24px;
  }
}
@media (max-width: 1200px) {
  .navigation .flex .menu ul.navi > li + li {
    margin-left: 14px;
  }
}
.navigation .flex .menu ul.navi > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  background: #ffd6a0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation .flex .menu ul.navi > li.active:before, .navigation .flex .menu ul.navi > li:hover:before {
  width: 100%;
}
.navigation .flex .menu ul.navi > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 20px;
  -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: #fff2ed;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
@media (max-width: 1200px) {
  .navigation .flex .menu ul.navi > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .navigation .flex .menu ul.navi > li > a {
    padding: 0 10px;
  }
}
.navigation .flex .menu ul.navi > li > span.text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #fff2ed;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .navigation .flex .menu ul.navi > li > span.text {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .navigation .flex .menu ul.navi > li > span.text {
    padding: 0 10px;
  }
}
.navigation .flex .menu ul.navi > li > span.text .svg {
  width: 25px;
  height: 25px;
  background: #ffd6a0;
  margin-left: 20px;
  margin-right: -10px;
}
@media (max-width: 1200px) {
  .navigation .flex .menu ul.navi > li > span.text .svg {
    margin-left: 10px;
  }
}
.navigation .flex .menu ul.navi > li ul.sub {
  position: absolute;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: 250px;
  top: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.navigation .flex .menu ul.navi > li ul.sub > li {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: rotateX(-75deg);
          transform: rotateX(-75deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  padding-top: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(1n) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(2n) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(3n) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(4n) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(5n) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(6n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(7n) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(8n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(9n) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.navigation .flex .menu ul.navi > li ul.sub > li:nth-child(10n) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.navigation .flex .menu ul.navi > li ul.sub > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 25px;
  color: #fff2ed;
  font-size: 14px;
  background: #651f3a;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
}
.navigation .flex .menu ul.navi > li ul.sub > li > a:hover {
  background: #580123;
}
.navigation .flex .menu ul.navi > li ul.sub > li > span.text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 25px;
  color: #fff2ed;
  font-size: 14px;
  cursor: pointer;
  background: #651f3a;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 44px;
}
.navigation .flex .menu ul.navi > li ul.sub > li > span.text .svg {
  width: 25px;
  height: 25px;
  background: #ffd6a0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navigation .flex .menu ul.navi > li ul.sub > li > span.text:hover {
  background: #580123;
}
.navigation .flex .menu ul.navi > li ul.sub li ul.sub {
  top: 0;
  -webkit-transform: unset !important;
          transform: unset !important;
  left: 100% !important;
}
.navigation .flex .menu ul.navi > li ul.sub li ul.sub li {
  padding-left: 1px;
}
.navigation .flex .menu ul.navi li:hover > ul.sub {
  pointer-events: visible;
}
.navigation .flex .menu ul.navi li:hover > ul.sub > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.navigation .flex .lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.navigation .flex .lang .current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .flex .lang .current span {
  position: relative;
  display: block;
}
.navigation .flex .lang .current span img {
  position: relative;
  display: block;
  width: 30px;
  height: auto;
}
.navigation .flex .lang .current .svg {
  width: 25px;
  height: 25px;
  background: #ffd6a0;
  margin-left: 6px;
}
.navigation .flex .lang .sub {
  position: absolute;
  display: block;
  width: 86px;
  top: calc(100% - 30px);
  left: -15px;
  pointer-events: none;
}
.navigation .flex .lang .sub li {
  position: relative;
  display: block;
  padding-top: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateX(-75deg);
          transform: rotateX(-75deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.navigation .flex .lang .sub li:nth-child(1n) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.navigation .flex .lang .sub li:nth-child(2n) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.navigation .flex .lang .sub li:nth-child(3n) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.navigation .flex .lang .sub li:nth-child(4n) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.navigation .flex .lang .sub li:nth-child(5n) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.navigation .flex .lang .sub li:nth-child(6n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.navigation .flex .lang .sub li:nth-child(7n) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.navigation .flex .lang .sub li:nth-child(8n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.navigation .flex .lang .sub li:nth-child(9n) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.navigation .flex .lang .sub li:nth-child(10n) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.navigation .flex .lang .sub li:nth-child(11n) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.navigation .flex .lang .sub li:nth-child(12n) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.navigation .flex .lang .sub li:nth-child(13n) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.navigation .flex .lang .sub li:nth-child(14n) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.navigation .flex .lang .sub li:nth-child(15n) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.navigation .flex .lang .sub li:nth-child(16n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.navigation .flex .lang .sub li:nth-child(17n) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.navigation .flex .lang .sub li:nth-child(18n) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.navigation .flex .lang .sub li:nth-child(19n) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.navigation .flex .lang .sub li:nth-child(20n) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.navigation .flex .lang .sub li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 5px;
  background: #651f3a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation .flex .lang .sub li a span {
  position: relative;
  display: block;
  color: #fff2ed;
  font-size: 12px;
  margin: 0 auto;
}
.navigation .flex .lang .sub li a img {
  position: relative;
  display: block;
  width: 30px;
  height: auto;
  margin: 0 auto;
}
.navigation .flex .lang .sub li a:hover {
  background: #580123;
}
.navigation .flex .lang:hover .sub {
  pointer-events: visible;
}
.navigation .flex .lang:hover .sub li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.navigation .flex .enter-button {
  min-width: 216px;
  height: 59px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px 0 42px;
  margin-left: 32px;
  text-transform: uppercase;
}
.navigation .flex .enter-button p {
  position: relative;
  display: block;
  margin-left: 15px;
}
.navigation .flex .enter-button .svg {
  width: 36px;
  height: 36px;
  background: #ffd6a0;
  margin: 0 !important;
}
.navigation .flex .enter-button .svg.abs {
  position: absolute;
  top: 0;
  left: 5px;
  opacity: 0.3;
}
@media (max-width: 500px) {
  .navigation .flex .enter-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
    min-width: unset;
    width: 80px;
  }
  .navigation .flex .enter-button span {
    display: none;
  }
  .navigation .flex .enter-button p {
    margin: 0;
  }
}
.navigation.fixed {
  position: fixed;
  top: 0;
  /* background: #311525; */
  background: url("../images/bg/border_bg.webp") center center repeat-x
}
.navigation.fixed .flex {
  height: 70px;
}
.navigation.fixed .flex .menu ul.navi > li ul.sub {
  top: calc(100% - 15px);
}
.navigation.fixed .flex .menu ul.navi > li ul.sub > li a {
  background: #311525;
}
.navigation.fixed .flex .menu ul.navi > li ul.sub > li a:hover {
  background: rgba(88, 1, 35, 0.8);
}
.navigation.fixed .flex .menu ul.navi > li ul.sub > li span {
  background: #311525;
}
.navigation.fixed .flex .menu ul.navi > li ul.sub > li span:hover {
  background: rgba(88, 1, 35, 0.8);
}
.navigation.fixed .flex .lang:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(88, 1, 35, 0.7)), to(rgba(88, 1, 35, 0)));
  background: linear-gradient(0deg, rgba(88, 1, 35, 0.7) 30%, rgba(88, 1, 35, 0) 100%);
}
.navigation.fixed .flex .lang ul.sub {
  top: calc(100% - 15px);
}
.navigation.fixed .flex .lang ul.sub li a {
  background: #311525;
}
.navigation.fixed .flex .lang ul.sub li a:hover {
  background: rgba(88, 1, 35, 0.8);
}
@media (max-width: 1100px) {
  .navigation {
    position: fixed;
    top: 0;
    background: #311525;
  }
  .navigation .flex {
    height: 70px;
  }
  .navigation .flex .menu ul.navi > li ul.sub {
    top: calc(100% - 15px);
  }
  .navigation .flex .menu ul.navi > li ul.sub > li a {
    background: #311525;
  }
  .navigation .flex .menu ul.navi > li ul.sub > li a:hover {
    background: rgba(88, 1, 35, 0.8);
  }
  .navigation .flex .menu ul.navi > li ul.sub > li span {
    background: #311525;
  }
  .navigation .flex .menu ul.navi > li ul.sub > li span:hover {
    background: rgba(88, 1, 35, 0.8);
  }
  .navigation .flex .lang:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(88, 1, 35, 0.7)), to(rgba(88, 1, 35, 0)));
    background: linear-gradient(0deg, rgba(88, 1, 35, 0.7) 30%, rgba(88, 1, 35, 0) 100%);
  }
  .navigation .flex .lang ul.sub {
    top: calc(100% - 15px);
  }
  .navigation .flex .lang ul.sub li a {
    background: #311525;
  }
  .navigation .flex .lang ul.sub li a:hover {
    background: rgba(88, 1, 35, 0.8);
  }
}

.mobile-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
  left: 0;
  z-index: 100;
  background: #311525;
  padding: 10px;
  overflow: hidden auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu .menu {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.mobile-menu .menu ul.navi {
  position: relative;
  display: block;
  width: 100%;
}
.mobile-menu .menu ul.navi li {
  position: relative;
  display: block;
}
.mobile-menu .menu ul.navi li + li {
  margin-top: 4px;
}
.mobile-menu .menu ul.navi li a, .mobile-menu .menu ul.navi li span.text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -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: #fff2ed;
  font-size: 16px;
  background: rgba(101, 31, 58, 0.6);
}
.mobile-menu .menu ul.navi li a .svg, .mobile-menu .menu ul.navi li span.text .svg {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 36px;
  height: 36px;
  background: #ffd6a0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-menu .menu ul.navi li a.toggle .svg, .mobile-menu .menu ul.navi li span.text.toggle .svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.mobile-menu .menu ul.navi li ul.sub {
  position: relative;
  display: none;
  width: 100%;
  padding: 8px 4px;
  margin-top: 4px;
  background: #580123;
}
.mobile-menu .menu ul.navi li ul.sub li a, .mobile-menu .menu ul.navi li ul.sub li span.text {
  background: rgba(101, 31, 58, 0.6);
}

header {
  padding-top: 211px;
}
@media (max-width: 1100px) {
  header {
    padding-top: 110px;
  }
}
header .flex-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 110px;
}
@media (max-width: 1100px) {
  header .flex-main {
    padding-bottom: 40px;
  }
}
header .flex-main .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 675px;
  margin-right: auto;
}
header .flex-main .logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .flex-main .logo a img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
header .flex-main .logo a img:nth-child(2) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
@media (min-width: 1100px) {
  header .flex-main .logo a:hover img:nth-child(2) {
    opacity: 0.3;
    visibility: visible;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
header .flex-main .slider-box {
  position: relative;
  display: block;
  margin-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 558px;
  padding-top: 15px;
  padding-bottom: 35px;
}
header .flex-main .slider-box:before {
  content: '';
  position: absolute;
  display: block;
  width: 905px;
  height: 592px;
  background: url(../images/slider-fade.png) no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.7;
}
header .flex-main .slider-box .slider {
  position: relative;
  display: block;
  width: 100%;
}
header .flex-main .slider-box .slider a {
  position: relative;
  display: block;
}
header .flex-main .slider-box .slider a fieldset {
  position: relative;
  display: block;
  border-width: 1px;
  border-bottom-width: 0px;
  border-radius: 7px 7px 0 0;
  border-color: #ffd6a0;
  padding: 0 25px 35px;
}
@media (max-width: 600px) {
  header .flex-main .slider-box .slider a fieldset {
    padding: 0 15px 35px;
  }
}
header .flex-main .slider-box .slider a fieldset legend {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 30px;
  color: #ffd6a0;
  font-size: 36px;
  top: -2px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px) scale(0.7);
          transform: translateY(30px) scale(0.7);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  line-height: 34px;
}
@media (max-width: 600px) {
  header .flex-main .slider-box .slider a fieldset legend {
    font-size: 22px;
    line-height: 22px;
    padding: 0 10px;
  }
}
header .flex-main .slider-box .slider a fieldset p {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff9f1;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px) scale(0.7);
          transform: translateY(-30px) scale(0.7);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
@media (max-width: 600px) {
  header .flex-main .slider-box .slider a fieldset p {
    font-size: 16px;
  }
}
header .flex-main .slider-box .slider a.slick-active fieldset legend, header .flex-main .slider-box .slider a.slick-active fieldset p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}
header .flex-main .slider-box .slider a[href="#"] {
  cursor: default;
}
header .flex-main .slider-box .slider a:not([href="#"]):hover fieldset legend {
  color: #fd3156;
}
header .flex-main .slider-box .slider-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 4px;
}
header .flex-main .slider-box .slider-arrows:before {
  content: '';
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border-bottom: 1px solid #ffd6a0;
  border-left: 1px solid #ffd6a0;
  border-radius: 0 0 0 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 5px;
}
header .flex-main .slider-box .slider-arrows:after {
  content: '';
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border-bottom: 1px solid #ffd6a0;
  border-right: 1px solid #ffd6a0;
  border-radius: 0 0 7px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 5px;
}
header .flex-main .slider-box .slider-arrows button.slick-prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
header .flex-main .slider-box .slider-arrows button.slick-prev .svg {
  width: 50px;
  height: 50px;
  background: #ffd6a0;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1100px) {
  header .flex-main .slider-box .slider-arrows button.slick-prev:hover .svg {
    background: #fd3156;
  }
}
header .flex-main .slider-box .slider-arrows button.slick-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
header .flex-main .slider-box .slider-arrows button.slick-next .svg {
  width: 50px;
  height: 50px;
  background: #ffd6a0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1100px) {
  header .flex-main .slider-box .slider-arrows button.slick-next:hover .svg {
    background: #fd3156;
  }
}
@media (max-width: 1100px) {
  header .flex-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .flex-main .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 auto;
  }
  header .flex-main .slider-box {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 20px auto 0;
  }
}
header .flex-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 54px;
}
@media (max-width: 1100px) {
  header .flex-page {
    padding-bottom: 40px;
  }
}
header .flex-page .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 675px;
  margin: 0 auto;
}
header .flex-page .logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .flex-page .logo a img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
header .flex-page .logo a img:nth-child(2) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
@media (min-width: 1100px) {
  header .flex-page .logo a:hover img:nth-child(2) {
    opacity: 0.3;
    visibility: visible;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

footer {
  background: rgba(16, 14, 19, 0.7);
  margin-top: 80px !important;
}
footer .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 0 37px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .flex .lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: auto;
  padding-top: 5px;
}
footer .flex .lists ul {
  position: relative;
  display: block;
  margin-right: auto;
}
footer .flex .lists ul + ul {
  margin-left: 20px;
}
footer .flex .lists ul li {
  position: relative;
  display: block;
}
footer .flex .lists ul li + li {
  margin-top: 13px;
}
footer .flex .lists ul li a {
  position: relative;
  display: inline-block;
  color: #9c96a3;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  footer .flex .lists ul li a:hover {
    text-decoration: underline;
  }
}
footer .flex img.logo {
  position: relative;
  display: block;
  margin-left: 20px;
  max-width: 212px;
  height: auto;
}
footer .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  width: 100%;
}
footer .description .text {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 900px;
  color: #3c3b3d;
  font-size: 14px;
  line-height: 18px;
  margin-right: auto;
}
footer .description .text a {
  color: #3c3b3d;
}
@media (min-width: 1100px) {
  footer .description .text a:hover {
    color: #9c96a3;
  }
}
footer .description .copyright {
  position: relative;
  display: block;
  color: #3c3b3d;
  font-size: 16px;
  min-width: 212px;
  text-align: center;
}
footer .description .copyright a {
  color: #3c3b3d;
}
@media (min-width: 1100px) {
  footer .description .copyright a:hover {
    color: #9c96a3;
  }
}
@media (max-width: 900px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .flex img.logo {
    margin: 0 auto 10px;
  }
  footer .flex .lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  footer .flex .lists ul {
    width: 50%;
    margin: 0 !important;
    padding: 6px 10px;
  }
  footer .flex .lists ul li {
    text-align: right;
  }
  footer .flex .lists ul li + li {
    margin-top: 12px !important;
  }
  footer .flex .lists ul:nth-child(even) li {
    text-align: left;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  footer .flex .lists ul {
    width: 100%;
  }
  footer .flex .lists ul li {
    text-align: center !important;
  }
}
@media (max-width: 900px) {
  footer .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .description .text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .description .copyright {
    margin: 20px auto 0;
  }
}

/* CONTENT */
.wrapper-content {
  position: relative;
  display: block;
  width: 100%;
}

.main-content .flex-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
}
.main-content .flex-box:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  left: -70px;
  right: -70px;
  background: #271e30;
}
.main-content .flex-box .news-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 860px;
  min-width: 700px;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content .flex-box .news-block .news-title {
  position: relative;
  display: block;
  width: 100%;
  color: #aa9d8c;
  font-size: 24px;
  margin-bottom: 45px;
  padding-top: 15px;
}
.main-content .flex-box .news-block .news-title span {
  color: #ffc899;
}
.main-content .flex-box .news-block .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.main-content .flex-box .news-block .flex .last-news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 427px;
  min-width: 380px;
  height: 530px;
  margin-right: auto;
}
.main-content .flex-box .news-block .flex .last-news .frame {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-content .flex-box .news-block .flex .last-news .frame .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px 5px 7px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1d1424;
}
.main-content .flex-box .news-block .flex .last-news .frame .img img {
  position: absolute;
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.main-content .flex-box .news-block .flex .last-news .frame:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  bottom: -1px;
  left: 0;
  background: url(../images/news-fade.png) no-repeat center bottom;
  background-size: 100% auto;
  border-radius: 5px;
}
.main-content .flex-box .news-block .flex .last-news .frame .date {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 54px;
  height: 90px;
  background: #ffc899;
  border-radius: 5px;
  top: -11px;
  left: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  pointer-events: none;
}
.main-content .flex-box .news-block .flex .last-news .frame .date span {
  position: relative;
  display: flex;
  color: #2d1725;
  font-size: 30px;
  justify-content: center;
}
.main-content .flex-box .news-block .flex .last-news .frame .date p {
  position: relative;
  display: block;
  color: #8f6564;
  font-size: 18px;
  max-width: 80%;
  margin-top: 3px;
}
.main-content .flex-box .news-block .flex .last-news .description {
  position: relative;
  display: block;
  width: 100%;
  margin: auto auto 0;
  padding: 0 27px 30px;
  z-index: 1;
}
.main-content .flex-box .news-block .flex .last-news .description .title {
  position: relative;
  display: block;
  color: #ffd6a0;
  font-size: 30px;
}
.main-content .flex-box .news-block .flex .last-news .description .text {
  position: relative;
  display: block;
  color: #aa9d8c;
  font-size: 18px;
  margin-top: 20px;
  overflow: hidden;
  max-height: 90px;
  text-overflow: ellipsis;
}
.main-content .flex-box .news-block .flex .last-news .description .link {
  position: relative;
  display: block;
  margin-top: 18px;
}
.main-content .flex-box .news-block .flex .last-news .description .link .all-submit {
  min-width: 160px;
  padding: 0 20px;
  pointer-events: visible;
}
@media (min-width: 1100px) {
  .main-content .flex-box .news-block .flex .last-news {
    pointer-events: none;
  }
  .main-content .flex-box .news-block .flex .last-news:hover .frame .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.main-content .flex-box .news-block .flex .all-news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 420px;
  height: 530px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  overflow: hidden;
}
.main-content .flex-box .news-block .flex .all-news .news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
}
.main-content .flex-box .news-block .flex .all-news .news + .news {
  margin-top: 16px;
}
.main-content .flex-box .news-block .flex .all-news .news .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}
.main-content .flex-box .news-block .flex .all-news .news .img img {
  position: absolute;
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.main-content .flex-box .news-block .flex .all-news .news .description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.main-content .flex-box .news-block .flex .all-news .news .description .date {
  position: relative;
  display: block;
  color: #8e88ac;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.main-content .flex-box .news-block .flex .all-news .news .description .title {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff9f1;
  font-size: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.main-content .flex-box .news-block .flex .all-news .news .description .text {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c2adad;
  font-size: 12px;
  margin-top: 12px;
  max-height: 32px;
  margin-bottom: auto;
}
.main-content .flex-box .news-block .flex .all-news .news .description .link {
  position: relative;
  display: block;
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.main-content .flex-box .news-block .flex .all-news .news .description .link .all-submit {
  min-width: 105px;
  height: 25px;
  font-size: 12px;
  padding: 0 10px;
  pointer-events: visible;
}
.main-content .flex-box .news-block .flex .all-news .news:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main-content .flex-box .news-block .more-news {
  position: relative;
  display: block;
  margin-top: auto;
  width: 100%;
  padding-top: 10px;
}
.main-content .flex-box .news-block .more-news a {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  font-size: 24px;
}
.main-content .flex-box .side-block {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 435px;
  margin-left: 10px;
}
.main-content .flex-box .side-block .promo {
  position: relative;
  display: block;
  width: 100%;
}
.main-content .flex-box .side-block .promo + * {
  margin-top: 22px !important;
}
.main-content .flex-box .side-block .promo .video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 318px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content .flex-box .side-block .promo .video img {
  position: absolute;
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
}
.main-content .flex-box .side-block .promo .video .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  margin: auto;
  opacity: 0.6;
}
.main-content .flex-box .side-block .promo .video .btn:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center;
}
.main-content .flex-box .side-block .promo .video .btn .svg {
  width: 36px;
  height: 36px;
  background: #ffffff;
  margin: auto;
  left: 1px;
}
@media (min-width: 1100px) {
  .main-content .flex-box .side-block .promo .video .btn:hover {
    opacity: 1;
  }
}
.main-content .flex-box .side-block .promo .video iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.main-content .flex-box .side-block .promo .name {
  position: relative;
  display: block;
  width: 100%;
  color: #ffc899;
  font-size: 14px;
  margin-top: 21px;
}
.main-content .flex-box .side-block .discord {
  position: relative;
  display: block;
  width: 100%;
}
.main-content .flex-box .side-block .discord img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .main-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-content .flex-box .news-block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 auto;
    min-width: unset;
  }
  .main-content .flex-box .news-block .news-title {
    text-align: center;
  }
  .main-content .flex-box .news-block .more-news {
    padding-top: 40px;
  }
  .main-content .flex-box .side-block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 30px auto 0;
  }
  .main-content .flex-box .side-block .promo .name {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .main-content .flex-box .news-block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-content .flex-box .news-block .flex .last-news {
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-width: unset;
  }
  .main-content .flex-box .news-block .flex .last-news .description {
    text-align: center;
  }
  .main-content .flex-box .news-block .flex .last-news .description .link a {
    margin: 0 auto;
  }
  .main-content .flex-box .news-block .flex .all-news {
    margin: 30px auto 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-width: unset;
    max-width: 427px;
    height: unset;
  }
  .main-content .flex-box .news-block .more-news {
    max-width: 427px;
    margin: 0 auto;
  }
  .main-content .flex-box .news-block .more-news a {
    font-size: 18px;
  }
}

.faq-start-game {
  margin-top: 40px;
}
.faq-start-game .faq-title {
  position: relative;
  display: block;
  width: 100%;
  color: #ffc899;
  font-size: 60px;
}
@media (max-width: 1100px) {
  .faq-start-game .faq-title {
    text-align: center;
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .faq-start-game .faq-title {
    font-size: 30px;
  }
}
.faq-start-game .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 65px auto 0;
  padding: 0 60px;
}
@media (max-width: 1400px) {
  .faq-start-game .flex {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .faq-start-game .flex {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .faq-start-game .flex {
    margin-top: 35px;
    padding: 0;
  }
}
.faq-start-game .flex .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 230px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq-start-game .flex .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 370px;
  height: 230px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/item-faq-1.png) no-repeat center;
}
.faq-start-game .flex .item:nth-child(3n - 1):before {
  background: url(../images/item-faq-2.png) no-repeat center;
}
.faq-start-game .flex .item:nth-child(3n - 0):before {
  background: url(../images/item-faq-3.png) no-repeat center;
}
.faq-start-game .flex .item + .item:after {
  content: '';
  position: absolute;
  display: block;
  width: 20vw;
  max-width: 95px;
  height: 34px;
  mask: url(../images/svg/step.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/step.svg) no-repeat center/contain;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  background: #322b45;
}
@media (max-width: 1300px) {
  .faq-start-game .flex .item + .item:after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (max-width: 1240px) {
  .faq-start-game .flex .item + .item:after {
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }
}
@media (max-width: 1200px) {
  .faq-start-game .flex .item + .item:after {
    display: none;
  }
}
.faq-start-game .flex .item .num {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #ffffff;
  opacity: 0.2;
  font-size: 18px;
}
.faq-start-game .flex .item:nth-child(3n - 1) .num {
  padding: 0 10px;
}
.faq-start-game .flex .item .title {
  position: relative;
  display: block;
  font-size: 24px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.faq-start-game .flex .item .title span {
  position: relative;
  display: block;
  color: #fff9f1;
}
.faq-start-game .flex .item .title p {
  position: relative;
  display: block;
  color: #ffc899;
}
.faq-start-game .flex .item .text {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  margin: auto;
  overflow: hidden;
  max-height: 56px;
  color: #aa9d8c;
  font-size: 14px;
  line-height: 18px;
}
.faq-start-game .flex .item .link {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -18px;
}
.faq-start-game .flex .item .link a {
  min-width: 216px;
  padding: 0 10px;
  height: 59px;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
}
.faq-start-game .flex .item .link a.false {
  font-size: 14px;
}
@media (max-width: 1100px) {
  .faq-start-game .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-start-game .flex .item {
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
    text-align: center;
  }
  .faq-start-game .flex .item + .item {
    margin-top: 50px;
  }
  .faq-start-game .flex .item:after {
    display: none !important;
  }
}

.news-content .grid {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 34px 26px;
}
.news-content .grid .page-news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
}
.news-content .grid .page-news .frame {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-content .grid .page-news .frame .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px 25px 27px 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1d1424;
}
.news-content .grid .page-news .frame .img img {
  position: absolute;
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.news-content .grid .page-news .frame:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  background: url(../images/news-fade-page.png) no-repeat center bottom;
  background-size: 100% auto;
  border-radius: 5px;
}
.news-content .grid .page-news .frame .date {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 54px;
  height: 90px;
  background: #ffc899;
  border-radius: 5px;
  top: -11px;
  left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  pointer-events: none;
}
.news-content .grid .page-news .frame .date span {
  position: relative;
  display: block;
  color: #2d1725;
  font-size: 30px;
}
.news-content .grid .page-news .frame .date p {
  position: relative;
  display: block;
  color: #8f6564;
  font-size: 18px;
  margin-top: 3px;
}
.news-content .grid .page-news .description {
  position: relative;
  display: block;
  width: 100%;
  margin: auto auto 0;
  padding: 90px 24px 20px;
  z-index: 1;
}
.news-content .grid .page-news .description .title {
  position: relative;
  display: block;
  color: #ffd6a0;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .news-content .grid .page-news .description .title {
    font-size: 24px;
  }
}
.news-content .grid .page-news .description .text {
  position: relative;
  display: block;
  color: #aa9d8c;
  font-size: 18px;
  margin-top: 20px;
  overflow: hidden;
  max-height: 90px;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .news-content .grid .page-news .description .text {
    font-size: 16px;
  }
}
.news-content .grid .page-news .description .link {
  position: relative;
  display: block;
  margin-top: 18px;
}
.news-content .grid .page-news .description .link .all-submit {
  min-width: 160px;
  padding: 0 20px;
  pointer-events: visible;
}
@media (min-width: 1100px) {
  .news-content .grid .page-news {
    pointer-events: none;
  }
  .news-content .grid .page-news:hover .frame .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1000px) {
  .news-content .grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  .news-content .grid .page-news .frame:after {
    background: url(../images/news-fade-page.png) no-repeat center bottom, url(../images/news-fade-page.png) no-repeat center bottom;
  }
  .news-content .grid .page-news .description {
    text-align: center;
  }
  .news-content .grid .page-news .description .link a {
    margin: 0 auto;
  }
}

.start-content .text-title {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.start-content .text-title span {
  position: relative;
  display: block;
  color: #ffd5a0;
  font-size: 36px;
}
.start-content.news-show .text-title span{
  position: relative;
  color: #ffd5a0;
  font-size: 16px;
  display: contents;
}
.start-content .text-title p {
  position: relative;
  display: block;
  color: #fff2ed;
  font-size: 16px;
  margin-top: 10px;
  font-family: "Alice", serif;
}
@media (max-width: 600px) {
  .start-content .text-title span {
    font-size: 24px;
  }
}
.start-content .grid {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 14px;
  margin: 15px auto 0;
}
.start-content .grid > * {
  min-width: 0;
}
.start-content .grid .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: rgba(0, 0, 0, 0.11);
  border: 1px solid #271e30;
  border-radius: 25px;
  padding: 35px 20px 45px;
}
.start-content .grid .item > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.start-content .grid .item .step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
  border: 2px solid #ffc899;
  border-radius: 50%;
  margin: 0 auto 25px;
  color: #fff2ed;
  font-size: 30px;
  -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;
  z-index: 1;
  overflow: hidden;
  background: #271e30;
}
.start-content .grid .item .step:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.4;
}
.start-content .grid .item:nth-child(4n - 3) .step:before {
  background-image: url(../images/step-1.png);
}
.start-content .grid .item:nth-child(4n - 2) .step:before {
  background-image: url(../images/step-2.png);
}
.start-content .grid .item:nth-child(4n - 1) .step:before {
  background-image: url(../images/step-3.png);
}
.start-content .grid .item:nth-child(4n - 0) .step:before {
  background-image: url(../images/step-4.png);
}
.start-content .grid .item:nth-child(2) ~ .item {
  padding: 35px 45px;
  grid-column: 1 / -1;
}
.start-content .grid .item .title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: auto;
}
.start-content .grid .item .title span {
  position: relative;
  display: block;
  color: #ffc899;
  font-size: 18px;
}
.start-content .grid .item .title p {
  position: relative;
  display: block;
  color: #fff2ed;
  font-size: 16px;
  font-family: "Alice", serif;
  margin-top: 3px;
}
.start-content .grid .item .title p.second {
  font-family: "BeaufortforLOL-Bold";
  font-size: 14px;
}
.start-content .grid .item .title p a {
  position: relative;
  display: inline-block;
  color: #5d92f2;
}
@media (min-width: 1100px) {
  .start-content .grid .item .title p a:hover {
    text-decoration: underline;
  }
}
.start-content .grid .item .list {
  position: relative;
  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;
  margin: 20px -5px -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start-content .grid .item .list li {
  position: relative;
  display: block;
  margin: 5px;
}
.start-content .grid .item .list li .all-button {
  min-width: 169px;
  height: 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
}
.start-content .grid .item .list li .all-button.enter {
  padding-right: 22px;
}
.start-content .grid .item .list li .all-button span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.start-content .grid .item .list li .all-button p {
  position: relative;
  display: block;
  margin-left: 5px;
}
.start-content .grid .item .list li .all-button .svg {
  width: 36px;
  height: 36px;
  background: #ffd6a0;
  margin: 0 !important;
}
.start-content .grid .item .list li .all-button .svg.abs {
  position: absolute;
  top: 0;
  left: 5px;
  opacity: 0.3;
}
.start-content .grid .item .list.large-margin {
  margin: 20px -10px -5px;
}
.start-content .grid .item .list.large-margin li {
  margin: 5px 10px;
}
.start-content .grid .item .list.large-margin li a.link {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #c3e259;
  font-size: 18px;
  text-decoration: underline;
  margin: 15px 0;
}
@media (min-width: 1100px) {
  .start-content .grid .item .list.large-margin li a.link:hover {
    color: #fd3156;
  }
}
.start-content .grid .item .text-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px auto 0;
}
.start-content .grid .item .text-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px;
  text-align: center;
  background: #000000;
  border: 1px solid #271e30;
  border-radius: 25px;
  color: #fff2ed;
  font-size: 15px;
  font-family: "Alice", serif;
}
.start-content .grid .item .text-list li + li {
  margin-top: 8px;
}
.start-content .grid .item .text-list li a {
  position: relative;
  display: inline-block;
  color: #5d92f2;
}
@media (min-width: 1100px) {
  .start-content .grid .item .text-list li a:hover {
    text-decoration: underline;
  }
}
.start-content .grid .item .text-list li i {
  color: #ffc899;
  font-style: normal;
}
@media (max-width: 1100px) {
  .start-content .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .start-content .grid .item {
    padding: 35px 10px !important;
  }
  .start-content .grid .item .text-list li {
    padding: 20px 10px;
  }
}

.status-content .server-status {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.status-content .server-status .server-name {
  position: relative;
  display: block;
  color: #f3e7e6;
  font-size: 24px;
  margin-bottom: 15px;
}
.status-content .server-status .stats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-content .server-status .stats .info {
  position: relative;
  display: block;
  padding: 12px 0 12px 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.status-content .server-status .stats .info:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 110%;
  border-right: 1px dashed #ffc899;
  top: -5%;
  left: 0;
}
.status-content .server-status .stats .info:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 110%;
  border-left: 1px dashed #ffc899;
  top: calc(-5% - 2px);
  left: 1px;
}
.status-content .server-status .stats .info ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  margin: -4px 0;
}
.status-content .server-status .stats .info ul li {
  position: relative;
  display: block;
  width: 50%;
  margin: 4px 0;
  color: #c2adad;
  font-size: 18px;
  padding-right: 10px;
  white-space: nowrap;
}
.status-content .server-status .stats .info ul li span {
  color: #c3e259;
}
.status-content .server-status .stats .info ul li span.red {
  color: #e25f59;
}
.status-content .server-status .stats .info ul li span.yellow {
  color: #ffc899;
}
.status-content .server-status .stats .status-online {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 4px;
  background: rgba(0, 0, 0, 0.31);
  border: 1px solid #271e30;
  border-radius: 10px;
}
.status-content .server-status .stats .status-online .item-team {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-content .server-status .stats .status-online .item-team .percent {
  position: relative;
  display: block;
  text-align: center;
  width: 52px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}
.status-content .server-status .stats .status-online .item-team .percent.alliance {
  color: #5d92f2;
}
.status-content .server-status .stats .status-online .item-team .percent.orda {
  color: #e25f59;
}
.status-content .server-status .stats .status-online .item-team img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 1px;
}
.status-content .server-status .stats .status-online .load-status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 14px;
  height: 11px;
  overflow: hidden;
  border-radius: 6px;
}
.status-content .server-status .stats .status-online .load-status .line {
  position: relative;
  display: block;
  width: 50%;
  height: inherit;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.status-content .server-status .stats .status-online .load-status .line.alliance {
  background: #5d92f2;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.status-content .server-status .stats .status-online .load-status .line.alliance:before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: inherit;
  top: 0;
  right: 0;
  -webkit-transform: translateX(10px) skew(-45deg);
          transform: translateX(10px) skew(-45deg);
  background: #5d92f2;
}
.status-content .server-status .stats .status-online .load-status .line.orda {
  background: #e25f59;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.status-content .server-status .stats .status-online .load-status .line.orda:before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: inherit;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-10px) skew(-45deg);
          transform: translateX(-10px) skew(-45deg);
  background: #e25f59;
}
.status-content .server-status .server-info {
  position: relative;
  display: block;
  width: 100%;
  margin: 35px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #271e30;
}
.status-content .server-status .server-info ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.status-content .server-status .server-info ul li {
  position: relative;
  display: block;
  margin: 10px 0;
  white-space: nowrap;
  color: #c2adad;
  font-size: 18px;
  padding-right: 15px;
}
.status-content .server-status .server-info ul li span {
  color: #fff2ed;
}
.status-content .server-status .server-description {
  position: relative;
  display: block;
  width: 100%;
  margin: 62px auto 0;
}
.status-content .server-status .server-description .title {
  position: relative;
  display: block;
  width: 100%;
  color: #ffc899;
  font-size: 24px;
  text-decoration: underline;
  margin-bottom: 30px;
}
.status-content .server-status .server-description ul {
  position: relative;
  display: block;
}
.status-content .server-status .server-description ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #e8cbcb;
  font-size: 18px;
  font-family: "Alice", serif;
}
.status-content .server-status .server-description ul li + li {
  margin-top: 15px;
}
.status-content .server-status .server-description ul li:before {
  content: '';
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 19px;
  height: 19px;
  mask: url(../images/svg/check.svg) no-repeat center/contain;
  -webkit-mask: url(../images/svg/check.svg) no-repeat center/contain;
  margin-right: 14px;
  background: #c3e259;
  top: 1px;
}
@media (max-width: 1000px) {
  .status-content .server-status .server-name {
    text-align: center;
  }
  .status-content .server-status .stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .status-content .server-status .stats .info {
    width: 100%;
    max-width: 450px;
    background: rgba(0, 0, 0, 0.51);
    border: 1px dashed #ffc899;
    padding: 20px;
  }
  .status-content .server-status .stats .info:before, .status-content .server-status .stats .info:after {
    display: none;
  }
  .status-content .server-status .stats .info ul {
    width: 100%;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .status-content .server-status .stats .info {
    padding: 20px 10px;
  }
  .status-content .server-status .stats .info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .status-content .server-status .stats .info ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .status-content .server-status .stats .status-online {
    max-width: 450px;
    padding: 15px 10px 20px;
    height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px auto 0;
  }
  .status-content .server-status .stats .status-online .load-status {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 10px auto 0;
  }
  .status-content .server-status .server-info {
    width: 100%;
    max-width: 450px;
    background: rgba(0, 0, 0, 0.51);
    border: 1px dashed #ffc899;
    padding: 20px 10px;
    margin-top: 15px;
  }
  .status-content .server-status .server-info ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .status-content .server-status .server-info ul li {
    margin: 0;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  .status-content .server-status .server-info ul li {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .status-content .server-status .server-info ul li + li {
    margin-top: 15px;
  }
  .status-content .server-status .server-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .status-content .server-status .server-description .title {
    text-align: center;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .status-content .server-status .server-description .title {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .status-content .server-status .server-description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    min-width: 0%;
  }
  .status-content .server-status .server-description ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    min-width: 0%;
  }
}

.modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .modal-close {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal .modal-content {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  background: #ffffff;
  padding: 50px;
  color: #000000;
}
.modal .modal-content a {
  color: #000000;
}
.modal.modal-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.modal-animate {
  opacity: 1;
  visibility: visible;
}
.modal.modal-animate .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.social{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social img{
  width: 74px;
  margin: 5px;
}