@font-face {
  font-family: "Fritz";
  src: url("../fonts/FritzRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

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

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

html, body {
  position: relative;
}

body {
  width: 100%;
  background: url(../images/bg-fon.jpg) center top no-repeat;
  background-color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #696868;
}

a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ffb432;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 22px 30px;
  vertical-align: middle;
}
table td img {
  vertical-align: middle;
}
table thead tr {
  background-color: #1b1918;
  font-family: 'Fritz';
  color: #908585;
  font-size: 15px;
}
table tbody tr:nth-child(even) {
  background: #161412;
}
table tbody tr:nth-child(odd) {
  background: #13110f;
}
table tbody tr:hover {
  background: #211d1a;
}

img {
  max-width: 100%;
}

caption {
  margin-bottom: 15px;
}

select {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  margin-bottom: 15px;
  padding: 6px 30px 6px 10px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
}

input, textarea {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #eadcd2;
  /*
  padding: 0px 12px;
  height: 32px;
  position: relative;
  font-size: 13px;
  min-width: 210px;
  */
  font-family: 'Open Sans', sans-serif;
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button.png) center no-repeat;
  height: 48px;
  width: 177px;
  border: none;
  color: #fff !important;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(90, 183, 0, 0.4);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Fritz';
  font-size: 16px;
  letter-spacing: 2px;
}
button:hover, .button:hover {
  filter: brightness(120%);
}

.button {
  display: inline-block;
  text-decoration: none;
  line-height: 48px;
}

.button-red {
  background: url(../images/button-red.png) no-repeat;
  width: 155px;
  height: 58px;
  box-shadow: 0px 0px 15px 0px rgba(183, 43, 0, 0.6);
}

.button-small {
  width: 110px;
}

.button-smallest {
  width: 100px;
  height: 25px;
  font-size: 12px;
}

.button-table {
  width: 100%;
  height: 25px;
  font-size: 8px;
}

.button-long {
  width: 177px;
  height: 25px;
  font-size: 12px;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #696868;
}

::-moz-placeholder {
  color: #696868;
}

:-moz-placeholder {
  color: #696868;
}

:-ms-input-placeholder {
  color: #696868;
}

.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bright:hover {
  filter: brightness(120%);
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #333;
}
.panel-info > .panel-heading {
  color: #222;
  background-color: #222;
  border-color: #000000;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #000000;
  background-color: #000000;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: left;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.topPanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 12;
}
.topPanel.topPanel-top {
  background: rgba(0, 0, 0, 0.9);
}
.topPanel-top .topPanel_Wrapper {
	border-bottom: 0px;
}
.topPanel_Wrapper {
  width: 100%;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.topPanel-left {
  display: flex;
  align-items: center;
  height: 90px;
}
.topPanel-left .mini-logo {
  display: block;
  margin-right: 30px;
}
.topPanel-left .mini-logo img {
  display: block;
}
.topPanel-right .log {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}
.topPanel-right .log img {
  margin-left: 20px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  padding: 4px;
  transition: 0.3s;
}
.topPanel-right .log .nickname {
  position: relative;
  display: block;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  padding-bottom: 2px;
}
.topPanel-right .log .nickname:after {
  content: "";
  position: absolute;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  opacity: 0.3;
  transition: 0.3s;
}
.topPanel-right .sign-up {
  color: #ffb432;
  font-size: 15px;
  cursor: pointer;
}
.topPanel-right .sign-up.show {
  color: #fff;
}
.topPanel-right .sign-up.show img {
  border: 1px solid #ffb432;
}
.topPanel-right .sign-up.show span:after {
  transform: rotate(180deg);
  opacity: 1;
}
.topPanel-right .sign-up img {
  border: 1px solid rgba(229, 221, 214, 0.25);
}
.topPanel-right .sign-up:hover {
  color: #fff;
}
.topPanel-right .sign-up:hover img {
  border: 1px solid #ffb432;
}
.topPanel-right .sign-up:hover span:after {
  opacity: 1;
}

.cpMenu {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0px 10px 0px;
  width: 180px;
  top: 100%;
  left: 50%;
  margin-left: -90px;
  display: none;
}
.cpMenu:after {
  content: '';
  position: absolute;
  left: 50px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
.cpMenu ul li a {
  display: block;
  padding: 9px 27px;
}
.cpMenu ul li a:hover {
  background-color: rgba(74, 74, 74, 0.25);
}
.cpMenu .settings {
  margin-top: 15px;
}
.cpMenu .settings a {
  padding: 17px 27px 17px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/setting-icon.png) left 28px center no-repeat;
}
.cpMenu .logout a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 27px 17px 50px;
  background: url(../images/logout-icon.png) left 28px center no-repeat;
}

.dropMenu:hover .menu-a:after {
  content: "";
  opacity: 1;
}

.menu li {
  padding: 0px 20px;
  display: inline-block;
  position: relative;
}
.menu li a {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0px 20px;
  font-size: 15px;
}
.menu li .menu-a {
  position: relative;
  cursor: pointer;
}
.menu li .menu-a:after {
  content: "";
  position: absolute;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  right: -5px;
  top: 50%;
  margin-top: -2px;
  opacity: 0.3;
  transition: 0.3s;
}
.menu .dropDown-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  padding: 20px 0px 70px 0px;
}
.menu .dropDown-menu li {
  display: block;
  text-align: center;
}
.menu .dropDown-menu li a {
  display: block;
  height: auto;
  padding: 20px 3px;
}

header {
  height: 870px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  z-index: 2;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.logo {
  position: absolute;
  top: 235px;
  left: 72px;
  z-index: 5;
}

.onlineBlock {
  background: url(../images/online_bg.png) no-repeat;
  width: 361px;
  height: 148px;
  position: absolute;
  top: 510px;
  left: 100px;
  text-align: center;
  padding-top: 45px;
  padding-left: 4px;
}
.onlineBlock p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.onlineBlock span {
  color: #ffb432;
  font-size: 36px;
  font-family: 'Fritz';
  letter-spacing: 5px;
  text-shadow: 0px 0px 10px rgba(150, 60, 0, 0.6);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fastButtons {
  position: fixed;
  z-index: 2;
  right: 0px;
  top: 50%;
  margin-top: -164px;
  background: rgba(0, 0, 0, 0.85);
  padding: 0px 20px;
  border-radius: 8px 0px 0px 8px;
  z-index: 10;
}
.fastButtons a {
  display: block;
  text-align: center;
  position: relative;
  margin: 20px 0px;
}
.fastButtons a img {
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}
.fastButtons a p {
  margin-bottom: 0px;
  font-size: 13px;
}
.fastButtons a:hover {
  color: #fff;
}
.fastButtons a:hover:after {
  opacity: 1;
}
.fastButtons a:after {
  content: "";
  position: absolute;
  border: 2px solid #ffb432;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.fastButtons a.fEvent img {
  right: -3px;
}
.fastButtons a.fEvent:after {
  left: -1px;
  top: 2px;
}
.fastButtons a.fForum img {
  right: -1px;
}
.fastButtons a.fForum:after {
  left: 0px;
  top: 1px;
}
.fastButtons a.fShop img {
  right: -3px;
}
.fastButtons a.fShop:after {
  left: -1px;
  top: -1px;
  width: 65px;
  height: 65px;
}

.downloadBlock {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.downloadBlock .download {
  background: url(../images/download-button.jpg) no-repeat;
  width: 300px;
  height: 100px;
  display: flex;
  color: #fff;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 105px;
  font-size: 20px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 3px;
  box-shadow: 0px 0px 30px 1px rgba(90, 183, 0, 0.6);
  font-family: "Fritz";
}
.downloadBlock .download span {
  width: 100%;
  display: block;
  margin-top: 7px;
  opacity: 0.3;
  font-size: 12px;
  letter-spacing: 6px;
}
.downloadBlock .downloadButtons {
  background: rgba(8, 11, 4, 0.65);
  padding: 12px 0px;
}
.downloadBlock .downloadButtons a {
  display: block;
  color: #6d7068;
  font-size: 12px;
  padding: 6px 0px;
  width: 50%;
}
.downloadBlock .downloadButtons a:hover {
  color: #fff;
}
.downloadBlock .downloadButtons a:hover span:before {
  opacity: 1;
}
.downloadBlock .downloadButtons a span {
  position: relative;
}
.downloadBlock .downloadButtons a span:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -9px;
  height: 16px;
  width: 18px;
  opacity: 0.3;
  transition: 0.3s;
}
.downloadBlock .downloadButtons a.windows {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
  padding-right: 20px;
}
.downloadBlock .downloadButtons a.windows span:before {
  background: url(../images/pc-icons.png) left 3px center no-repeat;
}
.downloadBlock .downloadButtons a.mac {
  padding-left: 40px;
}
.downloadBlock .downloadButtons a.mac span:before {
  background: url(../images/pc-icons.png) left -28px center no-repeat;
}

.newsBlockContainer {
  margin-bottom: 100px;
}
.newsBlockContainer-left {
  width: 56%;
}
.newsBlockContainer-right {
  width: 42%;
  background: rgba(0, 0, 0, 0.9);
  height: 530px;
  padding: 50px 60px;
}

.swiper-news {
  height: 370px;
  margin-bottom: 25px;
}
.swiper-news .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-news .sliderNewsBlock {
  position: absolute;
  left: 60px;
  top: 150px;
}
.swiper-news .sliderNewsBlock h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 7px;
  font-family: "Fritz";
}
.swiper-news .sliderNewsBlock p {
  color: #fff;
  opacity: 0.4;
  font-size: 13px;
  margin-bottom: 0px;
}
.swiper-news .sliderNewsBlock .playButton {
  width: 50px;
  height: 50px;
  background: #000;
  display: block;
  transform: rotate(45deg);
  position: relative;
  transition: 0.3s;
  margin-bottom: 30px;
  margin-left: 15px;
}
.swiper-news .sliderNewsBlock .playButton:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  border: 12px solid transparent;
  border-left: 12px solid #ffb432;
  transform: rotate(-45deg);
  filter: drop-shadow(0px 0px 8px #ffb432);
  transition: 0.3s;
}
.swiper-news .sliderNewsBlock .playButton:hover {
  transform: rotate(0deg);
}
.swiper-news .sliderNewsBlock .playButton:hover:after {
  transform: rotate(0deg);
  left: 22px;
  bottom: 14px;
}

.swiperNews-nav {
  width: 110px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1;
}
.swiperNews-nav .swiper-buttons {
  width: 6px;
  height: 10px;
  color: #fff;
  margin-top: -5px;
}
.swiperNews-nav .swiper-buttons:after {
  font-size: 10px;
}
.swiperNews-nav .swiper-button-next {
  right: 15px;
}
.swiperNews-nav .swiper-button-prev {
  left: 15px;
}
.swiperNews-nav .swiper-pagination {
  bottom: 13px;
  font-size: 12px;
  color: #fff;
}
.swiperNews-nav .swiper-pagination .swiper-pagination-current {
  color: #ffb432;
}

.socButtons a {
  width: calc(50% - 13px);
  height: 135px;
  position: relative;
  padding-left: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.6s;
}
.socButtons a:hover {
  background-size: 110%;
}
.socButtons a:before {
  content: "";
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50px;
}
.socButtons a p {
  font-size: 30px;
  font-family: "Fritz";
  margin-bottom: 8px;
}
.socButtons a span {
  font-size: 13px;
}
.socButtons a.discord {
  background-image: url(../images/disc-button.jpg);
}
.socButtons a.discord:before {
  background: url(../images/discord-icon.png) no-repeat;
  height: 42px;
  margin-top: -21px;
}
.socButtons a.youtube {
  background-image: url(../images/youtube-button.jpg);
}
.socButtons a.youtube:before {
  background: url(../images/youtube-icon.png) no-repeat;
  height: 38px;
  margin-top: -19px;
}

.newsTitle {
  font-family: "Fritz";
  font-size: 20px;
  position: relative;
  color: #fff;
}
.newsTitle a {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  right: 0;
  transform: rotate(45deg);
}
.newsTitle a:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.newsTitle a:after {
  content: "+";
  position: absolute;
  transform: rotate(45deg);
  top: -1px;
  left: 6px;
  font-size: 20px;
  color: #d29429;
  font-weight: bold;
  filter: drop-shadow(0px 0px 3px #d29429);
}

.weeklyButton {
  width: 100%;
  height: 122px;
  background: url(../images/news-weekly.png) no-repeat;
  background-size: cover;
  display: block;
  font-family: "Fritz";
  color: #fff;
  padding: 70px 0px 0px 25px;
  margin-bottom: 15px;
}
.weeklyButton p {
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.weeklyButton span {
  font-size: 18px;
  text-transform: uppercase;
}

.news-list a {
  margin-bottom: 0px;
  padding: 22px 0px;
  border-bottom: 1px dashed #2d2c2c;
  display: flex;
  align-items: center;
  position: relative;
}
.news-list a:last-child {
  border-bottom: none;
}
.news-list a span {
  display: block;
}
.news-list a .news-type {
  font-size: 12px;
  margin-right: 12px;
}
.news-list a .news-date {
  position: absolute;
  right: 0px;
  color: #777676;
  font-size: 12px;
}
.news-list a .news-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  padding-right: 20px;
  position: relative;
}
.news-list a .news-title:after {
  content: "";
  background: url(../images/link-icon.png) left top no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 2px;
  transition: 0.3s;
}
.news-list a:hover .news-title {
  text-decoration: underline;
}
.news-list a:hover .news-title:after {
  background: url(../images/link-icon.png) left -8px top no-repeat;
}

.color-green {
  color: #7a805c !important;
}

.color-orange {
  color: #b76046 !important;
}

.color-blue {
  color: #579281 !important;
}

.color-yellow {
  color: #bdcf29 !important;
}

.moreNews {
  position: relative;
  margin-top: 15px;
}
.moreNews span {
  display: block;
  background: #010101;
  padding: 10px 15px;
  position: relative;
  color: #363b39;
  transition: 0.3s;
}
.moreNews:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #1c1b1b;
  top: 50%;
  left: 0px;
}
.moreNews:hover span {
  color: #fff;
}

.sliderHero {
  background: url(../images/slider-bg.jpg) center top no-repeat;
  background-color: #151412;
  position: relative;
}
.sliderHero:before {
  content: "";
  position: absolute;
  background: url(../images/slider-top-img.png) no-repeat;
  top: -24px;
  left: 50%;
  margin-left: -360px;
  width: 720px;
  height: 78px;
}
.sliderHero:after {
  content: "";
  position: absolute;
  background: url(../images/slider-bottom-img.png) no-repeat;
  bottom: -27px;
  left: 50%;
  margin-left: -325px;
  width: 650px;
  height: 29px;
}
.sliderHero .container:after {
  content: "CLASS";
  font-family: "Fritz";
  position: absolute;
  font-size: 260px;
  color: #000;
  opacity: 0.24;
  top: 70px;
  left: 50px;
  letter-spacing: 5px;
}

.hero-slider-nav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(to right, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0.45), rgba(33, 33, 33, 0));
}
.hero-slider-nav .slick-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  font-size: 0px;
  box-shadow: none;
  top: 50%;
  margin-top: -22px;
}
.hero-slider-nav .slick-arrow.slick-prev {
  background: url(../images/prev-icon.png) no-repeat;
  left: -100px;
}
.hero-slider-nav .slick-arrow.slick-next {
  background: url(../images/next-icon.png) no-repeat;
  right: -100px;
}
.hero-slider-nav .slick-dots {
  display: none !important;
}
.hero-slider-nav .slick-slide {
  position: relative;
  opacity: 0.5;
  transition: 0.5s;
  text-align: center;
  background-image: url(../images/nav-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  cursor: pointer;
}
.hero-slider-nav .slick-slide img {
  width: 55px;
  height: 55px;
}
.hero-slider-nav .slick-slide.slick-center {
  background-image: url(../images/active-icon-bg.png);
  background-size: 160px 160px;
  opacity: 1;
  filter: drop-shadow(0px 0px 20px rgba(202, 91, 38, 0.5));
}
.hero-slider-nav .slick-slide.slick-center img {
  width: 80px;
  height: 80px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-top: 3px;
}

.sl-slide {
  min-height: 550px;
}
.sl-slide .sl-hero {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
  opacity: 0;
  transition: 1s;
  transform: scale(0.5);
}
.sl-slide .classInfo {
  position: absolute;
  left: 0px;
  padding-left: 130px;
  top: 120px;
  z-index: 2;
}
.sl-slide .classInfo .classIcon {
  position: absolute;
  left: 0px;
  top: 10px;
  filter: drop-shadow(0px 0px 14px rgba(202, 91, 38, 0.5));
}
.sl-slide .classInfo h2 {
  font-family: "Fritz";
  font-size: 72px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
}
.sl-slide .classInfo h3 {
  color: #908585;
  font-family: "Fritz";
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
.sl-slide.slick-active .sl-hero {
  opacity: 1;
  transform: scale(1);
}
.sl-slide.slick-active .classInfo .abil .bar {
  width: 100%;
}

.basicAbility h4 {
  color: #fff;
  font-family: "Fritz";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
.basicAbility .abil {
  display: flex;
  align-items: center;
  margin: 14px 0px;
  width: 340px;
}
.basicAbility .abil span {
  display: block;
}
.basicAbility .abil .bar {
  margin-right: 15px;
  padding: 5px 4px;
  color: #7c7b7a;
  width: 100%;
  transition: 3s;
}
.basicAbility .abil.green .bar {
  border-right: 2px solid #62b232;
  background: linear-gradient(to right, rgba(98, 178, 50, 0), rgba(98, 178, 50, 0.3));
}
.basicAbility .abil.green .abil-stat {
  color: #62b232;
}
.basicAbility .abil.yellow .bar {
  border-right: 2px solid #9bb232;
  background: linear-gradient(to right, rgba(155, 178, 50, 0), rgba(155, 178, 50, 0.3));
}
.basicAbility .abil.yellow .abil-stat {
  color: #9bb232;
}
.basicAbility .abil.red .bar {
  border-right: 2px solid #b24232;
  background: linear-gradient(to right, rgba(178, 66, 50, 0), rgba(178, 66, 50, 0.3));
}
.basicAbility .abil.red .abil-stat {
  color: #b24232;
}
.basicAbility .abil.orange .bar {
  border-right: 2px solid #b28132;
  background: linear-gradient(to right, rgba(178, 129, 50, 0), rgba(178, 129, 50, 0.3));
}
.basicAbility .abil.orange .abil-stat {
  color: #b28132;
}

.basicAbility-h .abil .bar {
  width: 10%;
}

.gameBlockCenter {
  background: url(../images/gameblock-bg.jpg) center bottom no-repeat;
  background-color: #0f0e0c;
}
.gameBlockCenter h2 {
  text-transform: uppercase;
  font-family: 'Fritz';
  font-size: 36px;
  letter-spacing: 5px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 50px;
}
.gameBlockCenter h2 span {
  margin-left: 7px;
  color: #908585;
}
.gameBlockCenter .container {
  padding: 80px 0px 50px 0px;
}

.gameBlockContainer {
  border: 1px solid #403f3d;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 100px;
  flex-wrap: nowrap;
}
.gameBlockContainer .gameBlock {
  border-right: 1px solid #403f3d;
  width: 20%;
  padding: 40px 10px 40px 40px;
  transition: 0.3s;
  position: relative;
}
.gameBlockContainer .gameBlock h3 {
  font-family: 'Fritz';
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}
.gameBlockContainer .gameBlock p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #7a7a79;
  position: relative;
  z-index: 1;
}
.gameBlockContainer .gameBlock .go {
  position: relative;
  display: inline-block;
  color: #ffb432;
  font-size: 14px;
  text-shadow: 0px 0px 10px #ff5e0f;
  position: relative;
  z-index: 1;
  padding: 5px 0px 5px 0px;
}
.gameBlockContainer .gameBlock .go:after {
  content: '';
  background: url(../images/link-icon.png) left -8px center no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -6px;
}
.gameBlockContainer .gameBlock .game-icon {
  display: block;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  margin-top: -50px;
  opacity: 0;
  transition: 0.3s;
}
.gameBlockContainer .gameBlock .game-icon img {
  height: 100px;
}
.gameBlockContainer .gameBlock:last-child {
  border-right: none;
}
.gameBlockContainer .gameBlock:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/game-bg.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
}
.gameBlockContainer:hover .gameBlock {
  width: 18%;
}
.gameBlockContainer:hover .gameBlock:hover {
  width: 28%;
}
.gameBlockContainer:hover .gameBlock:hover p {
  color: #fff;
}
.gameBlockContainer:hover .gameBlock:hover .go {
  padding: 5px 30px 5px 10px;
  color: #000;
  background-color: #ffb432;
}
.gameBlockContainer:hover .gameBlock:hover .go:after {
  filter: grayscale(100%) brightness(10%);
  right: 10px;
}
.gameBlockContainer:hover .gameBlock:hover:after {
  opacity: 1;
}
.gameBlockContainer:hover .gameBlock:hover .game-icon {
  opacity: 1;
}

.subBlock span {
  font-size: 18px;
  color: #eadcd2;
  text-transform: uppercase;
  font-family: 'Fritz';
  letter-spacing: 1px;
  margin-right: 15px;
}

.subButton {
  background: url(../images/sub-button.png) no-repeat;
  width: 32px;
  height: 32px;
  box-shadow: none;
}
.subButton:hover {
  filter: brightness(120%);
}

footer {
  background: #050404;
}
footer .container {
  padding: 60px 0px;
}
footer .container:after {
  content: "";
  position: absolute;
  background: url(../images/footerHero.png) no-repeat;
  width: 414px;
  height: 511px;
  right: -20px;
  top: -150px;
  z-index: 10;
}

.footerMenu {
  position: relative;
  margin-bottom: 50px;
}

.footerMenuBlock {
  width: 25%;
  position: relative;
}
.footerMenuBlock h4 {
  color: #eadcd2;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'Fritz';
}
.footerMenuBlock ul li a {
  position: relative;
  display: inline-block;
  color: #696868;
  font-size: 14px;
  padding: 10px 0px;
  background: url(../images/list-hover.png) left -20px center no-repeat;
}
.footerMenuBlock ul li a:hover {
  background: url(../images/list-hover.png) left 0px center no-repeat;
  padding: 10px 0px 10px 16px;
  color: #ffb432;
}

.footerButtons {
  position: absolute;
  left: 25%;
  bottom: 0px;
  width: 50%;
}

.langBlock {
  position: relative;
  margin-left: -10px;
}
.langBlock select {
  margin-bottom: 0px;
}
.langBlock:after {
  content: "";
  position: absolute;
  background: url(../images/map-icon.png) no-repeat;
  height: 60px;
  width: 65px;
  right: -60px;
  top: 50%;
  margin-top: -30px;
  opacity: 0.3;
}

.socBlock {
  margin-left: 17%;
}
.socBlock a {
  display: block;
  height: 16px;
  width: 20px;
  margin: 0px 8px;
  background-image: url(../images/soc-icons.png);
  background-repeat: no-repeat;
  opacity: 0.3;
}
.socBlock a:hover {
  opacity: 1;
}
.socBlock a.twitter {
  background-position: left 2px center;
}
.socBlock a.vk {
  background-position: left -33px center;
}
.socBlock a.facebook {
  background-position: left -72px center;
}
.socBlock a.twitch {
  background-position: left -108px center;
}

.footerInfo {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 40px;
}

.paymentsBlock {
  opacity: 0.4;
}

.copyBlock a {
  margin: 0px 15px;
}
.copyBlock span {
  margin-left: 25px;
  font-size: 14px;
}

.toTop {
  background: url(../images/buttonTop.png) no-repeat;
  width: 131px;
  height: 131px;
  position: fixed;
  bottom: 30px;
  right: 44px;
  cursor: pointer;
  display: none;
  z-index: 9;
}

.modal_div {
  max-width: 480px;
  width: 100%;
  min-height: 600px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -240px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 50px 60px 50px 60px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_div h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Fritz';
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  padding-bottom: 30px;
}

.modal_div .modal_close {
  width: 30px;
  height: 30px;
  background: url(../images/close-button.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block;
}

.modal_login {
  max-width: 480px;
  width: 100%;
  min-height: 600px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -240px;
  margin-top: -50px;
  z-index: 999;
  padding: 50px 60px 50px 60px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_login h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Fritz';
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  padding-bottom: 30px;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: rgba(15, 13, 11, 0.8);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.regbookButton {
  display: flex;
  align-items: center;
  width: 346px;
  height: 58px;
  line-height: 46px;
  background: url(../images/reg_button.png) no-repeat;
  padding-left: 100px;
  color: #fff;
  font-size: 18px;
  font-family: 'Fritz';
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(50, 117, 199, 0.5);
  margin: 0 auto;
}

.logbookButton {
  display: flex;
  align-items: center;
  width: 346px;
  height: 58px;
  line-height: 46px;
  background: url(../images/login_button.png) no-repeat;
  padding-left: 100px;
  color: #fff;
  font-size: 18px;
  font-family: 'Fritz';
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(50, 117, 199, 0.5);
  margin: 0 auto;
}

.modalForm {
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.modalForm .formGroup-name {
  background: #000;
}

.formGroup-button {
  margin-top: 40px;
}

.formLinks p {
  margin-bottom: 8px;
}

.lost-pass {
  color: #696868;
  font-size: 14px;
}

.signUp {
  color: #ffb432;
  font-size: 14px;
  text-decoration: underline;
}
.signUp:hover {
  text-decoration: none;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup input {
  width: 100%;
  border: 1px solid #383737;
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  transition: 0.3s;
}
.formGroup select {
  width: 100%;
  border: 1px solid #383737;
  height: auto;
  padding: 12px 15px;
  margin-bottom: 0px;
  font-size: 16px;
}
.formGroup-name {
  position: absolute;
  left: 10px;
  top: -7px;
  display: block;
  background: #171514;
  padding: 0px 5px;
  z-index: 1;
  transition: 0.3s;
}
.formGroup:hover .formGroup-name {
  color: #d29429;
}
.formGroup:hover input {
  border: 1px solid #d29429;
  box-shadow: 0px 0px 14px 0px rgba(210, 148, 41, 0.6);
}
.formGroup:hover select {
  border: 1px solid #d29429;
  box-shadow: 0px 0px 14px 0px rgba(210, 148, 41, 0.6);
}
.formGroup:active .formGroup-name {
  color: #d29429;
}
.formGroup:active input {
  border: 1px solid #d29429;
}
.formGroup.error .formGroup-name {
  color: #df3b5a;
}
.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.btn {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  z-index: 12;
  transition: 0.3s;
  display: none;
}
.btn span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  position: relative;
}
.btn.active {
  left: 260px;
  top: 30px;
}
.btn.active span {
  background: white;
}
.btn.active span:nth-child(1) {
  transform: rotate(45deg);
  bottom: -8px;
}
.btn.active span:nth-child(2) {
  display: none;
}
.btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.page {
  background: url(../images/pages-bg.jpg) top center no-repeat;
  background-color: #0d0c0a;
}
.page header {
  height: 340px;
}

.hero {
  background: url(../images/hero.png) no-repeat;
  width: 526px;
  height: 624px;
  position: absolute;
  right: -80px;
  top: 0px;
  z-index: 5;
}

.breadcrumbs {
  background: rgba(0, 0, 0, 0.9);
  min-height: 55px;
  position: relative;
  top: -55px;
  margin-bottom: -55px;
  color: #696868;
  font-size: 14px;
  padding: 20px 30px 20px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs span {
  display: block;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  opacity: 0.3;
  transform: rotate(-90deg);
  margin: 0px 20px;
}
.breadcrumbs a {
  color: #ffb432;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

.content {
  position: relative;
  z-index: 9;
  line-height: 1.4;
  padding: 40px 0px;
}

.content-page {
  padding: 40px 10px 150px 10px;
}
.content-page a {
  color: #ffb432;
}
.content-page a:hover {
  color: #fff;
}
.content-page table {
  margin-bottom: 15px;
}

.list {
  margin-bottom: 15px;
  padding-left: 40px;
}
.list li {
  list-style-type: square;
  padding: 5px 0px;
}

.dTitle {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 18px;
  color: #fff;
  font-family: 'Fritz';
  text-transform: uppercase;
  position: relative;
  margin: 20px 0px;
  z-index: 6;
}
.dTitle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}
.dTitle span {
  display: inline-block;
  background: url(../images/title-icon.png) left no-repeat;
  background-color: #0d0c0a;
  padding: 10px 20px 10px 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.dTitle.dTitle-first {
  margin-top: -20px;
}

main {
  background: url(../images/gameblock-bg.jpg) bottom center no-repeat;
  min-height: 730px;
}

.gameClient > div {
  width: calc(50% - 20px);
  background: #1b1918;
  text-align: center;
  padding: 40px 60px;
}
.gameClient > div h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.gameClient > div p {
  margin-bottom: 25px;
}

.downloadLinks {
  border: 1px solid #323030;
}
.downloadLinks .dLinks {
  width: 33%;
  display: block;
  padding: 20px 0px;
  border-right: 1px solid #323030;
}
.downloadLinks .dLinks img {
  margin-bottom: 12px;
  transition: 0.3s;
}
.downloadLinks .dLinks p {
  margin-bottom: 0px;
  color: #867d86;
  font-size: 11px;
  transition: 0.3s;
}
.downloadLinks .dLinks:last-child {
  border-right: none;
}
.downloadLinks .dLinks.google:hover img {
  filter: drop-shadow(0px 0px 20px rgba(255, 210, 68, 0.5));
}
.downloadLinks .dLinks.mediafire:hover img {
  filter: drop-shadow(0px 0px 20px rgba(118, 184, 62, 0.5));
}
.downloadLinks .dLinks.mega:hover img {
  filter: drop-shadow(0px 0px 20px rgba(0, 126, 229, 0.5));
}
.downloadLinks .dLinks:hover {
  background-color: #161412;
}
.downloadLinks .dLinks:hover p {
  color: #fff;
}

.table-system tbody td {
  font-size: 12px;
}
.table-system tbody td:nth-child(2n+2) {
  color: #b8b8b8;
}
.table-system tbody td:nth-child(2n+3) {
  color: #b8b8b8;
}

.subBlock-page {
  margin: 150px 0px 10px 0px;
}

.rankingTabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
.rankingTabs .tab-button {
  font-size: 15px;
  color: #908585;
  font-family: 'Fritz';
  text-transform: uppercase;
  padding: 20px 35px;
  position: relative;
  bottom: -2px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.rankingTabs .tab-button.active {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d0c0a;
}

.tab-block {
  display: none;
}
.tab-block.active {
  display: block;
}

.topFtableBlock {
  width: calc(33% - 20px);
  height: 115px;
  background: #1b1918;
}
.topFtableBlock .numberIcon {
  width: 110px;
  height: 100%;
}
.topFtableBlock .numberIcon.numberIcon-first {
  background: url(../images/first-icon.png) left 13px top 13px no-repeat;
  background-color: #161412;
}
.topFtableBlock .numberIcon.numberIcon-second {
  background: url(../images/second-icon.png) left 13px top 13px no-repeat;
  background-color: #161412;
}
.topFtableBlock .numberIcon.numberIcon-third {
  background: url(../images/third-icon.png) left 13px top 13px no-repeat;
  background-color: #161412;
}
.topFtableBlock .topInfo {
  position: relative;
  left: -10px;
}
.topFtableBlock .topInfo img {
  border-radius: 50%;
  border: 1px solid #45403a;
  padding: 3px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.topFtableBlock .topOnline {
  color: #62b232;
  font-size: 10px;
  margin-bottom: 6px;
}
.topFtableBlock .topNick {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.topFtableBlock .topNick span {
  color: #d59629;
  font-size: 14px;
}
.topFtableBlock .topNick a {
  color: #fff;
}
.topFtableBlock .topClass {
  font-weight: 600;
  display: flex;
}
.topFtableBlock .topClass span {
  border-right: 1px solid #696868;
  padding-right: 7px;
}
.topFtableBlock .topClass span:last-child {
  padding-left: 7px;
  border-right: none;
}

.topFtable {
  margin-bottom: 40px;
}

.topTable td {
  position: relative;
  padding: 12px 23px;
}
.topTable td:nth-child(4n+2) {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.topTable td:last-child {
  text-align: right;
}
.topTable .t-nickname {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.topTable .t-lvl {
  color: #d59629;
}
.topTable img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.topTable .t-online {
  color: #62b232;
  font-size: 10px;
  position: absolute;
  right: 100%;
  width: 50px;
  margin-right: -15px;
  text-align: right;
  top: 50%;
  margin-top: -8px;
}
.topTable .t-online b {
  font-weight: 600;
}
.topTable .yourChar {
  background: linear-gradient(to bottom, #561d25, #8a441c);
}
.topTable .yourChar td {
  color: #fff;
}
.topTable .yourChar td .t-lvl {
  color: #fff;
}
.topTable .yourChar .yp {
  position: absolute;
  right: 100%;
  color: #ba8325;
  text-shadow: 0px 0px 10px #ba8325;
  width: 120px;
  top: 50%;
  margin-top: -10px;
}
.topTable .yourChar .yp:after {
  content: "";
  background: url(../images/link-icon.png) left -8px center no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
  filter: drop-shadow(0px 0px 15px #ba8325);
}

.areaInfo {
  background: url(../images/area-info-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 144px;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.areaInfo > div {
  padding: 15px 30px;
}
.areaInfo-name {
  width: 30%;
}
.areaInfo-name_img {
  position: relative;
}
.areaInfo-name_img span {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 4px solid #222919;
  background: #8acf27;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.areaInfo-name_img img {
  border-radius: 50%;
  width: 82px;
  height: 82px;
  border: 1px solid #343131;
  padding: 3px;
}
.areaInfo-name_info {
  margin-left: 25px;
  width: 100%;
  text-align: center;
}
.areaInfo-name_info p {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.areaInfo-name_info a {
  color: #696868;
}
.areaInfo-active {
  width: 24%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.areaInfo-active_block {
  width: 100%;
  font-size: 14px;
  margin: 2px 0px;
}
.areaInfo-active_block span {
  float: right;
  color: #fff;
}
.areaInfo-clan {
  display: flex;
  align-items: center;
  width: 20%;
}
.areaInfo-clan img {
  margin-right: 10px;
}
.areaInfo-clan p {
  margin-bottom: 3px;
  color: #696868;
  font-weight: 400;
}
.areaInfo-clan_name {
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.areaInfo-clan_name a {
  color: #fff;
}
.areaInfo-money {
  width: 26%;
  display: flex;
  align-items: center;
  padding: 0px !important;
}
.areaInfo-money_block {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 8px 8px 20px;
}
.areaInfo-money_block span {
  position: relative;
  margin-right: 10px;
  display: block;
  background: url(../images/money-icon.png) right no-repeat;
  padding: 18px 60px 18px 0px;
  font-size: 24px;
  color: #f7ad30;
  text-shadow: 0px 0px 17px #ff5e0f;
}

.color-green {
  color: #92d529 !important;
}

.tab-button span {
  display: block;
  height: 20px;
  width: 30px;
  margin-right: 5px;
}

.characters {
  background: url(../images/tabs-icon.png) left 3px top no-repeat;
}

.myfriend {
  background: url(../images/tabs-icon.png) left -193px top no-repeat;
}

.messages {
  background: url(../images/tabs-icon.png) left -420px top no-repeat;
}

.area {
  background: url(../images/tabs-icon.png) left -620px top no-repeat;
}

.swiper-characters .heroNav {
  background: #141311;
  position: absolute;
  top: 0px;
  bottom: auto;
  width: 100%;
  height: 210px;
}
.swiper-characters .swiper-pagination {
  bottom: auto;
  top: 12px;
}

.nav-char {
  background: #141311;
  max-width: 100%;
  padding: 0px 80px;
  position: relative;
  margin-bottom: 35px;
}
.nav-char:after {
  content: "";
  position: absolute;
  background: url(../images/slider-bottom-img.png) no-repeat;
  bottom: -27px;
  left: 50%;
  margin-left: -323px;
  width: 650px;
  height: 29px;
}
.nav-char:before {
  content: "";
  position: absolute;
  background: url(../images/nav-char-bg.png) no-repeat;
  bottom: -18px;
  left: 50%;
  margin-left: -189px;
  width: 397px;
  height: 191px;
}
.nav-char .slick-slide {
  display: block;
  padding-top: 51px;
}
.nav-char .slick-slide p {
  margin-bottom: 0px;
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
.nav-char .slick-slide p span {
  color: #ffb432;
}
.nav-char .slick-slide.slick-center {
  padding-top: 38px;
}
.nav-char .slick-slide.slick-center p {
  font-size: 16px;
  margin-top: 30px;
}
.nav-char .slick-track {
  padding: 10px 0px 40px 0px;
}
.nav-char .slick-arrow {
  margin-top: -36px;
}
.nav-char .slick-arrow.slick-next {
  right: 20px;
}
.nav-char .slick-arrow.slick-prev {
  left: 20px;
}

.hero-for {
  background: url(../images/char-bg.jpg) top center no-repeat;
  background-color: #1b1a18;
  min-height: 770px;
  padding: 10px 0px 0px 0px;
}

.charSlide {
  display: flex !important;
}
.charSlide-info {
  width: 460px;
  padding: 50px 60px;
  position: relative;
}
.charSlide-info h2 {
  font-size: 64px;
  font-family: 'Fritz';
  letter-spacing: 5px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.charSlide-info h3 {
  font-size: 30px;
  font-family: 'Fritz';
  letter-spacing: 5px;
  font-weight: normal;
  text-transform: uppercase;
  color: #908585;
  margin-bottom: 35px;
}
.charSlide-info .char {
  position: absolute;
  right: -10px;
  top: 120px;
}
.charSlide-info .classIcon img {
  filter: drop-shadow(0px 0px 25px #be5b1f);
  height: 95px;
}
.charSlide-info_bottom {
  position: absolute;
  width: calc(100% - 120px);
  bottom: 50px;
}
.charSlide-info_bottom .basicAbility {
  margin-bottom: 30px;
}
.charSlide-info_bottom .charLevelBlock-info {
  color: #e04838;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.charSlide-info_bottom .charLevelBlock-info span {
  display: bloxk;
  color: #fff;
  position: relative;
  opacity: 0.3;
}
.charSlide-info_bottom .charLevelBlock-info span:after {
  content: "";
  position: absolute;
  background: url(../images/row-icon.png) no-repeat;
  width: 12px;
  height: 8px;
  left: -20px;
  top: 50%;
  transform: rotate(-90deg);
  margin-top: -4px;
}
.charSlide-info_bottom .charLevelBlock-progress {
  border: 1px solid #35302e;
  background: linear-gradient(to bottom, #201b19, #302b29);
  padding: 10px;
  position: relative;
}
.charSlide-info_bottom .charLevelBlock-progressBar {
  background: url(../images/progress-bar.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #b14644;
}
.charSlide-info_bottom .charLevelBlock-progress .points {
  position: relative;
  z-index: 1;
  color: #fff;
}
.charSlide-info_bottom .charLevelBlock-progress .points_n {
  position: relative;
  z-index: 1;
  color: #7c7a79;
}
.charSlide-info_bottom .charLevelBlock-progress .points_n span {
  color: #fff;
}
.charSlide-eq {
  background: url(../images/equipment-bg.png) top center no-repeat;
  height: 766px;
  width: 690px;
  position: relative;
}
.charSlide-eq_title {
  position: absolute;
  left: 70px;
  top: 43px;
  color: #1e1919;
  font-size: 18px;
  font-family: 'Fritz';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.charSlide-eq_title p {
  font-size: 24px;
  margin-bottom: 0px;
}

.equipment {
  width: 100%;
  position: relative;
}

.equipment-info {
  position: absolute;
  height: 100%;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  color: #1e1919;
  font-size: 12px;
}
.equipment-info p {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
}
.equipment-info > div {
  width: 150px;
  position: absolute;
}

.eq-left {
  left: -265px;
  text-align: right;
}
.eq-left.hand-info {
  top: 238px;
}
.eq-left.amulet-info {
  top: 327px;
}
.eq-left.sword-info {
  top: 417px;
}
.eq-left.cloack-info {
  top: 594px;
}

.eq-right {
  position: absolute;
  right: -265px;
}
.eq-right.helmet-info {
  top: 60px;
}
.eq-right.shoulder-info {
  top: 150px;
}
.eq-right.chest-info {
  top: 238px;
}
.eq-right.ring-info {
  top: 327px;
}
.eq-right.belt-info {
  top: 417px;
}
.eq-right.shield-info {
  top: 505px;
}
.eq-right.boots-info {
  top: 594px;
}

.eq-bg {
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
}

.eq-bg_1 {
  background: url(../images/eq-helmet-bg.png) no-repeat;
  width: 87px;
  height: 98px;
}

.eq-bg_2 {
  background: url(../images/eq-hand-bg.png) no-repeat;
  width: 87px;
  height: 125px;
}

.eq-bg_3 {
  background: url(../images/eq-chest-bg.png) no-repeat;
  width: 112px;
  height: 169px;
}

.eq-bg_4 {
  background: url(../images/eq-ring-bg.png) no-repeat;
  width: 67px;
  height: 78px;
}

.eq-bg_5 {
  background: url(../images/eq-belt-bg.png) no-repeat;
  width: 112px;
  height: 90px;
}

.eq-bg_6 {
  background: url(../images/eq-weapon-bg.png) no-repeat;
  width: 95px;
  height: 185px;
}

.eq-bg_7 {
  background: url(../images/eq-boots-bg.png) no-repeat;
  width: 95px;
  height: 145px;
}

.helmet-bg {
  left: 306px;
  top: 72px;
}

.shoulder-bg {
  left: 393px;
  top: 135px;
}

.eq-not-bg {
  position: absolute;
}
.eq-not-bg:after {
  content: "";
  background: url(../images/plus.png) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  top: 23px;
}

.shoulder-bg-not {
  background: url(../images/eq-helmet-bg-not.png) no-repeat;
  width: 87px;
  height: 98px;
  left: 217px;
  top: 135px;
}

.hand-bg-not {
  background: url(../images/eq-hand-bg-not.png) no-repeat;
  width: 87px;
  height: 125px;
  left: 414px;
  top: 214px;
}
.hand-bg-not:after {
  top: 35px;
}

.chest-bg {
  left: 293px;
  top: 151px;
}

.hand-bg {
  left: 196px;
  top: 214px;
}

.amulet-bg {
  left: 216px;
  top: 320px;
}

.belt-bg {
  left: 293px;
  top: 300px;
}

.ring-bg {
  left: 414px;
  top: 320px;
}

.sword-bg {
  left: 190px;
  top: 380px;
}

.cloack-bg {
  left: 293px;
  top: 367px;
}

.shield-bg {
  left: 414px;
  top: 380px;
}

.boots-bg {
  left: 302px;
  top: 572px;
}


.skillsBlock > div {
  padding: 45px 65px;
}
.skillsBlock-left {
  width: 460px;
}
.skillsBlock-right {
  width: 690px;
}
.skillsBlock-title {
  color: #fff;
  font-size: 16px;
  font-family: 'Fritz';
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.skillsBlock-title a {
  text-decoration: underline;
  text-transform: none;
  color: #ffb432;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 5px;
}
.skillsBlock-title a:hover {
  color: #fff;
  text-decoration: none;
}
.skillsBlock-ability {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.skillsBlock-ability p {
  margin-bottom: 0px;
  margin: 9px 0px;
  width: 100%;
}
.skillsBlock-ability p span {
  float: right;
  color: #fff;
}

.statBlock {
  margin-top: 30px;
}
.statBlock .h-bar {
  background: url(../images/health-bg.png) no-repeat;
  height: 75px;
  width: 75px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.statBlock .h-bar span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.statBlock .h-bar-progress {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 16px;
  top: 12px;
  transform: rotate(180deg);
}
.statBlock .h-bar-progress span {
  height: 100%;
  width: 100%;
  display: block;
}
.statBlock .statBlock-info p {
  font-family: 'Fritz';
  color: #fff;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.statBlock .statBlock-info div {
  color: #605e5e;
  font-size: 14px;
}
.statBlock .statBlock-info span {
  font-size: 600;
}
.statBlock-health .h-bar-progress span {
  background: url(../images/health-bar.png) no-repeat;
  filter: drop-shadow(0px 0px 15px rgba(123, 221, 55, 0.5));
}
.statBlock-health .statBlock-info span {
  color: #a8ce25;
}
.statBlock-mana .h-bar-progress span {
  background: url(../images/mana-bar.png) no-repeat;
  filter: drop-shadow(0px 0px 15px rgba(0, 183, 230, 0.5));
}
.statBlock-mana .statBlock-info span {
  color: #09b0c9;
}

.skillBlock {
  display: flex;
  margin-bottom: 25px;
}
.skillBlock-block {
  width: 50%;
  display: flex;
  align-items: center;
}
.skillBlock-img {
  background: url(../images/skill-bg.png) no-repeat;
  width: 61px;
  height: 61px;
  position: relative;
  margin-right: 20px;
}
.skillBlock-img img {
  width: 55px;
  height: 55px;
  padding: 3px 0px 0px 3px;
}
.skillBlock-info {
  color: #686867;
  font-size: 12px;
}
.skillBlock-info p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.mause {
  background: url(../images/mause_1.png) no-repeat;
  width: 27px;
  height: 33px;
  position: absolute;
  right: -11px;
  bottom: -12px;
}
.mause.mause_1 {
  background: url(../images/mause_1.png) no-repeat;
}
.mause.mause_2 {
  background: url(../images/mause_2.png) no-repeat;
  right: -13px;
}

.m-number {
  background: url(../images/skill-number.png) no-repeat;
  width: 28px;
  height: 38px;
  position: absolute;
  color: #f7ad30;
  text-shadow: 0px 0px 15px #f7ad30;
  font-size: 9px;
  text-align: center;
  padding-top: 6px;
  right: -14px;
  bottom: -20px;
}

.skillsSmall {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.skillsSmallBlock {
  width: 33%;
  display: flex;
  align-items: center;
}
.skillsSmallBlock-img {
  background: url(../images/skill-bg_small.png) no-repeat;
  width: 72px;
  height: 74px;
  padding: 14px 0px 0px 13px;
  margin-right: 10px;
}
.skillsSmallBlock-img img {
  width: 46px;
  height: 46px;
}
.skillsSmallBlock-info {
  color: #686867;
  font-size: 12px;
}
.skillsSmallBlock-info p {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}

.ray {
  background: url(../images/ray.png) no-repeat;
  width: 419px;
  height: 419px;
  position: absolute;
  left: 33px;
  top: 206px;
  animation: ray 14s infinite linear;
  transform: rotate(0deg);
  opacity: 0.6;
}

@keyframes ray {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rainbow {
  background: url(../images/rainbow.png) no-repeat;
  background-size: 150px 142px;
  width: 445px;
  height: 422px;
  position: absolute;
  left: 166px;
  top: 329px;
  opacity: 0;
  animation: rainbow 5s infinite linear;
}

@keyframes rainbow {
  0% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 150px 142px;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    background: url(../images/rainbow.png) no-repeat;
    background-size: 445px 422px;
    opacity: 0;
    left: 166px;
    top: 329px;
  }
}
.sparks {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 40px;
}
.sparks > div {
  position: absolute;
}
.sparks .spark_1 {
  background: url(../images/spark_1.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark_2 {
  background: url(../images/spark_2.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks .spark_3 {
  background: url(../images/spark_3.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    transform: scale(1);
    opacity: 0;
  }
}
.sparks .spark-big {
  background: url(../images/spark_4.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
  animation-delay: 2s;
  right: 40px;
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    transform: scale(1);
    opacity: 0;
  }
}
.flame {
  width: 400px;
  height: 450px;
  position: absolute;
  left: 820px;
  top: 160px;
}
.flame > div {
  width: 400px;
  height: 450px;
  position: absolute;
  opacity: 0;
}

.flame_1 {
  background: url(../images/flame_1.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 0.7s;
}

.flame_2 {
  background: url(../images/flame_2.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 1.4s;
}

.flame_3 {
  background: url(../images/flame_3.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 2.1s;
}

.flame_4 {
  background: url(../images/flame_4.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 2.8s;
}

.flame_5 {
  background: url(../images/flame_5.png) no-repeat;
  animation: flame_1 3s linear infinite;
  animation-delay: 3.5s;
}

@keyframes flame_1 {
  0% {
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transform: scale(1);
  }
  50% {
    bottom: 60px;
    left: 30px;
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    bottom: 120px;
    left: 60px;
    opacity: 0;
    transform: scale(0.6);
  }
}


.market-content { padding: 20px 70px 70px 70px; }

.market-title { color: #fff; font-size: 30px; font-weight: bold; text-transform: uppercase; letter-spacing: 3px; display: flex; align-items: center; position: relative; margin-left: -10px; margin-bottom: 20px; }
.market-title i { margin-right: 10px; }

.icon-plus-dark { background: url(../images/plus-icon-dark.png) center no-repeat; width: 78px; height: 78px; }

.depositBlocks { margin-left: -15px; margin-right: -15px; margin-bottom: 30px; }

.depositBlock { background: url(../images/coins-bg.png) center no-repeat; width: 360px; height: 176px; position: relative; padding: 0px 20px 20px 35px; cursor: pointer; transition: 0.3s; margin: 1px; }
.depositBlock:hover { background: url(../images/coins-bg-hover.png) center no-repeat; }
.depositBlock:hover .depositBlock-price { color: #2c3844; }

.depositBlock-coin { display: inline-block; width: 94px; height: 94px; }

.coin-1 { background: url(../images/coin-1.png); }

.coin-2 { background: url(../images/coin-2.png); }

.coin-3 { background: url(../images/coin-3.png); }

.coin-4 { background: url(../images/coin-4.png); }

.coin-5 { background: url(../images/coin-5.png); }

.depositBlock-price { position: absolute; width: 130px; height: 35px; left: 50%; margin-left: -65px; text-align: center; bottom: 8px; }

.depositBlock-info { line-height: 1; padding-left: 5px; }
.depositBlock-info p { margin-bottom: 5px; color: #ca9619; font-weight: bold; font-size: 30px; letter-spacing: 2px; }
.depositBlock-info span { padding-left: 6px; color: #fff; font-size: 18px; font-weight: bold; }

.depositBlock.active { background: url(../images/coins-bg-hover.png) center no-repeat; }
.depositBlock.active .depositBlock-price { color: #2c3844; }
.depositBlock.active .depositBlock-check { opacity: 1; }

.depositBlock-check { background: url(../images/check-corner.png); width: 83px; height: 83px; position: absolute; top: -2px; left: -2px; transition: 0.3s; opacity: 0; }

.market-content-title { text-align: center; margin-bottom: 50px; }
.market-content-title span { position: relative; font-size: 18px; font-weight: bold; }
.market-content-title span:before { content: ""; position: absolute; background: url(../images/line-r.png); width: 392px; height: 15px; left: calc(100% + 30px); top: 50%; margin-top: -7.5px; }
.market-content-title span:after { content: ""; position: absolute; background: url(../images/line-l.png); width: 392px; height: 15px; right: calc(100% + 30px); top: 50%; margin-top: -7.5px; }

.payMethod { margin-bottom: 50px; }

.payMethod-block { background: url(../images/pay-bg.png); width: 270px; height: 126px; }

.payMethod-blocks { margin-left: -15px; margin-right: -15px; }

.payMethod-block { margin: 1px; position: relative; transition: 0.3s; }
.payMethod-block:hover { background: url(../images/pay-bg-hover.png); }

.payMethod-block.active { background: url(../images/pay-bg-hover.png); }
.payMethod-block.active .depositBlock-check { opacity: 1; }

.orderBlock { width: 25%; line-height: 1; }
.orderBlock:last-child { display: flex; justify-content: flex-end; }
.orderBlock p { margin-bottom: 8px; color: #9eaab6; font-size: 16px; }
.orderBlock span { font-size: 24px; }

.icon-sword { background: url(../images/sword-icon.png); width: 78px; height: 78px; }


.filter {margin-bottom: 30px; }

.filter span { cursor: pointer; display: flex; align-items: center; margin-left: 10px; margin-right: 20px; padding: 5px 0px; transition: 0.3s; color: #9eaab6; }
.filter span i { margin-right: 5px; filter: brightness(150%); }
.filter span.active { opacity: 1; color: #908585; }
.filter span.active i { filter: brightness(300%); }
.filter span:hover { opacity: 1; color: #908585; }
.filter span:hover i { filter: brightness(300%); }

.icon-swords { background: url(../images/icon-sword.png); width: 17px; height: 17px; }

.icon-axes { background: url(../images/icon-axes.png); width: 16px; height: 16px; }

.icon-maces { background: url(../images/icon-mace.png); width: 18px; height: 18px; }

.icon-spears { background: url(../images/icon-spear.png); width: 20px; height: 20px; }

.icon-bows { background: url(../images/icon-bow.png); width: 18px; height: 18px; }

.search { display: flex; align-items: center; justify-content: center; background: url(../images/search-bg.png) center no-repeat; height: 44px; margin-bottom: 10px; }

.search-button { background: url(../images/icon-search.png) center no-repeat; height: 30px; width: 30px; }

.search-input { width: 220px; height: 30px; background: none; color: #fff; text-align: left; padding: 0px 10px; }

.sort { padding: 10px 0px; }
.sort span { margin-right: 20px; opacity: 0.4; }

.sort-select { background: url(../images/select-bg.png) no-repeat; width: 247px; height: 44px; border: none; outline: 0px; outline-offset: 0px; color: #908585; font-family: "AlbertusMedium"; font-size: 14px; letter-spacing: 1px; padding: 0px 25px; margin-bottom: 0px; }

.color option{
    font-size: 14px;
    background-color:#13161a;
}

.market-title-flex .market-title { margin-bottom: 0px; }

.market-title-flex { margin-bottom: 25px; }

.info { display: flex; align-items: center; background-color: #4d391f; border: 3px solid #16171a; outline: 1px solid #7f693f; box-shadow: 0px 0px 5px 0px #7f693f; padding: 10px 15px; margin-bottom: 30px; }

.icon-info { background: url(../images/icon-info.png); width: 53px; height: 53px; }

.infoBlock { line-height: 1; margin-left: 12px; width: calc(100% - 90px); }
.infoBlock p { color: #ddcaa5; margin-bottom: 5px; font-weight: bold; }
.infoBlock span { color: #b59260; }

.item { background: url(../images/item-bg.png); width: 270px; height: 348px; text-align: center; position: relative; padding-top: 25px; line-height: 1; transition: 0.3s; cursor: pointer; }

.item-img { background: url(../images/item-img-bg.png); width: 154px; height: 154px; margin: 0 auto; margin-bottom: 5px; }

.item-name { font-weight: bold; font-size: 14px; margin-bottom: 5px; }

.item-char { color: #9eaab6; margin-bottom: 5px; font-size: 12px; }

.item-char-n { margin-bottom: 5px; font-size: 11px; }

.item-price { display: flex; align-items: center; justify-content: center; color: #ca9619; font-weight: bold; margin: 0 auto; }
.item-price i { margin-right: 5px; }

.item-buy { text-transform: uppercase; font-size: 9px; height: 35px; line-height: 35px; width: 130px; position: absolute; bottom: 14px; left: 50%; margin-left: -65px; font-weight: bold; }

.item.active { background: url(../images/item-bg-active.png); filter: drop-shadow(0px 10px 5px rgba(255, 255, 255, 0.1)); }
.item.active .item-buy { color: #13161a; }

.item:hover { background: url(../images/item-bg-active.png); filter: drop-shadow(0px 10px 5px rgba(255, 255, 255, 0.1)); }
.item:hover .item-buy { color: #13161a; }

.item-corner { background: url(../images/corner-blue.png) no-repeat; width: 83px; height: 83px; position: absolute; top: -2px; left: -2px; transition: 0.3s; opacity: 1; }
.item-corner span { color: #fff; font-size: 10px; font-weight: bold; text-transform: uppercase; transform: rotate(-45deg); display: inline-block; text-align: center; width: 100%; position: absolute; left: -9px; top: 28px; letter-spacing: 1px; }

.item-corner-orange { background: url(../images/corner-orange.png) no-repeat; }

.itemsBlock { margin-left: -12px; margin-right: -12px; }

.pagination { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin-top: 50px; }

.number { display: flex; align-items: center; justify-content: center; height: 51px; width: 51px; color: #9eaab6; font-size: 14px; }
.number:hover { color: #fff; }
.number.active { color: #fff; background: url(../images/pag-active.png) no-repeat; }

.pag-left { background: url(../images/arrow-slider-left.png) center no-repeat; }
.pag-left:hover { opacity: 0.7; }

.pag-right { background: url(../images/arrow-slider-right.png) center no-repeat; }
.pag-right:hover { opacity: 0.7; }

.window-button, .window .buttons .close, .window .buttons .minimize, .window .buttons .maximize {
  padding: 0;
  margin: 0;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-color: gainsboro;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.5);
}

.window {
  animation: bounceIn 1s ease-in-out;
  width: 100%;
}
.window .handle {
  height: 22px;
  background: linear-gradient(0deg, #d8d8d8, #ececec);
  border-top: 1px solid white;
  border-bottom: 1px solid #b3b3b3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: rgba(0, 0, 0, 0.7);
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
.window .buttons {
  position: absolute;
  float: left;
  margin: 0 8px;
}
.window .buttons .close {
  background-color: #ff6159;
}
.window .buttons .minimize {
  background-color: #ffbf2f;
}
.window .buttons .maximize {
  background-color: #25cc3e;
}
.window .terminal {
  padding: 4px;
  background-color: black;
  opacity: 0.7;
  height: 218px;
  color: white;
  font-family: "Source Code Pro", monospace;
  font-weight: 200;
  font-size: 14px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-y: auto;
}
.window .terminal::after {
  content: "|";
  animation: blink 2s steps(1) infinite;
}

.prompt {
  color: #bde371;
}

.path {
  color: #5ed7ff;
}

@keyframes blink {
  50% {
    color: transparent;
  }
}
@keyframes bounceIn {
  0% {
    transform: translateY(-1000px);
  }
  60% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0px);
  }
}

.category-icon{
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
}

.category-iconactive{
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid #FFDC11;
}

.side-left-menu{
	display: block;
    padding: 22px 24px;
    color: #fff;
    border-bottom: 1px solid #34373C;
}

.card--clean>.card__content {
    padding: 1px 0 0;
}

.product__slide-img img{
	width: 164px !important;
	height: 164px !important;
}

.products--grid .product__content {
    padding: 10px !important;
}

.products-list__product-thumb img {
    width: 40px;
}

.products--grid .product__item--color-0 {
    background-image: transparent;
}

.products--grid .product__item--color-1 {
    background-image: linear-gradient(to left top,#fe2b00,#f7d500);
}

.products--grid .product__item--color-2 {
    background-image: linear-gradient(to left top,#003e78,#33fff3);
}

.products--grid .product__item--color-3 {
    background-image: linear-gradient(to left top,#00adbd,#7cffd0);
}

.products--grid .product__item--color-4 {
    background-image: linear-gradient(to left top,#3f1464,#dd2f8d);
}

.products--grid .product__item--color-5 {
    background-image: linear-gradient(to left top,#140078,#4dcbff);
}

.products--grid .product__item--color-6 {
    background-image: linear-gradient(to left top,#006f3f,#bdff3d);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #292C31;
    border-color: hsla(0,0%,100%,.1);
}


.form-control {
    color: #FFDC11 !important;
}


.nav-account .nav-account__item.has-children ul {
    min-width: 180px !important;
}

.team-meta__logo{
	width: 32px !important;
	height: 32px !important;
	margin-right: 10px;
	border: 1px solid #ffdc11 !important;
}

.widget-player__number {
    font-size: 28px;
}


.widget-player__content-inner {
    width: 100%;
    padding-left: 10px; 
    padding-right: 24px; 
}

.widget-standings .table-standings>tbody>tr>td:first-child {
    padding-left: 10px;
}

.card__header {
    padding: 10px 20px;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.card__header--has-btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.card__header>h4 {
    font-size: 14px;
}

.widget-player__details-label {
    font-size: 10px;	

}

.widget-player__details-value {
    font-size: 10px;
}

.widget-player__details__item {
    padding: 8px 8px;
}


.products-list__product-name>a {
    font-size: 10px;
	font-weight: normal;
}

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