/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
.launcher {
  background: url(assets/images/bg.png) no-repeat center center;
  width: 718px;
  height: 396px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -198px;
  margin-left: -359px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 16px;
}

.launcher_board {
  display: inline-block;
  vertical-align: top;
  width: 432px;
  margin-right: 10px;
}
.launcher_board__banner {
  position: relative;
  width: 432px;
  height: 202px;
  margin-bottom: 12px;
}
.launcher_board__banner .banner_carousel {
  position: relative;
  width: 432px;
  height: 202px;
  overflow: hidden;
}
.launcher_board__banner .banner_carousel__wrapper {
  position: absolute;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.launcher_board__banner .banner_carousel__item {
  display: inline-block;
  position: relative;
  float: left;
}
.launcher_board__banner .banner_carousel__item a {
  display: block;
  border: 1px solid #e6e082;
}
.launcher_board__banner .banner_carousel__item a img {
  width: 432px;
  height: 202px;
}
.launcher_board__banner .banner_carousel__item:after {
  position: absolute;
  top: 20px;
  left: 20px;
}
.launcher_board__banner .banner_pagination {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  text-align: center;
}
.launcher_board__banner .banner_pagination__item {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(assets/images/page.png) no-repeat center center;
  cursor: pointer;
}
.launcher_board__banner .banner_pagination__item.active {
  background: url(assets/images/page-act.png) no-repeat center center;
}
.launcher_board__news {
  position: relative;
  padding-bottom: 20px;
}
.launcher_board__news .news_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.launcher_board__news .news_list li .news_item {
  display: block;
  position: relative;
  color: #ffe9c3;
  font-size: 14px;
  text-decoration: none;
}
.launcher_board__news .news_list li .news_item__title {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: auto;
}
.launcher_board__news .news_list li .news_item__date {
  position: absolute;
  right: 20px;
  top: 20px;
}
.launcher_board__news .news_list li:first-child .news_item {
  background: url(assets/images/news-li-first-bg.png) no-repeat;
  width: 437px;
  height: 58px;
  padding: 20px 0 0 60px;
}
.launcher_board__news .news_list li:first-child .news_item .news_item {
  color: #ffe9c3;
}
.launcher_board__news .news_list li:not(:first-child) .news_item {
  width: 437px;
  height: 28px;
  padding: 0 0 0 35px;
}
.launcher_board__news .news_list li:not(:first-child) .news_item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  width: 8px;
  height: 12px;
  background: url(assets/images/news-li.png) repeat-x bottom center;
  transition: left 0.5s;
}
.launcher_board__news .news_list li:not(:first-child) .news_item:hover:before {
  left: 16px;
}
.launcher_board__news .news_list li:not(:first-child) .news_item .news_item {
  color: #ffe9c3;
}
.launcher_board__news .news_list li:not(:first-child) .news_item .news_item__date {
  top: 0;
}
.launcher_board__news .news_list li:not(:first-child):not(:last-child) .news_item:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 431px;
  height: 1px;
  background: url(assets/images/news-li-split.png) repeat-x bottom center;
}
.launcher_board__news .news_readmore {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #ffe9c3;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
  font-style: italic;
}

.launcher_login {
  display: block;
  position: absolute;
  right: 16px;
  top: 48px;
}
.launcher_login__form {
  width: 240px;
  text-align: center;
}
.launcher_login__form #btn-login {
  background: url(assets/images/btn-log-in.png) no-repeat;
  width: 178px;
  height: 48px;
  display: block;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  font-size: 0;
  margin: 0 auto;
  margin: 0 auto 16px;
}
.launcher_login__form #btn-login:hover {
  background: url(assets/images/btn-log-in-hov.png) no-repeat;
}
.launcher_login__form #btn-register {
  background: url(assets/images/btn-quick-register.png) no-repeat;
  width: 159px;
  height: 44px;
  display: block;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  font-size: 0;
  margin: 0 auto;
}
.launcher_login__form #btn-register:hover {
  background: url(assets/images/btn-quick-register-hov.png) no-repeat;
}
.launcher_login__form input:not([type=checkbox]),
.launcher_login__form button {
  display: block;
  margin: 0 auto 16px;
}
.launcher_login__form label {
  color: rgb(239, 193, 113);
  width: 100%;
  text-align: left;
  user-select: none;
}
.launcher_login__form > label {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}
.launcher_login__form input:not([type=checkbox]) {
  width: 240px;
  height: 36px;
  padding: 4px;
  margin: 0 auto 16px;
}
.launcher_login__form input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
.launcher_login__remember {
  font-size: 14px;
  margin: 24px auto 24px;
}
.launcher_login__remember a {
  color: rgb(239, 193, 113);
  display: inline-block;
  margin-left: 30px;
}

.launcher_recently {
  width: 136px;
}
.launcher_recently p {
  color: #ffe9c3;
  font-size: 14px;
  margin-bottom: 16px;
}
.launcher_recently .server_list .server_item {
  display: block;
  position: relative;
  background: url(assets/images/server-left-li.png) no-repeat;
  background-size: 100% 100%;
  width: 132px;
  height: 48px;
  color: #593906;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 10px;
  margin: 0 auto 10px;
  text-align: center;
}
.launcher_recently .server_list .server_item:hover {
  background: url(assets/images/server-left-li-hov.png) no-repeat;
  background-size: 100% 100%;
}
.launcher_recently .server_list .server_item__number {
  font-size: 12px;
}
.launcher_recently .server_list .server_item__number:before {
  content: "[";
}
.launcher_recently .server_list .server_item__number:after {
  content: "]";
}
.launcher_recently .server_list .server_item__name:before {
  content: "-";
  margin: 0 4px 0 0;
}

.launcher_term {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #efc171;
  user-select: none;
}
.launcher_term a {
  color: #f89c01;
}

.launcher_auth {
  color: #efc171;
  position: absolute;
  top: 16px;
  right: 16px;
  user-select: none;
  font-size: 14px;
}
.launcher_auth__username {
  font-weight: bold;
  margin-right: 8px;
}
.launcher_auth__logout {
  margin-left: 8px;
  text-decoration: none;
  color: #f89c01;
}

.launcher_server {
  position: absolute;
  top: 50px;
  right: 16px;
  width: 521px;
}
.launcher_server .server_list .server_group_list {
  background: url(assets/images/group-server-bg.png) no-repeat;
  width: 520px;
  height: 56px;
  padding: 6px 8px;
  margin-bottom: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  background-size: 520px 44px;
  list-style-type: none;
  white-space: nowrap;
}
.launcher_server .server_list .server_group_item {
  display: inline-block;
  background: url(assets/images/group-server-item-bg.png) no-repeat;
  width: 96px;
  height: 32px;
  color: #f7c370;
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.launcher_server .server_list .server_group_item:hover, .launcher_server .server_list .server_group_item.active {
  background: url(assets/images/group-server-item-act-bg.png) no-repeat;
}
.launcher_server .server_list .server_pages_list {
  background: url(assets/images/pages-server-bg.png) no-repeat;
  width: 520px;
  height: 56px;
  padding: 6px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  background-size: 520px 44px;
  list-style-type: none;
  white-space: nowrap;
}
.launcher_server .server_list .server_pages_item {
  display: inline-block;
  background: url(assets/images/pages-server-item-bg.png) no-repeat;
  width: 120px;
  height: 32px;
  color: #f7c370;
  font-weight: bold;
  font-size: 13px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #5e320e;
  text-shadow: 0 0 2px #ffcd76;
  cursor: pointer;
}
.launcher_server .server_list .server_pages_item:not(:first-child) {
  margin-left: 4px;
}
.launcher_server .server_list .server_pages_item:hover, .launcher_server .server_list .server_pages_item.active {
  background: url(assets/images/pages-server-item-act-bg.png) no-repeat;
}
.launcher_server .server_list .server_list {
  background: url(assets/images/server-bg.png) no-repeat;
  width: 520px;
  height: 188px;
  padding: 8px 8px;
  overflow-x: auto;
}
.launcher_server .server_list .server_item {
  position: relative;
  display: inline-block;
  background: url(assets/images/server-item-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 96px;
  height: 54px;
  text-decoration: none;
  margin: 2px;
  display: none;
}
.launcher_server .server_list .server_item.active {
  display: inline-block;
}
.launcher_server .server_list .server_item__number {
  position: absolute;
  top: 8px;
  left: 4px;
  font-size: 9px;
  color: #2c2c2c;
}
.launcher_server .server_list .server_item__number:before {
  content: "[";
}
.launcher_server .server_list .server_item__number:after {
  content: "]";
}
.launcher_server .server_list .server_item__name {
  position: absolute;
  top: 8px;
  left: 30px;
  font-weight: bold;
  font-size: 11px;
  color: #950d0d;
}
.launcher_server .server_list .server_item__name:before {
  margin: 0 4px 0 0;
}
.launcher_server .server_list .server_item__label {
  position: absolute;
  top: 36px;
  left: 4px;
  font-size: 10px;
  color: #2c2c2c;
}
.launcher_server .server_list .server_item__status {
  position: absolute;
  top: 36px;
  left: 52px;
  font-size: 10px;
  font-weight: bold;
}
.launcher_server .server_list .server_item__status--open {
  color: #188725;
}
.launcher_server .server_list .server_item__status--crowd {
  color: #dc9716;
}
.launcher_server .server_list .server_item__status--full {
  color: #ff0000;
}
.launcher_server .server_list .server_item:hover {
  background: url(assets/images/server-item-hov-bg.png) no-repeat;
  background-size: 100% 100%;
}

.aside {
  background: url(assets/images/game-bg.png) no-repeat center center;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 30px;
  z-index: 100;
}
.aside .logo {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.aside .logo img {
  display: block;
  margin: 0 auto;
}
.aside_auth {
  color: #efc171;
  font-size: 14px;
  text-align: center;
}
.aside_auth__username {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}
.aside_auth__username:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(assets/images/icon-user.png) no-repeat;
  width: 15px;
  height: 16px;
  margin-right: 4px;
}
.aside_auth__logout {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 8px;
  color: #efc171;
  text-decoration: none;
}
.aside_auth__logout:hover {
  color: #ffa200;
}
.aside_auth__info {
  display: inline-block;
  margin-right: 4px;
  color: #efc171;
  text-decoration: none;
}
.aside_auth__info:hover {
  color: #ffa200;
}
.aside_auth__change-password {
  display: inline-block;
  margin-left: 4px;
  color: #efc171;
  text-decoration: none;
}
.aside_auth__change-password:hover {
  color: #ffa200;
}
.aside_auth:after {
  content: "";
  width: 279px;
  height: 3px;
  background: url(assets/images/game-split.png) no-repeat;
  display: block;
  margin: 12px auto 12px;
}
.aside_server {
  font-size: 14px;
  color: #fffcb0;
}
.aside_server:after {
  content: "";
  width: 279px;
  height: 3px;
  background: url(assets/images/game-split.png) no-repeat;
  display: block;
  margin: 12px auto 12px;
}
.aside_server p {
  text-align: center;
  font-size: 14px;
  padding: 0 58px;
}
.aside_server__current {
  text-align: center;
  font-size: 18px;
  color: #f4de02;
}
.aside_server__input {
  text-align: center;
}
.aside_server__input input {
  background: url(assets/images/search-bg.png) no-repeat;
  width: 145px;
  height: 36px;
  margin: 0;
  vertical-align: middle;
  border: none;
  padding-left: 8px;
  outline: none;
  color: #bf8d35;
  font-size: 13px;
  text-align: center;
}
.aside_server__input input::placeholder {
  color: #bf8d35;
}
.aside_server__input button {
  background: url(assets/images/search-btn.png) no-repeat;
  width: 36px;
  height: 36px;
  margin: 0;
  font-size: 0;
  vertical-align: middle;
  border: none;
}
.aside_server__input + p {
  color: #bf8d35;
}
.aside_server__input ~ p {
  text-align: left;
}
.aside_server__newest {
  display: block;
  position: relative;
  background: url(assets/images/server-newest.png) no-repeat;
  width: 180px;
  height: 36px;
  color: #593906;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 auto 10px;
  text-align: center;
}
.aside .topup {
  display: block;
  background: url(assets/images/btn-topup.png) no-repeat;
  width: 246px;
  height: 64px;
  margin: 0 auto 12px;
  font-size: 0;
}
.aside .topup:hover {
  background: url(assets/images/btn-topup-hov.png) no-repeat;
}
.aside .iframe-banner {
  margin-bottom: 10px;
}
.aside_news {
  width: 100%;
  padding: 0 30px;
}
.aside_news:after {
  content: "";
  width: 279px;
  height: 3px;
  background: url(assets/images/game-split.png) no-repeat;
  display: block;
  margin: 12px auto 12px;
}
.aside_news__item {
  display: block;
  position: relative;
  color: #ffe9c3;
  font-size: 14px;
  margin-bottom: 8px;
  text-decoration: none;
  padding-left: 30px;
}
.aside_news__item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 10px;
  width: 8px;
  height: 12px;
  background: url(assets/images/news-li.png) repeat-x bottom center;
  transition: left 0.5s;
}
.aside_news__item:hover {
  color: #ffa200;
}
.aside_news__item:hover:before {
  left: 16px;
}
.aside_fanpage {
  text-align: center;
}
.aside_ext {
  width: 100%;
  padding: 0 30px;
  text-align: left;
  margin-bottom: 24px;
}
.aside_ext__hotline {
  display: block;
  background: url(assets/images/btn-hotline.png) no-repeat left center;
  width: 202px;
  height: 39px;
  font-size: 0;
  margin-bottom: 4px;
}
.aside_ext__support {
  display: block;
  background: url(assets/images/btn-support.png) no-repeat left center;
  width: 102px;
  height: 27px;
  font-size: 0;
  margin-left: 6px;
  margin-bottom: 4px;
}
.aside_ext__term {
  display: block;
  background: url(assets/images/btn-term.png) no-repeat left center;
  width: 138px;
  height: 27px;
  font-size: 0;
  margin-left: 6px;
}
.aside_footer {
  width: 100%;
  text-align: center;
}
.aside_footer img {
  margin: 0 8px 10px;
}
.aside_footer a {
  font-size: 13px;
  color: #db940b;
}
.aside_toggle {
  position: absolute;
  top: 320px;
  right: 0;
  width: 22px;
  height: 36px;
  background: url(assets/images/toggle.png) no-repeat;
  z-index: 1000;
}

.aside__game {
  position: relative;
  width: 280px;
  height: 145px;
  overflow: hidden;
  margin-bottom: 20px;
}
.aside__game .banner_carousel__wrapper {
  position: absolute;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.aside__game .banner_carousel__item {
  display: inline-block;
  position: relative;
  float: left;
}
.aside__game .banner_carousel__item a {
  display: block;
}
.aside__game .banner_carousel__item a img {
  width: 280px;
  height: 145px;
}
.aside__game .banner_carousel__item:after {
  position: absolute;
  top: 20px;
  left: 20px;
}
.aside__game .banner_pagination {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
}
.aside__game .banner_pagination__item {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(assets/images/page.png) no-repeat center center;
  cursor: pointer;
}
.aside__game .banner_pagination__item.active {
  background: url(assets/images/page-act.png) no-repeat center center;
}

body {
  font-family: "Roboto", sans-serif;
  background: #282828;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.game_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
}
