@charset "UTF-8";
@font-face {
  font-family: Sevenet;
  src: url("/fonts/sevenet_7_cyr.ttf"); }

@font-face {
  font-family: DPix_8pt;
  src: url("/fonts/Dpix_8pt.ttf"); }

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

html, body {
  /*height: 100%;*/
  font-family: Sevenet;
  letter-spacing: 2px;
  font-size: 16px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  background-image: url(/img/jpg/galaxy_map.jpg);
  background-position: center center;
  box-sizing: border-box; }
  html *, body * {
    font-family: Sevenet;
    box-sizing: border-box; }

a {
  color: #fff;
  /*&:hover, &:focus, &:active{
        color: #fff;
    }*/ }

p {
  font-family: DPix_8pt;
  letter-spacing: 1px; }

.clear {
  display: block;
  clear: both;
  width: 100%; }

/*доп. стили для приложения*/
.scroll {
  height: 100%; }

ol {
  padding-left: 20px;
  margin-bottom: 80px; }
  ol li {
    font-family: 'Bodoni Regular' !important;
    color: #898989;
    margin-bottom: 20px;
    font-size: 16px; }
    ol li i {
      width: 20px;
      float: left;
      display: inline-block;
      position: relative;
      left: -20px;
      margin-right: -20px;
      font-family: "Museo Sans Cyrl 900";
      text-transform: uppercase;
      color: #c39f7e;
      letter-spacing: 1px; }

.hide {
  display: none; }

.content_block {
  width: 850px;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .content_block {
      width: 700px; } }
  @media screen and (max-width: 767px) {
    .content_block {
      width: 100%; } }
  .content_block.inner {
    width: 650px; }
    @media screen and (max-width: 959px) {
      .content_block.inner {
        width: 600px; } }
    @media screen and (max-width: 767px) {
      .content_block.inner {
        width: 100%; } }

.text_block {
  width: 100%;
  min-height: 45px;
  background-color: #0e1820;
  border: 2px solid #132833;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9); }
  .text_block.top {
    height: 22px;
    min-height: 22px;
    border-top: 0px;
    padding: 0 6px; }
  .text_block.bottom {
    position: relative;
    top: 5px;
    height: 40px;
    min-height: 40px;
    border-bottom: 0px;
    padding-top: 3px; }
    @media screen and (max-width: 767px) {
      .text_block.bottom {
        height: 80px; } }
  .text_block_in_page {
    position: relative;
    width: 100%;
    background-color: #0a141a;
    border: 2px solid #213e52;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9); }
    @media screen and (max-width: 767px) {
      .text_block_in_page {
        overflow: hidden; } }
    .text_block_in_page:before {
      display: block;
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #213e52; }
    .text_block_in_page:after {
      display: block;
      content: "";
      position: absolute;
      right: 0px;
      bottom: 0px;
      border-top: 10px solid transparent;
      border-right: 10px solid #213e52; }
    .text_block_in_page:last-child {
      margin-bottom: 0px; }
    .text_block_in_page.with_title {
      padding-top: 50px; }
    .text_block_in_page .title {
      position: absolute;
      float: left;
      top: 0px;
      left: 0px;
      background-color: #213e52;
      padding: 3px 30px 3px 20px;
      color: #afdbff;
      font-size: 16px;
      white-space: nowrap; }
      .text_block_in_page .title:after {
        display: block;
        content: "";
        position: absolute;
        right: -22px;
        top: 0px;
        border-bottom: 22px solid transparent;
        border-left: 22px solid #213e52; }
      .text_block_in_page .title span {
        display: block;
        position: absolute;
        top: 25px;
        left: 0px;
        width: 20px;
        height: 22px;
        background-color: #213e52; }
        .text_block_in_page .title span:after {
          display: block;
          content: "";
          position: absolute;
          right: -22px;
          top: 0px;
          border-bottom: 22px solid transparent;
          border-left: 22px solid #213e52; }
    .text_block_in_page .date {
      position: absolute;
      top: 8px;
      right: 0px;
      padding: 3px 20px 3px 20px;
      color: #afdbff;
      font-size: 8px;
      background-color: #213e52; }
      @media screen and (max-width: 767px) {
        .text_block_in_page .date {
          top: 25px; } }
      .text_block_in_page .date:after {
        display: block;
        content: "";
        position: absolute;
        left: -14px;
        top: 0px;
        border-bottom: 14px solid transparent;
        border-right: 14px solid #213e52; }
    .text_block_in_page h2 {
      font-size: 30px;
      line-height: 40px;
      color: #afdbff;
      margin-bottom: 20px; }
      .text_block_in_page h2:last-child {
        margin-bottom: 0px; }
    .text_block_in_page p {
      margin: 0 0 20px;
      font-size: 12px;
      line-height: 20px;
      color: #afdbff; }
      .text_block_in_page p:last-child {
        margin-bottom: 0px; }
    .text_block_in_page img {
      width: 100%;
      margin-bottom: 20px; }
      .text_block_in_page img:last-child {
        margin-bottom: 0px; }

.page {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5; }

form {
  width: 400px;
  max-width: 100%;
  margin: 0 auto; }

label {
  display: block;
  margin-bottom: 10px; }
  label:last-child {
    margin-bottom: 0px; }

input {
  display: block;
  width: 100%;
  background-color: #0a141a !important;
  border: none;
  border-bottom: 2px solid #275371;
  outline: none;
  padding: 5px 15px;
  font-family: DPix_8pt;
  letter-spacing: 1px;
  font-size: 10px;
  color: #afdbff;
  transition: all 0.3s ease; }
  input::-moz-placeholder {
    color: #275371;
    font-family: DPix_8pt;
    letter-spacing: 1px;
    font-size: 10px; }
  input::-webkit-input-placeholder {
    color: #275371;
    font-family: DPix_8pt;
    letter-spacing: 1px;
    font-size: 10px; }
  input:focus {
    border-bottom: 2px solid #afdbff; }
  input + span {
    padding-top: 0px;
    height: 0px;
    display: block;
    opacity: 0;
    text-align: center;
    font-size: 8px;
    color: #fc5656;
    transition: all 0.3s ease; }
  input.error + span {
    padding-top: 5px;
    height: 13px;
    opacity: 1; }

.button {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 7px 10px;
  text-align: center;
  color: #afdbff;
  cursor: pointer;
  background-color: #192d39;
  border-bottom: 2px solid #275371;
  transition: all 0.3s ease; }
  .button:hover {
    border-bottom: 2px solid #afdbff; }
  .button:before, .button:after {
    display: block;
    content: "";
    position: absolute; }
  .button:before {
    top: 0px;
    left: 0px;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #0a141a; }
  .button:after {
    bottom: -2px;
    right: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #0a141a; }

.page_background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .page_background > span {
    position: absolute;
    opacity: 0;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #ff9;
    box-shadow: 0 0 16px 2px #ff4;
    transition: none; }
    .page_background > span.in {
      opacity: 1;
      transition: all 1.8s linear 0s, opacity 0.45s linear 0s; }
    .page_background > span.out {
      opacity: 0;
      transition: all 1.8s linear 0s, opacity 0.45s linear 0s; }
    .page_background > span.star {
      width: 4px;
      height: 4px;
      background-color: #fff;
      box-shadow: 0 0 30px 5px #99f;
      transition: all 0s linear 0s, opacity 1.8s linear 0s !important; }

.top_bg {
  position: relative;
  z-index: 1; }
  .top_bg_black {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    background-color: #070c10;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9); }
    .top_bg_black:before, .top_bg_black:after {
      display: block;
      content: "";
      border-bottom: 30px solid transparent; }
    .top_bg_black:before {
      border-left: 30px solid #070c10; }
    .top_bg_black:after {
      border-right: 30px solid #070c10; }

.top_button_sqr {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  overflow: hidden;
  font-size: 10px;
  line-height: 34px;
  letter-spacing: 1px;
  font-family: DPix_8pt;
  color: #afdbff;
  white-space: nowrap;
  text-decoration: none !important;
  background-color: #0a141a;
  border: 2px solid #132833;
  border-top: 0px;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media screen and (min-width: 768px) {
    .top_button_sqr:hover, .top_button_sqr.active {
      width: 150px; } }
  .top_button_sqr.active {
    background-color: #192d39;
    border-color: #275371; }
  .top_button_sqr.right {
    float: right;
    margin-right: 0px;
    margin-left: 6px; }
  .top_button_sqr.hide {
    width: 0px;
    margin: 0;
    border-width: 0; }
  .top_button_sqr i {
    font-size: 18px;
    display: flex;
    float: left;
    width: 32px;
    height: 100%;
    margin-right: 5px;
    justify-content: center;
    align-items: center; }
  .top_button_sqr span {
    font-family: DPix_8pt; }
  .top_button_sqrt {
    position: relative;
    top: 6px;
    float: right;
    width: 200px;
    height: 30px;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: DPix_8pt;
    color: #afdbff;
    text-align: center;
    background-color: #0a141a;
    border: 2px solid #132833; }

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 45px;
  z-index: 10; }

.bottom_bg {
  position: relative;
  z-index: 1; }
  .bottom_bg_black {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #070c10;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9); }
    .bottom_bg_black:before, .bottom_bg_black:after {
      display: block;
      content: "";
      border-top: 30px solid transparent; }
    .bottom_bg_black:before {
      border-left: 30px solid #070c10; }
    .bottom_bg_black:after {
      border-right: 30px solid #070c10; }

.bottom_big_text {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Sevenet;
  font-size: 1.5em;
  line-height: 30px;
  color: #afdbff; }

.footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 45px;
  z-index: 10; }

.index_page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .index_page_block {
    position: relative;
    padding: 0;
    height: 0px;
    opacity: 0;
    width: 80%;
    overflow: hidden;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .index_page_block {
        width: 100%; } }
    .index_page_block.active {
      overflow-y: auto;
      padding: 30px 0 40px;
      opacity: 1;
      height: calc(100vh - 270px); }
      @media screen and (max-width: 767px) {
        .index_page_block.active {
          padding: 30px 10px 40px; } }
      @media screen and (max-width: 959px) {
        .index_page_block.active {
          padding: 30px 30px 40px; } }
    .index_page_block::-webkit-scrollbar {
      width: 4px;
      background-color: #213e52; }
    .index_page_block::-webkit-scrollbar-thumb {
      width: 8px;
      background-color: #afdbff; }
  .index_page .logo {
    margin-bottom: 20px;
    max-width: 100%; }
  .index_page .line {
    width: 100%;
    height: 1px;
    opacity: 1;
    transition: all 0.3s ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afdbff+0,afdbff+100&0+0,1+33,1+66,0+100 */
    background: -moz-linear-gradient(left, rgba(175, 219, 255, 0) 0%, #afdbff 33%, #afdbff 66%, rgba(175, 219, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175, 219, 255, 0) 0%, #afdbff 33%, #afdbff 66%, rgba(175, 219, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175, 219, 255, 0) 0%, #afdbff 33%, #afdbff 66%, rgba(175, 219, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afdbff', endColorstr='#00afdbff',GradientType=1 );
    /* IE6-9 */ }
    .index_page .line.hide {
      opacity: 0; }

.server_list .server {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .server_list .server:last-child {
    margin-bottom: 0px; }

.server_list .name {
  width: 100%;
  color: #afdbff; }

.server_list .players {
  color: #afdbff;
  width: 150px;
  min-width: 150px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .server_list .players {
      width: 50px;
      min-width: 50px; } }

.server_list .online {
  width: 150px;
  min-width: 150px;
  text-align: right;
  color: #56fcae; }
  @media screen and (max-width: 767px) {
    .server_list .online {
      width: 80px;
      min-width: 80px; } }
  .server_list .online.red {
    color: #fc5656; }
