::-webkit-scrollbar {
    width: 0;
  }

* {
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}

.tradable{
	width:30px;
	height:30px;
	position:absolute;
	border-radius:50%;
	top:-5px;
	background:url('/static/interface/img/tradable.png') center no-repeat;
	right:-5px;
	z-index:30;
	text-align:center;
	color:#008000
}
._goods .tradable{
	top:28px;
	right:5px
}
.tradable-small{
	background:transparent url('/static/interface/img/tradable_small.png') no-repeat;
	width:14px;
	height:14px;
	top:22px!important
}
._related_products figure{
	z-index:20
}
.rbox .tradable{
	top:7px!important;
	right:6px!important
}
@charset "UTF-8";
html,body,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,button,input,textarea,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
section,aside,article,time,address{
	display:block
}
a{
	outline:0
}
body{
	min-height:100%;
	height:auto;
	position:relative;
	font:14px/18px Arial,sans-serif;
	color:#353535;
	background:#f3f3f3;
	width:100%;
	min-width:988px;
}
body.dd-popup-show{
	overflow:hidden
}
html{
	height:100%
}
@font-face{
	font-family:'gt_medium';
	src:url('/static/interface/fonts/goudy_trajan_medium.eot');
	src:url('/static/interface/fonts/goudy_trajan_medium.eotd') format('embedded-opentype'),url('/static/interface/fonts/goudy_trajan_medium.woff') format('woff'),url('/static/interface/fonts/goudy_trajan_medium.woff2') format('woff2'),url('/static/interface/fonts/goudy_trajan_medium.ttf') format('truetype'),url('/static/interface/fonts/goudy_trajan_medium.svg') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'gt_bold';
	src:url('/static/interface/fonts/goudy_trajan_bold.eot');
	src:url('/static/interface/fonts/goudy_trajan_bold.eot3') format('embedded-opentype'),url('/static/interface/fonts/goudy_trajan_bold.woff') format('woff'),url('/static/interface/fonts/goudy_trajan_bold.woff2') format('woff2'),url('/static/interface/fonts/goudy_trajan_bold.ttf') format('truetype'),url('/static/interface/fonts/goudy_trajan_bold.svg') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'gt_regular';
	src:url('/static/interface/fonts/goudy_trajan_regular.eot');
	src:url('/static/interface/fonts/goudy_trajan_regular.eot9') format('embedded-opentype'),url('/static/interface/fonts/goudy_trajan_regular.woff') format('woff'),url('/static/interface/fonts/goudy_trajan_regular.woff2') format('woff2'),url('/static/interface/fonts/goudy_trajan_regular.ttf') format('truetype'),url('/static/interface/fonts/goudy_trajan_regular.svg') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'cuprum';
	src:url('/static/interface/fonts/cuprum_regular.eot');
	src:url('/static/interface/fonts/cuprum_regular.eotb') format('embedded-opentype'),url('/static/interface/fonts/cuprum_regular.woff') format('woff'),url('/static/interface/fonts/cuprum_regular.woff2') format('woff2'),url('/static/interface/fonts/cuprum_regular.ttf') format('truetype'),url('/static/interface/fonts/cuprum_regular.svg') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'romul';
	src:url('/static/interface/fonts/romul.eot');
	src:url('/static/interface/fonts/romul.eot6') format('embedded-opentype'),url('/static/interface/fonts/romul.woff') format('woff'),url('/static/interface/fonts/romul.woff2') format('woff2'),url('/static/interface/fonts/romul.ttf') format('truetype'),url('/static/interface/fonts/romul.svg') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family: "Philosopher";
	font-weight: 700;
	font-style: normal;
	src: url(/profile/assets/fonts/Philosopher-Bold.ttf);
}
.animate{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease
}
.wrap{
	max-width:988px;
	width:988px;
	margin-left:auto;
	margin-right:auto
}
body>*:after,.wrap:after,.clear:after,._goods:after,._content:after,._big_social:after,._video_list:after,aside>header:after,._cover_list:after,._navcomponent:after,._three_banners:after,._screenshot_list:after,._middle_menu:after,aside>header:after{
	clear:both;
	content:"";
	display:block
}
.textLeft{
	text-align:left
}
.textRight{
	text-align:right
}
.colLeft{
	float:left;
	padding-bottom:120px
}
.colRight{
	float:right;
	padding-bottom:30px
}
.col-2{
	width:644px
}
.col-1{
	width:50%;
	padding-right:20px
}
.col-1+.col-1{
	padding-left:20px;
	padding-right:0
}
.fullcoll{
	padding-bottom:210px
}
a{
	color:#b43b3b
}
button.view,a.view{
	background:#f3f3f3;
	border:1px solid #dcdcdc;
	font-family:"cuprum",sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	color:#353535;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin-top:9px;
	padding:0 25px;
	text-shadow:0 0 0 #f3f3f3
}
button.view:hover,a.view:hover{
	background:#f9f9f9;
	cursor:pointer
}
.jqTransformHidden{
	display:none
}
time{
	font:italic 12px/14px georgia;
	color:#797979;
	margin-top:1px
}
article p,article li{
	font:14px/18px Arial;
	color:#353535;
	margin:18px 0
}
article h1{
	font:18px/20px gt_bold;
	color:#004a7e
}
article .social,article .social .item,article .social .count{
	display:inline-block
}
article .social{
	overflow:hidden;
	margin-top:12px
}
article .social p{
	float:left;
	margin:1px;
	width:33px;
	height:33px
}
article .social .item{
	background:#f3f3f3 url('/static/interface/img/logos.png') no-repeat 0 -162px;
	cursor:pointer;
	display:block;
	position:relative
}
article .social .item b{
	background:#f3f3f3 url('/static/interface/img/logos.png') no-repeat 0 -125px;
	filter:alpha(opacity=100);
	cursor:pointer;
	display:block;
	height:100%;
	width:100%;
	opacity:1
}
article .social .ut{
	background-position:-71px -162px
}
article .social .tw{
	background-position:-106px -162px
}
article .social .fb{
	background-position:-35px -162px
}
article .social .yt b{
	background-position:-71px -125px
}
article .social .tw b{
	background-position:-106px -125px
}
article .social .fb b{
	background-position:-35px -125px
}
article .social .item b:hover{
	opacity:0
}
article .social .count{
	text-align:center;
	color:#a2a2a2;
	font:12px/32px cuprum;
	border:1px solid #cdcdcd
}
article .social header{
	font:13px/34px cuprum;
	float:left;
	margin-right:10px;
	text-transform:uppercase
}
article ul,article ol{
	margin-left:14px
}
article figure{
	margin:18px auto;
	overflow:hidden
}
article figure img{
	display:block
}
aside>header{
	margin-bottom:25px;
	margin-left:18px;
	position:relative
}
aside>header>div:after,aside>header>header:after{
	content:'';
	border-top:1px solid #dcdcdc;
	position:absolute;
	z-index:-1;
	bottom:12px;
	left:0;
	width:100%
}
aside>header>p{
	margin-top:-3px
}
aside>header .name{
	color:#797979;
	margin-top:-2px;
	font:14px/14px gt_bold
}
aside>header>address time{
	color:#797979;
	font:normal 12px/12px arial
}
.fullcoll header:after{
	display:none
}
aside>header h5,aside>header h6{
	font:22px/24px romul;
	text-transform:uppercase;
	background:#f3f3f3;
	color:#353535;
	float:left;
	padding:0 8px 0 0
}
.fullcoll aside>header h6{
	float:none
}
aside>header h5+a,aside>header h6+a{
	float:right;
	display:block;
	text-decoration:none;
	background:#f3f3f3;
	padding-left:18px;
	margin-top:3px
}
aside>header h5+a{
	margin-top:-3px;
	min-width:104px
}
aside>header h5+a span,aside>header h6+a span{
	display:inline-block;
	border-bottom:1px dotted #b43b3b;
	font:12px/13px arial;
	color:#b43b3b
}
aside>header h5{
	color:#004a7e;
	font:18px/20px gt_bold
}
aside>header>div{
	padding-top:13px;
	position:relative;
	overflow:hidden
}
aside>header>div:first-child{
	padding-top:0
}
._top_menu{
	height:44px;
	background:#171717;
	position:relative;
	z-index:500
}
._top_menu nav{
	padding-top:17px
}
._top_menu nav ul{
	margin:0
}
._top_menu nav li{
	list-style:none
}
._top_menu nav a{
	text-decoration:none;
    cursor: pointer
}
._top_menu nav>ul>li{
	display:block;
	float:left;
	position:relative
}
._top_menu nav>ul>li>a{
	font:15px/15px gt_bold;
	position:relative;
	text-transform:uppercase;
	text-shadow:#4a4b4b 1px 0px,#4a4b4b 1px 1px,#4a4b4b 0px 1px,#4a4b4b -1px 1px,#4a4b4b -1px 0px,#4a4b4b -1px -1px,#4a4b4b 0px -1px,#4a4b4b 1px -1px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px,#4a4b4b 0 0 3px;
	display:block;
	color:#ffffff;
	margin-left:32px
}
._top_menu nav a:hover{
	color:#a2d5f8!important
}
._top_menu nav>ul>li>a:after{
	content:"";
	left:-18px;
	top:1px;
	display:block;
	position:absolute;
	background:url('/static/interface/img/fon_top_menu.png') -197px -195px no-repeat;
	width:5px;
	height:7px
}
._top_menu nav li:first-child a{
	margin:0
}
._top_menu nav li:first-child a:after{
	display:none
}
._top_menu nav .lev2{
	width:202px;
	display:none;
	position:absolute;
	padding-top:40px;
	background:url('/static/interface/img/fon_top_menu.png') 0 12px no-repeat;
	left:50%!important;
	margin-left:-85px!important;
	z-index:500
}
._top_menu nav .lev2:after{
	height:42px;
	width:100%;
	display:block;
	content:"";
	position:absolute;
	background:url('/static/interface/img/fon_top_menu.png') 0 -119px no-repeat;
	bottom:-42px;
	left:0
}
._top_menu nav .lev2>li{
	display:block;
	position:relative
}
._top_menu nav .lev2>li>a{
	display:block;
	text-align:center;
	position:relative;
	color:#f3f3f3;
	background:url('/static/interface/img/fon_top_menu.png') 0 -30px no-repeat
}
._top_menu nav .lev2>li>a:hover{
	background-position:0 -70px;
	color:#a2d5f8
}
._top_menu nav .lev2>li>a>span{
	display:inline-block;
	padding:15px 6px 14px;
	text-decoration:none;
	background:#212638;
	font:11px/11px gt_bold
}
._top_menu nav .lev3{
	width:137px;
	display:none;
	position:absolute;
	padding-bottom:16px;
	background:url('/static/interface/img/fon_top_menu.png') 0 -207px no-repeat;
	top:36px!important;
	left:202px!important
}
._top_menu nav .lev3:after{
	height:19px;
	width:100%;
	display:block;
	content:"";
	position:absolute;
	background:#425167 url('/static/interface/img/fon_top_menu.png') 0 -188px no-repeat;
	left:0;
	top:-19px
}
._top_menu nav .lev3 li{
	display:block
}
._top_menu nav .lev3 span{
	display:inline-block;
	padding:8px 10px 7px 0;
	background:#425167;
	margin-left:17px;
	max-width:80px;
	position:relative
}
._top_menu nav .lev3 span:after{
	height:3px;
	width:1px;
	background:#5f7289;
	display:block;
	content:"";
	position:absolute;
	right:-2px;
	top:13px
}
._top_menu nav .lev3 a{
	color:#bcd5e7;
	display:block;
	font:11px/11px georgia;
	background:#425167 url('/static/interface/img/fon_top_menu.png') 0 -219px no-repeat
}
._middle_menu{
	height:218px;
	margin-top:-38px;
	position:relative;
	margin-bottom:-7px;
	z-index:80
}
._middle_menu a{
	text-decoration:none
}
._snout+._middle_menu{
	margin-top:-58px
}
._middle_menu>aside{
	background:url('/static/interface/img/fon_middle_menu.png') no-repeat;
	float:left;
	width:56.5%;
	height:100%
}
._middle_menu>aside:first-child{
	width:43.5%
}
._middle_menu .download{
	background-position:right -246px
}
._middle_menu .download.na{
	background:url('/static/interface/img/fon_middle_menu_na.png') right 0 no-repeat
}
._middle_menu .aDownload,._middle_menu .aEnter{
	color:#a60000;
	text-transform:uppercase;
    cursor: pointer;
}
._middle_menu .aDownload:hover,._middle_menu .aEnter:hover{
	color:#d77501
}
._middle_menu .aDownload{
	display:block;
	float:right;
	margin-top:77px;
	margin-right:35px;
	font:16px/16px gt_bold
}
._middle_menu .aDownload span{
	font:30px/30px gt_bold;
	margin-left:30px;
	display:block
}
._middle_menu .aEnter{
	display:block;
	float:left;
	margin-top:86px;
	margin-left:365px;
	font:22px/22px gt_bold
}
._middle_menu .aEnter span{
	font:14px/14px gt_bold;
	display:block;
	margin:-2px 0 0 49px
}
._middle_menu .lk{
	background-position:0 -479px
}
._middle_menu .lk nav{
	margin-top:7px;
	position:relative;
	min-width:400px
}
._middle_menu .lk nav:after{
	content:"";
	background:url('/static/interface/img/fon_middle_menu.png') -126px -455px no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:100%
}
._middle_menu .lk nav a{
	background:#ededed;
	color:#316c95;
	font:14px/14px gt_bold;
	text-transform:uppercase;
	margin-right:1px;
	padding:8px 6px 4px;
	display:inline-block
}
._middle_menu .lk nav a:hover{
	background:#316c95;
	color:#ffffff;
	text-shadow:1px 1px 0 #1b4560
}
._middle_menu .lk nav a:last-child{
	padding-left:8px
}
._middle_menu .lk .avatar{
	background:url('/static/interface/img/fon_middle_menu.png') -126px -342px no-repeat;
	position:relative;
	width:106px;
	height:106px;
	display:inline-block;
	vertical-align:top;
	margin:42px 12px 0 101px
}
._middle_menu .lk .avatar:after{
	background:url('/static/interface/img/fon_middle_menu.png') -126px -235px no-repeat;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10
}
._middle_menu .lk .avatar img{
	display:block;
	margin-left:3px
}
._middle_menu .lk .add_avatar{
	background:url('/static/interface/img/icons.png') 0 -184px no-repeat;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	margin:-9px 0 0 -9px;
	display:block;
	width:19px;
	height:19px;
	z-index:20;
	top:50%;
	left:50%
}
._middle_menu .lk .add_avatar:hover{
	background-position:-26px -184px
}
._middle_menu .lk .exit{
	position:absolute;
	border-bottom:1px dashed #a60000;
	font:14px/14px gt_regular;
	text-transform:uppercase;
	color:#a60000;
	top:-5px;
	left:310px
}
._middle_menu .lk .exit:hover{
	color:#d77501;
	border-bottom-color:#d77501
}
._middle_menu .lk .exit:after{
	background:url('/static/interface/img/icons.png') -28px -207px no-repeat;
	content:"";
	position:absolute;
	top:-1px;
	left:-26px;
	display:block;
	width:17px;
	height:17px
}
._middle_menu .lk .avatar .vip,._middle_menu .lk .avatar .pack-item1,._middle_menu .lk .avatar .pack-item2,._middle_menu .lk .avatar .pack-item3,._middle_menu .lk .avatar .pack-bronze,._middle_menu .lk .avatar .pack-silver,._middle_menu .lk .avatar .pack-gold,._middle_menu .lk .avatar .king{
	background:url('/static/interface/img/icons.png') 0 -206px no-repeat;
	position:absolute;
	width:26px;
	height:26px;
	z-index:20;
	left:4px;
	top:3px
}
._middle_menu .lk article{
	display:inline-block;
	vertical-align:top;
	margin-top:55px;
	position:relative;
	width:50%
}
._middle_menu .lk h6{
	font:16px/16px gt_bold;
	color:#353535
}
._middle_menu .lk .avatar .vip{
	background-position:0 -326px;
	top:-10px;
	left:34px
}
._middle_menu .lk .avatar .vip.silver,._middle_menu .lk .avatar .vip.item2{
	background-position:0 -356px
}
._middle_menu .lk .avatar .pack-bronze,._middle_menu .lk .avatar .pack-item1{
	background-position:0 -266px;
	top:3px;
	left:4px
}
._middle_menu .lk .avatar .pack-silver,._middle_menu .lk .avatar .pack-item2{
	background-position:0 -236px;
	top:3px;
	left:4px
}
._middle_menu .lk .avatar .pack-gold,._middle_menu .lk .avatar .pack-item3{
	background-position:0 -206px;
	top:3px;
	left:4px
}
._middle_menu .lk address{
	font:14px/14px gt_bold;
	margin-top:1px;
	color:#797979
}
._middle_menu .lk footer{
	margin-top:20px
}
._middle_menu .lk footer .balans{
	color:#dcdcdc;
	display:inline-block;
	font:13px/13px arial;
	background:url('/static/interface/img/icons.png') no-repeat right 0;
	padding:10px 36px 10px 0
}
._middle_menu .lk footer .uscode{
	color:#7d7d7d;
	border-bottom:1px dashed #7d7d7d;
	font:14px/14px arial;
	white-space:nowrap;
	position:absolute;
	top:92px;
	left:247px
}
._middle_menu .lk footer .uscode:after{
	background:url('/static/interface/img/icons.png') -28px -227px no-repeat;
	content:"";
	position:absolute;
	top:0;
	left:-23px;
	display:block;
	width:17px;
	height:17px
}
._middle_menu .lk footer .balans span{
	color:#fcd000
}
._top_slides{
	position:relative
}
._top_slides ul{
	background:#042e79;
	height:480px
}
._bottom_slides li,._top_slides li{
	display:none;
	left:0;
	position:absolute;
	background-position:50% 0;
	overflow:hidden;
	right:0;
	width:100%;
	height:100%
}
._bottom_slides li>img,._top_slides li>img{
	display:none
}
._top_slides .slider_menu{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%
}
._top_slides article{
	max-width:260px;
	margin:212px auto 0;
	text-align:center
}
._top_slides article header{
	font:24px/28px gt_bold;
	color:#ffffff;
	margin-bottom:10px;
	text-shadow:0 1px 0 #011520
}
._top_slides article span{
	font:36px/30px gt_bold;
	display:block
}
._top_slides article{
	font:16px/17px gt_regular
}
._top_slides .next,._top_slides .prev{
	cursor:pointer;
	height:29px;
	background:url('/static/interface/img/logos.png') no-repeat -172px -122px;
	position:absolute;
	top:222px;
	left:50%;
	margin-left:-200px;
	width:16px;
	z-index:301
}
._top_slides .next{
	background-position:-194px -122px;
	margin-left:184px
}
._top_slides nav{
	top:298px;
	left:0;
	width:100%;
	position:absolute;
	text-align:center;
	z-index:301
}
._top_slides nav a{
	background:url('/static/interface/img/logos.png') no-repeat -140px -122px;
	cursor:pointer;
	display:inline-block;
	height:11px;
	width:11px;
	margin:2px
}
._top_slides nav a.active{
	background-position:-157px -122px
}
._main_page ._content,._secondary_page ._content{
	padding-bottom:529px;
	position:relative;
	z-index:80
}
._secondary_page ._content{
	padding-bottom:424px
}
._content.p404:after,._main_page ._content:after,._secondary_page ._content:after{
	content:"";
	background:url('/static/interface/img/fon_bottom_body.png') 50% top no-repeat;
	position:absolute;
	width:100%;
	min-width:988px;
	height:153px;
	z-index:-1;
	left:0
}
._main_page ._content:after{
	bottom:529px
}
._secondary_page ._content:after{
	bottom:424px
}
._content.social:after{
	z-index:1
}
._logo_game{
	width:288px;
	height:115px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url('/static/interface/img/logos2.png') no-repeat;
    background-size: contain;
	margin:44px 0 0 0;
	z-index:301
}
._content>.wrap>aside{
	margin-top:42px
}
._content .colRight aside{
	margin-top:26px
}
.colLeft.col-2 aside{
	margin-top:55px
}
._content aside:first-child{
	margin-top:0
}
._leftMenu{
	margin-left:-13px
}
._leftMenu a,._leftMenu li,._leftMenu div,._leftMenu span{
	display:block;
	width:320px;
	height:86px
}
._leftMenu li>*{
	display:table;
	text-decoration:none;
	background:url('/static/interface/img/fon_menu_left.jpg') 0 -3px no-repeat;
	padding-top:5px;
	font:14px/16px gt_regular;
	color:#000000
}
._leftMenu a:hover{
	color:#d77501
}
._leftMenu .soon>*{
	padding-top:10px
}
._leftMenu .soon em{
	color:#919191;
	font:12px/16px arial;
	position:relative;
	top:-3px
}
._leftMenu span{
	display:table-cell;
	width:50%;
	background:none;
	vertical-align:middle;
	padding-left:31px;
	padding-right:15px
}
._leftMenu .recharge>*{
	background-position:0 -91px
}
._leftMenu .shop>*{
	background-position:0 -177px
}
._leftMenu .forum>*{
	background-position:0 -632px
}
._leftMenu .support>*{
	background-position:0 -269px
}
._leftMenu .faq>*{
	background-position:0 -360px
}
._leftMenu .rating>*{
	background-position:0 -451px
}
._leftMenu .status>*{
	background-position:0 -541px
}
._leftMenu .faq .textRight{
	padding-right:30px
}
._news_list figure{
	float:left;
	width:190px;
	height:101px;
	margin-right:21px;
	position:relative
}
._press_list figure{
	width:470px;
	height:136px;
	position:relative;
	margin-top:9px
}
._news_list figure:after,._press_list figure:after{
	content:'';
	position:absolute;
	background:url('/static/interface/img/wrap_img.png') no-repeat;
	width:100%;
	height:100%;
	top:0;
	left:0
}
._press_list figure:after{
	background-position:-770px 0
}
._news_list figure img{
	width:162px;
	height:97px;
	display:block
}
._press_list figure img{
	width:460px;
	height:136px;
	display:block
}
._news_list figure+article time{
	position:absolute;
	left:0;
	top:100px;
	width:182px;
	text-align:right;
	font:italic 12px/14px georgia;
	color:#797979
}
._news_list li,._news_list li article{
	overflow:hidden
}
._news_list li,._press_list li{
	margin-top:20px;
	position:relative;
	list-style:none;
	min-height:120px
}
._news_list li a,._press_list li a{
	text-decoration:none
}
._press_list li{
	margin-top:36px
}
._news_list li:first-child,._press_list li:first-child{
	margin-top:0
}
._news_list header,._press_list header{
	color:#004a7e;
	margin-top:7px;
	font:18px/20px gt_bold
}
._news_list li:hover header,._media h5:hover,._press_list li:hover header{
	color:#d77501
}
._news_list p,._press_list p{
	margin:13px 0 0;
	font:12px/14px arial;
	color:#353535
}
._news_list header+p{
	margin-top:2px
}
._replics_list ul{
	display:table;
	width:100%;
	border-radius:6px;
	-moz-border-radius:6px;
	margin-top:4px;
	height:46px;
	border:1px solid #dcdcdc
}
._replics_list li{
	list-style:none;
	display:table-cell;
	vertical-align:middle
}
._replics_list .replic{
	width:79%;
	padding:0 16px
}
._replics_list .replic a{
	font:16px/18px georgia;
	text-decoration:none;
	color:#353535
}
._replics_list .replic a:hover{
	color:#d77501
}
._replics_list .dark .replic{
	background:#ececec
}
._replics_list .who{
	background:url('/static/interface/img/fon_table.png') no-repeat 0 50%;
	padding:0 16px 2px 21px;
	width:21%
}
._replics_list .dark .who{
	background:#e2e2e2 url('/static/interface/img/fon_table.png') no-repeat -693px 50%
}
._replics_list .who address{
	font:12px/16px georgia;
	overflow:hidden;
	color:#5182a5;
	max-width:94px
}
._replics_list .who time{
	font:italic 12px/15px georgia;
	overflow:hidden;
	color:#707070;
	max-width:94px
}
._replics_list .who time a{
	color:#707070;
	text-decoration:none
}
._replics_list .who time a:hover{
	color:#d77501
}
._screenshot{
	width:302px;
	text-align:center
}
._screenshot img{
	display:block;
	width:292px;
	height:auto
}
._screenshot>header{
	background:#f3f3f3;
	font:18px/24px romul;
	text-align:left;
	padding-left:5px;
	margin-left:0;
	margin-top:-3px
}
._screenshot header span{
	font-size:24px;
	display:block
}
._screenshot figcaption{
	background:url('/static/interface/img/wrap_img.png') -216px 50% no-repeat;
	padding:100px 33px 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
._screenshot figure{
	background:#dcdcdc;
	position:relative;
	padding:5px
}
._screenshot a figcaption header{
	font:18px/20px gt_bold;
	text-transform:uppercase;
	color:#353535
}
._screenshot a figcaption p{
	font:13px/14px gt_regular;
	text-transform:uppercase;
	color:#353535
}
._screenshot .view{
	border-top-width:0;
	margin:0
}
._subscribe{
	border:5px solid #dcdcdc;
	padding:26px 37px;
	width:301px;
	height:490px;
	background:url('/static/interface/img/fon_subscribe.png') no-repeat
}
body>*{
	margin-left:auto;
	margin-right:auto;
	max-width:2500px
}
body>footer{
	position:absolute;
	width:100%;
	min-width:988px;
	bottom:0;
	left:0;
	right:0;
	z-index:100
}
body>footer a{
	font:12px/18px arial;
	color:#494949;
	vertical-align:middle;
	text-decoration:none
}
body>footer a:hover{
	text-decoration:underline
}
body>footer .item{
	float:left;
	margin:0 8px 0 17px
}
body>footer li header{
	font:14px/22px gt_bold
}
body>footer li li{
	font-size:9px;
	line-height:1
}
body>footer li{
	list-style:none
}
._footer{
	overflow:hidden
}
._footer,._footer .copyr nav a{
	background:#171717;
	color:#a5a3a3;
	font:11px/12px arial
}
._footer .copyr p{
	font-size:80%
}
._footer .wrap{
	height:111px;
	display:table
}
._footer li{
	display:table-cell;
	text-align:center;
	vertical-align:middle
}
._footer li>*{
	display:inline-block;
	vertical-align:middle
}
._footer .copyr nav{
	font-size:6px;
	margin-bottom:12px
}
._footer .company{
	width:238px
}
._footer .copyr{
	width:514px;
	position:relative;
	background:url('/static/interface/img/logos.png') -327px 0 no-repeat
}
._footer .copyr:after{
	content:"";
	display:block;
	position:absolute;
	background:url('/static/interface/img/logos.png') no-repeat;
	width:33px;
	height:111px;
	right:0;
	top:0
}
._footer .copyr nav a{
	margin:0 3px
}
._footer .company a{
	text-decoration:none;
	text-indent:-999999px;
	overflow:hidden;
	opacity:0.6;
	filter:alpha(opacity=60);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease
}
._footer .company a:hover{
	opacity:1;
	filter:alpha(opacity=100)
}
._footer .company .logoTG{
	width:123px;
	height:37px;
	background:url('/static/interface/img/logos.png') -236px -125px no-repeat
}
._footer .company .logoUlu{
	width:85px;
	height:64px;
	margin:2px 0 0 23px;
	background:url('/static/interface/img/logos.png') -275px -165px no-repeat
}
._footer .stat .age{
	text-transform:uppercase;
	font:12px/12px cuprum;
	text-align:right;
	margin-right:8px;
	width:110px
}
._footer .stat .ageico{
	width:56px;
	height:56px;
	background:url('/static/interface/img/logos.png') -216px -163px no-repeat
}
._scroll_top{
	position:relative;
	text-align:center
}
._scroll_top div{
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -27px;
	z-index:150
}
._scroll_top div p{
	font:18px/18px gt_bold;
	text-shadow:0 1px 0 #011520;
	margin-top:9px;
	display:inline-block;
	color:#ffffff
}
._bottom_slides,._main_page ._scroll_top{
	height:230px;
	position:relative
}
._bottom_slides:after{
	content:"";
	position:absolute;
	background:url('/static/interface/img/fon_bottom_body.png') 50% -423px no-repeat;
	top:0;
	left:0;
	width:100%;
	height:37px;
	z-index:150
}
._secondary_page ._scroll_top{
	background:#05347e url('/static/interface/img/secondary_page_bottom_slider1.jpg') 50% 0 no-repeat;
	height:125px
}
._secondary_page.slide1 ._scroll_top{
	background:#05347e url('/static/interface/img/secondary_page_bottom_slider1.jpg') 50% 0 no-repeat
}
._scroll_top div a{
	background:url('/static/interface/img/logos.png') -142px -146px no-repeat;
	display:block;
	margin:0 auto;
	width:40px;
	height:40px
}
._scroll_top div a span{
	display:block;
	width:100%;
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
	background:url('/static/interface/img/logos.png') -174px -189px no-repeat
}
._scroll_top div a:hover span{
	opacity:1;
	filter:alpha(opacity=100)
}
#LIcounter{
	margin-right:14px
}
._menu_bottom{
	background:#dcdcdc;
	min-height:188px
}
._socialsScr{
	width:106px;
	height:198px;
	position:fixed;
	right:0;
	top:50%;
	z-index:300;
	text-align:center;
	margin-top:-99px;
	background:url('/static/interface/img/fon_middle_menu.png') 0 -268px no-repeat
}
._socialsScr header{
	font:13px/13px cuprum;
	text-transform:uppercase;
	padding-top:38px
}
._socialsScr ul{
	width:71px;
	margin:7px auto 0;
	display:block
}
._socialsScr .item{
	height:33px;
	width:33px;
	float:left;
	cursor:pointer;
	display:block;
	margin:1px;
	background:url('/static/interface/img/logos.png') 0 -162px no-repeat
}
._socialsScr .item a{
	height:33px;
	width:33px;
	float:left;
	cursor:pointer;
	display:block
}
._socialsScr .tw{
	background-position:-105px -162px
}
._socialsScr .fb{
	background-position:-35px -162px
}
._socialsScr .yt{
	background-position:-70px -162px
}
._socialsScr .count{
	clear:both;
	padding-top:7px;
	color:#969696;
	font:18px/18px cuprum
}
._luridmenu{
	background:url('/static/interface/img/fon_luridmenu.png') no-repeat 87% -92px;
	position:relative;
	overflow:hidden;
	padding:7px 0;
	margin:0
}
._luridmenu:after{
	background:url('/static/interface/img/fon_luridmenu.png') no-repeat 35% -61px;
	position:absolute;
	content:"";
	width:100%;
	height:16px;
	z-index:-1;
	left:0;
	bottom:0
}
._luridmenu li{
	float:left;
	margin:0 2px;
	height:59px;
	padding:8px 0;
	list-style:none;
	background:transparent;
	border-radius:6px;
	-moz-border-radius:6px
}
._luridmenu a{
	display:block;
	margin:0 -2px;
	height:100%;
	padding:0 9px;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	color:#dcdcdc;
	position:relative;
	font:16.8px/49px gt_bold;
	font-size:16.4px\0/
}
._luridmenu a em,._luridmenu a span{
	position:relative;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%
}
._luridmenu a em{
	border-radius:6px;
	-moz-border-radius:6px;
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	background:url('/static/interface/img/fon_luridmenu.png') 50% 0 no-repeat;
	height:48px
}
._luridmenu a:after{
	border-left:1px dashed #8b8b8b;
	position:absolute;
	display:block;
	content:"";
	top:4px;
	bottom:4px;
	left:0
}
._luridmenu li:first-child a:after{
	display:none
}
._luridmenu li:hover,._luridmenu li.active{
	background:#dcdcdc
}
._luridmenu li:hover em,._luridmenu li.active em{
	opacity:1;
	filter:alpha(opacity=100)
}
._luridmenu li:hover em,._luridmenu li.active span{
	color:#ffffff
}
._luridmenu .item1 a{
	background:#2f5475;
	background:-moz-linear-gradient(left,#2f5475 0%,#203e6e 50%,#4d6b79 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#2f5475),color-stop(50%,#203e6e),color-stop(100%,#4d6b79));
	background:-webkit-linear-gradient(left,#2f5475 0%,#203e6e 50%,#4d6b79 100%);
	background:-o-linear-gradient(left,#2f5475 0%,#203e6e 50%,#4d6b79 100%);
	background:-ms-linear-gradient(left,#2f5475 0%,#203e6e 50%,#4d6b79 100%);
	background:linear-gradient(to right,#2f5475 0%,#203e6e 50%,#4d6b79 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f5475',endColorstr='#4d6b79',GradientType=1)
}
._luridmenu .item2 a{
	background:#526f7b;
	background:-moz-linear-gradient(left,#526f7b 0%,#8b8b8b 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#526f7b),color-stop(100%,#8b8b8b));
	background:-webkit-linear-gradient(left,#526f7b 0%,#8b8b8b 100%);
	background:-o-linear-gradient(left,#526f7b 0%,#8b8b8b 100%);
	background:-ms-linear-gradient(left,#526f7b 0%,#8b8b8b 100%);
	background:linear-gradient(to right,#526f7b 0%,#8b8b8b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#526f7b',endColorstr='#8b8b8b',GradientType=1)
}
._luridmenu .item3 a{
	background:#6c787c;
	background:-moz-linear-gradient(left,#6c787c 0%,#646f77 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#6c787c),color-stop(100%,#646f77));
	background:-webkit-linear-gradient(left,#6c787c 0%,#646f77 100%);
	background:-o-linear-gradient(left,#6c787c 0%,#646f77 100%);
	background:-ms-linear-gradient(left,#6c787c 0%,#646f77 100%);
	background:linear-gradient(to right,#6c787c 0%,#646f77 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c787c',endColorstr='#646f77',GradientType=1)
}
._luridmenu .item4 a{
	background:#646f77;
	background:-moz-linear-gradient(left,#646f77 0%,#4d6c78 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#646f77),color-stop(100%,#4d6c78));
	background:-webkit-linear-gradient(left,#646f77 0%,#4d6c78 100%);
	background:-o-linear-gradient(left,#646f77 0%,#4d6c78 100%);
	background:-ms-linear-gradient(left,#646f77 0%,#4d6c78 100%);
	background:linear-gradient(to right,#646f77 0%,#4d6c78 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#646f77',endColorstr='#4d6c78',GradientType=1)
}
._luridmenu .item5 a{
	background:#4d6c78;
	background:-moz-linear-gradient(left,#4d6c78 0%,#24416e 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#4d6c78),color-stop(100%,#24416e));
	background:-webkit-linear-gradient(left,#4d6c78 0%,#24416e 100%);
	background:-o-linear-gradient(left,#4d6c78 0%,#24416e 100%);
	background:-ms-linear-gradient(left,#4d6c78 0%,#24416e 100%);
	background:linear-gradient(to right,#4d6c78 0%,#24416e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d6c78',endColorstr='#24416e',GradientType=1)
}
._luridmenu .item6 a{
	background:#24416e;
	background:-moz-linear-gradient(left,#24416e 0%,#536375 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#24416e),color-stop(100%,#536375));
	background:-webkit-linear-gradient(left,#24416e 0%,#536375 100%);
	background:-o-linear-gradient(left,#24416e 0%,#536375 100%);
	background:-ms-linear-gradient(left,#24416e 0%,#536375 100%);
	background:linear-gradient(to right,#24416e 0%,#536375 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24416e',endColorstr='#536375',GradientType=1)
}
._luridmenu .item7 a{
	background:#536375;
	background:-moz-linear-gradient(left,#536375 0%,#607278 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#536375),color-stop(100%,#607278));
	background:-webkit-linear-gradient(left,#536375 0%,#607278 100%);
	background:-o-linear-gradient(left,#536375 0%,#607278 100%);
	background:-ms-linear-gradient(left,#536375 0%,#607278 100%);
	background:linear-gradient(to right,#536375 0%,#607278 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#536375',endColorstr='#607278',GradientType=1)
}
._luridmenu .item8 a{
	background:#607278;
	background:-moz-linear-gradient(left,#607278 0%,#75797a 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#607278),color-stop(100%,#75797a));
	background:-webkit-linear-gradient(left,#607278 0%,#75797a 100%);
	background:-o-linear-gradient(left,#607278 0%,#75797a 100%);
	background:-ms-linear-gradient(left,#607278 0%,#75797a 100%);
	background:linear-gradient(to right,#607278 0%,#75797a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#607278',endColorstr='#75797a',GradientType=1)
}
._balans{
	display:inline-block;
	position:relative;
	padding:8px 38px 0 0;
	margin:19px 0 27px 14px
}
._balans:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	background:url('/static/interface/img/icons.png') right 0 no-repeat
}
._balans p{
	margin:0 0 4px;
	font:14px/14px arial;
	background:#f3f3f3
}
._balans p span{
	color:#bb6a00
}
._balans a{
	color:#a60000;
	font:14px/14px gt_regular;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px dashed #a60000
}
._breadcrumbs{
	margin-bottom:30px
}
._breadcrumbs,._breadcrumbs a{
	color:#b43b3b;
	font:16px/18px romul;
	text-transform:uppercase
}
._breadcrumbs nav{
	display:inline-block
}
._breadcrumbs nav a{
	text-decoration:none;
	border-bottom:1px dashed #b43b3b
}
._breadcrumbs nav span{
	font:11px/11px romul;
	color:#353535
}
._breadcrumbs .goback{
	background:#f3f3f3;
	border:1px solid #dcdcdc;
	color:#353535;
	display:block;
	font:11px/25px "cuprum",sans-serif;
	height:26px;
	margin-top:2px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	float:right
}
._breadcrumbs .goback span{
	display:block;
	padding:0 15px
}
._breadcrumbs .goback:after,._breadcrumbs .goback span:after{
	top:6px;
	left:-12px;
	content:"";
	display:block;
	position:absolute;
	border:6px solid transparent;
	border-right:6px solid #f3f3f3
}
._breadcrumbs .goback span:after{
	top:5px;
	content:"";
	left:-14px;
	position:absolute;
	border:7px solid transparent;
	border-right:7px solid #dcdcdc
}
._breadcrumbs .goback:hover{
	background:#f9f9f9
}
._breadcrumbs .goback:hover:after{
	border-right-color:#f9f9f9
}
._snout{
	background:#dcdcdc;
	position:relative;
	overflow:hidden;
	height:220px;
	margin-bottom:17px
}
._snout img{
	position:absolute;
	margin-left:-1250px;
	display:block;
	z-index:1;
	top:0;
	left:50%
}
._snout.whitefog:after{
	content:"";
	background:url('/static/interface/img/secondary_page_wrap.png') 50% 0 no-repeat;
	position:absolute;
	display:block;
	height:40px;
	z-index:2;
	width:100%;
	bottom:0;
	left:0
}
._snout .wrap{
	position:relative;
	z-index:4
}
._snout .wrap ._logo_game{
	margin-top:44px
}
._good_descr>._goods{
	float:left
}
._good_descr .description{
	overflow:hidden
}
._good_descr h1{
	font:24px/36px gt_bold
}
._related_products figure{
	position:relative;
	float:left;
	margin:0 15px 0 0
}
._related_products figure:after{
	content:"";
	background:url('/static/interface/img/border_round_skins.png') no-repeat 0 -198px;
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0
}
._related_products .green:after{
	background-position:0 0
}
._related_products .blue:after{
	background-position:0 -460px
}
._related_products .red:after{
	background-position:0 -131px
}
._related_products .grey:after{
	background-position:0 -198px
}
._related_products .gold:after{
	background-position:0 -262px
}
._related_products .violet:after{
	background-position:0 -67px
}
._related_products .cyan:after{
	background-position:0 -329px
}
._related_products .white:after{
	background-position:0 -395px
}
._related_products ul{
	margin:0
}
._related_products li{
	padding:16px 20px 19px;
	border:1px solid #dcdcdc;
	position:relative;
	overflow:hidden;
	list-style:none;
	margin-top:20px
}
._related_products li:first-child{
	margin-top:14px
}
._related_products li aside{
	overflow:hidden
}
._related_products .view{
	position:absolute;
	bottom:-1px;
	right:-1px
}
._related_products li h6{
	margin:14px 0 -12px;
	color:#004a7e;
	font:14px/16px gt_bold
}
._related_products li>div{
	width:50%;
	float:left
}
._related_products li>div._col1{
	padding-right:20px
}
._related_products li>div._col2{
	padding-left:20px
}
._related_products li>div._col1:after{
	position:absolute;
	top:0;
	bottom:0;
	right:50%;
	border-right:1px solid #dcdcdc;
	padding-right:20px;
	content:''
}
._box_category li:first-child{
	border-top:1px solid #dcdcdc
}
._box_category li{
	margin-top:0;
	border-top:none
}
article aside>h6{
	color:#353535;
	font:18px/24px romul
}
._related_products li p{
	font:12px/15px Arial
}
._good_descr ._related_products{
	margin-top:20px
}
._video_list{
	position:relative
}
._video_list>li,._cover_list>li,._screenshot_list>li{
	display:block;
	float:left;
	list-style:none;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	position:relative
}
._video_list li:nth-child(4n+1),._cover_list li:nth-child(4n+1),._screenshot_list li:nth-child(4n+1){
	border-left-width:0
}
._video_list li:nth-child(-n+4),._cover_list li:nth-child(-n+4),._screenshot_list li:nth-child(-n+4){
	border-top-width:0
}
header+._video_list,header+._cover_list,header+._screenshot_list{
	margin-top:-19px
}
._video_list li img,._cover_list li img,._screenshot_list li img{
	display:block
}
._video_list li header{
	color:#353535;
	position:absolute;
	display:block;
	background:#ffffff;
	background:rgba(241,241,241,.72);
	text-transform:uppercase;
	padding:11px;
	font:12px/1 cuprum;
	width:100%;
	left:0;
	bottom:0
}
._video_list .play{
	background-color:#9b9b9c;
	background-color:rgba(233,233,233,.58);
	background-image:url('/static/interface/img/icons.png');
	background-position:0 -47px;
	background-repeat:no-repeat;
	border-radius:50%;
	-moz-border-radius:50%;
	margin:0 0 0 -22px;
	text-decoration:none;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:45px;
	width:45px;
	top:39px;
	left:50%
}
._video_list .play:hover,._video_list li:hover .play{
	background-color:#e9e9e9;
	background-color:rgba(233,233,233,1)
}
._video_list li:hover{
	cursor:pointer
}
._cover_list .download:hover span{
	opacity:1;
	filter:alpha(opacity=100)
}
._cover_list .download{
	display:block;
	position:absolute;
	text-decoration:none;
	background:#e5e5e5 url('/static/interface/img/icons.png') -19px -116px no-repeat;
	bottom:6px;
	right:6px;
	width:21px;
	height:23px
}
._cover_list .download span{
	display:block;
	opacity:0;
	text-indent:-9999px;
	filter:alpha(opacity=0);
	background:#a60000 url('/static/interface/img/icons.png') 5px -116px no-repeat;
	overflow:hidden;
	width:100%;
	height:100%
}
._cover_list .select-size{
	display:block;
	position:absolute;
	bottom:6px;
	left:6px
}
._navcomponent .select-filter{
	display:block;
	position:relative
}
._cover_list .select-size .jqTransformSelectWrapper li a,._cover_list .select-size .jqTransformSelectWrapper div span,._navcomponent .select-filter .jqTransformSelectWrapper li a,._navcomponent .select-filter .jqTransformSelectWrapper div span{
	background:#e5e5e5;
	font:12px/12px cuprum;
	text-decoration:none;
	display:block;
	color:#646464;
	padding:6px 8px 5px
}
._cover_list .select-size .jqTransformSelectOpen,._navcomponent .select-filter .jqTransformSelectOpen{
	background:#e5e5e5 url('/static/interface/img/icons.png') no-repeat -18px -91px;
	position:absolute;
	width:21px;
	height:24px;
	top:0;
	right:-1px
}
._cover_list .select-size .jqTransformSelectOpen:hover,._navcomponent .select-filter .jqTransformSelectOpen:hover{
	background:#a60000 url('/static/interface/img/icons.png') no-repeat 6px -91px
}
._navcomponent ._balans{
	padding-right:0;
	padding-top:0;
	top:12px
}
._navcomponent ._balans:after{
	display:none
}
._navcomponent ._balans p{
	background:#dcdcdc;
	padding-left:8px
}
._navcomponent ._balans p span{
	display:inline-block;
	border-left:1px solid #f3f3f3;
	padding:6px 6px 6px 6px;
	position:relative;
	height:100%;
	margin-left:1px
}
.jqTransformSelectWrapper{
	float:left;
	position:relative
}
.jqTransformSelectWrapper li{
	list-style:none;
	display:block
}
._cover_list .select-size .jqTransformSelectWrapper,._navcomponent .select-filter .jqTransformSelectWrapper{
	height:23px
}
._cover_list .select-size .jqTransformSelectWrapper ul,._navcomponent .select-filter .jqTransformSelectWrapper ul{
	margin-top:1px
}
._cover_list .select-size .jqTransformSelectWrapper li a ._navcomponent .select-filter .jqTransformSelectWrapper li a{
	width:100%
}
._cover_list .select-size .jqTransformSelectWrapper li a.selected,._cover_list .select-size .jqTransformSelectWrapper li a:hover,._navcomponent .select-filter .jqTransformSelectWrapper li a.selected,._navcomponent .select-filter .jqTransformSelectWrapper li a:hover{
	background:#f5f5f5
}
._download_game{
	margin-top:45px
}
._download_game .hero img{
	margin:0 auto;
	display:block
}
._download_game .system_requirements{
	overflow:hidden
}
._download_game .download{
	width:184px;
	margin:25px auto 0;
	padding:13px 0 12px;
	color:#ffffff;
	display:block;
	background:#cc0000;
	font:22px/24px cuprum;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 1px 0 #662d32
}
._download_game .download:hover{
	background:#900000;
	text-shadow:0 1px 0 #764a0f
}
._download_game .system_requirements{
	margin-top:60px;
	padding-top:10px
}
._download_game .system_requirements li{
	list-style:none;
	position:relative
}
._download_game .system_requirements>li{
	width:50%;
	float:left;
	padding:0 44px;
	position:relative
}
._download_game .system_requirements>li:first-child,._download_game .system_requirements>li:first-child li{
	text-align:right
}
._download_game .system_requirements>li.min-requirements,._download_game .system_requirements>li.min-requirements li{
	text-align:right
}
._download_game .system_requirements>li:after{
	content:"";
	display:block;
	position:absolute;
	border-top:1px solid #dcdcdc;
	z-index:-1;
	width:100%;
	top:21px;
	left:0
}
._download_game .system_requirements .otherpo{
	width:100%;
	clear:both;
	margin-top:65px;
	text-align:center
}
._download_game .system_requirements .torrent{
	width:100%;
	clear:both;
	margin-top:0;
	text-align:center!important;
	margin-bottom:50px
}
._download_game .system_requirements .other{
	width:100%;
	clear:both;
	margin-top:0;
	text-align:center!important;
	margin-bottom:50px
}
._download_game .system_requirements header{
	padding:0 14px;
	font:18px/20px romul;
	display:inline-block;
	background:#f3f3f3;
	position:relative;
	top:-5px
}
._download_game .system_requirements header span{
	font-size:24px;
	display:block;
	line-height:30px
}
._download_game .system_requirements li ol{
	padding:14px 32px 0;
	font:italic 14px/24px georgia
}
._download_game .system_requirements li ol li:after{
	content:"\2666";
	display:inline-block;
	position:absolute;
	top:0;
	left:-15px;
	font-size:8px
}
._download_game .system_requirements>li.min-requirements li:after{
	left:auto;
	right:-17px
}
._download_game .system_requirements>li.min-requirements li:after{
	left:auto;
	right:-17px
}
._download_game .system_requirements .otherpo li:after{
	display:none
}
._download_game .system_requirements .otherpo li{
	display:inline-block;
	margin:0 23px;
	height:80px
}
._download_game .system_requirements .other a,._download_game .system_requirements .otherpo a{
	display:inline-block;
	color:#b94040;
	text-decoration:none;
	font:14px/14px gt_bold;
	text-transform:uppercase;
	border-bottom:1px dotted #b94040;
	margin-top:35px
}
._download_game .system_requirements .otherpo ol{
	margin-top:32px
}
._download_game .system_requirements .otherpo li{
	background:url('/static/interface/img/icons_soft.jpg') no-repeat scroll 0 0;
	padding-left:100px;
	vertical-align:middle
}
._download_game .system_requirements .otherpo li.dx{
	background-position:0 0
}
._download_game .system_requirements .otherpo li.ati{
	background-position:0 -82px
}
._download_game .system_requirements .otherpo li.nvidia{
	background-position:0 -164px
}
._download_game .system_requirements .torrent li.rutracker{
	background-position:10px -245px
}
._pages{
	font-size:0;
	margin-top:30px
}
._navcomponent{
	text-align:center;
	margin-top:59px;
	min-height:27px
}
._luridmenu+._navcomponent{
	margin-top:27px
}
.fullcoll ._navcomponent:before{
	border-top:1px solid #dcdcdc;
	position:absolute;
	content:"";
	left:0;
	width:100%;
	display:block;
	z-index:-1;
	margin-top:14px
}
._navcomponent .left,._navcomponent .right{
	margin:-11px 0 0;
	float:left;
	padding:0 16px;
	background-color:#f3f3f3
}
._navcomponent .right{
	float:right;
	margin-top:3px
}
._navcomponent .left>*,._navcomponent .right>*{
	margin:0
}
._navcomponent + ._goods{
	margin-top:48px
}
.fullcoll ._navcomponent ._pages{
	background:#f3f3f3;
	padding:0 21px;
	display:inline-block;
	margin:0
}
._pages a,._pages span{
	position:relative;
	background:#dcdcdc;
	margin-left:1px;
	display:inline-block;
	font:14px/14px cuprum;
	text-decoration:none;
	text-align:center;
	color:#316c95;
	min-width:26px;
	padding:6px 0
}
._pages .prev,._pages .next{
	width:104px;
	text-transform:uppercase
}
._pages span{
	color:#ffffff;
	background:#b84949;
	text-shadow:0 1px 0 #994042
}
._pages a:hover{
	background:#eaeaea
}
._pages a.disabled,._pages a.disabled:hover{
	background:#eaeaea
}
._pages span:after{
	content:"";
	position:absolute;
	border:2px solid transparent;
	border-right:2px solid #b84949;
	border-bottom:2px solid #b84949;
	right:0;
	top:-4px
}
.colLeft ._pages{
	float:right
}
._mask aside>ul,._mask aside>table{
	display:table;
	border-spacing:1px;
	width:100%
}
._mask aside>ul li{
	display:table-row
}
._mask aside>ul li>div,._mask aside>table td{
	display:table-cell;
	border:1px solid #dcdcdc;
	vertical-align:middle;
	padding:8px 15px;
	font:12px/14px arial;
	height:61px
}
._mask aside>ul .th>div{
	padding:12px 19px 12px;
	height:auto
}
._mask aside>ul .col-4{
	width:25%
}
._mask aside>ul .col-3{
	width:33.3%
}
._mask .blue{
	background:#1377be
}
._mask .gray-blue{
	background:#8e93a4
}
._mask .gray{
	background:#dcdcdc
}
._mask .key{
	color:#da5f58;
	font:18px/18px gt_bold;
	padding-top:16px
}
._mask .th div{
	font:12px/12px cuprum;
	color:#ffffff;
	text-transform:uppercase;
	border:0
}
._mask .control{
	text-decoration:none;
	color:#a60000;
	border-bottom:1px dashed #a60000;
	text-transform:uppercase;
	font:11px/11px cuprum;
	position:relative;
	top:-4px;
	margin:0 0 0 30px
}
._mask .control:hover{
	color:#d77501
}
._mask .control:after{
	content:"";
	background:url('/static/interface/img/icons.png') -30px -164px no-repeat;
	position:absolute;
	width:15px;
	height:15px;
	display:block;
	top:0px;
	left:-19px
}
._mask .date{
	width:118px
}
._mask .time{
	width:107px
}
._mask .payment{
	width:356px
}
._mask .cost{
	width:107px
}
._mask .payment+.cost{
	width:395px
}
._mask .artifact{
	width:309px
}
._mask .artifact_long{
	width:644px
}
._mask .person{
	width:332px
}
._mask .control.hide:after{
	background-position:-30px -148px
}
._mask>header{
	margin-bottom:13px
}
._mask>header{
	margin-top:20px
}
._mask{
	margin-top:50px
}
._mask>header h5{
	color:#004a7e;
	font:18px/18px gt_bold;
	display:inline;
	vertical-align:middle
}
._mask td header{
	color:#7d7d7d;
	font:12px/18px cuprum;
	text-transform:uppercase
}
._mask .cost p{
	color:#da5f58
}
._mask td p{
	color:#353535;
	font:12px/12px arial
}
._mask .status.activated{
	color:#1377be;
	position:relative;
	padding-left:34px
}
._mask .status.activated:after{
	display:block;
	content:"";
	width:29px;
	height:29px;
	position:absolute;
	left:0;
	top:-8px;
	background:url('/static/interface/img/icons.png') 0 -148px no-repeat
}
._enter_key,._ref_program{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px
}
._enter_key label{
	font:44px/44px gt_bold;
	background:#f3f3f3;
	display:inline-block;
	padding:0 25px 12px
}
._enter_key label span{
	display:block
}
._ref_program .banner:after,._enter_key label span:after{
	content:"";
	border-top:1px solid #dcdcdc;
	display:block;
	left:0;
	position:absolute;
	margin-top:-51px;
	z-index:-1;
	width:100%
}
._enter_key input,._ref_program input{
	display:inline-block;
	border:1px solid #afafaf;
	font:33px/33px gt_bold;
	width:369px;
	height:44px;
	padding:6px 10px 0;
	vertical-align:middle;
	margin-right:2px
}
._ref_program input{
	font:12px/12px arial;
	padding-top:0;
	color:#7d7d7d
}
._enter_key button,._ref_program button{
	display:inline-block;
	background:#b94040;
	font:18px/18px cuprum;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #662d32;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	width:188px;
	height:44px;
	padding:2px 0 0
}
._enter_key button:hover{
	background:#d77501;
	text-shadow:1px 1px 0 #764a0f
}
._ref_program button{
	background:#afafaf;
	text-shadow:1px 1px 0 #757e83
}
._ref_program button:hover{
	background:#d5d5d5;
	text-shadow:1px 1px 0 #616a6f
}
._ref_program label{
	display:block;
	color:#2c2c32;
	font:18px/18px gt_bold
}
._ref_program .banner{
	display:inline-block;
	margin:30px 0 12px;
	padding:0 42px;
	background:#f3f3f3
}
._cosialscreen{
	text-align:center;
	margin-top:62px
}
._cosialscreen div{
	display:inline-block;
	border:5px solid #dcdcdc;
	position:relative
}
._cosialscreen div:after{
	background:url('/static/interface/img/wrap_img.png') no-repeat -521px 0;
	content:"";
	display:block;
	height:62px;
	position:absolute;
	right:0;
	top:0;
	width:247px
}
header+._big_social{
	margin-top:40px
}
._big_social{
	text-align:center
}
._big_social ul{
	background:#f3f3f3;
	padding:0 28px;
	display:inline-block
}
._big_social li{
	width:180px;
	height:180px;
	margin-left:46px;
	display:inline-block;
	list-style:none;
	position:relative
}
._big_social li a,._big_social li em{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	background:url('/static/interface/img/sosicons_big.jpg') no-repeat
}
._big_social li a em{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:10
}
._big_social li a:hover em{
	opacity:1;
	filter:alpha(opacity=100)
}
._big_social .active:after{
	background:url('/static/interface/img/icons.png') 0 -414px no-repeat;
	position:absolute;
	content:"";
	display:block;
	width:37px;
	height:37px;
	left:77px;
	top:188px
}
._big_social .fb{
	background-position:0 0
}
._big_social .fb em{
	background-position:0 bottom
}
._big_social .you{
	background-position:-230px 0
}
._big_social .you em{
	background-position:-230px bottom
}
._big_social .vk{
	background-position:-460px 0
}
._big_social .vk em{
	background-position:-460px bottom
}
._big_social li span{
	font:14px/14px gt_bold;
	position:absolute;
	left:10px;
	bottom:10px;
	color:#004a7e;
	z-index:20
}
._big_social li:first-child{
	margin-left:0px
}
._big_social:after{
	border-top:1px solid #dcdcdc;
	margin-top:-92px;
	position:absolute;
	z-index:-1;
	content:"";
	left:0;
	width:100%
}
._content.p404{
	background:#dcdcdc;
    padding-top: 20px;
    padding-bottom: 299px;
}
._content.p404:after{
    bottom: 299px;
	z-index:1
}
._content.p404 aside{
	text-align:center
}
._lostpage{
	position:relative
}
._lostpage:after{
	content:"";
	background:url('/static/interface/img/fon_bottom_body.png') 50% -242px no-repeat;
	position:absolute;
	display:block;
	height:164px;
	z-index:2;
	width:100%;
	bottom:0;
	left:0
}
._content.p404 ._breadcrumbs .goback{
	border-color:#b2b2b2;
	background:#dcdcdc
}
._content.p404 ._breadcrumbs .goback:after{
	border-right-color:#dcdcdc
}
._content.p404 ._breadcrumbs .goback span:after{
	border-right-color:#b2b2b2
}
._content.p404 article{
	background:#f3f3f3;
	padding-bottom:157px
}
._content.p404 header{
	color:#b43b3b;
	margin-bottom:-56px;
	font:159px/178px gt_bold
}
._content.p404 p{
	color:#b43b3b;
	font:14px/18px gt_bold
}
._content.p404 ._breadcrumbs{
	margin-bottom:0
}
._goods{
	margin:0
}
._goods_list{
	width:1000px;
	position:relative;
	left:-5px;
	text-align:center;
	font-size:0
}
._goods+.description{
	padding-left:22px
}
._goods li{
	float:left;
	width:246px;
	list-style:none;
	margin:0 1px 1px 0;
	border:1px solid #dcdcdc
}
._goods_list li{
	display:inline-block;
	float:none
}
._goods .flip-container{
	height:425px;
	border:0
}
._goods .flip-container.inactive{
	opacity:0.6
}
._goods li .back header,._goods li .front header{
	background:#f3f3f3;
	display:table-cell;
	overflow:hidden;
	height:98px;
	width:425px;
	vertical-align:middle;
	text-align:center;
	font:18px/20px gt_bold;
	color:#004a7e;
	padding:10px 18px 6px
}
._goods li .front header{
	height:100px
}
._goods li .front header:after{
	content:"";
	background:url('/static/interface/img/fon_luridmenu.png') 0 -147px no-repeat;
	position:absolute;
	display:block;
	width:100%;
	height:12px;
	top:98px;
	z-index:100;
	left:0
}
._goods li .back header{
	height:104px;
	width:425px;
	text-align:left;
	background:#f3f3f3;
	font:14px/18px gt_bold;
	padding-left:90px;
	padding-top:6px
}
._goods figure{
	margin:0;
	position:relative
}
._goods figure.hit:after,._goods figure.vip:after,._goods figure.green:after,._goods figure.purple:after,._goods figure.special:after,._goods figure.discount:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('/static/interface/img/border_skins.png') no-repeat
}
._goods figure.vip:after{
	background-position:-496px 0
}
._goods figure.purple:after{
	background-position:-248px 0
}
._goods figure.hit:after{
	background-position:-786px 0
}
._goods figure.discount:after{
	background-position:-1078px 0
}
._goods figure.special:after{
	background-position:-1370px 0
}
._goods_list figure img{
	display:block
}
._goods .cost{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:78px;
	width:244px
}
._goods .cost p{
	display:inline-block;
	background:url('/static/interface/img/icons.png') -12px 2px no-repeat;
	font:600 18px/34px romul;
	vertical-align:middle;
	color:#010101;
	padding:0 0 0 38px;
	height:30px;
	text-align:left;
	position:relative;
	margin:0 9px
}
._goods .cost p span{
	display:block;
	color:#a5a5a5;
	font:14px/14px cuprum;
	position:absolute;
	white-space:nowrap;
	top:-9px
}
._goods .cost.type-rub p{
	background-position:4px -512px
}
._goods .cost .oldcost{
	color:#a5a5a5;
	text-decoration:line-through
}
._goods .cost .vip.oldcost{
	text-decoration:none
}
._goods .back .ico{
	position:absolute;
	left:9px;
	top:16px
}
._goods .back .ico img{
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%
}
._goods .back article{
	padding:25px 14px 3px;
	font:12px/18px arial;
	text-align:left;
	height:179px;
	overflow:hidden
}
._goods .back{
	background:#dcdcdc
}
._goods .get,._goods .buy{
	height:39px;
	display:block;
	font:24px/24px cuprum;
	text-shadow:1px 1px 0 #662d32;
	text-decoration:none;
	padding-top:3px;
	color:#ffffff;
	background:#D64141;
	background:#f73b3b\9;
	text-align:center;
	text-transform:uppercase;
	position:relative
}
._goods .get,._goods .buy{
	border-top:1px solid #ffffff;
	background:#ba3f41;
	padding-top:13px;
	height:49px
}
._goods .get{
	color:#efefef;
	background:#76B100;
	text-shadow:1px 1px 0 #4c6a0e
}
._goods .back .get,._goods .back .buy{
	padding:13px 0 12px;
	height:auto;
	margin-top:9px
}
._goods .back .buy:hover{
	background:#d77501
}
._goods .back .buy.disabled:hover{
	background:#ba3f41
}
._good_descr .get,._good_descr .buy{
	margin-top:-3px;
	height:54px;
	display:block;
	font:24px/24px cuprum;
	text-shadow:1px 1px 0 #662d32;
	text-decoration:none;
	padding-top:16px;
	color:#ffffff;
	background:#D64141;
	text-align:center;
	text-transform:uppercase;
	position:relative
}
._good_descr .get{
	color:#efefef;
	background:#89af00;
	text-shadow:1px 1px 0 #4c6a0e
}
._good_descr .get:hover,._goods .back .get:hover{
	background:#d77501;
	text-shadow:1px 1px 0 #764a0f
}
._good_descr .buy:hover{
	background:#d77501
}
._good_descr .buy.disabled:hover{
	background:#D64141!important
}
._goods .front .cost{
	background:#f3f3f3;
	position:relative;
	height:75px
}
._goods .front .cost:after{
	background:url('/static/interface/img/fon_luridmenu.png45a') no-repeat 0 -186px;
	content:"";
	display:block;
	height:8px;
	left:0;
	position:absolute;
	top:-8px;
	width:100%;
	z-index:100
}
._three_banners li{
	list-style:none;
	display:block;
	float:left;
	margin:0 0 18px 18px;
	position:relative;
	cursor:pointer
}
._three_banners li>a{
	display:block
}
._three_banners .back,._three_banners .front{
	border:0
}
._three_banners .one .front:after,._three_banners .one .slides:after,._three_banners .two:after,._three_banners .three:after{
	content:"";
	position:absolute;
	background:url('/static/interface/img/banner_wrap.png') no-repeat;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0
}
._three_banners .two:after{
	background-position:-637px 0
}
._three_banners .three:after{
	background-position:-637px -155px
}
._three_banners .slides{
	width:100%;
	height:100%
}
._three_banners li:first-child{
	margin-left:0
}
._three_banners .one{
	width:619px;
	height:292px
}
._three_banners img{
	display:block
}
._three_banners .signboard{
	background:#001949;
	background:rgba(0,25,73,0.8);
	position:absolute;
	text-align:center;
	padding:18px 5px 14px;
	color:#ffffff;
	width:100%;
	left:0;
	bottom:0
}
._three_banners .signboard header{
	font:18px/1 gt_bold
}
._three_banners .signboard p{
	margin:2px 0 0;
	font:12px/1 arial;
	color:#ffffff
}
._three_banners .slides li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0
}
._three_banners .one .signboard{
	padding:24px 120px 14px 18px;
	text-align:left
}
._three_banners+._luridmenu{
	margin-top:15px
}
._three_banners .showcase{
	background:#d1e6f1;
	position:relative;
	height:100%;
	width:100%
}
._three_banners .showcase ul{
	border-collapse:collapse;
	display:table;
	width:100%;
	margin-bottom:-1px
}
._three_banners .showcase:first-child{
	margin-top:0
}
._three_banners .showcase li{
	display:table-cell;
	padding:5px 18px;
	border:1px solid #bcbcc8;
	vertical-align:middle;
	float:none;
	margin:0;
	width:50%;
	height:123px
}
._three_banners .showcase li .ico,._three_banners .showcase li article{
	display:inline-block;
	vertical-align:middle
}
._three_banners .showcase li article{
	margin-left:16px;
	text-align:left;
	width:176px
}
._three_banners .showcase header{
	font:14px/18px gt_bold;
	color:#004a7e
}
._three_banners .showcase p{
	font:12px/14px arial;
	margin:5px 0 0;
	color:#353535
}
._three_banners .showcase .ico img{
	border-radius:50%;
	display:block
}
._three_banners .showcase .button{
	position:absolute;
	left:0;
	bottom:8px;
	width:100%;
	text-align:center
}
._three_banners .showcase .button a{
	background:#d1e6f1;
	border-color:#bcbcc8
}
.flip-container{
	-webkit-perspective:1000;
	-moz-perspective:1000;
	-ms-perspective:1000;
	perspective:1000
}
.flip-container:hover .back,.flip-container.hover .back{
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg)
}
.flip-container:hover .front,.flip-container.hover .front{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
.flipper{
	transition:0.6s;
	-webkit-transition:0.6s;
	-o-transition:0.6s;
	-moz-transition:0.6s;
	-ms-transition:0.6s;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
	width:100%;
	height:100%;
	position:relative
}
.front,.back{
	border:1px solid #dcdcdc;
	transition:0.6s;
	-webkit-transition:0.6s;
	-o-transition:0.6s;
	-moz-transition:0.6s;
	-ms-transition:0.6s;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0
}
._goods .back .moreinfo{
	position:relative;
	display:inline-block;
	background:#dcdcdc;
	padding:0 9px
}
._goods .back .moreinfo:after{
	content:"";
	display:block;
	width:246px;
	border-top:1px solid #bcbcbc;
	position:absolute;
	z-index:-1;
	top:12px;
	left:-62px
}
._goods .back .moreinfo a{
	color:#353535;
	display:inline-block;
	border:1px solid #bcbcbc;
	font:11px/1 cuprum;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 26px 6px;
	background:#dcdcdc
}
._goods .back .moreinfo a:hover{
	background:#f9f9f9
}
.front{
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	z-index:2
}
.back{
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	text-align:center
}
._goods .back .cost{
	height:56px
}
.vertical.flip-container{
	position:relative
}
.vertical.flip-container .flipper{
	-webkit-transform-origin:100% 213.5px;
	-moz-transform-origin:100% 213.5px;
	-ms-transform-origin:100% 213.5px;
	transform-origin:100% 213.5px
}
.vertical.flip-container:hover .back,.vertical.flip-container.hover .back{
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-o-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	transform:rotateX(0deg)
}
.vertical .back,.vertical.flip-container:hover .front,.vertical.flip-container.hover .front{
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-o-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	transform:rotateX(180deg)
}
.flipper article p,.flipper article li{
	font:12px/18px arial;
	margin:0;
	padding:0 0 10px 0
}
.popup{
	margin:0 auto;
	width:100%;
	max-width:1920px;
	height:100%;
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:990
}
.popup h1,.popup h2,.popup h5{
	font-family:'gt_bold',Times New Roman,sans-serif;
	text-transform:uppercase
}
.popup p{
	font:12px/14px arial;
	color:#a5a5a5;
	font-style:italic
}
.popup .close_button:after{
	font-family:'gt_regular',Times New Roman,sans-serif;
	text-transform:uppercase
}
.popup .close_button,.sprite{
	background-image:url('/static/interface/img/sprite.png');
	background-repeat:no-repeat
}
.popup .close_button{
	padding:0 85px 0 0;
	width:17px;
	height:17px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	background-position:0 -92px;
	cursor:pointer;
	z-index:999
}
.popup .overlay{
	background-color:#677a99;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	right:0;
	opacity:.7;
	z-index:991
}
.popup .container{
	margin-top:150px;
	z-index:997;
	position:relative
}
.popup .content{
	padding:35px 0 20px;
	width:100%;
	z-index:999;
	background-color:#f3f3f3;
	text-align:center;
	position:relative
}
.popup .top_bgr{
	width:100%;
	height:158px;
	z-index:998;
	background:url('/static/interface/img/popup_bgr.png') no-repeat top center;
	position:absolute;
	left:0;
	right:0;
	top:-158px
}
.popup .bottom_bgr{
	width:100%;
	height:158px;
	z-index:998;
	background:url('/static/interface/img/popup_bgr.png') no-repeat bottom center;
	position:relative
}
.popup .close_button{
	padding:0 113px 0 0;
	width:17px;
	height:17px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	background-position:0 -92px;
	cursor:pointer;
	z-index:999
}
.popup .close_button:hover{
	opacity:.7
}
.popup .close_button:after{
	content:'Закрыть';
	display:inline-block;
	margin:0 0 0 25px;
	font-size:20px;
	background-color:#f3f3f3
}
.popup .w996{
	margin:0 auto;
	width:996px
}
.popup h1{
	font-size:25px;
	font-weight:400
}
.popup h2{
	font-size:14px;
	font-weight:400
}
.popup h5{
	margin-bottom:40px;
	font-weight:400
}
.popup h5 span{
	padding:0 5px;
	font-size:18px;
	color:#b94040;
	text-decoration:underline;
	cursor:pointer;
	display:inline-block;
	position:relative;
	top:-3px
}
.popup h5 .open{
	font-size:25px;
	line-height:25px;
	color:#353535;
	text-decoration:none;
	cursor:default;
	top:0
}
.popup .loading{
	margin:0 auto;
	width:350px;
	height:350px;
	background:url('/static/interface/img/loading.gif') no-repeat center;
	display:none
}
form.transform{
	font:12px/14px arial
}
form.transform td ul{
	margin-left:35px
}
form.transform td ul{
	list-style-type:none;
	float:left;
	clear:both
}
form.transform td ul>li{
	float:left;
	width:260px;
	margin-top:8px!important
}
form.transform h3{
	color:#004a7e;
	margin-top:7px;
	font:18px/20px gt_bold;
	margin-top:20px
}
form.transform .fix-width .error{
	width:160px
}
form.transform .error{
	float:left;
	color:#FC585B;
	margin-left:10px!important;
	font-size:11px
}
form.transform .label b{
	font:13px/14px gt_regular;
	text-transform:uppercase;
	font-weight:normal
}
.pull-left{
	float:left
}
#slides a{
	position:absolute;
	width:300px;
	height:200px;
	top:90px;
	left:50%;
	margin-left:-150px;
	z-index:300
}
.empty-table{
	padding:10px 0;
	width:100%;
	text-align:center
}
#LIcounter img{
	opacity:0.4;
	filter:alpha(opacity=40)
}
#LIcounter img:hover{
	opacity:1;
	filter:alpha(opacity=100)
}
.post_count{
	position:relative;
	background:url('/static/interface/img/post_count.png') no-repeat scroll 0 0;
	width:212px;
	height:30px;
	display:block;
	color:#353535
}
.post_count:hover{
	background-position:0 -30px
}
.post_count span{
	position:absolute;
	top:11px;
	right:5px;
	display:block;
	text-align:center;
	font:14px/1 cuprum;
	width:30px
}
._news article {
    position: relative;
}
._news .buttons{
	position: absolute;
    top: 16px;
    right: 0;
}
._news .buttons .social{
	float:right;
	margin-top:0
}
._faq article p,article li{
	margin:0;
	padding:6px 0
}
._media h5 a{
	text-decoration:none;
	color:inherit
}
.gallery_invisible_screen{
	display:none!important
}
.map{
	position:relative;
	height:800px
}
.map .close{
	position:absolute;
	top:0;
	right:0;
	width:36px;
	height:36px;
	background-color:#000;
	display:block;
	background:url('/static/i/set.png') no-repeat;
	background-position:-278px -600px
}
.map .close:hover{
	background-position:-315px -600px
}
.map .pano{
	position:absolute;
	width:20px;
	height:20px;
	display:block;
	background:url('/static/interface/img/set.png') no-repeat;
	background-position:-392px -600px
}
.panoframe{
	background-color:#000
}
.fullScreen{
	width:100%;
	height:99%;
	margin:auto 0
}
.fullscreen-pano{
	position:absolute;
	top:10px;
	left:50%
}
.ui-tooltip-default{
	background-color:#C69511;
	border-color:#F1E77C;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:white;
	border-width:2px
}
.select-filter .jqTransformSelectWrapper{
	background:none
}
.select-filter .jqTransformSelectWrapper div span{
	height:24px;
	position:relative
}
.select-filter .jqTransformSelectWrapper ul{
	border:none
}
.popup article.purchase{
	max-width:450px;
	margin:0 auto
}
.popup .purchase-title{
	font-size:17px;
	color:#353535;
	font-family:romul;
	width:300px;
	margin:0 auto 23px
}
.popup .purchase-item{
	margin:0 auto 0;
	position:relative;
	width:244px;
	height:200px
}
.popup .purchase-item:after{
	content:"";
	position:absolute;
	background:url('/static/interface/img/popup_elements.png') -174px -39px no-repeat;
	left:0;
	top:0;
	width:100%;
	height:100%
}
.popup .purchase h6,.popup .purchase p{
	color:#414141;
	margin:30px 0 0;
	font:24px/1 romul;
	text-transform:uppercase
}
.popup .purchase p{
	font:14px/30px gt_bold;
	margin-top:17px
}
.popup .purchase-go_back,.popup .purchase-top_up{
	margin-top:27px
}
.popup .purchase-go_back a{
	background:url('/static/interface/img/popup_elements.png') -478px 0 no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	padding-left:5px;
	color:#111111;
	width:154px;
	height:39px;
	font:14px/39px cuprum;
	white-space:nowrap
}
.popup .purchase-go_back a:hover{
	background-position:0 -207px
}
.popup .purbox{
	max-width:524px;
	margin:0 auto
}
.popup .purbox-title{
	font-size:16px;
	color:#353535;
	font-family:romul;
	width:300px;
	margin:0 auto
}
.popup .box{
	margin:auto;
	margin-top:0;
	position:relative;
	left:17px;
	z-index:2;
	width:300px;
	height:300px
}
.popup .box:before{
	content:"";
	display:block;
	position:absolute;
	top:98px;
	left:43px;
	background:url('/static/interface/img/popup_elements.png') -434px -40px no-repeat;
	width:203px;
	height:203px;
	z-index:-1
}
.popup ul{
	margin:10px auto;
	text-align:center;
	padding:0;
	min-height:74px
}
.popup li{
	display:inline-block;
	width:64px;
	height:64px;
	margin:10px;
	padding:0
}
figure.items{
	position:absolute!important;
	z-index:10000;
	margin:0 auto
}
.popup #box .items{
	padding:2px;
	width:64px;
	height:64px;
	position:absolute!important;
	opacity:0;
	border-radius:50%;
	top:150px;
	left:145px
}
figure.items:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	top:-10px;
	left:0;
	right:0;
	background:url('/static/interface/img/border_round_def.png') no-repeat 50% bottom;
	background-size:100% auto
}
figure.items.blue:after{
	background-image:url('/static/interface/img/border_round_blue.png')
}
figure.items.green:after{
	background-image:url('/static/interface/img/border_round_green.png')
}
.popup article>.items{
	cursor:pointer
}
figure.items img{
	display:block;
	width:100%;
	height:100%;
	border-radius:50%
}
.popup .items_in_bank{
	position:relative;
	text-align:center;
	z-index:2;
	margin-top:20px;
	min-height:19px
}
.popup .items_in_bank:after{
	content:"";
	display:block;
	position:absolute;
	top:8px;
	width:100%;
	border-top:1px solid #adadad;
	z-index:-1
}
.popup .items_in_bank span{
	display:inline-block;
	font:14px/1 gt_bold;
	text-transform:uppercase;
	color:#414141;
	padding:0 11px;
	background:#f3f3f3
}
.popup .go_back,.popup .repeat{
	padding:12px 0 6px;
	margin:1px;
	text-align:center;
	display:none
}
.popup .repeat a,.popup .purchase-top_up a{
	text-transform:uppercase;
	background:url('/static/interface/img/popup_elements.png') -5px -40px no-repeat;
	font:14px/1 cuprum;
	display:block;
	color:#111111;
	text-decoration:none;
	text-align:center;
	position:relative;
	margin:0 auto;
	width:148px;
	height:39px;
	vertical-align:middle;
	padding-top:12px
}
.popup .repeat a:hover{
	background-position:-5px -82px
}
.popup .repeat.free a{
	background-position:-5px -125px
}
.popup .repeat.free a:hover{
	background-position:-5px -167px
}
.popup .purchase-top_up a{
	background-position:-5px -249px;
	padding-left:28px;
	font-size:18px
}
.popup .purchase-top_up a:hover{
	background-position:-155px -249px
}
.popup .repeat a span{
	display:inline-block;
	width:22px;
	height:22px;
	vertical-align:middle;
	margin-right:12px;
	background:url('/static/interface/img/spinner_repeat.png') 50% 50% no-repeat;
	margin-right:14px;
	margin-top:-4px
}
.popup .repeat .cost{
	display:inline-block;
	position:relative;
	font:13.5px/2.2 romul;
	color:#bb6a00;
	margin:6px 0 0;
	padding:0 40px 0 10px
}
.popup .repeat.free .cost{
	color:#939393;
	padding:0 10px
}
.popup .repeat .cost:before,.popup .repeat .cost:after{
	content:"(";
	color:#4d5c66;
	display:block;
	position:absolute;
	font:13.5px/2.2 romul;
	top:1px;
	left:0px
}
.popup .repeat .cost:after{
	background:url('/static/interface/img/popup_elements.png') -10px -4px no-repeat;
	height:25px;
	padding-left:30px;
	content:")";
	left:auto;
	right:0
}
.popup .repeat.free .cost:after{
	padding-left:0;
	background:none
}
.popup .error{
	color:#ff7c8b!important
}
.popup h6.error{
	color:#c80018!important;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:31px
}
#popup_randbox .container{
	margin-top:60px
}
.disabled{
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default
}
.liTipContent{
	position:absolute;
	z-index:9000
}
.liTipHide{
	left:-99999px;
	top:-99999px
}
.liTipBorderBlack{
	background:rgba(9,21,38,0.95);
	padding:0 11px;
	border:2px solid #404c60;
	width:414px;
	box-shadow:2px 2px 0 1px rgba(9,21,38,0.7)
}
.liTipInner header{
	color:#fda300;
	font:14px/35px Ubuntu;
	height:35px;
	position:relative;
	padding-bottom:2px
}
.liTipInner header:after{
	content:"";
	position:absolute;
	background:url('/static/interface/ingame_shop/images/popup_elements.png') 0 -248px no-repeat;
	bottom:-2px;
	left:-1px;
	right:-1px;
	height:2px
}
.liTipInner aside li,.liTipInner aside p{
	color:#bdbebf;
	font:13px/18px ubuntu,serif;
	list-style:none
}
.liTipInner aside p{
	margin:10px 0
}
.liTipInner ul{
	position:relative;
	margin-top:10px;
	padding-top:6px
}
.liTipInner ul:after{
	content:"";
	position:absolute;
	background:url('/static/interface/ingame_shop/images/popup_elements.png') 0 -253px no-repeat;
	top:-1px;
	left:-1px;
	right:-1px;
	height:1px
}
.liTipInner ul:first-child{
	margin-top:3px
}
.liTipInner ul:first-child:after{
	display:none
}
.content_frame p{
	margin:0 auto;
	width:530px;
	display:block;
	font-size:12px;
	color:#353535;
	font-style:normal
}
.content_frame p a{
	color:#353535
}
.content_frame p a:hover{
	text-decoration:none
}
#popup_iframe .container{
	margin-top:50px
}
#popup_iframe .container{
	position:absolute;
	top:50%;
	margin:-340px 0 0;
	width:100%
}
#popup_iframe .content{
	padding:20px 0 0
}
.pay_content .fullcoll{
	padding-bottom:120px
}
.popup_confirmation .container{
	margin-top:50px
}
.popup_confirmation .container{
	position:absolute;
	top:50%;
	margin:-240px 0 0;
	width:100%
}
.popup_confirmation h1,.popup_confirmation h2{
	font:16px/normal Romul,serif;
	font-weight:normal
}
.popup_confirmation h2 span{
	font-size:24px
}
.popup_confirmation .content{
	padding:45px 0 0
}
.popup .close_button{
	padding:0
}
.popup .close_button:after{
	content:''
}
.popup .purchase-item{
	margin:20px auto;
	position:relative;
	width:244px;
	height:200px
}
.popup .purchase-item:after{
	content:"";
	position:absolute;
	background:url('/static/interface/img/popup_elements.png') -174px -39px no-repeat;
	left:0;
	top:0;
	width:100%;
	height:100%
}
.popup_price,.popup_buttons{
	margin-top:20px
}
.popup_price span{
	font-size:30px
}
.popup_buttons button,.popup_buttons a{
	border:none;
	outline:none;
	cursor:pointer;
	display:inline-block;
	padding:0;
	margin:0
}
.popup_buttons .pay,.popup_buttons .buy,.popup_buttons .cancel{
	text-transform:uppercase;
	background:url('/static/interface/img/popup_elements.png') -5px -125px no-repeat;
	font:18px/40px cuprum;
	color:#111111;
	text-decoration:none;
	text-align:center;
	position:relative;
	margin:0 auto;
	width:148px;
	height:39px;
	vertical-align:middle
}
.popup_buttons .pay:after,.popup_buttons .buy:after{
	content:"подтвердить";
	position:absolute;
	background:url('/static/interface/img/popup_elements.png') -5px -167px no-repeat;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-ms-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	opacity:0;
	filter:alpha(opacity=0);
	vertical-align:middle
}
.popup_buttons .cancel{
	background-position:-5px -298px;
	width:100px;
	margin-left:35px;
	font-size:14px;
	padding-top:2px
}
.popup_buttons .pay{
	background-position:-5px -250px;
	text-indent:30px
}
.popup_buttons .pay:after{
	content:'пополнить';
	background-position:-155px -250px
}
.popup_buttons .pay:hover:after,.popup_buttons .buy:hover:after{
	opacity:1;
	filter:alpha(opacity=100)
}
.popup_buttons .disabled:hover:after{
	opacity:0!important;
	filter:alpha(opacity=0)!important
}
.popup_buttons .disabled{
	opacity:0.3;
	filter:alpha(opacity=30);
	cursor:default
}
.popup_price .price_block{
	font:30px/normal Romul,snas-serif;
	color:#c57812
}
.popup_price .price_block i{
	display:inline-block;
	background:url('/static/interface/img/popup_elements.png') no-repeat scroll -10px -4px!important;
	width:27px;
	height:27px;
	vertical-align:top;
	content:'';
	margin-top:4px
}
.popup_error{
	width:100%;
	text-align:center;
	position:absolute;
	color:#ff6d78;
	font-size:12px;
	bottom:-20px
}
.nowrap{
	white-space:nowrap
}
._three_banners .one .slides:after{
	pointer-events:none
}
.popup .gold .box:before{
	background-position:-406px -352px
}
.popup .blue .box:before{
	background-position:-203px -352px
}
.popup .green .box:before{
	background-position:0 -352px
}
.text-align-center{
	text-align:center!important
}
.text-align-left{
	text-align:left
}
.text-align-right{
	text-align:right
}
._slides .slider_menu{
	position:absolute;
	top:9px;
	right:9px
}
._slides .slider_menu a{
	display:inline-block;
	border:1px solid #4a5a7a;
	font:11px/17px cuprum,serif;
	cursor:pointer;
	color:#4a5a7a;
	text-align:center;
	width:19px;
	height:19px
}
._slides .slider_menu a.active,._slides .slider_menu a:hover{
	color:#3f69a4;
	border-color:#3f69a4
}
.icon_money{
	width:27px;
	height:27px;
	background:url('/static/interface/img/icons.png') -16px -1px no-repeat;
	display:inline-block;
	vertical-align:middle
}
.icon_money_small{
	width:15px;
	height:15px;
	background:url('/static/interface/img/icons.png') -29px -316px no-repeat;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-1px
}
.icon_transfer{
	margin:0 7px;
	width:10px;
	height:3px;
	background:url('/static/interface/img/icons.png') no-repeat -31px -251px;
	display:inline-block;
	vertical-align:middle
}
.gold{
	color:#c57812!important
}
.transfer_page{
}
.transfer_page .price{
	margin:-15px 0 45px;
	font:16px/24px romul;
	color:#20618e;
	text-align:center;
	opacity:1;
	transition:0.3s opacity ease
}
.transfer_page .hide{
	opacity:0!important
}
.transfer_page .steps{
	margin:0 auto 35px;
	padding:0 20px 60px;
	width:910px;
	overflow:hidden;
	text-align:center;
	cursor:default
}
.transfer_page .step{
	margin-left:125px;
	width:206px;
	height:199px;
	background-image:url('/static/interface/img/steps.png');
	position:relative;
	float:left
}
.transfer_page .step-bg{
	background-image:url('/static/interface/img/steps.png');
	position:absolute;
	height:199px;
	width:206px;
	top:0;
	left:0;
	opacity:0;
	z-index:10;
	transition:0.5s all ease
}
.transfer_page .step-bg.active{
	opacity:1
}
.transfer_page .step p{
	font-family:'gt_bold';
	text-transform:uppercase;
	font-size:24px;
	line-height:175px;
	z-index:15;
	position:inherit;
	transition:0.5s color ease
}
.transfer_page .step span{
	font-family:romul;
	display:block;
	position:absolute;
	left:-20px;
	right:-20px;
	top:225px
}
.transfer_page .step.active p{
	color:#fff
}
.transfer_page .step1{
	background-position:0 0
}
.transfer_page .step1 .step-bg{
	background-position:0 -199px
}
.transfer_page .step2{
	background-position:-207px 0
}
.transfer_page .step2 .step-bg{
	background-position:-206px -199px
}
.transfer_page .step3{
	background-position:-414px 0
}
.transfer_page .step3 .step-bg{
	background-position:-414px -200px
}
.transfer_page .step:before{
	content:'';
	width:125px;
	height:200px;
	background:url('/static/interface/img/steps_bgr.png');
	display:block;
	position:absolute;
	left:-125px
}
.transfer_page .step:first-child:before{
	display:none
}
.transfer_page .step:first-child{
	margin:0
}
.transfer_page .transfer_blocks{
	margin:0 0 45px;
	width:944px;
	display:inline-block;
	text-align:left
}
.transfer_page .transfer_blocks .block{
	margin-left:10px;
	width:308px;
	float:left
}
.transfer_page .transfer_blocks .block1{
	margin-left:0
}
.transfer_page .transfer_blocks .blue_block{
}
.transfer_page .transfer_blocks .blue_block .head{
	margin:0 0 1px;
	height:53px;
	font-size:14px;
	line-height:57px;
	background-color:#56b0d8;
	font-family:'gt_bold';
	border-radius:7px;
	position:relative;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.3)
}
.transfer_page .transfer_blocks .blue_block.block1 .head .icon{
}
.transfer_page .transfer_blocks .blue_block.block1 .head .icon span{
}
.transfer_page .transfer_blocks .blue_block .head .name{
}
.transfer_page .transfer_blocks .blue_block .head .add{
	width:47px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background-color:#84c9e4;
	border-radius:0 7px 7px 0;
	text-align:center;
	border-left:1px solid #8dcee6
}
.transfer_page .transfer_blocks .blue_block .head .add:before{
	content:'';
	width:1px;
	position:absolute;
	display:block;
	left:-2px;
	top:0;
	bottom:0;
	background-color:#45a0cd
}
.transfer_page .transfer_blocks .block1 .blue_block{
	cursor:pointer
}
.transfer_page .transfer_blocks .block1 .blue_block .content{
	margin:0 10px;
	max-height:0;
	opacity:0;
	overflow:hidden;
	transition:0.3s all ease
}
.transfer_page .transfer_blocks .block1 .blue_block .player{
	overflow:inherit;
	padding:0 15px;
	height:0;
	line-height:50px;
	font-size:12px;
	border:1px solid #dcdcdc;
	margin:1px;
	transition:0.3s height ease
}
.transfer_page .transfer_blocks .block1 .blue_block .player a{
	color:#004a7e;
	text-decoration:none
}
.transfer_page .transfer_blocks .block1 .blue_block .player a:hover{
	color:#004a7e;
	text-decoration:underline
}
.transfer_page .transfer_blocks .block1 .blue_block .player .chosen{
	color:#1377be;
	display:inline-block;
	position:relative;
	float:right;
	opacity:0;
	transition:0.3s opacity ease
}
.transfer_page .transfer_blocks .block1 .blue_block .player .chosen.show{
	opacity:1
}
.transfer_page .transfer_blocks .block1 .blue_block.open .player{
	height:50px
}
.transfer_page .transfer_blocks .block1 .blue_block .player .chosen:before{
	content:'';
	display:block;
	position:absolute;
	top:8px;
	left:-35px;
	width:30px;
	height:30px;
	background:url('/static/interface/img/icons.png') 0 -147px no-repeat
}
.transfer_page .transfer_blocks .block1 .blue_block .name{
	margin-left:27px
}
.transfer_page .transfer_blocks .block1 .blue_block .icon{
	width:37px;
	height:37px;
	line-height:43px;
	background-color:#fff;
	border:1px solid #58b0d7;
	border-radius:50%;
	position:absolute;
	left:-17px;
	top:8px;
	text-align:center
}
.transfer_page .transfer_blocks .block1 .blue_block .icon>span{
	width:9px;
	height:14px;
	background:url('/static/interface/img/icons.png') -32px -281px no-repeat;
	display:inline-block;
	vertical-align:middle;
	transition:0.3s transform ease
}
.transfer_page .transfer_blocks .block1 .blue_block.open .icon>span{
	transform:rotate(90deg)
}
.transfer_page .transfer_blocks .block1 .blue_block.open .content{
	max-height:100%;
	opacity:1
}
.transfer_page .transfer_blocks .block2 .blue_block .content{
	margin:0 10px
}
.transfer_page .transfer_blocks .block2 .blue_block .head input{
	margin-left:7px;
	width:247px;
	height:39px;
	background-color:#fff;
	border-radius:3px
}
.transfer_page .transfer_blocks .block2 .blue_block .head .search_icon{
	width:100%;
	height:100%;
	cursor:pointer
}
.transfer_page .transfer_blocks .block2 .blue_block .head .search_icon:hover{
	width:100%;
	height:100%;
	cursor:pointer;
	opacity:.8
}
.transfer_page .transfer_blocks .block2 .blue_block .head .search_icon>span{
	width:18px;
	height:12px;
	background:url('/static/interface/img/icons.png') -30px -262px no-repeat;
	display:inline-block;
	vertical-align:middle
}
.transfer_page .transfer_blocks .block2 .blue_block .servers{
	padding:10px 15px;
	width:286px;
	font-size:12px;
	border:1px solid #dcdcdc;
	margin:1px 1px 15px
}
.transfer_page .transfer_blocks .block2 .blue_block .servers .dot{
	color:#b6b6b6
}
.transfer_page .transfer_blocks .block2 .blue_block .servers .red{
	color:#b53131
}
.transfer_page .transfer_blocks .block2 .blue_block .servers .green{
	color:#008000
}
.transfer_page .transfer_blocks .block2 .blue_block .server{
	padding:4px 0
}
.transfer_page .transfer_blocks .block2 .blue_block .hint{
	color:#929292
}
.transfer_page .transfer_blocks .block2 .blue_block .hint ul li{
	padding:3px;
	margin:0;
	font-size:12px;
	color:#929292;
	list-style-type:none;
	text-indent:-15px
}
.transfer_page .transfer_blocks .block2 .blue_block .hint ul li:first-letter {
	color:#dcdcdc
}
.transfer_page .transfer_blocks .block2 .blue_block .hint a{
	color:#1377be
}
.transfer_page .transfer_blocks .block2 .blue_block .hint a:hover{
	text-decoration:none
}
.transfer_page .transfer_blocks .block3 .blue_block .head{
	box-shadow:1px 1px 0 0 #44a1d0,4px 4px 0 0 rgba(0,0,0,.1);
	color:#000;
	text-shadow:1px 1px 0 rgba(255,255,255,.3);
	text-align:center;
	cursor:default
}
.transfer_page .transfer_blocks .blue_block.active .head{
	background:#70e4fe;
	background:-moz-radial-gradient(center,ellipse cover,#70e4fe 0%,#77c9f6 100%);
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#70e4fe),color-stop(100%,#77c9f6));
	background:-webkit-radial-gradient(center,ellipse cover,#70e4fe 0%,#77c9f6 100%);
	background:-o-radial-gradient(center,ellipse cover,#70e4fe 0%,#77c9f6 100%);
	background:-ms-radial-gradient(center,ellipse cover,#70e4fe 0%,#77c9f6 100%);
	background:radial-gradient(ellipse at center,#70e4fe 0%,#77c9f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70e4fe',endColorstr='#77c9f6',GradientType=1);
	cursor:pointer
}
.transfer_page .transfer_history{
	margin:0 auto;
	width:944px;
	color:#000
}
.transfer_page .transfer_history .head{
	margin:0 0 15px;
	font-family:'gt_bold';
	font-size:18px;
	color:#004a7e
}
.transfer_page .transfer_history .row{
	margin:0 0 1px;
	overflow:hidden
}
.transfer_page .transfer_history .row.th{
	font-family:'cuprum';
	font-size:12px;
	color:#fff;
	text-transform:uppercase
}
.transfer_page .transfer_history .row.td{
}
.transfer_page .transfer_history .row .cell{
	margin-left:1px;
	border:1px solid #8e93a4;
	width:314px;
	float:left;
	font-size:12px
}
.transfer_page .transfer_history .row .cell.lh60{
	padding:7px 15px;
	line-height:45px
}
.transfer_page .transfer_history .row .cell:first-child{
	margin:0
}
.transfer_page .transfer_history .row.th .cell{
	padding:7px 15px;
	background-color:#8e93a4
}
.transfer_page .transfer_history .row.td .cell{
	height:60px;
	border-color:#dcdcdc
}
.transfer_page .transfer_history .row a{
	text-decoration:none
}
.transfer_page .transfer_history .row a:hover{
	text-decoration:underline
}
.transfer_page .transfer_history .player{
	padding:5px 15px;
	border-bottom:1px solid #dcdcdc
}
.transfer_page .transfer_history .location{
	padding:5px 15px
}
.transfer_page .transfer_history .location a{
	text-decoration:none;
	color:#004a7e
}
.transfer_page .transfer_history .icon_confirm{
	padding-left:35px;
	color:#1377be;
	position:relative
}
.transfer_page .transfer_history .icon_confirm:before,.transfer_page .transfer_history .icon_error:before{
	width:29px;
	height:29px;
	content:'';
	position:absolute;
	display:block;
	left:0;
	top:5px;
	background:url('/static/interface/img/icons.png') no-repeat 0 -451px
}
.transfer_page .transfer_history .icon_error{
	padding-left:35px;
	color:#b53131;
	position:relative
}
.transfer_page .transfer_history .icon_error:before{
	width:30px;
	height:30px;
	background-position:0 -480px
}
.transfer_page .current_target{
	text-decoration:underline
}
.transfer_page .target{
	cursor:pointer
}
.transfer_page .head{
	cursor:pointer
}
.transfer_page #popup_check_error .popup_details p span{
	font:14px/18px Arial,sans-serif;
	color:#353535;
	font-size:16px
}
.transfer_page .block2 .select2-container{
	width:100%!important
}
.transfer_page .block2 .select2-selection{
	-webkit-transition:background-color 200ms linear;
	-moz-transition:background-color 200ms linear;
	-o-transition:background-color 200ms linear;
	-ms-transition:background-color 200ms linear;
	transition:background-color 200ms linear
}
.transfer_page .block2.notify_user .select2-selection{
	background-color:#ffd8d5
}
.transfer_page .loading{
	filter:blur(3px);
	-webkit-filter:blur(5px) transition:0.2s all ease;
	-webkit-transition:0.2s all ease
}
.no-select{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.transfer_page .character-name,.transfer_page .server-name{
	color:#004a7e
}
.transfer_page .transfer_history .character-name{
	color:#b43b3b
}
.popup .transfer_player{
}
.popup .transfer_player #character-name{
	margin:3px 0 12px;
	font-family:'gt_bold';
	font-size:18px;
	color:#004a7e;
	text-decoration:none;
	display:block
}
.popup .transfer_player a:hover,.popup .transfer_location a:hover{
	text-decoration:none
}
.popup .transfer_location a{
	color:#004a7e;
	text-decoration:none
}
.popup .icon_transfer{
	margin:0 3px
}
.popup .transfer_table{
	width:197px;
	margin:20px auto 35px;
	border-collapse:collapse;
	text-align:left
}
.popup .transfer_table td{
	padding:15px 20px;
	border:1px solid #c8c8c8
}
.popup .transfer_table .big{
	margin:0 0 -12px;
	font-size:30px;
	font-family:romul;
	display:inline-block;
	position:relative;
	top:6px
}
.popup .transfer_table .f_s30{
	line-height:10px;
	vertical-align:middle
}
.popup .transfer_table .blue_bgr{
	background-color:#e2eff6;
	box-shadow:inset 0 0 0 1px #fff
}
.popup .button_transfer .gold{
	color:#a04f00
}
.popup .button_transfer,.popup .button_close,.popup .button_cancel{
	margin:0 14px;
	color:#000;
	font-style:normal;
	height:39px;
	line-height:42px;
	text-decoration:none;
	font-family:'cuprum';
	text-transform:uppercase;
	background-image:url('/static/interface/img/transfer_buttons.png')
}
.popup .button_transfer,.popup .button_close{
	width:198px;
	font-size:18px;
	background-position:0 -39px
}
.popup .button_cancel{
	width:93px;
	font-size:14px;
	background-position:-198px -41px;
	line-height:35px;
	position:relative;
	top:-2px
}
.popup .button_transfer:hover,.popup .button_close:hover{
	background-position:0 0
}
.popup .button_cancel:hover{
	background-position:-198px -2px
}
#popup_check_error .popup_details p{
	color:#353535;
	font-size:15px
}
._suggestions li>div._col1:after{
	border:none
}
._suggestions li>div{
	width:100%
}
._suggestions li{
	margin-top:0;
	border:1px solid #dcdcdc;
	margin-bottom:20px
}
.yellow{
	color:#EBC82B!important
}
.green{
	color:#11FF11!important
}
.black{
	color:#000000!important
}
.rose{
	color:#ff67fb!important
}
.orange{
	color:#f99600!important
}
.red{
	color:#ff0000!important
}
.blue{
	color:#4444ff!important
}
.flatpages p{
	margin:5px
}
.flatpages table{
	border-collapse:collapse
}
.flatpages table th p{
	font-weight:bold;
	margin:0;
	padding:3px
}
.flatpages table th,.flatpages table td{
	border:1px solid black;
	border-collapse:collapse;
	vertical-align:middle
}
.flatpages .pull-right{
	float:right
}
.flatpages .ml20{
	margin-left:10px
}
.flatpages ul li{
	margin:0 0 0 20px;
	padding:0
}
.flatpages h3{
	font-size:20px;
	margin:20px 0 0 10px
}
.flatpages h4{
	color:#666666;
	font-size:12pt;
	margin:10px 0 0 10px
}
#cboxLoadedContent{
	margin-bottom:47px;
	overflow:visible!important
}
#colorbox,#cboxOverlay,#cboxWrapper{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	outline:0
}
#colorbox{
	overflow:visible!important
}
#colorbox:after{
	bottom:-100px;
	right:-104px;
	content:"";
	background:url('/static/interface/img/fon_colorbox.png') no-repeat right bottom;
	position:absolute;
	z-index:-1;
	display:block;
	height:387px;
	width:420px
}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%
}
#cboxMiddleLeft,#cboxBottomLeft{
	clear:left
}
#cboxTitle{
	margin:0
}
#cboxLoadingOverlay,#cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:100%
}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{
	cursor:pointer
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block
}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0
}
#cboxOverlay{
	background:url('/static/interface/img/cboxOverlay.png');
	background:rgba(103,122,153,.73)
}
#cboxTopLeft{
	width:24px;
	height:39px;
	background:url('/static/interface/img/fon_colorbox.png') no-repeat -94px 0
}
#cboxTopRight{
	width:24px;
	height:39px;
	background:#f3f3f3;
	border-radius:0 100px 0 0;
	-moz-border-radius:0 100px 0 0
}
#cboxBottomLeft{
	width:24px;
	height:32px;
	background:#f3f3f3;
	border-radius:0 0 0 100px;
	-moz-border-radius:0 0 0 100px
}
#cboxBottomRight{
	width:24px;
	height:32px;
	background:url('/static/interface/img/fon_colorbox.png') no-repeat -129px -29px
}
#cboxMiddleLeft{
	width:24px;
	background:#f3f3f3
}
#cboxMiddleRight{
	width:24px;
	position:relative
}
#cboxMiddleRight:after{
	top:0;
	left:0;
	bottom:100px;
	content:"";
	background:#f3f3f3;
	position:absolute;
	display:block;
	width:100%
}
#cboxTopCenter{
	height:39px;
	background:url('/static/interface/img/fon_colorbox.png') no-repeat -118px 0;
	position:relative
}
#cboxTopCenter:after{
	top:0;
	left:126px;
	right:0;
	content:"";
	background:#f3f3f3;
	position:absolute;
	display:block;
	height:100%
}
#cboxBottomCenter{
	height:32px;
	position:relative
}
#cboxBottomCenter:after{
	top:0;
	left:0;
	right:180px;
	content:"";
	background:#f3f3f3;
	position:absolute;
	display:block;
	height:100%
}
#cboxContent{
	background:#f3f3f3;
	position:relative;
	margin-top:-4px;
	padding-bottom:4px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box
}
#cboxError{
	padding:50px;
	border:1px solid #ccc
}
#cboxTitle{
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#414141;
	font:14px/1 gt_bold;
	text-transform:uppercase
}
#cboxCurrent{
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494
}
#cboxSlideshow{
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef
}
#cboxPrevious{
	position:absolute;
	top:50%;
	left:0;
	background:url('/static/interface/img/fon_colorbox.png') no-repeat;
	width:42px;
	height:131px;
	margin-top:-100px;
	text-indent:-9999px
}
#cboxNext{
	position:absolute;
	top:50%;
	right:0;
	background:url('/static/interface/img/fon_colorbox.png') no-repeat -46px 0;
	width:42px;
	height:131px;
	margin-top:-100px;
	text-indent:-9999px
}
#cboxLoadingGraphic{
	background:url('/static/interface/img/loading.gif') no-repeat center center
}
#cboxClose{
	cursor:pointer;
	position:absolute;
	top:-44px;
	left:50%;
	margin-left:-27px;
	background:#f3f3f3 url('/static/interface/img/fon_colorbox.png') no-repeat -98px -54px;
	display:block;
	width:54px;
	height:54px;
	text-indent:-9999px;
	border-radius:50%;
	-moz-border-radius:50%
}
.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0
}
button.jqTransformButton{
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
	cursor:pointer;
	overflow:visible;
	font-family:Arial
}
*:first-child+html button.jqTransformButton[type]{
	width:1
}
button.jqTransformButton span{
	background:transparent url('/static/interface/img/jqtransform/btn_right.gif') no-repeat right top;
	display:block;
	float:left;
	padding:0 4px 0 0;
	margin:0;
	height:33px
}
button.jqTransformButton span span{
	background:transparent url('/static/interface/img/jqtransform/btn_left.gif') no-repeat top left;
	color:#333;
	padding:8px 4px 0 8px;
	font-weight:normal;
	font-size:12px;
	line-height:13px;
	display:block;
	text-decoration:none;
	height:33px
}
button.jqTransformButton_hover span span{
	background-position:left -33px
}
button.jqTransformButton_hover span{
	background-position:right -33px
}
button.jqTransformButton_click span span{
	background-position:left -66px
}
button.jqTransformButton_click span{
	background-position:right -66px
}
* html button.jqTransformButton{
	height:33px
}
* button.jqTransformButton span span{
	height:25px
}
*+ html button.jqTransformButton{
	height:33px
}
*+ button.jqTransformButton span span{
	height:25px
}
.jqTransformInputWrapper{
	background:transparent url('/static/interface/img/jqtransform/input/input_text_left.gif') no-repeat left top;
	height:31px;
	padding:0;
	margin-top:5px!important
}
.jqTransformInputInner{
	background:transparent url('/static/interface/img/jqtransform/input/input_text_right.gif') no-repeat top right;
	padding:0;
	margin:0
}
.jqTransformInputInner div{
	height:31px;
	margin:0 0 0 8px
}
.jqTransformInputInner div input{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
	vertical-align:middle;
	height:24px;
	color:#404040;
	border:none;
	padding:8px 0 0 0;
	margin:0;
	background:transparent
}
* html .jqTransformInputInner div input{
	padding:6px 0 0 0;
	margin:0 0 0 -8px;
	height:24px
}
*+ html .jqTransformInputInner div input{
	padding:6px 0 0 0;
	margin-left:-10px;
	height:24px
}
.jqTransformInputWrapper_hover{
	background-position:left -31px
}
.jqTransformInputWrapper_hover div.jqTransformInputInner{
	background-position:right -31px
}
.jqTransformInputWrapper_focus{
	background-position:left -62px
}
.jqTransformInputWrapper_focus div.jqTransformInputInner{
	background-position:right -62px
}
.jqTransformSafari .jqTransformInputInner div{
	position:relative;
	overflow:hidden;
	margin:0 8px
}
.jqTransformSafari .jqTransformInputInner div input{
	background-color:transparent;
	position:absolute;
	top:-10px;
	left:-2px;
	height:42px;
	padding-left:4px
}
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
	font-size:12px;
	line-height:16px
}
table.jqTransformTextarea td{
	font-size:1px;
	line-height:1px;
	width:5px;
	height:5px;
	margin:0;
	padding:0
}
table.jqTransformTextarea{
}
table.jqTransformTextarea tr{
}
table.jqTransformTextarea textarea{
	margin:0;
	padding:0;
	border:0;
	background:none
}
table.jqTransformTextarea td#jqTransformTextarea-tl{
	background:url('/static/interface/img/jqtransform/textarea/textarea_tl.gif') no-repeat top left
}
table.jqTransformTextarea td#jqTransformTextarea-tm{
	background:url('/static/interface/img/jqtransform/textarea/textarea_tm.gif') repeat-x top left
}
table.jqTransformTextarea td#jqTransformTextarea-tr{
	background:url('/static/interface/img/jqtransform/textarea/textarea_tr.gif') no-repeat top left
}
table.jqTransformTextarea td#jqTransformTextarea-ml{
	background:url('/static/interface/img/jqtransform/textarea/textarea_ml.gif') repeat-y top left
}
table.jqTransformTextarea td#jqTransformTextarea-mm{
	background:url('/static/interface/img/jqtransform/textarea/textarea-mm.gif') repeat
}
table.jqTransformTextarea td#jqTransformTextarea-mr{
	background:url('/static/interface/img/jqtransform/textarea/textarea_mr.gif') repeat-y top left
}
table.jqTransformTextarea td#jqTransformTextarea-bl{
	background:url('/static/interface/img/jqtransform/textarea/textarea_bl.gif') no-repeat top left
}
table.jqTransformTextarea td#jqTransformTextarea-bm{
	background:url('/static/interface/img/jqtransform/textarea/textarea_bm.gif') repeat-x top left
}
table.jqTransformTextarea td#jqTransformTextarea-br{
	background:url('/static/interface/img/jqtransform/textarea/textarea_br.gif') no-repeat top left
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{
	background-position:0 -5px
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{
	background-position:0 -5px
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{
	background-position:0 -5px
}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{
	background-position:-5px 0
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{
	background-image:url('/static/interface/img/jqtransform/textarea/textarea-mm-hover.gif')
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{
	background-position:-5px 0
}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{
	background-position:0 -5px
}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{
	background-position:0 -5px
}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{
	background-position:0 -5px
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{
	background-position:0 -10px
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{
	background-position:0 -10px
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{
	background-position:0 -10px
}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{
	background-position:-10px 0
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{
	background-image:url('/static/interface/img/jqtransform/textarea/textarea-mm-focus.gif')
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{
	background-position:-10px 0
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{
	background-position:0 -10px
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{
	background-position:0 -10px
}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{
	background-position:0 -10px
}
table.jqTransformTextarea .jqTransformSafariTextarea div{
	position:relative;
	overflow:hidden;
	border:0 solid red
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background:none;
	position:absolute;
	top:-10px;
	left:-10px;
	padding:10px 10px 10px 10px;
	resize:none
}
.jqTransformRadioWrapper{
	margin:0 4px;
	margin-top:5px
}
.jqTransformRadio{
	background:transparent url('/static/interface/img/jqtransform/radio.png') no-repeat center top;
	vertical-align:middle;
	height:19px;
	width:18px;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
	display:inline-block
}
span.jqTransformCheckboxWrapper{
	margin-top:5px
}
a.jqTransformCheckbox{
	background:transparent url('/static/interface/img/jqtransform/checkbox.gif') no-repeat center top;
	vertical-align:middle;
	height:19px;
	width:18px;
	display:-moz-inline-box;
	-moz-box-orient:vertical;
	display:inline-block
}
a.jqTransformChecked{
	background-position:center bottom
}
.jqTransformSelectWrapper{
	display:block;
	width:45px;
	position:relative;
	height:31px;
	background:url('/static/interface/img/jqtransform/select_left.gif') no-repeat top left;
	text-align:left
}
.jqTransformSelectWrapper li{
	list-style:none;
	padding:0;
	margin:0
}
.jqTransformSelectWrapper div span{
	font-size:12px;
	float:none;
	position:absolute;
	white-space:nowrap;
	height:31px;
	line-height:15px;
	padding:8px 0 0 7px;
	overflow:hidden;
	cursor:pointer;
	width:93%;
	display:block
}
.jqTransformSelectWrapper a.jqTransformSelectOpen{
	display:block;
	position:absolute;
	right:0;
	width:31px;
	height:31px;
	background:url('/static/interface/img/jqtransform/select_right.gif') no-repeat center center
}
.jqTransformSelectWrapper ul{
	position:absolute;
	width:43px;
	left:0;
	list-style:none;
	background-color:#FFF;
	border:solid 1px #CCC;
	display:none;
	margin:0;
	padding:0;
	height:150px;
	overflow:auto;
	overflow-y:auto;
	z-index:10
}
.jqTransformSelectWrapper ul a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	font-size:12px
}
.jqTransformSelectWrapper ul a.selected{
	background:#EDEDED;
	color:#333
}
.jqTransformSelectWrapper ul a:hover,.jqTransformSelectWrapper ul a.selected:hover{
	background:#3582c4;
	color:#fff
}
.jqTransformHidden{
	display:none
}
body.authorising:before{
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	position:absolute;
	top:0;
	left:50%;
	color:white;
	content:'Вход...';
	z-index:10000;
	font-family:Cuprum,serial;
	background-color:#142040!important;
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-moz-animation:progress-bar-stripes 2s linear infinite;
	-ms-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite;
	padding:5px 10px;
	background-size:40px 40px;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	text-shadow:0 -1px 0 rgba(0,0,0,.25);
	text-align:center;
	border-radius:0 0 4px 4px;
	margin-left:-27px
}
@-webkit-keyframes progress-bar-stripes{
	from{
		background-position:40px 0
	}
	to{
		background-position:0 0
	}
}
@-moz-keyframes progress-bar-stripes{
	from{
		background-position:40px 0
	}
	to{
		background-position:0 0
	}
}
@-o-keyframes progress-bar-stripes{
	from{
		background-position:0 0
	}
	to{
		background-position:40px 0
	}
}
@keyframes progress-bar-stripes{
	from{
		background-position:40px 0
	}
	to{
		background-position:0 0
	}
}
.authorising #dd-widget{
	display:none
}
.tera-menu-sub{
	min-height:228px!important
}
.tipsy{
	font:12px/18px Arial,sans-serif;
	position:absolute;
	padding:5px;
	z-index:100000
}
.tipsy-inner{
	background-color:#000;
	color:#FFF;
	max-width:200px;
	padding:5px 8px 4px 8px;
	text-align:center
}
.tipsy-inner{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
.tipsy-arrow{
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	border:5px dashed #000
}
.tipsy-arrow-n{
	border-bottom-color:#000
}
.tipsy-arrow-s{
	border-top-color:#000
}
.tipsy-arrow-e{
	border-left-color:#000
}
.tipsy-arrow-w{
	border-right-color:#000
}
.tipsy-n .tipsy-arrow{
	top:0px;
	left:50%;
	margin-left:-5px;
	border-bottom-style:solid;
	border-top:none;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-nw .tipsy-arrow{
	top:0;
	left:10px;
	border-bottom-style:solid;
	border-top:none;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-ne .tipsy-arrow{
	top:0;
	right:10px;
	border-bottom-style:solid;
	border-top:none;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-s .tipsy-arrow{
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-top-style:solid;
	border-bottom:none;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-sw .tipsy-arrow{
	bottom:0;
	left:10px;
	border-top-style:solid;
	border-bottom:none;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-se .tipsy-arrow{
	bottom:0;
	right:10px;
	border-top-style:solid;
	border-bottom:none;
	border-left-color:transparent;
	border-right-color:transparent
}
.tipsy-e .tipsy-arrow{
	right:0;
	top:50%;
	margin-top:-5px;
	border-left-style:solid;
	border-right:none;
	border-top-color:transparent;
	border-bottom-color:transparent
}
.tipsy-w .tipsy-arrow{
	left:0;
	top:50%;
	margin-top:-5px;
	border-right-style:solid;
	border-left:none;
	border-top-color:transparent;
	border-bottom-color:transparent
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/static/bar/font/PTS55F_W.eot');
    src: local('PT Sans'),local('PTSans-Regular'),url('/static/fonts/ptsans/v5/O5pe56LvR8OXax_Q9tUMDg.woff') format('woff')
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/static/bar/font/PTS75F_W.eot');
    src: local('PT Sans Bold'),local('PTSans-Bold'),url('/static/fonts/ptsans/v5/kTYfCWJhlldPf5LnG4ZnHBsxEYwM7FgeyaSgU71cLG0.woff') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'),local('Roboto-Thin'),url('/static/fonts/roboto/v8/YfDCPq_rN5hKGqG92Ha6JPesZW2xOQ-xsNqO47m55DA.woff') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'),local('Roboto-Regular'),url('/static/fonts/roboto/v8/neaHiVpEUkuPmSawsrNWSg.woff') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'),local('Roboto-Medium'),url('/static/fonts/roboto/v8/ZLqKeelYbATG60EpZBSDyz8E0i7KZn-EPnyo3HZu7kw.woff') format('woff')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'),local('Roboto-Bold'),url('/static/fonts/roboto/v8/77FXFjRbGzN4aCrSFhlh3j8E0i7KZn-EPnyo3HZu7kw.woff') format('woff')
}

#dd-widget {
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 3000px;
    overflow: hidden;
    z-index: 10000;
    background: url('/static/bar/i/widget_overlay.png')
}

#dd-widget iframe {
    background: transparent
}

.tera-bar .hl {
    color: #f0c116
}

.tera-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 0 5px 0;
    font-family: 'Roboto',Tahoma,Verdana,sans-serif;
    color: #D3D4D5;
    z-index: 2013;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    background: url('/static/bar/css/tera/images/bg_line.png') repeat-x scroll 0 -10px transparent;
    margin: auto
}

.tera-bar button,.tera-bar input,.tera-bar input ul,.tera-bar a.dd-button {
    font-family: 'Roboto',Tahoma,Verdana,sans-serif
}

.tera-bar button,.tera-bar a.dd-button {
    padding: 1px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.tera-nav {
    width: 970px;
    height: 30px;
    margin: auto;
    position: relative;
    font-size: 12px
}

.tera-nav-logo {
    float: left
}

.tera-nav button::-moz-focus-inner {
    border: 0
}

.tera-nav-logo {
    position: absolute;
    top: 0;
    left: 0
}

.tera-nav-logo>div {
    float: left
}

.tera-nav-logo .tera-logo {
    background: url('/static/bar/css/tera/images/bg_light.png') no-repeat scroll 0 0;
    width: 275px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -100px
}

.tera-nav-logo .tera-logo a {
    float: right;
    margin-right: 40px
}

.tera-nav-logo .tera-logo i {
    display: inline-block;
    width: 110px;
    height: 30px;
    background: url('/static/bar/css/tera/images/logo_destiny.png') scroll no-repeat -0px -30px
}

.tera-nav-logo .tera-logo i:hover {
    background-position: -0px -60px
}

.tera-nav-logo .tera-game {
    list-style-type: none;
    background: url('/static/bar/css/tera/images/bg_light.png') no-repeat scroll 0 0;
    height: 30px;
    width: 275px;
    position: absolute;
    top: 0;
    left: 0
}

.tera-nav-logo .tera-game .tera-game-btn {
    font-weight: bold;
    float: right;
    width: 65px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    color: #febd13;
    line-height: 30px;
    margin-right: 30px
}

.tera-nav-logo .tera-game .tera-game-btn i {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.tera-nav-logo .tera-game .tera-game-btn.dd-disabled {
    background-position: -300px -223px;
    cursor: default
}

.tera-nav-logo .tera-game .tera-game-btn.dd-disabled:hover {
    background-position: -300px -223px;
    cursor: default
}

.tera-nav-logo .tera-game .tera-menu {
    right: 27px
}

.tera-nav-stats {
    float: right;
    height: 30px;
    width: 275px;
    font-size: 12px;
    color: #505253;
    line-height: 30px;
    background: url('/static/bar/css/tera/images/bg_light.png') no-repeat scroll right top;
    padding-right: 60px;
    text-align: right
}

.tera-nav-stats span {
    color: #888
}

.tera-nav-auth {
    float: right;
    font-size: 12px;
    color: #888;
    margin: 10px 10px 0 0;
    font-weight: normal
}

.tera-nav-auth a {
    color: #febd13;
    cursor: pointer;
    text-decoration: none
}

.tera-nav-auth a.tera-user {
    color: #FFB6C1;
}

.tera-nav-auth a:hover {
    border-bottom: 1px dashed #fff;
    color: #fff
}

.tera-nav-auth a.tera-user:hover {
    color: #FFB6C1;
    border-bottom: 1px dashed #FFB6C1;
}

.tera-nav-auth a:active {
    color: #8196a7;
    border-bottom: 1px dashed #8196a7
}

.tera-nav-profile {
    float: right;
    font-size: 12px;
    color: #febd13;
    margin: 0 10px 0 0;
    line-height: 30px
}

.tera-nav-profile .tera-menu {
    width: 180px
}

.tera-nav-profile .tera-menu .tera-menu-item.tera-exit b {
    float: right
}

.tera-nav-profile .tera-menu .tera-menu-item.tera-exit i.tera-icon-right-arrow-gray {
    float: right;
    margin: 12px 15px 0 0
}

.tera-nav-profile .tera-menu .tera-menu-item.tera-exit:hover i.tera-icon-right-arrow-gray-666,.tera-nav-profile .tera-menu ul li.dd-current .tera-menu-item.tera-exit i.tera-icon-right-arrow-gray {
    background-position: -30px -32px
}

.tera-menu {
    display: none;
    width: 160px;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    padding: 0;
    background: #484B4E;
    box-shadow: 0 2px 10px rgba(0,0,0,.8)
}

.tera-menu-corner,.tera-menu-corner-shadow {
    display: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
    position: absolute;
    left: 105px;
    top: -8px;
    z-index: 1;
    border-bottom-color: #484B4E;
    height: 0;
    width: 0;
    line-height: normal;
    line-height: 58px;
    text-align: left;
    white-space: nowrap
}

.tera-menu-corner-shadow {
    border-bottom-color: #262729
}

.tera-menu.dd-has-menu-corner .tera-menu-corner,.tera-menu.dd-has-menu-corner .tera-menu-corner-shadow {
    display: block
}

.tera-nav-profile .tera-menu-corner,.tera-nav-profile .tera-menu-corner-shadow {
    left: 80px
}

.tera-menu.dd-has-menu-corner {
    top: 40px
}

.tera-menu.dd-has-menu-corner ::-webkit-scrollbar {
    height: 15px;
    width: 15px
}

.tera-menu.dd-has-menu-corner ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(0,0,0,.3);
    border: 5px solid transparent;
    border-radius: 10px;
    min-height: 20px;
    min-width: 20px;
    height: 5px;
    width: 5px
}

.tera-menu.dd-has-menu-corner ::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.tera-menu>b {
    float: left;
    width: 100%;
    margin: 10px 0
}

.tera-menu-item {
    width: 100%;
    height: 100%;
    float: left
}

.tera-menu-item:hover {
    cursor: pointer;
    text-decoration: none
}

.tera-menu ul.tera-menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    color: #a1a1a1;
    width: 100%;
    position: relative
}

.tera-menu ul.tera-menu-ul li.tera-menu-li {
    width: 100%;
    float: left;
    text-align: left;
    padding: 3px 0 0 0;
    font-size: 13px;
    font-weight: 400
}

.tera-menu ul.tera-menu-ul li.tera-menu-li .tera-menu-item b {
    float: left;
    padding-left: 15px;
    -webkit-transition: color 0.2s;
    -webkit-user-select: none;
    line-height: 40px
}

.tera-menu ul.tera-menu-ul li.tera-menu-li .tera-menu-item i.tera-icon-right-arrow {
    display: none;
    float: right;
    margin: 10px 15px 0 0
}

.tera-menu ul.tera-menu-ul li.tera-menu-li:hover .tera-menu-item i.tera-icon-right-arrow-666,.tera-menu ul.tera-menu-ul li.dd-current .tera-menu-item i.tera-icon-right-arrow {
    display: block
}

.tera-menu ul.tera-menu-ul li.tera-menu-li-666:hover,.tera-menu ul.tera-menu-ul li.dd-current {
    background: #2B2D2F
}

.tera-menu ul.tera-menu-ul li.tera-menu-li-666:hover .tera-menu-item b,.tera-menu ul.tera-menu-ul li.dd-current .tera-menu-item b {
    color: #FFBE13
}

.tera-menu ul.tera-menu-ul li.tera-menu-li-666:hover .tera-menu-sub,.tera-menu ul.tera-menu-ul li.dd-current .tera-menu-sub {
    display: block
}

.tera-menu-opener {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.tera-menu-opener .tera-menu-opener-link:hover {
    cursor: pointer;
    color: #fff
}

.tera-menu-opener span:hover i.tera-icon-down-arrow {
    background-position: -0px -16px
}

.tera-menu-opener.active i.tera-icon-down-arrow {
    background-position: -16px -32px
}

.tera-menu-opener.active span:hover i.tera-icon-down-arrow {
    background-position: -16px -16px!important
}

.tera-menu-sub {
    display: none;
    width: 240px;
    min-height: 271px;
    padding: 15px;
    position: absolute;
    top: 0;
    right: -270px;
    margin: 0;
    background: #262729;
    box-shadow: 0 0 0 black
}

.tera-menu-sub button,.tera-menu-sub a.dd-button {
    width: 100%;
    height: 30px;
    background: #3d0063;
    border: none;
    margin-top: 5px;
    color: white;
    font-weight: 400;
    font-size: 11px
}

.tera-menu-sub button:hover,.tera-menu-sub a.dd-button:hover {
    cursor: pointer
}

.tera-menu-sub button:active,.tera-menu-sub a.dd-button:active {
    position: relative;
    top: 1px
}

.tera-menu-sub .tera-menu-project-logo {
    float: left;
    width: 100px;
    height: 100px
}

.tera-menu-sub .tera-menu-project-stats {
    float: right;
    margin-top: 70px;
    width: 130px
}

.tera-menu-sub .tera-menu-project-stats table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%
}

.tera-menu-sub .tera-menu-project-stats td {
    text-align: left;
    line-height: 12px;
    color: #7b7b7b;
    font-size: 11px
}

.tera-menu-sub .tera-menu-project-stats .label {
    padding-right: 5px;
    font-size: 11px;
    color: #7A7A7A;
    width: 70px
}

.tera-menu-sub .tera-menu-project-desc {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
    line-height: 14px
}

.tera-menu-sub button.dd-project-play,.tera-menu-sub a.dd-project-play {
    height: 40px;
    position: relative;
    background: #4E4F51;
    color: #febd13;
    text-decoration: none
}

.tera-menu-sub button.dd-project-play u,.tera-menu-sub a.dd-project-play u {
    clear: both;
    float: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px
}

.tera-menu-sub a.dd-project-play u {
    margin-top: 5px
}

.tera-menu-sub button.dd-project-play b,.tera-menu-sub a.dd-project-play b {
    clear: both;
    float: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #a1a1a1
}

.tera-menu-sub button.dd-project-play i,.tera-menu-sub a.dd-project-play i {
    position: absolute;
    top: 12px;
    right: 10px
}

.tera-menu-sub .tera-menu-link-account {
    float: right;
    font-size: 11px;
    line-height: 12px
}

.tera-menu-sub .tera-menu-link-account a {
    color: #A1A1A1;
    cursor: pointer
}

.tera-menu-sub .tera-menu-link-account a:hover {
    border-bottom: 1px dashed #febd13;
    color: #fff
}

.tera-menu-sub .tera-menu-link-account a:active {
    color: #8196a7;
    border-bottom: 1px dashed #fff
}

.tera-menu-project-link-account {
    display: none
}

.tera-menu-project-link-account h1 {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 1.2em;
    text-align: center;
    background: transparent!important;
    line-height: inherit!important;
    height: auto!important;
    color: inherit;
    text-shadow: none;
    font-weight: bold
}

.tera-menu-project-link-account label {
    float: left;
    width: 100%
}

.tera-menu-project-link-account .dd-error {
    float: left;
    width: 100%;
    margin: 3px 0 5px;
    font-size: 12px
}

.tera-menu-project-link-account input {
    width: 100%
}

.tera-menu-project-link-account p {
    float: left;
    width: 100%;
    margin: 10px
}

.tera-menu-project-link-account label span {
    float: left;
    width: 100%;
    margin: 3px 0
}

.dd-link-account-form-confirm {
    display: none
}

.dd-link-account-form-confirm p span {
    font-weight: bold
}

.dd-link-account-desc {
    float: left;
    font-size: 11px;
    margin: 5px 0
}

.dd-error {
    color: red;
    font-weight: normal
}

.tera-menu input[type="text"],.tera-menu input[type="password"] {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    height: 30px;
    padding: 0 5px;
    color: #666;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white
}

.tera-menu input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #26DBFF;
    outline: 0;
    border: 0 rgba(82,168,236,0.8)
}

i.tera-icon-right-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/bar/css/tera/images/icon_16px.png') no-repeat scroll -30px -32px
}

i.tera-icon-right-arrow-gray {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/bar/css/tera/images/icon_16px.png') no-repeat scroll -30px 0
}

i.tera-icon-down-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/bar/css/tera/images/icon_16px.png') no-repeat scroll -0px -32px;
    vertical-align: middle
}

.tera-bar .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom:1;*display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tera-bar .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15)
}

.tera-bar .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.tera-bar .chosen-container a {
    cursor: pointer
}

.tera-bar .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 30px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px
}

.tera-bar .chosen-container-single .chosen-default {
    color: #999
}

.tera-bar .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.tera-bar .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.tera-bar .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/static/bar/css/tera/images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.tera-bar .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.tera-bar .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.tera-bar .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-color: #3d0063
}

.chosen-container-single .chosen-single div b {
    margin-top: 8px;
    margin-left: 8px;
    display: block;
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') 2px -60px no-repeat;
    width: 16px;
    height: 16px
}

.tera-bar .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.tera-bar .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('/static/bar/css/tera/images/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.tera-bar .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.tera-bar .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.tera-bar .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.tera-bar .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 20px;
    color: #000
}

.tera-bar .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.tera-bar .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.tera-bar .chosen-container .chosen-results li.highlighted {
    background-color: #025790;
    color: #fff
}

.tera-bar .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

.tera-bar .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.tera-bar .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.tera-bar .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.tera-bar .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    background-color: #fff;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%,#ffffff 15%);
    cursor: text
}

.tera-bar .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.tera-bar .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.tera-bar .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.tera-bar .chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.tera-bar .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.tera-bar .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/static/bar/css/tera/images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.tera-bar .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.tera-bar .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    background-color: #e4e4e4;
    color: #666
}

.tera-bar .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.tera-bar .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.tera-bar .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.tera-bar .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.tera-bar .chosen-container-active .chosen-single {
}

.tera-bar .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0 1px 0 #fff inset
}

.tera-bar .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background-color: transparent
}

.tera-bar .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px -60px
}

.tera-bar .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.tera-bar .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111!important
}

.tera-bar .chosen-disabled {
    opacity: 0.5!important;
    cursor: default
}

.tera-bar .chosen-disabled .chosen-single {
    cursor: default
}

.tera-bar .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.tera-bar .chosen-rtl {
    text-align: right
}

.tera-bar .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.tera-bar .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.tera-bar .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.tera-bar .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.tera-bar .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.tera-bar .chosen-rtl .chosen-choices li {
    float: right
}

.tera-bar .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.tera-bar .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.tera-bar .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.tera-bar .chosen-rtl.chosen-container-single-nosearch .chosen-search,.tera-bar .chosen-rtl .chosen-drop {
    left: 9999px
}

.tera-bar .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.tera-bar .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.tera-bar .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.tera-bar .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('/static/bar/css/tera/images/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl
}

.tera-bar .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.tera-bar .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.tera-bar-toggle {
    width: 30px;
    height: 30px;
    background: url('/static/bar/css/tera/images/bg_line.png') repeat-x scroll 0 -10px transparent;
    border-radius: 0 0 0 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2014;
    cursor: pointer
}

.tera-bar-toggle i {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 12px;
    height: 16px;
    background: url('/static/bar/css/tera/images/icon_16px.png') scroll no-repeat -112px -32px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.tera-bar-toggle i:hover {
    background-position: -112px -16px;
    cursor: pointer
}

.tera-bar-toggle i:active {
    background-position: -112px 0
}

.tera-bar-toggle.dd-disabled {
    width: 45px
}

.tera-bar-toggle.dd-disabled i {
    top: 5px;
    right: 5px;
    width: 35px;
    height: 30px;
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') no-repeat -100px -0
}

.tera-bar-toggle.dd-disabled i:hover {
    background-position: -100px -30px;
    cursor: pointer
}

body .tera-bar {
    font: 14px/20px cuprum;
    color: #91abae;
    font-weight: 100
}

body .tera-nav-profile,body .tera-nav-auth,body .tera-nav-auth a,body .tera-nav-logo .tera-game .tera-game-btn {
    font: 14px/20px cuprum;
    text-transform: uppercase;
    color: #91abae
}

body .tera-nav-auth {
    text-transform: lowercase
}

body .tera-menu,body .tera-menu-sub a.dd-project-play,body .tera-menu-sub button.dd-project-play {
    background: #3d0063
}

body .tera-menu-sub,body .tera-menu ul.tera-menu-ul li.dd-current,body .tera-menu ul.tera-menu-ul li.tera-menu-li-666:hover {
    background: #025790
}

body .tera-nav-logo,body .tera-nav-profile {
    margin-top: 10px
}

body .tera-nav-profile {
    position: relative
}

body .tera-nav-logo .tera-logo i {
    width: 120px;
    background: url('/static/bar/css/tera/images/logo.png') no-repeat;
    background-size: contain;
    position: relative;
    top: -2px;
}

body .tera-nav-logo .tera-logo i:hover {
    background: url('/static/bar/css/tera/images/logohover.png') no-repeat;
    background-size: contain;
}

body i.tera-icon-down-arrow {
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') 2px -60px no-repeat
}

body .tera-menu-opener span:hover i.tera-icon-down-arrow {
    background-position: 2px -76px
}

body .tera-menu-opener.active i.tera-icon-down-arrow {
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') -13px -60px no-repeat
}

body .tera-menu-opener.active span:hover i.tera-icon-down-arrow {
    background-position: -13px -76px!important
}

body .tera-menu-sub button.dd-project-play i,body .tera-menu-sub a.dd-project-play i {
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') -32px -60px no-repeat
}

body .tera-menu-sub {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

body .tera-menu ul.tera-menu-ul {
    color: #8fa9ac
}

body .tera-menu-sub a.dd-project-play,body .tera-menu-sub button.dd-project-play,body .tera-menu ul.tera-menu-ul li.dd-current .tera-menu-item b,body .tera-menu ul.tera-menu-ul li.tera-menu-li-666:hover .tera-menu-item b {
    color: #ffffff
}

body .tera-menu-sub a.dd-project-play b,body .tera-menu-sub button.dd-project-play b {
    color: #8fa9ac
}

body .tera-bar-toggle i {
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') -77px -60px no-repeat
}

body .tera-bar-toggle i:hover {
    background-position: -77px -76px
}

body .tera-menu {
    top: 26px
}

body .tera-bar {
    position: static
}

body .tera-bar {
    background: #3d0063 url('/static/bar/css/tera/images/fon_bottom_body.png') no-repeat 50% -155px;
    height: 41px
}

body i.tera-icon-right-arrow-gray {
    background: url('/static/bar/css/tera/images/TeamGirls_bar.png') -29px -61px no-repeat
}

body .tera-nav-profile .tera-menu .tera-menu-item.tera-exit:hover i.tera-icon-right-arrow-gray-666,body .tera-nav-profile .tera-menu ul li.dd-current .tera-menu-item.tera-exit i.tera-icon-right-arrow-gray {
    background-position: -29px -77px
}

.tera-menu {
    top: 32px;
    z-index: 600
}

.tera-nav-logo .tera-game,.tera-nav-stats,.tera-nav-logo .tera-logo {
    background: none
}

.tera-nav-logo .tera-logo {
    left: 0!important;
    width: auto!important
}

.tera-nav {
    width: 988px
}

.tera-nav-auth a,.tera-nav-logo .tera-game .tera-game-btn {
    color: #909192
}

i.tera-icon-down-arrow {
    background-position: 0 0
}

.tera-nav-stats,.tera-bar-toggle,.tera-nav-logo .tera-game {
    background: none!important
}

.tera-bar-toggle i {
    background-position: -112px 0;
    top: 8px
}

.tera-menu-opener.active i.tera-icon-down-arrow {
    background-position: -16px -0
}

.dd-banner {
    position: absolute;
    left: 0;
    top: -110px;
    border-bottom: 0.1em solid #e8e8e8;
    width: 100%;
    height: 80px;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 16px;
    text-align: left;
    background: -webkit-linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);
    box-shadow: 0 0.1em 0.15em rgba(0,0,0,0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none
}

.dd-banner-close {
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    display: block;
    background: url('/static/banner/css/images/button-close.png');
    width: 30px;
    height: 30px;
    border-radius: 1.4em;
    cursor: pointer
}

.dd-banner-close:active {
    color: #aaa
}

.dd-banner-icon {
    position: absolute;
    left: 2.6em;
    top: 0.65em;
    display: block;
    width: 3.6em;
    height: 3.6em;
    background: rgba(0,0,0,0.6);
    background-size: cover;
    border-radius: 0.65em;
    box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.3)
}

.dd-banner-background {
    display: block;
    width: 100%;
    height: 100%
}

.dd-banner-info {
    position: absolute;
    left: 9.8em;
    top: 2.2em;
    width: 44%;
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 0.1em 0 rgba(255,255,255,0.8)
}

.dd-banner-info strong {
    display: block;
    font-size: 1.2em;
    color: #4d4d4d
}

.dd-banner-info em {
    font-style: normal;
    text-transform: uppercase
}

.dd-banner-button {
    position: absolute;
    right: 1.4em;
    top: 1.7em;
    border: 0.1em solid #bfbfbf;
    height: 1.7em;
    padding: 0 10px;
    font-size: 0.9em;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a!important;
    background: -webkit-linear-gradient(top,#efefef 0%,#dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none!important;
    text-shadow: 0 0.1em 0 rgba(255,255,255,0.8);
    border-radius: 0.25em;
    box-shadow: 0 0.1em 0 rgba(255,255,255,0.6),0 0.1em 0 rgba(255,255,255,0.7) inset
}

.dd-banner-button:active {
    line-height: 1.8em;
    background: -webkit-linear-gradient(top,#dcdcdc 0%,#efefef 100%)
}

.popup-forms {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition : all .4s ease;
}

.show-popup {
    visibility: visible;
    opacity: 1;
}

.form-container {
    position: absolute;
    width: 320px;
    height: fit-content;
    border-radius: 0.75rem;
    background-color: rgba(17, 24, 39, 1);
    padding: 2rem;
    color: rgba(243, 244, 246, 1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease;
  }

  .form-container .form-title {
    display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	text-align: center;
    font-size: 1.3rem;
	font-weight: 700;
	font-family: "Philosopher";
	gap: 10px;
  }
  
  .form-container .title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
  
  .form-container .form {
    margin-top: 1.5rem;
  }
  
  .form-container .input-group {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .form-container .input-group label {
    display: block;
    color: rgba(156, 163, 175, 1);
    margin-bottom: 4px;
  }
  
  .form-container .input-group input {
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid rgba(55, 65, 81, 1);
    outline: 0;
    background-color: rgba(17, 24, 39, 1);
    padding: 0.75rem 1rem;
    color: rgba(243, 244, 246, 1);
  }
  
  .form-container .input-group input:focus {
    border-color: rgba(167, 139, 250);
  }
  
  .form-container .forgot {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(156, 163, 175,1);
    margin: 8px 0 14px 0;
  }
  
  .form-container .forgot a, .form-container .signup a, .form-container .signin a, .form-container .changepass a {
    color: rgba(243, 244, 246, 1);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  
  .form-container .forgot a:hover, .form-container .signup a:hover, .form-container .signin a:hover, .form-container .changepass a:hover {
    text-decoration: underline rgba(167, 139, 250, 1);
  }
  
  .form-container .sign {
    display: block;
    width: 100%;
    background-color: #bb1212;
    padding: 0.75rem;
    text-align: center;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
  }
  
  .form-container .signup, .form-container .signin, .form-container .changepass {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(156, 163, 175, 1);
  }

  .popup-forms .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .popup-forms .popup-close img {
    width: 40px;
    height: 40px;
  }

  .popup-forms .show-form {
    visibility: visible;
    opacity: 1;
    transform: scale(1.2);
  }

.shine-text-faq{
  color: #e9e9e9;

  background: linear-gradient(
    90deg,
    #333 0%,
    #333 35%,
    #ff2a2a 50%,
    #333 65%,
    #333 100%
  );
  background-size: 200% 100%;
  background-position: 0% 50%;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 900 !important;
  animation: shine 3s linear infinite;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  white-space: normal;
  will-change: background-position;
  text-shadow: none !important;
}

@keyframes shine{
  0%   { background-position: 200% 50%; }
  100% { background-position: 0% 50%; }
}

.button-group {
	margin-top: 20px;
}
  
.button-group .buy {
    background: url('/static/interface/vip/images/vip_sprite.png?b69571c29054') no-repeat scroll 0 0;
    width: 150px;
    height: 50px;
    display: block;
    text-align: center;
    font: 22px/50px Cuprum, serif;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    margin: auto;
    position: relative;
	transition: 0.3s;
}

.button-group .buy:hover {
	filter: brightness(1.2);
}

.button-group .buy:active {
    opacity: 0.7
}

.button-group .buy .price {
    font: 22px/28px Romul, snas-serif;
}

.button-group .buy .price i {
    display: inline-block;
    background: url('/static/interface/vip/images/vip_sprite.png?b69571c29054') no-repeat scroll 0 -55px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    content: ''
}