/* GLOBAL RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 * */
body,
dy,
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;
  font-size: 100%;
  font: inherit;
  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;
}
input {
  outline: none;
}
/* mixins */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vertAlignMiddleViaBefore:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vertAlignMiddleViaBefore > * {
  display: inline-block;
  vertical-align: middle;
}
.vertAlignMiddleViaTableCell {
  display: table-cell;
  vertical-align: middle;
}
/* /mixins */
a {
  color: inherit;
  text-decoration: none;
}
body {
  background: #020202;
  font-family: Candara, Arial, "Liberation Sans", sans-serif;
  color: #a4a3a1;
  min-width: 1024px;
  position: relative;
}
/* header */
.main-header {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 1000px;
  height: 521px;
  background: url(../images/header_bg_1.jpg) no-repeat, url(../images/header_bg_2.png) right bottom no-repeat;
}
.site-title {
  display: inline;
  position: absolute;
  top: 14px;
  left: 19px;
}
.language-chooser {
  display: inline;
  position: absolute;
  top: 158px;
  right: 809px;
  font-size: 14px;
}
.language-chooser li {
  display: inline;
}
.language-chooser li.active {
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.language-chooser .separator {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 3px 0 6px;
  width: 1px;
  height: 21px;
  background: rgba(0, 0, 0, 0.5);
}
/* nav */
.nav-1 li,
.nav-2 li {
  display: inline-block;
  position: absolute;
  /*max-width: 170px;*/
  text-align: center;
}
.nav-1 li a,
.nav-2 li a {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  height: 38px;
}
.nav-1 li a:hover,
.nav-2 li a:hover {
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.nav-1 li .icon-text,
.nav-2 li .icon-text {
  text-transform: uppercase;
}
.nav-1 li .icon-text a,
.nav-2 li .icon-text a {
  display: inline-block;
  line-height: 37px;
}
.nav-1 li .second-line-in-nav,
.nav-2 li .second-line-in-nav {
  font-size: 12px;
}
.nav-1 {
  font-size: 14px;
}
.nav-2 {
  font-size: 16px;
  /*color: #0d0304;*/
}
.help-nav {
  top: 194px;
  right: 817px;
}
.forum-nav {
  top: 227px;
  right: 833px;
}
.play-nav {
  top: 317px;
  left: 795px;
}
.w-online {
  padding-left: 10px;
  text-align: center;
  position: relative;
  top: -14px;
  font-size: 12px;
  left: 20px;
  display: block;
}
.login-nav {
  top: 325px;
  left: 773px;
  font-weight: bold;
}
.register-nav {
  top: 435px;
  left: 710px;
  font-weight: bold;
}
.download-nav {
  top: 464px;
  left: 708px;
}
.btn {
  cursor: pointer;
}
/* /nav */
/* /header */
/* content */
.main-wrapper {
  position: relative;
  top: -12px;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  background: url(../images/content_bg.jpg) no-repeat;
}
.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* .video-player */
.video-player {
  float: left;
  margin: 12px 5px 5px 117px;
  width: 314px;
  height: 194px;
}
.video-player__prev,
.video-player__next {
  float: left;
  width: 15px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.65);
}
.video-player__prev:before,
.video-player__next:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.video-player__prev > *,
.video-player__next > * {
  display: inline-block;
  vertical-align: middle;
}
.video-player__prev i,
.video-player__next i {
  display: inline-block;
  height: 21px;
  width: 15px;
  background: url(../images/slide_controls.png) no-repeat;
}
.video-player__prev i {
  background-position: -19px -23px;
}
.video-player__prev:hover i {
  background-position: -20px 0px;
}
.video-player__next i {
  background-position: 0px -23px;
}
.video-player__next:hover i {
  background-position: 0px 0px;
}
.video-player.video-player-reg {
  width: 460px;
  height: 268px;
  margin: 12px 5px 5px 150px;
}
.video-player.video-player-reg .video-player__window {
  width: 376px;
  height: 268px;
}
.video-player__window {
  float: left;
  margin: 0 3px 0 3px;
  width: 261px;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.video-player__window li {
  padding-top: 22px;
}
.video-player__window__content {
  margin: 10px 7px;
  width: 241px;
  height: 161px;
  background: #000000 url(../images/play_video.png) no-repeat center center;
}
/* /.video-player */
/* .screenshots-gallery */
.screenshots-gallery {
  float: left;
  margin: 0 5px 5px 5px;
  width: 458px;
  height: 206px;
  background: rgba(0, 0, 0, 0.65);
}
.screenshots-gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.screenshots-gallery header {
  position: relative;
}
.screenshots-gallery h1 {
  position: absolute;
  top: 12px;
  left: 22px;
  font-size: 16px;
  color: #5f5a57;
}
.screenshots-gallery__prev,
.screenshots-gallery__next {
  float: left;
  width: 15px;
  height: 192px !important;
  margin-top: 14px;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
}
.screenshots-gallery__prev:before,
.screenshots-gallery__next:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.screenshots-gallery__prev > *,
.screenshots-gallery__next > * {
  display: inline-block;
  vertical-align: middle;
}
.screenshots-gallery__prev i,
.screenshots-gallery__next i {
  display: inline-block;
  height: 21px;
  width: 15px;
  background: url(../images/slide_controls.png) no-repeat;
}
.screenshots-gallery__prev i {
  background-position: -19px -23px;
}
.screenshots-gallery__prev:hover i {
  background-position: -20px 0px;
}
.screenshots-gallery__next i {
  background-position: 0px -23px;
}
.screenshots-gallery__next:hover i {
  background-position: 0px 0px;
}
.screenshots-gallery__wrapper {
  float: left;
  margin: 36px 7px 0;
  width: 413px;
}
.screenshots-gallery__wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.screenshots-gallery__screenshot {
  float: left;
  width: 135px;
  height: 135px;
  margin-right: 3px;
  background: #000;
}
.screenshots-gallery__scrollbar {
  float: left;
  position: relative;
  margin: 15px auto 0;
  width: 385px;
  height: 2px;
  background: #303032;
}
.screenshots-gallery__scroll-box-wrapper {
  position: absolute;
  top: -4px;
  left: 102px;
  height: 10px;
  width: 69px;
  cursor: pointer;
}
.screenshots-gallery__scroll-box {
  margin-top: 4px;
  height: 2px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  background: #f3f3f3;
}
/* /.screenshots-gallery */
/* .info */
.info {
  margin: 32px auto 0;
  height: 290px;
  width: 830px;
}
.info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.info__container-1,
.info__container-2 {
  float: left;
  height: 100%;
  width: 414px;
}
.info__container-2.info__full_size {
  width: 828px;
}
.info__container-1 {
  margin-right: 1px;
}
/* rgba neon colors */
/* /rgba neon colors */
.container-1__scrollbar-wrapper,
.container-2__scrollbar-wrapper {
  float: left;
  height: 270px;
  width: 18px;
  border: 8px solid rgba(200, 200, 255, 0.05);
}
.container-1__scrollbar-wrapper {
  margin: 0 2px;
}
.container-1__scrollbar,
.container-2__scrollbar {
  position: relative;
  height: 100%;
  background: rgba(200, 200, 255, 0.05);
  box-shadow: 0 0 8px rgba(200, 200, 255, 0.1);
}
.container-1__scroll-box,
.container-2__scroll-box {
  position: absolute;
  top: 55px;
  left: 3px;
  height: 73px;
  width: 13px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  background: #f3f3f3;
}
.container-1__content-wrapper,
.container-2__content-wrapper {
  float: left;
  position: relative;
  overflow: auto;
  width: 370px;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.container-1__content-wrapper {
  margin-left: 5px;
}
.container-2__content-wrapper {
  margin-right: 5px;
}
.container-2__content {
  padding: 0 38px;
}
.container-1__content {
  padding: 0 28px;
}
.info header {
  margin-top: 14px;
  padding-left: 3px;
  width: 305px;
}
.info h1 {
  font-size: 20px;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.info article {
  margin-top: 14px;
  font-size: 14px;
  width: 335px;
}
.info .info__full_size article {
  width: 785px;
}
.info ul {
  font-size: 20px;
  list-style: square outside;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.info ul li {
  margin-top: 10px;
  padding-left: 5px;
}
.info ul p {
  font-size: 14px;
  color: #a4a3a1;
  text-shadow: none;
}
/* /.info */
/* /.content */
/* footer */
.main-footer {
  position: relative;
  margin-top: 30px;
  height: 300px;
}
/* .copyright */
.copyright {
  margin: 0 auto;
  padding-top: 58px;
  width: 265px;
  text-align: center;
  font-size: 10px;
}
/* /.copyright */
/* .share */
.share {
  position: absolute;
  top: 11px;
  left: 109px;
  width: 353px;
  height: 240px;
}
.share header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.share hgroup {
  float: left;
  font-size: 12px;
}
.share__nav {
  display: none;
  position: relative;
  float: left;
}
.share__plus,
.share__minus {
  position: absolute;
  width: 33px;
  height: 33px;
}
.share__plus {
  top: -8px;
  left: 2px;
  background: url(../images/plus.png) no-repeat;
}
.share__plus:hover {
  background: url(../images/plus_glow.png) no-repeat;
}
.share__minus {
  top: -8px;
  left: 25px;
  background: url(../images/minus.png) no-repeat;
}
.share__minus:hover {
  background: url(../images/minus_glow.png) no-repeat;
}
.share__link-wrapper {
  margin-top: 11px;
}
.share__link {
  float: left;
  margin: 2px 4px 0 0;
  width: 34px;
  height: 34px;
  background: #35363a;
}
.share__link-vk {
  float: left;
  margin: 2px 4px 0 0;
  width: 34px;
  height: 34px;
  background: #35363a;
  background: url(../images/vk.png) no-repeat center center;
}
.share__link-youtube {
  float: left;
  margin: 2px 4px 0 0;
  width: 34px;
  height: 34px;
  background: #35363a;
  background: url(../images/you.png) no-repeat center center;
}
.share__link-twitter {
  float: left;
  margin: 2px 4px 0 0;
  width: 34px;
  height: 34px;
  background: #35363a;
  background: url(../images/tw.png) no-repeat center center;
}
.share__link-fb {
  float: left;
  margin: 2px 4px 0 0;
  width: 34px;
  height: 34px;
  background: #35363a;
  background: url(../images/fb.png) no-repeat center center;
}
/*fix for jScrollPane*/
.scroll_box {
  height: 250px;
  width: 821px;
  overflow-y: auto;
  overflow-x: none;
}
.scroll_box-l .jspVerticalBar {
  left: 0;
}
.info {
  background: rgba(0, 0, 0, 0.49);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.45);
}
.info__container-2 p,
.info__container-2 header {
  margin-left: 32px;
  padding-right: 10px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.info__container-2 {
  border-left: 4px solid #40c4c8;
  border-image: url('/images/separator_v.png') 4 round;
}
.jspHorizontalBar {
  /*display: none;*/
}
.info_area p {
  margin: 18px 0px;
}
.text-center {
  text-align: center;
}
.blue-bold {
  font-weight: bold;
  font-size: 18px;
  color: #0099cc;
}
.auth_user {
  position: absolute;
  left: 50%;
  margin-left: 200px;
  top: 20px;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  z-index: 110;
}
body.login {
  background: black;
}
.login-header {
  height: 140px;
  background: url(../images/login-bg_header.png) center no-repeat;
  position: relative;
  z-index: 10;
}
.login-header .login-b-logo {
  height: 140px;
  width: 1024px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
}
.login-header a.logo {
  display: inline-block;
  height: 58px;
  width: 358px;
  position: relative;
  left: 90px;
  top: 5px;
}
.login-wrapper {
  width: 100%;
  background: url(../images/login-bgmid.jpg) center top no-repeat;
  min-height: 492px;
  position: relative;
  top: -88px;
  z-index: 5;
}
.login-b_form {
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}
.login-b_form form {
  display: block;
  margin-left: 391px;
}
.login-b_form h3 {
  text-transform: uppercase;
  font-size: 14px;
  min-height: 20px;
  margin-bottom: 9px;
  line-height: 1.4em;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.login-b_form .input-email,
.login-b_form .input-password {
  display: block;
  background: url(../images/input_back.png) left no-repeat;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0px 24px;
  font-size: 14px;
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0px 0px 10px 3px;
  width: 263px;
}
.login-b_form p {
  color: #c67f1d;
}
.login-b_form p + .input-email,
.login-b_form p + .input-password {
  background: url(../images/bg_input_back_glow.png) left no-repeat;
}
.login-b_form .input-email:focus,
.login-b_form .input-password:focus {
  outline: none;
}
.login-b_form .input-password {
  width: 217px;
  margin-left: 25px;
}
.login-b_form ::-webkit-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.login-b_form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.login-b_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.login-b_form :-ms-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.login-b_form .form_controls {
  width: 150px;
  margin-left: 150px;
}
.login-b_form .login-forgetPassword {
  color: #4a4a4a;
  font-size: 14px;
  display: inline-block;
  font-align: right;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
}
.login-b_form .login-forgetPassword:hover {
  border: none;
  padding-bottom: 1px;
}
.login-b_form label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
.login-b_form label input[type=checkbox] {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 0px;
  color: white;
  border: 1px solid white;
  background: white;
  margin-right: 4px;
}
.login-b_form .login-submit {
  width: 146px;
  height: 50px;
  line-height: 55px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-size: 15px;
  display: block;
  cursor: pointer;
  padding-left: 6px;
  margin-top: 12px;
}
.login-b_form input.login-submit {
  background: url(../images/login_glow.png) no-repeat;
  padding-left: 40px;
  margin-top: 20px;
  line-height: 30px;
}
.login-b_form .login-submit:hover {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.reg-b_form ul li {
  color: #ed970e;
}
.reg-b_form ul + input {
  background: url(../images/bg_input_glow.png) top right no-repeat !important;
}
body.reg {
  background: black;
}
.reg-header {
  height: 140px;
  background: url(../images/reg-bg_header.png) center no-repeat;
  position: relative;
  z-index: 10;
}
.reg-header .reg-b-logo {
  height: 140px;
  width: 1024px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.reg-header a.logo {
  display: inline-block;
  height: 58px;
  width: 358px;
  position: absolute;
  left: 30px;
  top: 5px;
}
.reg-wrapper,
.reg-wrapper1,
.reg-wrapper3 {
  width: 100%;
  background: url(../images/reg-bgmid.jpg) center top no-repeat;
  height: 492px;
  position: relative;
  top: -95px;
  z-index: 5;
  min-height: 600px;
}
.reg .header-reg3 {
  z-index: 10;
  margin: 0 auto;
  background: url(../images/header_shuter.png) center top no-repeat;
  height: 140px;
  position: relative;
}
.reg .header-reg3 .reg3 {
  height: 140px;
  width: 1024px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  left: -50px;
  top: 19px;
}
.reg .header-reg3 a.logo {
  display: inline-block;
  height: 58px;
  width: 358px;
  position: relative;
  left: -90px;
  top: 16px;
}
.reg-wrap-bg-shuter {
  width: 980px;
  margin: 0 auto;
}
.reg-wrapper1.reg-b_form-mag {
  top: -90px;
  background: url(../images/l_logo_bg.png) center top no-repeat;
  z-index: 0;
}
.reg-wrapper3.reg-b_form-shuter {
  top: -80px;
  background: url(../images/reg-bgmid3.jpg) center top no-repeat;
  min-height: 780px;
}
.reg-wrapper3.reg-b_form-shuter .reg-b_form {
  padding-top: 120px;
}
.reg-wrap-bg {
  width: 980px;
  margin: 0 auto;
  min-height: 450px;
  background: url(../images/mag.png) right 90px no-repeat;
}
.reg-wrap-bg .firstLow {
  z-index: 1;
  position: relative;
}
.reg-wrap-bg .firstLow .input-text {
  width: 180px;
  background: url(../images/input_back-left_flip.png) right no-repeat;
}
.reg-wrap-bg .firstLow .input-nickname {
  width: 204px;
}
.reg-wrap-bg .firstLow .input-password {
  width: 225px;
}
.reg-wrap-bg .firstLow .input-re-password {
  width: 250px;
}
.reg-wrap-bg .firstLow label {
  display: block;
  margin-top: 8px;
  margin-left: 7px;
  font-size: 13px;
  width: 250px;
}
.reg-wrap-bg .firstLow label input[type=checkbox] {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 0px;
  color: white;
  border: 1px solid white;
  background: white;
  margin-right: 4px;
}
.reg-wrap-bg .firstLow .registation-1 .input-text {
  width: 250px;
  height: 44px;
  background: url(../images/input_back-left_flip.png) right no-repeat;
  background-size: 200%;
}
.reg-wrap-bg .firstLow .registation-1 .input-nickname {
  width: 282px;
}
.reg-wrap-bg .firstLow .registation-1 .input-password {
  width: 316px;
}
.reg-wrap-bg .firstLow .registation-1 .input-re-password {
  width: 349px;
}
.reg-b_form {
  width: 900px;
  margin: 0 auto;
  padding-top: 80px;
  /*placeholder rools*/
}
.reg-b_form form {
  display: block;
  padding-left: 100px;
}
.reg-b_form h3 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 32px;
  margin-left: 8px;
  line-height: 35px;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.reg-b_form .reg_rools {
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 12px;
  margin-left: 0px;
  margin-bottom: 7px;
  padding: 10px 0px;
  color: #fff;
  font-family: Candara;
}
.reg-b_form .reg_rools li {
  margin-bottom: 3px;
}
.reg-b_form .reg_rools ul {
  list-style-type: none;
  margin-left: 20px;
}
.reg-b_form .reg_rools ul li {
  margin: 2px 0px;
}
.reg-b_form .input-text {
  display: block;
  background: url(../images/input_back-left.png) right no-repeat;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0px 24px 0px 10px;
  font-size: 14px;
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0px 0px 10px 0px;
  width: 250px;
}
.reg-b_form .input-text:focus {
  outline: none;
}
.reg-b_form .input-nickname {
  width: 225px;
}
.reg-b_form .input-password {
  width: 204px;
}
.reg-b_form .input-re-password {
  width: 180px;
}
.reg-b_form ::-webkit-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-b_form :-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-b_form ::-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-b_form :-ms-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-b_form .form_controls {
  width: 150px;
}
.reg-b_form .reg-forgetPassword {
  color: #4a4a4a;
  font-size: 14px;
  display: inline-block;
  font-align: right;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
}
.reg-b_form .reg-forgetPassword:hover {
  border: none;
  padding-bottom: 1px;
}
.reg-b_form label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  width: 250px;
}
.reg-b_form label input[type=checkbox] {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 0px;
  color: white;
  border: 1px solid white;
  background: white;
  margin-right: 4px;
}
.reg-b_form .reg-submit {
  width: 146px;
  height: 50px;
  line-height: 55px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-size: 15px;
  display: block;
  cursor: pointer;
  margin-left: -8px;
  margin-top: -3px;
}
.reg-b_form input.reg-submit {
  background: url(../images/login_glow.png) no-repeat;
  padding-left: 40px;
  margin-top: 20px;
  margin-left: 5px;
  line-height: 30px;
  opacity: 0.5;
}
.reg-b_form input.reg-submit.active {
  opacity: 1;
}
.reg-b_form .reg-submit:hover {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.reg-b_form .reg-submit:hover .icon-registrate {
  background-position: -322px top;
}
.reg-b_form-default {
  padding-top: 40px;
}
.reg-b_form-default ul {
  padding-bottom: 15px;
  padding-left: 10px;
  color: white;
  font-size: 12px;
}
.agreement-link {
  text-decoration: underline;
  color: #fff;
}
.agreement-link:hover {
  text-decoration: none;
}
.register-done {
  margin: 40px auto 0px auto;
  width: 600px;
  font-size: 12px;
  line-height: 1.5em;
  color: #a4a3a1;
  min-height: 600px;
}
.register-done p,
.register-done ul {
  margin: 10px;
}
.h_glow {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.have_no_mail-toggle {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
  border-bottom: dashed 1px #eee;
}
.have_no_mail-toggle:hover {
  border: none;
}
.register-done_confirm {
  text-align: center;
}
.mailto {
  text-decoration: underline;
}
.mailto:hover {
  text-decoration: none;
}
.register-done .welcome-comrade {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.register-done .nav-confirm {
  position: relative;
  color: #a4a3a1;
  width: 400px;
  margin: 40px auto;
}
.register-done .nav-confirm li {
  display: block;
  text-align: center;
  top: 20px;
  width: 200px;
  float: left;
  font-size: 16px;
}
.register-done .nav-confirm .play-nav a .icon-text {
  position: relative;
  top: -6px;
}
.register-done .nav-confirm .play-nav a .icon-text .w-online {
  font-size: 16px;
  position: relative;
  top: -15px;
}
.register-done .nav-confirm a:hover {
  color: #FFF;
}
.text_center {
  text-align: center;
}
.white-shadow {
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 220px;
  width: 0px;
  border-radius: 2px;
  height: 0px;
  box-shadow: 1px 1px 300px 50px #ffffff;
}
html {
  height: 100%;
}
body {
  background: black;
  height: 100%;
}
.pass-header {
  height: 140px;
  background: url(../images/reg-bg_header.png) center no-repeat;
  position: relative;
}
.pass-header .pass-b-logo {
  height: 140px;
  width: 1024px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.pass-header a.logo {
  display: inline-block;
  height: 58px;
  width: 358px;
  position: absolute;
  left: 30px;
  top: 5px;
}
.pass-wrapper {
  width: 100%;
  background: url(../images/bg_mid.jpg) center 60px no-repeat;
  z-index: 5;
}
.pass-b_form {
  width: 900px;
  margin: 0 auto;
  padding-top: 23px;
  /*placeholder rools*/
}
.pass-b_form form {
  display: block;
  padding-left: 232px;
}
.pass-b_form h3.pass-form {
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 81px;
  height: 18px;
  margin-bottom: 11px;
  font-family: "Candara";
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.pass-b_form .capcha {
  height: 62px;
  margin-top: 16px;
  width: 245px;
  background: url(/images/plashka.png) no-repeat;
  float: left;
  position: relative;
}
.pass-b_form .input_code {
  width: 200px;
  float: left;
  margin-top: 18px;
  margin-left: 0px;
  padding: 0px;
  outline: none;
}
.pass-b_form .input_code input {
  height: 32px;
  background: url(../images/input_back-left.png) left no-repeat;
  border: none;
  padding-left: 10px;
  coloe: #fff;
  outline: none;
}
.pass-b_form .pass_rools ul {
  list-style-type: none;
  margin-left: 20px;
}
.pass-b_form .pass_rools ul li {
  margin: 2px 0px;
}
.pass-b_form .input-text {
  display: block;
  background: url(../images/input_back-left.png) right no-repeat;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0px 24px 0px 10px;
  font-size: 14px;
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0px 0px 10px 0px;
  width: 233px;
  outline: none;
}
.pass-b_form .capcha_refresh {
  display: block;
  height: 21px;
  width: 24px;
  background: url(../images/refresh.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 35px;
  bottom: 5px;
  z-index: 1;
}
.pass-b_form ::-webkit-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.pass-b_form :-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.pass-b_form ::-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.pass-b_form :-ms-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.pass-b_form .code_block {
  height: 80px;
}
.pass-b_form .pass_recreate {
  background: #595959;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
  height: 33px;
  line-height: 33px;
  display: block;
  clear: left;
  padding: 0px 30px;
  margin-top: 21px;
  margin-left: 120px;
  font-family: "Candara";
  cursor: pointer;
}
.pass-b_form .pass-submit:hover {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.pass-b_form .pass-submit:hover .icon-passistrate {
  background-position: -322px top;
}
.pass_description {
  margin: 0 auto;
  width: 350px;
  margin-top: 20px;
}
.pass_description p {
  padding: 18px 0px;
}
ol.pass_list {
  list-style: decimal;
  list-style-type: decimal;
  padding-bottom: 100px;
}
ol.pass_list li {
  line-height: 25px;
}
.capcha #gunswords_user_register_captcha {
  background: #232323;
}
#gunswords_user_register_captcha {
  color: white;
}
.success-msg {
  padding-top: 100px;
  width: 600px;
  margin: 0 auto;
  min-height: 400px;
  text-align: center;
  font-size: 20px;
}
.success-msg p {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.success-msg a:hover {
  text-decoration: underline;
}
html {
  height: 100%;
}
body.help {
  width: 1024;
  margin: 0 auto;
}
.help-header {
  height: 140px;
  background: url(../images/reg-bg_header.png) center no-repeat;
  position: relative;
}
.help-header .help-b-logo {
  height: 140px;
  width: 1024px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  /*text-align: center;*/
  left: 30px;
  top: 5px;
}
.help-header a.logo {
  display: inline-block;
  height: 58px;
  width: 358px;
  position: relative;
  left: -81px;
  top: 34px;
}
.help-wrapper {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg_mid.jpg) center 60px no-repeat;
  overflow: hidden;
  z-index: 5;
}
.help-body-wrapper {
  width: 830px;
  margin: 0 auto;
}
.help-b_form {
  width: 900px;
  margin: 0 auto;
  padding-top: 23px;
  /*placeholder rools*/
}
.help-b_form form {
  display: block;
}
.help-b_form .capcha {
  height: 60px;
  width: 207px;
  background: #232323;
  float: left;
  position: relative;
}
.help-b_form .input_code {
  width: 200px;
  float: left;
  margin-top: 42px;
  margin-left: -2px;
  padding: 0px;
  outline: none;
}
.help-b_form .input_code input {
  height: 32px;
  background: url(../images/input_back-left.png) left no-repeat;
  border: none;
  padding-left: 10px;
  outline: none;
}
.help-b_form .help_rools ul {
  list-style-type: none;
  margin-left: 20px;
}
.help-b_form .help_rools ul li {
  margin: 2px 0px;
}
.help-b_form .input-text {
  display: block;
  background: #232323;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0px 0px 0px 10px;
  font-size: 14px;
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0px 0px 10px 0px;
}
.help-b_form .capcha_refresh {
  display: block;
  height: 21px;
  width: 24px;
  background: url(../images/refresh.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 35px;
  bottom: 5px;
  z-index: 1;
  outline: none;
}
.help-b_form ::-webkit-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.help-b_form :-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.help-b_form ::-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.help-b_form :-ms-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.help-b_form .code_block {
  clear: left;
  height: 80px;
  background: url(../images/angl_grey.png) right 10px no-repeat;
  width: 220px;
  padding-top: 10px;
  padding-right: 25px;
  float: left;
}
.help-b_form .help_recreate {
  background: #595959;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
  height: 33px;
  line-height: 33px;
  display: block;
  clear: left;
  padding: 0px 30px;
  margin-top: 21px;
  margin-left: 120px;
  font-family: "Candara";
  cursor: pointer;
}
.help-b_form .help-submit:hover {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.help-b_form .help-submit:hover .icon-helpistrate {
  background-position: -322px top;
}
.help-main-h1 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.quest-list {
  width: 829px;
  margin: 0 auto;
}
.quest-article ol {
  list-style: decimal;
  list-style-type: decimal;
  list-style-position: inside;
}
.help-faq header h2 {
  margin: 15px;
  text-align: center;
  font-size: 16px;
}
.quest-item {
  margin-bottom: 40px;
}
.quest-item .quest-article header {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  background: url(../images/help-mark.png) 0 3px no-repeat;
  margin-bottom: 10px;
}
.quest-item .quest-article p,
.quest-item .quest-article li {
  font-size: 12px;
  line-height: 1.5em;
}
.quest-item .quest-article a {
  text-decoration: underline;
}
.quest-item .quest-article a:hover {
  text-decoration: none;
}
.quest-item .quest-article .quest-article-center {
  text-align: center;
}
.quest-item .quest-article .quest-article-center p {
  text-align: left;
  margin: 3px 0px 8px;
}
.imput-email_wrap {
  width: 245px;
  padding-right: 25px;
  background: url(../images/angl_grey.png) right top no-repeat;
  height: 33px;
  float: left;
}
.form-help-info {
  font-size: 12px;
  width: 430px;
  float: left;
  padding-top: 20px;
}
.help-b_form {
  width: 710px;
  margin: 0 auto;
}
.input-quest_area {
  position: relative;
  overflow: hidden;
  float: left;
  width: 440px;
  height: 33px;
  top: 10px;
  left: -10px;
}
.input-quest_area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/angl_grey.png) right top no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quest-text {
  position: relative;
  left: 20px;
  width: 400px;
}
.input-email {
  width: 238px;
}
.send_wrap {
  width: 160px;
  float: right;
  z-index: 1;
  padding-right: 20px;
  padding-top: 12px;
}
.send_wrap a {
  font-size: 12px;
  color: #4a4a4a;
  display: inline-block;
  border-bottom: 1px solid #4a4a4a;
  height: 13px;
}
.send_wrap a:hover {
  border-bottom: none;
  height: 14px;
}
.btn-send {
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}
.btn-send:hover {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.btn-send .ico-send {
  display: inline-block;
}
.copy {
  width: 270px;
  margin: 0 auto;
  padding: 25px 0px 35px 0px;
  clear: both;
  font-size: 10px;
  text-align: center;
}
#gunswords_user_register_captcha {
  margin-top: 20px;
  width: 180px;
  border: none;
  padding: 5px 10px;
}
#feedback {
  height: 180px;
}
.quest-success {
  text-align: center;
  font-size: 18px;
  padding-bottom: 60px;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.download {
  height: 100px;
  padding: 30px 0 20px;
  width: 250px;
  margin: 0 auto;
}
.download-mac,
.download-pc {
  display: block;
  height: 45px;
  line-height: 28px;
  margin-bottom: 10px;
}
.download-mac:hover,
.download-pc:hover {
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.download-mac {
  display: block;
  text-align: center;
  position: relative;
}
.download-mac span {
  background: url(/images/input_back-left.png) right no-repeat;
  height: 28px;
  width: 146px;
  padding-right: 18px;
  display: inline-block;
}
.download-pc {
  display: block;
}
.download-pc span {
  background: url(/images/input_back.png) no-repeat left;
  display: inline-block;
  text-align: center;
  height: 28px;
  width: 146px;
  padding: 0px 20px;
}
.rools {
  /*height: 468px;*/
  background: rgba(0, 0, 0, 0.63);
  padding: 10px;
  width: 680px;
  margin: 20px auto;
  font-size: 12px;
}
.rools h1 {
  text-transform: uppercase;
  margin: 15px 0;
}
.rools h2 {
  margin-bottom: 5px;
}
.rools p {
  margin: 0 0 15px 0;
  line-height: 16px;
}
.scroll .jspTrack {
  width: 0px;
  border: none;
  box-shadow: none;
  background: #333333;
}
.scroll .jspDrag {
  width: 4px;
  left: -2px;
  position: relative;
  border: none;
  background: 333333;
}
.sprite {
  background: url(../images/sprite.png) no-repeat;
}
.icon-l {
  height: 34px;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite.png) no-repeat;
}
.icon-r {
  height: 45px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite.png) no-repeat;
}
.icon50x50,
.icon-mac,
.icon-pc {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
.icon-mac {
  background: url(../images/mac.png) center no-repeat;
  top: 20px;
}
.icon-pc {
  background: url(../images/pc.png) center no-repeat;
  top: 20px;
}
/*default*/
.icon-help {
  background-position: -108px -6px;
  margin-left: 10px;
}
.icon-fiorum {
  background-position: -200px -6px;
  margin-left: 10px;
}
.icon-play {
  background-position: -286px 0px;
  margin: 0 4px 0 3px;
}
.icon-login {
  background-position: -377px 0px;
  margin: 0 4px 0 3px;
}
.icon-register {
  background-position: -471px 0;
  margin: 0 4px 0 3px;
}
.icon-client {
  background-position: -563px 0;
  margin: 0 4px 0 3px;
}
a .icon-login {
  background: url("../images/star.png") no-repeat;
  width: 65px;
  height: 65px;
}
a .icon-register {
  background: url("../images/bullet.png") no-repeat;
  width: 65px;
  height: 65px;
}
/*hover*/
a:hover .icon-help {
  background-position: -154px -6px;
}
a:hover .icon-fiorum {
  background-position: -246px -6px;
}
a:hover .icon-play {
  background-position: -332px 0px;
}
/*a:hover .icon-login 		{ background-position: -423px -0px;}*/
/*a:hover .icon-register 	{background-position: -517px 0;}*/
a:hover .icon-client {
  background-position: -609px 0;
}
/*icon-client*/
.icon-client {
  display: block;
  float: left;
}
.download-nav .icon-text {
  display: inline-block;
  position: relative;
  top: 6px;
}
/**/
.icon-continue,
.btn-send .ico-send {
  background: url(../images/continue_d.png) no-repeat;
  width: 41px;
  height: 41px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.login-submit:hover .icon-continue {
  background: url(../images/continue.png) no-repeat;
}
.btn-send:hover .ico-send {
  background: url(../images/continue.png) no-repeat;
}
.info__sogl p {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 13px;
}
.sogl .reg-b_form h3 {
  margin-bottom: 38px;
  text-align: center;
}
.sogl .info__sogl .scroll_box {
  height: 425px;
  padding-right: 20px;
  width: 685px;
}
.sogl .jspTrack {
  width: 3px;
  padding: 0px;
  border: 1px solid #000000;
}
.sogl .reg-b_form form {
  display: block;
  padding-left: 125px;
}
.sogl .reg-wrapper {
  height: auto;
  background: url("../images/bg_mid.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
  top: -80px;
}
.sogl .reg-b_form {
  padding-top: 125px ;
}
.buy {
  width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}
.buy_block {
  width: 245px;
  margin-left: 410px;
  padding-left: 30px;
}
.buy_block h1 {
  font-size: 13px;
  text-transform: uppercase;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
  padding: 15px 0px;
}
.buy_list {
  margin-left: 5px;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 5px;
  position: relative;
  z-index: 2;
  width: 170px;
  padding: 4px 0px 5px 4px;
}
.buy_list li {
  padding: 2px 0px;
  cursor: pointer;
  font-size: 14px;
}
.buy_list li.active,
.buy_list li:hover {
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.buy_list-wrapper {
  overflow: hidden;
  height: 81px;
  position: relative;
  padding-left: 50px;
  left: -40px;
  margin-bottom: 10px;
}
.l-angle-w {
  height: 81px;
  width: 55px;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
}
.l-angle {
  display: block;
  height: 200px;
  width: 200px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 20px;
  top: -100px;
  z-index: 1;
  -moz-transform: rotate(15deg);
  /* Для Firefox */
  -ms-transform: rotate(15deg);
  /* Для IE */
  -webkit-transform: rotate(-30deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(15deg);
  /* Для Opera */
  transform: rotate(15deg);
}
.btn {
  display: block;
  background: none;
  border: none;
  height: 50px;
}
.btn-pay {
  float: right;
  text-transform: uppercase;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-right: 55px;
  margin-bottom: 5px;
}
.btn-pay:hover .icon-pay {
  background: url(../images/buy.png) no-repeat;
}
.icon-pay {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 0px;
  vertical-align: middle;
  transition: background 1s;
  background: url(../images/buy_default.png) no-repeat;
}
.pay-term {
  margin-right: 55px;
  display: block;
  float: right;
  text-decoration: underline;
}
.pay-term:hover {
  text-decoration: none;
}
.currency {
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 10px;
  height: 450px;
}
.currency p {
  margin: 12px 0px;
  font-size: 12px;
}
.currency h2 {
  text-transform: uppercase;
  margin: 20px 0px;
}
.currency h3 {
  margin: 10px 0px 0px;
}
.currency li {
  font-size: 12px;
}
.upp {
  text-transform: uppercase;
}
.addres {
  height: 74px;
  width: 322px;
  padding: 10px 10px;
  font-size: 11px;
  background: url(../images/addres.png) no-repeat;
}
.addres h2 {
  text-transform: uppercase;
}
.reg4 {
  background: url(../images/line-header.jpg) center top no-repeat;
  height: 145px;
  text-align: center;
}
.reg4 a.logo {
  display: inline-block;
  text-align: center;
  margin: 20px auto 0;
}
.reg-wrapper4 {
  background: url(../images/towfaces.jpg) center top no-repeat;
  min-height: 720px;
  padding-top: 1px;
}
.reg-wrapper4 form {
  width: 420px;
  margin: 0 auto;
  text-align: center;
  /*placeholder rools*/
}
.reg-wrapper4 form h3 {
  margin: 20px 0px;
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  line-height: 30px;
}
.reg-wrapper4 form .input-text {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0px 24px 0px 10px;
  font-size: 14px;
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0px auto 10px auto;
  width: 250px;
  text-align: center;
}
.reg-wrapper4 form ::-webkit-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-wrapper4 form :-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-wrapper4 form ::-moz-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-wrapper4 form :-ms-input-placeholder {
  color: white;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}
.reg-wrapper4 form .reg-forgetPassword {
  color: #4a4a4a;
  font-size: 14px;
  display: inline-block;
  font-align: right;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
}
.reg-wrapper4 form .reg-forgetPassword:hover {
  border: none;
  padding-bottom: 1px;
}
.reg-wrapper4 form label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  width: 250px;
  margin: 0 auto;
}
.reg-wrapper4 form label input[type=checkbox] {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 0px;
  color: white;
  border: 1px solid white;
  background: white;
  margin-right: 4px;
}
.reg-wrapper4 form .reg-submit {
  width: 160px;
  height: 50px;
  line-height: 55px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-size: 15px;
  display: block;
  cursor: pointer;
}
.reg-wrapper4 form input.reg-submit {
  background: url(../images/login_glow.png) no-repeat;
  padding-left: 50px;
  line-height: 30px;
  margin: 20px auto;
}
.reg-wrapper4 form .reg-submit:hover {
  color: #f3f3f3;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 255, 255, 0.7);
}
.reg-wrapper4 form .reg-submit:hover .icon-registrate {
  background-position: -322px top;
}
.gunswords_user_register_captcha {
  background: black;
}
.copy-wrapper {
  display: block;
  width: 320px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 20px;
  margin: 0 auto;
}
