body {
  width: 100%;
  background: url(../images/body-bg-top.jpg) center top no-repeat, url(../images/body-bg-bottom.jpg) center bottom no-repeat;
  background-color: #03080d;
  font-family: Candara, Arial, sans-serif;
  font-size: 13px;
  color: #7a939d;
}
a {
  transition: all 0.3s ease;
  color: #24698f;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 24px;
}
h3 {
  margin-bottom: 15px;
}
input,
textarea {
  background: #0b1c2b;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
a.btn, button.btn {
  display: inline-block;
  background: #0b1c2b;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
button {
  background: none;
  border: 1px solid #153348;
  /*padding: 10px 25px;*/
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:hover {
  background-color: rgba(21, 51, 72, 0.5);
}
.blue-a,
.green-a,
.gold-a {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-blue-bg.png) repeat-x;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  border: none;
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  text-shadow: 1px 1px 2px #000;
  margin-left: 5px;
  text-decoration: none;
  box-shadow: 0px 10px 49px -1px rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
}
.blue-a:before,
.green-a:before,
.gold-a:before {
  content: "";
  background: url(../images/button-blue-left-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.blue-a:after,
.green-a:after,
.gold-a:after {
  content: "";
  background: url(../images/button-blue-right-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}
.green-a {
  background: url(../images/button-green-bg.png) repeat-x;
  box-shadow: 0px 0px 29px -1px #67cc7c;
}
.green-a:before {
  content: "";
  background: url(../images/button-green-left-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.green-a:after {
  content: "";
  background: url(../images/button-green-right-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}
.gold-a {
  background: url(../images/button-gold-bg.png) repeat-x;
  box-shadow: 0px 0px 29px -1px #ff6816;
}
.gold-a:before {
  content: "";
  background: url(../images/button-gold-left-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: -1;
}
.gold-a:after {
  content: "";
  background: url(../images/button-gold-right-bg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: -1;
}
.button-n:after {
  display: none;
}
.button-n:before {
  display: none;
}
:focus {
  outline: none;
}
input:focus,
textarea:focus {
  border: 1px solid #2d5572;
}
select {
  border-radius: 3px;
  -webkit-appearance: none;
  background: #081825 url(../images/select-icon.png) center right 7px no-repeat;
  -moz-appearance: none;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
  color: #7a939d;
  padding: 7px 25px 7px 15px;
  border: none;
  font-size: 12px;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #7a939d;
}
::-moz-placeholder {
  color: #7a939d;
}
:-moz-placeholder {
  color: #7a939d;
}
:-ms-input-placeholder {
  color: #7a939d;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 508px;
}
.menu-top {
  text-align: center;
  background: url(../images/menu-top-bg.png) bottom no-repeat;
  height: 130px;
}
.menu-top ul {
  width: 603px;
}
.menu-top-left li {
    display: inline-block;
    margin: 0px 45px 0 2px;
    position: relative;
}
.menu-top-right li {
    display: inline-block;
    margin: 0px 5px 0 45px;
    position: relative;
}
.menu-top ul li:hover {
  background: url(../images/menu-top-active.png) center -1px no-repeat;
}
.menu-top ul li ul {
  position: absolute;
  margin-top: -15px;
  margin-left: -80px;
  opacity: 0;
  left: -9999px;
  z-index: 9999;
  width: 160px;
  background-color: #070f17;
  border: 1px solid #1a2939;
  padding: 20px 0px;
  transition: 0.25s linear opacity;
  box-shadow: 10px 10px 64px -16px rgba(0, 0, 0, 0.75);
}
.menu-top ul li ul:after {
  content: "";
  background: url(../images/menu-icon.png) no-repeat;
  width: 22px;
  height: 12px;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.menu-top ul li ul li {
  display: block;
  margin: 0px 0px;
  text-align: left;
}
.menu-top ul li ul li:hover {
  background: none !important;
}
.menu-top ul li ul li a {
  text-transform: none;
  padding: 8px 28px;
  border-top: none !important;
  color: #7a939d !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.menu-top ul li ul li a:hover {
  color: #fff;
  background-color: #0f1d2b;
}
.menu-top ul li ul li a:before {
  content: ">";
  padding-right: 10px;
}
.menu-top ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 35px 10px;
  display: block;
  font-weight: bold;
  border-top: 2px solid rgba(0, 0, 0, 0);
}
.menu-top ul li a:hover {
  border-top: 2px solid #74c564;
  text-shadow: 0px 0px 27px #74c564;
  color: #74c564;
}
.menu-top ul li:hover ul {
  left: 50%;
  opacity: 1;
}
.menu-top .active {
  background: url(../images/menu-top-active.png) center -1px no-repeat;
}
.menu-top .active a {
  text-shadow: 0px 0px 27px #74c564;
  color: #74c564;
  border-top: 2px solid #74c564;
}
.menu-top-left {
  float: left;
}
.menu-top-right {
  float: right;
}
.server-load {
  background: url(../images/server-load-bg.png) no-repeat;
  width: 191px;
  height: 86px;
  text-align: center;
  margin: 0 auto;
  padding-left: 4px;
}
.server-load div {
  word-spacing: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding-top: 14px;
  margin-bottom: 1px;
}
.server-load span {
  color: #6fff52;
  font-size: 18px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.logo {
    padding-top: 76px;
    padding-left: 14px;
}
.logo a {
  background: url(../images/logo.png) no-repeat;
  width: 581px;
  height: 212px;
  display: block;
}
.logo a:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
  width: 100%;
  display: flex;
}
.content {
  width: 860px;
  padding: 50px;
  min-height: 1000px;
  background: #07131f;
  -webkit-margin-start: -1px;
  line-height: 1.3;
}
.content img {
  max-width: 860px;
}
.top-content-block {
  display: flex;
  width: 960px;
  margin: -50px 0px 50px -50px;
}
.download-bonus-block {
  width: 321px;
  position: relative;
  z-index: 1;
}
.download-bonus-block .download a {
  display: block;
  text-decoration: none;
  background: url(../images/download-button.jpg) no-repeat;
  width: 321px;
  padding-top: 97px;
  height: 55px;
  text-align: center;
}
.download-bonus-block .download a span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c7c9ca;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.download-bonus-block:before {
  content: "";
  background: url(../images/sakura.png) 0px -135px no-repeat;
  position: absolute;
  left: -10px;
  top: 120px;
  width: 21px;
  height: 24px;
  z-index: 2;
}
.download-bonus-block:after {
  content: "";
  background: url(../images/sakura.png) -20px 0px no-repeat;
  position: absolute;
  right: -50px;
  top: -44px;
  width: 94px;
  height: 112px;
  z-index: 2;
}
.bonus-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bonus-block a {
  height: 48px;
  width: 95px;
  display: block;
  text-transform: uppercase;
  padding: 19px 0px 0px 65px;
  text-decoration: none;
}
.bonus-block a p {
  font-weight: bold;
  font-size: 14px;
  color: #7a939d;
  margin-bottom: 0px;
}
.bonus-block a span {
  color: #3d4650;
  font-size: 9px;
}
.bonus-block .bonus {
  background: #122735 url(../images/bonus-bg.jpg) 0px 2px no-repeat;
  border-right: 1px solid #163140;
  border-bottom: 1px solid #163140;
}
.bonus-block .facebook {
  background: #122735 url(../images/bonus-bg.jpg) -159px 2px no-repeat;
  border-bottom: 1px solid #163140;
}
.bonus-block .support {
  background: #122735 url(../images/bonus-bg.jpg) 0px -67px no-repeat;
  border-right: 1px solid #163140;
}
.bonus-block .shop {
  background: #122735 url(../images/bonus-bg.jpg) -159px -67px no-repeat;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 639px;
  height: 288px;
  margin: 0 auto;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .active div {
  transition: all 2s ease;
  bottom: 4px !important;
}
.slider .slides .active h2 {
  transition: all 2s ease;
  top: 140px !important;
}
.slider .slides .active p {
  transition: all 5s ease;
  opacity: 1 !important;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide h2 {
  position: absolute;
  top: -200px;
  left: 40px;
  font-size: 48px;
  font-weight: normal;
}
.slider .slides .slide p {
  position: absolute;
  bottom: 70px;
  left: 40px;
  font-size: 24px;
  color: #7a939d;
  opacity: 0;
}
.slider .slides .slide div {
  position: absolute;
  bottom: -40px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #7a939d;
  width: 539px;
  padding-right: 100px;
  height: 29px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider .slides .slide div span {
  color: #fff;
}
.slider .slides .slide img {
  width: 639px;
  height: 288px;
}
.slider .slides .slide a {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: url(../images/slider-button.jpg) no-repeat;
  height: 29px;
  line-height: 29px;
  width: 76px;
  text-align: center;
  float: left;
  margin-right: 15px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none !important;
}
.slider .next {
  position: absolute;
  background: url(../images/right-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  right: 0;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .prev {
  position: absolute;
  background: url(../images/left-arrow.png) no-repeat;
  height: 33px;
  width: 33px;
  left: 0;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.slider .navigation {
  position: absolute;
  width: 100%;
  bottom: 8px;
  right: 10px;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #353739;
  cursor: pointer;
  border-radius: 16px;
  margin: 0 5px;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  background: #74c564;
  box-shadow: 0px 0px 14px 2px #74c564;
}
.content-block-info {
  display: flex;
}
.left-content-block-info {
  width: 534px;
  border-right: 1px solid #0b1d2b;
  padding-right: 24px;
}
.right-content-block-info {
  width: 280px;
  padding-left: 25px;
}
.content-title {
  margin-bottom: 16px;
}
.content-title a {
  float: right;
  color: #24698f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0px 0px 10px #007eff;
  text-decoration: none;
  margin-top: 4px;
}
.content-title a:hover {
  color: #fff;
}
.content-title a:before {
  content: "+";
  position: absolute;
  left: -8px;
  top: -1px;
}
.title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.tab,
.tab-s,
.tab-n {
  display: none;
}
.tab.active,
.tab-s.active {
  display: flex;
}
.tab-n.active {
  display: block;
}
.tab.active,
.tab-s.active {
  animation-name: opasity;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@keyframes opasity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.media-tab,
.news-tab {
  margin-bottom: 20px;
}
.tab-button {
  position: relative;
  background: #091421;
}
.tab-button:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: #153348;
  bottom: 0;
  left: 0;
}
.tab-button button {
  display: inline-block;
  color: #3d4650;
  text-transform: uppercase;
  padding: 0px 26px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin-left: 0px;
  text-shadow: none;
}
.tab-button button:hover {
  color: #74c564;
  border-bottom: 2px solid #74c564;
  background: #0c1b29;
  text-shadow: 0px 0px 10px #74c564;
}
.tab-button .active {
  color: #74c564;
  border-bottom: 2px solid #74c564;
  background: #0c1b29;
  text-shadow: 0px 0px 10px #74c564;
}
.news-block {
  margin-bottom: 40px;
}
.last-news-block {
  min-height: 155px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #153348;
}
.last-news-block .news-img {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.last-news-block .news-img img {
  width: 233px;
  height: 155px;
  display: block;
  box-shadow: 0px 18px 33px -17px rgba(0, 0, 0, 0.5);
}
.last-news-block h2 {
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}
.last-news-block h2 a {
  text-decoration: none;
  color: #fff;
}
.last-news-block h2 a:hover {
  text-decoration: underline;
}
.last-news-block .news-text {
  margin-bottom: 27px;
}
.last-news-block .news-b a {
  margin-right: 30px;
}
.last-news-block .news-b span {
  color: #fff;
}
.last-news-block .news-b span b {
  font-size: 14px;
  font-weight: normal;
}
.news-info {
  color: #7a939d;
  padding: 15px 10px 15px 30px;
  border-bottom: 1px dotted #153348;
  position: relative;
}
.news-info:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 15px;
  top: 19px;
  opacity: 0.3;
}
.news-info span {
  color: #fff;
}
.news-info .news-read-more {
  float: right;
  opacity: 0;
  margin: 1px 10px 0px 20px;
}
.news-info:hover:before {
  opacity: 1;
}
.news-info:hover {
  background: #091f2f;
  box-shadow: 14px 14px 43px -17px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.news-info:hover a {
  opacity: 1;
  transition: all 0.5s ease;
}
.media-tab button {
  padding: 0px 20px;
}
.media-block-i {
  margin-bottom: 40px;
}
.media-block-top a,
.media-block-bottom a {
  cursor: pointer;
  display: inline-block;
}
.media-block-top img,
.media-block-bottom img {
  box-shadow: 0px 28px 43px -17px rgba(0, 0, 0, 0.5);
}
.media-block-top img {
  width: 280px;
}
.media-block-bottom img {
  width: 129px;
  height: 85px;
}
.media-block-top {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}
.media-block-top a:after {
  content: "";
  background: url(../images/video-icon.png);
  height: 39px;
  width: 39px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -18px;
}
.media-block-bottom {
  display: flex;
  justify-content: space-between;
}
.forum {
  border-bottom: 1px dotted #153348;
  padding-top: 14px;
  min-height: 50px;
  line-height: 18px;
}
.forum img {
  float: left;
  margin-right: 14px;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.3);
  width: 36px;
  height: 36px;
}
.forum .forum-title, .last-items-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum .forum-title a {
  color: #7a939d;
  text-decoration: none;
}
.forum .forum-autor {
  font-size: 12px;
  color: #3d4650;
}
.forum .forum-autor a {
  font-size: 12px;
  color: #24698f;
}
.forum .forum-autor a:hover {
  text-decoration: none;
}
.forum .forum-autor span {
  margin-left: 25px;
  position: relative;
}
.forum .forum-autor span:before {
  content: "";
  border-left: 1px solid #373034;
  height: 6px;
  width: 1px;
  position: absolute;
  margin-top: 7px;
  margin-left: -12px;
}
.forum:last-child {
  border-bottom: none;
}
.c-title {
  border-bottom: 2px solid #153348;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.carousel {
  position: relative;
  width: 530px;
  margin-left: -33px;
  padding: 10px 30px;
}
.carousel .prev {
  left: 15px;
  background: url(../images/nav.png) 0px 0px no-repeat;
}
.carousel .next {
  right: 7px;
  background: url(../images/nav.png) -5px 0px no-repeat;
}
.arrow {
  position: absolute;
  top: 80px;
  padding: 0;
  width: 5px;
  height: 8px;
  background: none;
  border: none;
  display: block;
  opacity: 0.3;
}
.arrow:after {
  display: none;
}
.arrow:before {
  display: none;
}
.arrow:hover {
  opacity: 1;
}
.arrow:focus {
  outline: none;
}
.arrow:hover {
  cursor: pointer;
}
.gallery {
  width: 540px;
  padding-top: 10px;
  overflow: hidden;
}
.gallery ul {
  height: 140px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 1700ms;
  display: flex;
}
.gallery li {
  display: inline-block;
  width: 115px;
  height: 135px;
  margin: 0px 10px;
  position: relative;
  transition: all 1s ease;
}
.gallery li button {
  position: absolute;
  bottom: -99px;
  left: 17px;
}
.gallery li p {
  color: #fff;
  margin-bottom: 0px;
}
.gallery li .coins-s {
  color: #ff9b39;
  font-weight: bold;
  vertical-align: middle;
  display: inline-flex;
}
.gallery li .coins-s img {
	padding-left: 5px;
}
.gallery li .item-s {
  background: #091f2f;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery li .item-s img {
  max-height: 90px;
}
.gallery li .item-price {
  text-align: center;
  background: url(../images/item-price-bg.png) repeat-x;
  height: 39px;
  font-size: 14px;
  padding-top: 5px;
}
.gallery li:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.gallery li:hover button {
  display: block;
  position: absolute;
  left: 17px;
  bottom: 12px;
}
.gallery li:hover p {
  display: none;
}
.gallery li:hover .coins-s {
  display: none;
}
.personal-list-b {
  background: #091f2f;
  padding-bottom: 65px;
  margin-bottom: 20px;
  border-top: 1px solid #153348;
}
.pagination-block {
  min-height: 50px;
}
.show-block {
  float: right;
  color: #fff;
}
.pagination a {
  float: left;
  height: 30px;
  width: 28px;
  text-decoration: none;
  color: #7a939d;
  line-height: 30px;
  text-align: center;
  background: #10293b;
  border-radius: 2px;
  margin-right: 5px;
}
.pagination .nav:hover {
  background: #10293b url(../images/nav-hover.png) center bottom no-repeat;
  color: #fff;
}
.pagination .nav-p {
  width: 36px;
  opacity: 0.4;
}
.pagination .prev {
  background: url(../images/nav-icons.png) no-repeat;
}
.pagination .next {
  background: url(../images/nav-icons.png) -36px 0px no-repeat;
}
.pagination .active {
  background: #10293b url(../images/nav-hover.png) center bottom no-repeat;
  color: #fff;
}
.pagination .active-n {
  opacity: 1;
}
.personal-list {
  height: 100px;
  display: flex;
  justify-content: space-between;
  padding: 23px;
  background: #091f2f;
  border-bottom: 1px dotted #132f45;
}
.personal-list {
    background: linear-gradient( to right, #06101a 16%, #081b29 16%, #081b29 100% );
	margin-bottom: 15px;
}
.personal-list .personal-ava {
  width: 100px;
  min-height: 96px;
  position: relative;
}
.personal-list .personal-info {
  width: 550px;
  height: 100px;
}
.personal-list .personal-info .p-name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.personal-list .personal-info .p-info {
  display: flex;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.personal-list .personal-info .p-info p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
}
.personal-list .personal-info .p-info .p-l-clan {
  width: 130px;
}
.personal-list .personal-info .p-info .p-l-clan img {
  width: 23px;
  height: 15px;
  margin-bottom: -3px;
}
.personal-list .personal-info .p-info .p-c-clan {
  width: 160px;
}
.personal-list .personal-info .p-info .p-r-clan {
  width: 260px;
}
.personal-list .personal-info .p-info .blue {
  color: #38adff;
}
.personal-list .personal-info .p-info .green {
  color: #38ff4f;
}
.personal-list .personal-info .p-info .orange {
  color: #ff8838;
}
.personal-list .personal-info .p-info .p-info-text {
  color: #95b2bc;
}
.personal-list .personal-lvl {
  width: 100px;
  text-align: center;
  font-size: 16px;
  color: #7fc054;
}/*
.personal-list .personal-lvl span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  background: #1f362d;
  border: 1px solid #4e7b42;
  border-radius: 3px;
  width: 100%;
  padding: 10px 0px;
}*/
.p-info-text a:before {
  content: ">";
}
.p-info-text a:after {
  content: "<";
}
.search-block {
  display: flex;
  background: #091f2f;
  padding: 20px 27px;
  margin-bottom: 20px;
}
.search-block select {
  margin: 0px 0px;
  padding: 10px 20px;
  width: 200px;
}
.search-block input {
  background: #081825;
  padding: 8px 20px;
}
.search-block p {
  color: #fff;
}
.search-block .search-button {
  padding-top: 25px;
}
.search-block button {
  padding: 0px;
}
.s-server,
.s-show,
.s-character {
  margin-right: 15px;
}
.search-icon {
  background: url(../images/search-icon.png) no-repeat;
  height: 13px;
  width: 13px;
  display: inline-block;
  margin: 0px 0px -2px 5px;
}
.stat-table {
  width: 100%;
  color: #fff;
  border-top: 1px solid #132f45;
  margin-bottom: 20px;
}
.stat-table tr {
  background: #081b29;
  border-top: 1px dotted #132f45;
  border-bottom: 1px dotted #132f45;
}
.ranking tr:nth-child(1) {
  color: #7a939d;
  padding: 10px 0px;
}
.stat-table tr:nth-child(2n) {
  background: #091f2f;
}
.stat-table tr:hover {
  background: #0c283b;
}
.stat-table td {
  text-align: center;
  padding: 10px 24px;
  border-left: 1px solid #132f45;
  border-right: 1px solid #132f45;
  cursor: pointer;
}
.stat-table td:nth-child(4n+2) {
  text-align: left;
}
.stat-table td:nth-child(4n+5) {
  text-align: right;
}
.stat-table td:nth-child(4n+1) {
  border-left: none;
}
.stat-table td:nth-child(4n+5) {
  border-right: none;
}
.stat-table td img {
  width: 36px;
  height: 23px;
}
.stat-table .first-tr {
  padding: 20px 24px;
}
.stat-table a {
  color: #fff;
  text-decoration: none;
}
.stat-table tr:hover a:not(.blue-a) {
  color: #24698f;
  text-decoration: underline;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  width: 320px;
  background: url(../images/sidebar-bg.png);
  position: relative;
}
.sidebar:after {
  content: "";
  background: url(../images/sidebar-bg-bottom.jpg) no-repeat;
  height: 25px;
  width: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shop-block .shop {
  height: 76px;
  width: 285px;
  padding: 20px 0px 0px 35px;
  position: relative;
  text-transform: uppercase;
}
.shop-block .shop a {
  padding: 0px 10px;
  margin-left: 5px;
}
.shop-block .shop p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.shop-block .shop span {
  display: block;
  color: #95b2bc;
  font-size: 10px;
  margin-bottom: 5px;
}
.shop-block .ninja {
  background: url(../images/shop-bg.jpg) 0px 0px no-repeat;
}
.shop-block .ninja:after {
  content: "";
  background: url(../images/ninja-bg.png) no-repeat;
  position: absolute;
  right: 27px;
  top: -10px;
  width: 112px;
  height: 106px;
}
.shop-block .sura {
  background: url(../images/shop-bg.jpg) 0px -96px no-repeat;
}
.shop-block .sura:after {
  content: "";
  background: url(../images/sura-bg.png) no-repeat;
  position: absolute;
  right: 17px;
  top: -9px;
  width: 130px;
  height: 105px;
}
.shop-block .szarfa {
  background: url(../images/shop-bg.jpg) 0px -192px no-repeat;
}
.shop-block .szarfa:after {
  content: "";
  background: url(../images/szarfa-bg.png) no-repeat;
  position: absolute;
  right: 34px;
  top: -15px;
  width: 104px;
  height: 113px;
}
.login-block-b {
  background: url(../images/login-bg-top.jpg) top no-repeat, url(../images/login-bg-bottom.jpg) bottom no-repeat;
}
.block-p {
  padding: 25px 30px;
  min-height: 100px;
}
.block-l {
  padding: 25px 0px;
  min-height: 100px;
}
.license {
  margin: 20px 0px;
}
.login-block {
  background: #102a3c;
}
.login-block .login-title {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.login-block .login-title:after {
  content: "";
  height: 1px;
  background: #132f45;
  width: 100%;
  left: 0;
  margin-top: 37px;
  position: absolute;
}
.login-block .login-title span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  color: #7a939d;
  margin-top: 5px;
}
.login-block .login-title span a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.login-block input {
  width: 220px;
}
.login-block .lost-pass {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.login-button {
  background: url(../images/login-button.jpg) no-repeat;
  width: 109px;
  height: 35px;
  margin-left: 0px;
  margin-right: 30px;
  box-shadow: 0px 0px 29px 1px #1b532d;
}
.lk-title {
  padding: 0px 30px 30px 30px;
}
.lk-title button {
  float: right;
  margin-left: 17px;
  margin-top: 3px;
}
.lk-title .coins {
  float: right;
  color: #ff9b39;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.lk-title .username {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.lk-form li {
  position: relative;
}
.lk-form li a {
  display: block;
  padding: 10px 25px 10px 60px;
  text-decoration: none;
  color: #95b2bc;
  font-size: 14px;
  border-top: 1px solid #15334a;
}
.lk-form li b {
  font-weight: normal;
  color: #00cd52;
}
.lk-form li span {
  float: right;
}
.lk-form li:hover {
  background: #132f45;
  box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}
.lk-form li:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 35px;
  top: 13px;
  opacity: 0.3;
}
.lk-form li:last-child:before {
  content: "";
  background: url(../images/close-icon.png) 0px 0px no-repeat;
  height: 8px;
  width: 8px;
  opacity: 0.4;
}
.sidebar-title {
  background: url(../images/sidebar-title-bg.jpg) repeat-x;
  height: 48px;
  line-height: 48px;
  width: 250px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 35px;
  position: relative;
}
.best-players-title span {
  background: url(../images/flag-icon.png) no-repeat;
  width: 59px;
  height: 62px;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: -1px;
  line-height: 16px;
  font-size: 10px;
  color: #ffdd8c;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.best-players-title span b {
  display: block;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.player-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0px 6px 0px 12px;
  border-bottom: 1px dotted #153347;
  transition: all 0.3s ease;
  font-size: 14px;
}
.player-info .top-number {
  font-size: 18px;
  width: 24px;
}
.player-info .top-ava {
  width: 40px;
  padding-top: 5px;
  position: relative;
  z-index: 1;
}
.player-info .top-ava img {
  width: 29px;
  height: 29px;
}
.player-info .top-name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloor-ava {
  position: absolute;
  left: 0;
  top: 9px;
  transform: scale(1.1);
  z-index: -1;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.top-r {
  width: 85px;
  color: #7fc054;
  text-align: right;
}
.top-r a {
  display: none;
  margin: 10px 5px 0px 0px;
  padding: 0px 5px;
  margin-left: 0px;
}
.top-r a img {
  margin: 0px 0px -1px 4px;
}
.player-info:hover {
  background: #102a3d;
  box-shadow: 0px 8px 43px -17px rgba(0, 0, 0, 0.5);
}
.player-info:hover .top-r a {
  display: inline-block;
}
.block-bt {
  background: url(../images/sidebar-bg-top.jpg) top no-repeat, url(../images/sidebar-bg-bottom.jpg) bottom no-repeat;
}
.block-t {
  background: url(../images/sidebar-bg-top.jpg) top no-repeat;
}
.fast-links-block li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
}
.fast-links-block li a {
  color: #95b2bc;
  font-size: 14px;
  text-decoration: none;
}
.fast-links-block li a:hover {
  text-decoration: underline;
  color: #24698f;
}
.fast-links-block li:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: 10px;
  top: 3px;
  opacity: 0.6;
}
.fast-links-block li:last-child {
  margin-bottom: 0px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 385px;
  position: relative;
}
.footer-links-block {
  background: url(../images/footer-links-bg.png);
}
.footer-links-block-i {
  background: url(../images/footer-links-bg-i.png) center bottom no-repeat;
  padding: 40px 50px 10px 50px;
}
.footer-logo {
  float: left;
  margin-top: -15px;
}
.footer-logo a {
  display: block;
  background: url(../images/footer-logo.png) no-repeat;
  width: 208px;
  height: 83px;
}
.footer-s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.footer-s span {
  width: 150px;
  margin-left: 60px;
  display: block;
  margin-bottom: 20px;
}
.footer-s a {
  color: #45505b;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.footer-s a:before {
  content: "";
  background: url(../images/nav.png) -5px 0px no-repeat;
  height: 8px;
  width: 5px;
  margin-right: 15px;
  position: absolute;
  left: -14px;
  top: 5px;
  opacity: 0.1;
}
.footer-s a:hover {
  color: #fff;
}
.footer-s a:hover:before {
  opacity: 1;
}
.footer-nav {
  display: flex;
  padding: 50px 15px 50px 45px;
  border-bottom: 1px dotted #1d3750;
}
.soc-links {
  padding-top: 8px;
}
.soc-links a {
  display: inline-block;
  height: 16px;
  margin-right: 15px;
}
.soc-links .facebook {
  background: url(../images/soc-sprite.png) 0px 0px no-repeat;
  width: 7px;
}
.soc-links .inst {
  background: url(../images/soc-sprite.png) -24px 0px no-repeat;
  width: 17px;
}
.soc-links .twitter {
  background: url(../images/soc-sprite.png) -58px 0px no-repeat;
  width: 17px;
}
.banner {
  margin: 0px 30px 0px 50px;
}
.f-menu {
  padding-top: 8px;
}
.f-menu li {
  display: inline-block;
  border-right: 1px solid #3e4953;
  padding: 0px 35px 0px 34px;
}
.f-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #95b2bc;
  font-size: 12px;
}
.f-menu li a:hover {
  color: #74c564;
  text-shadow: 0px 0px 20px #74c564;
}
.f-menu li:last-child {
  border-right: none;
}
.footer-info {
  padding: 35px 45px 0px 45px;
  text-transform: uppercase;
  font-size: 11px;
  color: #45505b;
}
.footer-info .terms {
  float: right;
}
#toTop {
  width: 40px;
  height: 40px;
  background: url(../images/top-button.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 70px;
  cursor: pointer;
}
.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
#video_modal {
  width: 1000px;
  height: 540px;
  background: url(../images/popup_bg.jpg) no-repeat;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
#login_modal,
#buy_item_form {
  width: 450px;
  background: url(../images/sidebar-bg.png);
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
}
.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
}
.close-r {
  display: block;
  position: absolute;
  margin-top: -21px;
  width: 70px;
  height: 70px;
  background: url(../images/close_popup.png) no-repeat;
}
#video_modal .close-r {
  margin-left: 970px;
}
#login_modal .close-r,
#buy_item_form .close-r {
  margin-left: 417px;
  margin-top: -27px;
}
.modal_window iframe {
  border: 0px;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup-block {
  padding: 40px 50px 20px 50px;
  border-top: 1px solid #74c564;
  color: #7a939d;
}
.reg-title {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #153348;
}
.reg-title span {
  float: right;
  font-weight: normal;
  font-size: 11px;
  color: #7a939d;
  margin-top: 5px;
}
.reg-title span a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.connect-f {
  margin: 0px 0px 15px 0px;
}
.connect-f button {
  background: url(../images/connect-f.jpg) no-repeat;
  width: 349px;
  height: 40px;
  margin-left: 0px;
  border: none;
  box-shadow: 0px 12px 31px -12px rgba(0, 0, 0, 0.5);
}
.or {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.or span:before {
  content: "";
  border-top: 1px dotted #153348;
  height: 1px;
  width: 41%;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.or span:after {
  content: "";
  border-top: 1px dotted #153348;
  height: 1px;
  width: 41%;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.reg-form p {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.reg-form input {
  margin-bottom: 25px;
  width: 310px;
  background: rgba(9, 9, 11, 0.6);
}
.pass {
  width: 156px;
  display: inline-block;
}
.pass input {
  width: 126px;
}
.first-pass {
  margin-right: 25px;
}
.license-l {
  margin-top: 4px;
  padding-bottom: 20px;
  text-transform: none;
  border-bottom: 1px dotted #153348;
}
.license-l a {
  color: #fff;
}
.license-l a:hover {
  text-decoration: none;
}
.license-l div {
  margin-bottom: 10px;
}
/*.license input[type=radio],
input[type=checkbox] {
  display: none;
}*/
.license label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  color: #7a939d;
  font-size: 14px;
}
.license input[type=checkbox]:checked + label {
  color: #74c564;
}
.license input[type=checkbox]:checked + label:before {
  content: "";
  text-align: center;
  width: 14px;
  height: 14px;
  background: #152b3e url(../images/checkboox.png) center no-repeat;
  border: 1px solid #193a51;
  border-radius: 1px;
}
.license label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #193a51;
  border-radius: 1px;
}
.reg-form {
  padding-bottom: 25px;
}
.reg-buttons {
  margin-top: 25px;
}
.reg-buttons a {
  cursor: pointer;
}
.reg-buttons button:after {
  display: none;
}
.but {
  background: none;
  border: 1px solid #153348;
  padding: 10px 25px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  line-height: 100%;
  box-shadow: none;
  font-weight: normal;
}
.sign,
.can {
  float: right;
}
.cont {
  margin-right: 7px;
}
.title-b {
  margin-bottom: 25px;
}
.forgot {
  float: right;
}
/********************************************Hero***********************************************/
.clan {
  margin-left: 10px;
}
.clan:before {
  content: "<";
}
.clan:after {
  content: ">";
}
.scroll {
  overflow-y: auto;
  height: 100px;
}
.hero-tabs a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  background: url(../images/tab-bg.jpg) no-repeat;
  background-size: cover;
  text-transform: uppercase;
  padding: 15px 25px;
  text-decoration: none;
  color: #7a939d;
}
.hero-tabs .active {
  border-top: 1px solid #2d5573;
  border-right: 1px solid #2d5573;
  border-left: 1px solid #2d5573;
  border-bottom: 1px solid #102a3a;
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
  color: #fff;
}
#carousel-hero {
  position: relative;
  width: 840px;
  margin-left: -50px;
  padding: 10px 55px 3px 65px;
  background: #091f2f;
  border-top: 1px solid #2d5573;
  border-bottom: 1px solid #2d5573;
}
#carousel-hero .gallery {
  width: 840px;
  padding-top: 0px;
}
#carousel-hero .arrow {
  width: 40px;
  height: 40px;
  top: 42px;
  opacity: 0.5;
}
#carousel-hero .arrow:hover {
  opacity: 0.8;
}
#carousel-hero .prev {
  background: url(../images/nav-carousel.png) 0px 0px no-repeat;
}
#carousel-hero .next {
  background: url(../images/nav-carousel.png) 0px 0px no-repeat;
  transform: rotate(180deg);
}
#carousel-hero ul {
  height: 125px;
}
#carousel-hero li {
  background: #0b1c2b;
  border: 1px solid #142a3d;
  border-radius: 3px;
  width: 89px;
  height: 110px;
  margin: 0px 7px;
}
#carousel-hero .hero {
  display: block;
  border: 2px solid #427ca3;
  height: 107px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  opacity: 0.4;
}
#carousel-hero .hero:hover {
  opacity: 1;
}
#carousel-hero .hero.active {
  opacity: 1;
}
#carousel-hero .hero.active:after {
  content: "";
  background: url(../images/hero-icon.png) no-repeat;
  position: absolute;
  width: 24px;
  height: 14px;
  left: 50%;
  margin-left: -12px;
  bottom: -12px;
}
#carousel-hero .hero-ava {
  border-bottom: 1px solid #2d5573;
}
#carousel-hero .hero-ava img {
  width: 85px;
  height: 85px;
  margin-bottom: -4px;
}
#carousel-hero .hero-name {
  height: 20px;
  text-align: center;
  padding: 0px 5px;
  background: #102a3d;
}
#carousel-hero .hero-name .level {
  color: #6f8791;
  float: left;
  margin-right: 5px;
}
#carousel-hero .hero-name .name {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50px;
  float: left;
  display: block;
}
.hero-block {
  background: url(../images/hero-bg.jpg) center top 20px no-repeat;
  padding-top: 20px;
  height: 630px;
  position: relative;
}
.hero-block .class-h {
  width: 550px;
  text-align: center;
  right: 0px;
  position: absolute;
  font-weight: normal;
}
.hero-block .class {
  top: 25px;
  color: #37688b;
  font-size: 16px;
}
.hero-block .class span {
  color: #95b2bc;
}
.hero-block .nickname {
  top: 65px;
  font-size: 30px;
  padding-bottom: 18px;
}
.hero-block .nickname:after {
  content: "";
  background: linear-gradient(to right, rgba(122, 147, 157, 0), rgba(122, 147, 157, 0.8), rgba(122, 147, 157, 0));
  position: absolute;
  height: 1px;
  width: 200px;
  bottom: 0px;
  left: 50%;
  margin-left: -100px;
}
.hero-block .gear-lines {
  width: 332px;
  height: 422px;
  position: absolute;
  top: 168px;
  right: 100px;
  z-index: 1;
}
.hero-block .gear-lines li {
  position: absolute;
  background: url(../images/line-bg.png);
}
.hero-block .gear-lines .slot-head {
  width: 134px;
  height: 1px;
  top: 0;
  right: 0;
  background-position: right 12px top;
}
.hero-block .gear-lines .slot-torso {
  width: 125px;
  height: 24px;
  top: 81px;
  left: 0;
  background-position: 0 -84px;
}
.hero-block .gear-lines .slot-feet {
  width: 176px;
  height: 21px;
  bottom: 0;
  right: 0;
  background-position: bottom right 24px;
}
.hero-block .gear-lines .slot-hands {
  width: 25px;
  height: 1px;
  top: 162px;
  left: 0;
  background-position: 0 -161px;
}
.hero-block .gear-lines .slot-shoulders {
  width: 51px;
  height: 1px;
  top: 24px;
  left: 0;
  background-position: 0 -16px;
}
.hero-block .gear-lines .slot-legs {
  width: 133px;
  height: 37px;
  top: 258px;
  left: 0;
  background-position: 0 -261px;
}
.hero-block .gear-lines .slot-bracers {
  width: 25px;
  height: 1px;
  top: 135px;
  right: 8px;
  background-position: 100% -131px;
}
.hero-block .gear-lines .slot-mainHand {
  width: 25px;
  height: 1px;
  top: 370px;
  left: 0;
  background-position: 0 -368px;
}
.hero-block .gear-lines .slot-offHand {
  width: 25px;
  height: 1px;
  top: 334px;
  right: 8px;
  background-position: right -356px;
}
.hero-block .gear-lines .slot-waist {
  width: 124px;
  height: 12px;
  top: 192px;
  right: 8px;
  background-position: 100% -196px;
}
.hero-block .gear-lines .slot-rightFinger {
  width: 60px;
  height: 48px;
  top: 239px;
  right: 9px;
  background-position: 100% -246px;
}
.hero-block .gear-lines .slot-leftFinger {
  width: 37px;
  height: 1px;
  top: 231px;
  left: 0;
  background-position: 0 -222px;
}
.hero-block .gear-lines .slot-neck {
  width: 59px;
  height: 1px;
  top: 69px;
  right: 9px;
  background-position: 100% -74px;
}
.hero-block .gear-slots {
  width: 305px;
  height: 460px;
  margin: 95px 0 0 440px;
  position: relative;
  z-index: 3;
}
.hero-block .gear-slots li {
  position: absolute;
  display: block;
  outline: none;
  text-align: center;
}
.hero-block .gear-slots .slot-link {
  display: block;
  margin: 1px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}
.hero-block .gear-slots .m-slot-blue {
  background: url(../images/blue.png);
}
.hero-block .gear-slots .m-slot-orange {
  background: url(../images/orange.png);
}
.hero-block .gear-slots .m-slot-green {
  background: url(../images/green.png);
}
.hero-block .gear-slots .image {
  width: 99%;
  height: 99%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.hero-block .gear-slots .image img {
  position: relative;
}
.hero-block .gear-slots .item-dye {
  display: block;
  position: absolute;
  left: -5px;
  bottom: -3px;
  width: 21px;
  height: 21px;
}
.hero-block .gear-slots .item-dye img {
  width: 19px;
  height: 19px;
}
.hero-block .gear-slots .socket {
  display: block;
  vertical-align: middle;
  width: 32px;
  height: 37px;
  background: url(../images/socket-bg.png) 0px 5px no-repeat;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.hero-block .gear-slots .slot-head {
  width: 66px;
  height: 86px;
  z-index: 12;
  top: 8px;
  left: 114px;
}
.hero-block .gear-slots .slot-head .slot-link {
  width: 64px;
  height: 86px;
}
.hero-block .gear-slots .slot-torso {
  width: 82px;
  height: 115px;
  z-index: 13;
  top: 108px;
  left: 109px;
}
.hero-block .gear-slots .slot-torso .slot-link {
  width: 80px;
  height: 113px;
}
.hero-block .gear-slots .slot-feet {
  height: 88px;
  width: 66px;
  z-index: 8;
  bottom: 9px;
  left: 117px;
}
.hero-block .gear-slots .slot-feet .slot-link {
  width: 64px;
  height: 86px;
}
.hero-block .gear-slots .slot-hands {
  height: 88px;
  width: 66px;
  z-index: 9;
  top: 159px;
  left: 15px;
}
.hero-block .gear-slots .slot-hands .slot-link {
  height: 86px;
  width: 64px;
}
.hero-block .gear-slots .slot-shoulders {
  height: 88px;
  width: 66px;
  z-index: 10;
  top: 52px;
  left: 35px;
}
.hero-block .gear-slots .slot-shoulders .slot-link {
  height: 86px;
  width: 64px;
}
.hero-block .gear-slots .slot-legs {
  height: 88px;
  width: 66px;
  z-index: 11;
  bottom: 103px;
  left: 117px;
}
.hero-block .gear-slots .slot-legs .slot-link {
  height: 86px;
  width: 64px;
}
.hero-block .gear-slots .slot-bracers {
  height: 88px;
  width: 66px;
  z-index: 3;
  top: 159px;
  right: 20px;
}
.hero-block .gear-slots .slot-bracers .slot-link {
  height: 86px;
  width: 64px;
}
.hero-block .gear-slots .slot-mainHand {
  height: 130px;
  width: 66px;
  z-index: 6;
  bottom: 9px;
  left: 15px;
}
.hero-block .gear-slots .slot-mainHand .slot-link {
  height: 128px;
  width: 64px;
}
.hero-block .gear-slots .slot-offHand {
  height: 130px;
  width: 66px;
  z-index: 5;
  bottom: 9px;
  right: 18px;
}
.hero-block .gear-slots .slot-offHand .slot-link {
  height: 128px;
  width: 64px;
}
.hero-block .gear-slots .slot-waist {
  height: 34px;
  width: 82px;
  z-index: 4;
  top: 229px;
  left: 109px;
}
.hero-block .gear-slots .slot-waist .slot-link {
  height: 32px;
  width: 80px;
}
.hero-block .gear-slots .slot-rightFinger {
  height: 42px;
  width: 42px;
  z-index: 7;
  bottom: 155px;
  right: 32px;
}
.hero-block .gear-slots .slot-rightFinger img {
  width: 30px;
}
.hero-block .gear-slots .slot-rightFinger .slot-link {
  height: 40px;
  width: 40px;
}
.hero-block .gear-slots .slot-leftFinger {
  height: 42px;
  width: 42px;
  z-index: 2;
  bottom: 155px;
  left: 27px;
}
.hero-block .gear-slots .slot-leftFinger img {
  width: 30px;
}
.hero-block .gear-slots .slot-leftFinger .slot-link {
  height: 40px;
  width: 40px;
}
.hero-block .gear-slots .slot-neck {
  height: 56px;
  width: 56px;
  z-index: 1;
  top: 89px;
  right: 49px;
}
.hero-block .gear-slots .slot-neck img {
  width: 30px;
}
.hero-block .gear-slots .slot-neck .slot-link {
  height: 54px;
  width: 54px;
}
.hero-block .gear-labels {
  width: 550px;
  min-height: 490px;
  position: absolute;
  top: 155px;
  right: 0;
  z-index: 2;
}
.hero-block .gear-labels .gear-label {
  position: absolute;
  width: 140px;
  padding-right: 0px;
}
.hero-block .gear-labels .label-link {
  text-decoration: none;
}
.hero-block .gear-labels .m-color-blue {
  color: #427ca4;
}
.hero-block .gear-labels .m-color-orange {
  color: #fba418;
}
.hero-block .gear-labels .m-color-green {
  color: #a7ee7a;
}
.hero-block .gear-labels .item-name {
  display: block;
}
.hero-block .gear-labels .bonus-value {
  display: block;
  color: #c4b9a7;
  text-shadow: 1px 1px 0 #000;
  position: relative;
}
.hero-block .gear-labels .slot-head {
  right: -35px;
  top: 6px;
}
.hero-block .gear-labels .slot-torso {
  left: -31px;
  top: 99px;
  text-align: right;
}
.hero-block .gear-labels .slot-feet {
  right: -25px;
  top: 427px;
}
.hero-block .gear-labels .slot-hands {
  left: -31px;
  top: 167px;
  text-align: right;
}
.hero-block .gear-labels .slot-shoulders {
  left: -31px;
  top: 29px;
  text-align: right;
}
.hero-block .gear-labels .slot-legs {
  left: -31px;
  top: 280px;
  text-align: right;
}
.hero-block .gear-labels .slot-bracers {
  right: -37px;
  top: 141px;
}
.hero-block .gear-labels .slot-mainHand {
  left: -31px;
  top: 376px;
  text-align: right;
}
.hero-block .gear-labels .slot-offHand {
  right: -39px;
  top: 339px;
}
.hero-block .gear-labels .slot-waist {
  right: -39px;
  top: 207px;
}
.hero-block .gear-labels .slot-rightFinger {
  right: -39px;
  top: 284px;
}
.hero-block .gear-labels .slot-leftFinger {
  left: -31px;
  top: 235px;
  text-align: right;
}
.hero-block .gear-labels .slot-neck {
  right: -39px;
  top: 75px;
}
.great-bonuses-block {
  position: absolute;
  width: 300px;
  bottom: 30px;
  left: 0px;
  font-size: 16px;
}
.great-bonuses-block h3 {
  text-shadow: 0px 0px 7px rgba(255, 255, 190, 0.5);
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
}
.great-bonuses-block h3 span {
  padding-left: 25px;
}
.great-bonuses-block h3:after {
  content: "";
  background: linear-gradient(to right, rgba(122, 147, 157, 0), rgba(122, 147, 157, 0.8), rgba(122, 147, 157, 0));
  position: absolute;
  height: 1px;
  width: 200px;
  bottom: 0px;
  left: 0;
}
.great-bonuses-block a {
  color: #95b2bc;
  text-decoration: none;
  background: url(../images/great-bonus-bg.png) left no-repeat;
  display: block;
  padding: 10px 0px 10px 30px;
}
.great-bonuses-block a:hover {
  background: url(../images/great-bonus-active-bg.png) left no-repeat;
  color: #a0e576;
}
.great-bonuses-block .active a {
  background: url(../images/great-bonus-active-bg.png) left no-repeat;
  color: #a0e576;
}
.border-shadow-bottom {
  position: relative;
}
.border-shadow-bottom:after {
  content: "";
  background: rgba(30, 65, 89, 0.5);
  box-shadow: 0px 2px 6px 0px rgba(30, 65, 89, 0.7);
  position: absolute;
  height: 1px;
  width: 960px;
  margin-left: -50px;
  bottom: 0px;
  left: 0;
}
.profile-hero-block {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px 30px 0px;
}
.atributes-block {
  width: 235px;
}
.skills-block {
  width: 550px;
}
.profile-title {
  border-bottom: 2px solid #2d5573;
}
.profile-title a {
  float: right;
  color: #fff;
  text-decoration: none;
  background: url(../images/profile-title-icon.png) right no-repeat;
  padding-right: 30px;
  line-height: 21px;
  margin-top: 5px;
}
.profile-title h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
.atribut-block {
  border-bottom: 1px solid #2d5573;
  padding: 10px 0px;
  font-size: 14px;
}
.atribut-block p {
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
  margin-bottom: 0px;
}
.atr {
  color: #2d5573;
}
.value {
  color: #95b2bc;
}
.resource-block {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.resource-block .resource {
  width: 115px;
}
.resource {
  padding: 5px 0px;
  display: flex;
  align-items: center;
}
.resource-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(122, 147, 157, 0.05);
  border: 1px solid #384954;
  margin-right: 7px;
}
.resource-text {
  color: #95b2bc;
  text-transform: uppercase;
  font-size: 12px;
  width: 60px;
}
.skills {
  display: flex;
  padding: 15px 10px;
}
.left-skills,
.right-skills {
  width: 250px;
}
.skill-block {
  display: flex;
  align-items: center;
  position: relative;
  margin: 12px 0px;
}
.skill-block .skill-img {
  width: 32px;
  height: 32px;
  background: rgba(122, 147, 157, 0.05);
  border: 1px solid #384954;
  border-radius: 10px;
  margin-right: 8px;
}
.skill-block .skill-info {
  color: #2d5573;
}
.skill-block .skill-info span {
  background: #0a1624;
  color: #7a939d;
  font-size: 14px;
  border: 1px solid #7a939d;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.skill-block .skill-info p {
  margin-bottom: 1px;
  font-size: 14px;
  color: #7a939d;
}
.skills-b {
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
}
.skills-b .resource {
  width: 250px;
  margin-bottom: 2px;
}
.skills-b .resource .resource-text {
  width: auto;
}
.b-bottom {
  border-bottom: 1px solid #2d5573;
}
.all-weapons {
  padding: 50px 5px 10px 5px;
}
.weapon {
  display: inline-block;
  margin-right: 40px;
  text-align: center;
  font-size: 14px;
}
.weapon .weapon-img {
  height: 170px;
  width: 100px;
  background: url(../images/weapon-bg.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.weapon .weapon-img.filter-grey {
  opacity: 0.7;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}
.weapon .weapon-img.transparency {
  opacity: 0.2;
}
.followers-block {
  padding: 50px 0px;
}
.followers-b {
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
}
.follower {
  width: 240px;
  height: 316px;
  position: relative;
  padding: 30px 20px 10px 20px;
}
.follower h3 {
  font-size: 18px;
  color: #7a939d;
  text-transform: uppercase;
}
.follower .stats {
  position: absolute;
  bottom: 20px;
  display: flex;
}
.follower .stats div {
  margin-right: 25px;
  color: #2d5573;
}
.follower .stats div:last-child {
  margin-right: 0px;
}
.one-word-per-line {
    word-spacing: <parent-width>; 
}
hr {
	border-bottom: 1px solid #153348;
	margin-bottom: 5px;
}
.btn {
	cursor: pointer;
}
img.no-skill {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
details {
	cursor: pointer;
}
label {
	display: block;
}
select {
	width: 100%;
	height: 39.2px;
}
.form-group {
    margin-bottom: 10px;
}
.shop-buy-coins {
  text-decoration: none;
  display: block;
  float: left;
  position: relative;
  background: url(../images/shop/buy_coins.png) repeat-x;
  height: 55px;
  width: 162px;
  z-index: 2;
}
.shop-buy-coins-text {
  display: block;
  width: 145px;
  font-size: 22px;
  padding-top: 14px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.235);
}
.shop-top-info {
  margin-left: -35px;
  float: left;
  display: block;
  position: relative;
  color: white;
  background: url(../images/shop/top_info.png) repeat-x;
  height: 55px;
  width: 733px;
}
.shop-coins-info {
	display: block;
	float: left;
	padding: 18px 0 0 75px;
	display: block;
	font-size: 16px;
	width: 135px;
}
.shop-last-info {
	float: left;
	padding: 19px 0 0 0;
	display: block;
	font-size: 16px;
	width: 375px;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
}
.shop-redeem-info {
	float: left;
	padding: 20px 0px 0px 0px;
	display: block;
	font-size: 13px;
	width: 135px;
	text-align: right;
}
.shop-redeem-info a {
	color: #5bbe7a;
}
.shop-categories {
  float: left;
  display: block;
  position: relative;
  background: url(../images/shop/categories.png) repeat-x;
  height: 85px;
  width: 870px;
  margin-top: 15px;
  margin-left: -6px;
  margin-bottom: 15px;
}
.shop-categories-menu {
  float: left;
  display: block;
  width: 750px;
  margin-left: 10px;
}
.shop-categories-history {
  float: left;
  display: block;
  width: 100px;
  height: 80px;
}
.shop-categories-history a {
  display: block;
  padding: 55px 0 10px 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: white;
}
.shop-categories-item {
  color: white;
  float: left;
  text-decoration: none;
  display: block;
  width: 90px;
  text-align: center;
  padding: 12px 10px 0 5px;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-icon {
	display: block;
	color: #30ac8b;
	font-size: 25px;
}
.category-name {
	display: block;
	font-size: 15px;
}
.image-item {
   position:absolute;
   top: 30%;
   left: 55%;
   margin-top:-25px;
   margin-left:-25px;
}
.section-title a, .section-title i {
	color: #5bbe7a;
	text-decoration: none;
}
.last-bought {
	color: white;
	text-decoration: none;
}
.shop_slider {
  overflow: hidden;
  position: relative;
  width: 861px;
  height: 323px;
  margin: 0 auto;
}
.shop_slider .slides {
  position: relative;
  transition: 1s;
}
.shop_slider .slides .active div {
  transition: all 2s ease;
  bottom: 4px !important;
}
.shop_slider .slides .active h2 {
  transition: all 2s ease;
  top: 140px !important;
}
.shop_slider .slides .active p {
  transition: all 5s ease;
  opacity: 1 !important;
}
.shop_slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.shop_slider .slides .slide h2 {
  position: absolute;
  top: -200px;
  left: 40px;
  font-size: 48px;
  font-weight: normal;
}
.shop_slider .slides .slide p {
  position: absolute;
  bottom: 70px;
  left: 40px;
  font-size: 24px;
  color: #7a939d;
  opacity: 0;
}
.shop_slider .slides .slide div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #7a939d;
  width: 861px;
  padding-right: 100px;
  padding-left: 10px;
  height: 59px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop_slider .slides .slide div span {
  color: #fff;
}
.shop_slider .slides .slide img {
  width: 861px;
  height: 323px;
}
.shop_slider .slides .slide a {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: url(../images/slider-button.jpg) no-repeat;
  height: 29px;
  line-height: 29px;
  width: 76px;
  text-align: center;
  float: left;
  margin-right: 15px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none !important;
}
.shop_slider .next {
  position: absolute;
  background: url(../images/shop/right-arrow.png) no-repeat;
  height: 88px;
  width: 88px;
  right: 0;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.shop_slider .prev {
  position: absolute;
  background: url(../images/shop/left-arrow.png) no-repeat;
  height: 88px;
  width: 88px;
  left: 0;
  top: 120px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.shop_slider .navigation {
  position: absolute;
  width: 100%;
  bottom: 8px;
  right: 10px;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
.shop_slider .navigation .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #353739;
  cursor: pointer;
  border-radius: 16px;
  margin: 0 5px;
}
.shop_slider:hover .next,
.shop_slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.shop_slider .navigation .active {
  background: #74c564;
  box-shadow: 0px 0px 14px 2px #74c564;
}
.flag {
	display: inline-flex;
	vertical-align: middle;
	width: 18px;
}
/*# sourceMappingURL=style.css.map */