* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
html, body {
	background:#f8f8f8;
	color:#000;
	font:14px Segoe;
	min-width:1000px;
	height:100%;
}

a {
	color:#0c9cff;
	text-decoration:none;
	font:14px Segoe;
}
a:hover	{	text-decoration:underline;	}

h1 {
	font:26px Segoe;
	color:#212121;
	text-transform:uppercase;
	margin:30px 0 20px;
}
h2 {
	font:18px Segoe;
	color:#212121;
	margin:30px 0 20px;
}

div	{	position:relative;	}
.clear {
	clear:both;
	height:0px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}


@font-face {
	font-family: 'Segoe';
	src: url('/fonts/segoeui.eot');
	src: local('☺'), url('/fonts/segoeui.woff') format('woff'), url('/fonts/segoeui.ttf') format('truetype'), url('/fonts/segoeui.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeI';
	src: url('/fonts/segoeuii.eot');
	src: local('☺'), url('/fonts/segoeuii.woff') format('woff'), url('/fonts/segoeuii.ttf') format('truetype'), url('/fonts/segoeuii.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*****************main****************/
.main {
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0 0 -70px;
	padding:0;
	z-index:1;
}
.select-sub {
	z-index:20;
}
/**************end-main***************/



/*****************header****************/
.header {
	width:100%;
	height:105px;
	background:url('/img/header-bg.png') 50% 0 repeat-x;
}
.header-inside {
	width:950px;
	margin:0 auto;
	padding-top:19px;
	height:86px;
}

.header a.logo {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-decoration:none;
	color:#f8f8f8;
	font:26px/83px Arial;
}
.header a.logo:hover {
	cursor:pointer;
	text-decoration:none;
}

.header a.add-server {
	display:inline-block;
	*display:inline;
	zoom:1;
	height:49px;
	background:#ae15a5;
	color:#fff;
	padding:0 11px;
	font:30px/50px Arial;
	text-decoration:none;
	float:right;
	margin:18px 2px 0 0;
	
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header a.add-server span {
	font:14px/49px Arial;
	position:relative;
	top:-6px;
}
.header a.add-server:hover {
	cursor:pointer;
	text-decoration:none;
	
	background:#c535bd;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.header ul.topmenu {
	list-style:none;
	float:right;
}
.header ul.topmenu li {
	float:left;
	margin-right:29px;
}
.header ul.topmenu li a {
	color:#fff;
	font:14px/85px Segoe;
	text-decoration:none;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header ul.topmenu li a:hover {
	text-decoration:none;
	color:#83cdff;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/**************end-header***************/



/*****************head-links****************/
.head-links {
	width:100%;
	height:143px;
	background:#094570;
}
.hl-inside {
	width:950px;
	margin:0 auto;
	padding-top:18px;
}
.head-links table {
	width:100%;
	border-collapse:collapse;
	border-spacing:none;
}
.head-links td {
	text-align:left;
	vertical-align:top;
	position:relative;
}
.head-links td .blue-block {
	width:245px;
	height:94px;
	background:url('/img/icon_01.png') 14px 18px no-repeat #0194e7;
	padding:12px 30px 0 35px;
	cursor:default;
}
.head-links td .blue-block p {
	color:#fff;
	font:14px Segoe;
}
.head-links td .blue-block p.title {
	text-transform:uppercase;
	font-size:16px;
}
.head-links td .orange-block {
	width:585px;
	background:url('/img/icon_02.png') 13px 50% no-repeat #dc8008;
	padding-left:45px;
	float:right;
}
.head-links td .orange-block:hover {
	background:url('/img/icon_02.png') 13px 50% no-repeat #e29736;
}
.head-links td .green-block {
	width:225px;
	background:url('/img/icon_03.png') 13px 50% no-repeat #147700;
	padding-left:45px;
	margin:10px 0 0 7px;
}
.head-links td .green-block:hover {
	background:url('/img/icon_03.png') 13px 50% no-repeat #1ba100;
}
.head-links td .vk-block {
	width:305px;
	background:url('/img/icon_04.png') 13px 50% no-repeat #4b6e95;
	padding-left:45px;
	float:right;
	margin:10px 0 0 0;
}
.head-links td .vk-block:hover {
	background:url('/img/icon_04.png') 13px 50% no-repeat #648bb6;
}
.head-links td > a {
	text-transform:uppercase;
	font:16px/48px Segoe;
	text-decoration:none;
}

.head-links td .orange-block,
.head-links td .green-block,
.head-links td .vk-block,
.head-links td .orange-block:hover,
.head-links td .green-block:hover,
.head-links td .vk-block:hover {
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
	color:#fff;
	display:block;
	height:48px;
	cursor:pointer;
}
/**************end-head-links***************/



/*****************container****************/
.container {
	width:100%;
	margin:20px 0;
}
.container-inside {
	width:950px;
	margin:0 auto;
}
.container p {
	margin:0 0 8px;
}

table.game-servers {
	width:100%;
	border-collapse:collapse;
	position:relative;
	margin-bottom:40px;
}
table.game-servers.serv-inner {
	width:470px;
	float:left;
}
table.game-servers td {
	text-align:left;
	vertical-align:middle;
	padding:10px 0 0 10px;
	position:relative;
}
table.game-servers tr:first-child td {
	padding-top:0;
} 
table.game-servers tr td:first-child {
	padding-left:0;
}
table.game-servers td.pad-left {
	padding-left:10px!important;
}
table.game-servers td,
.gs-block {
	width:230px;
	height:150px;
}
table.game-servers td.big,
table.game-servers td.big .gs-block {
	width:470px;
	height:310px;
}
table.game-servers td.middle,
table.game-servers td.middle .gs-block {
	width:230px;
	height:310px;
}

.gs-block img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.gs-block .gs-people {
	width:47px;
	height:32px;
	text-align:center;
	background:#168400;
	position:absolute;
	top:0;
	right:0;
	z-index:20;
	color:#fff;
	font:12px/32px Segoe;
}
.gs-block .gs-people.orange {
	background:#dc7608;
}
.gs-block .gs-people.red {
	background:#972106;
}
.gs-block .gs-map {
	position:absolute;
	top:0;
	left:0;
	height:22px;
	width:100%;
	background:url('/img/grey-opacity-bg.png');
	z-index:10;
	color:#fff;
	font:14px/22px Segoe;
	white-space:nowrap;
	overflow:hidden;
}
.gs-block .gs-map span {
	padding:0 10px;
}
.gs-block .gs-info {
	width:100%;
	padding:3px 0 6px;
	background:url('/img/grey-opacity-bg.png');
	z-index:10;
	position:absolute;
	bottom:0;
	left:0;
}
.gs-block .gs-info p {
	display:block;
	padding:0 10px;
	margin:0;
	position:relative;
	z-index:1;
}
.gs-block .gs-info p.server-name a {
	color:#7dd6ff;
	font:12px Segoe;
}
.gs-block .gs-info p.server-name a:hover {
	text-decoration:underline;
}
.gs-block .gs-info p.server-ip a {
	color:#dadada;
	font:12px Segoe;
	border-bottom:1px dashed #fff;
}
.gs-block .gs-info p.server-ip a:hover {
	border:none;
	text-decoration:none;
}
.gs-block .gs-info .plus {
	width:45px;
	height:17px;
	background:url('/img/plus-marker.png') 0 0 no-repeat;
	z-index:5;
	position:absolute;
	right:-2px;
	bottom:6px;
}


.two-cols-text {
	width:100%;
	margin:15px 0;
}
.two-cols-text .tc-left {
	float:left;
	width:290px;
}
.two-cols-text .tc-right {
	float:right;
	width:555px;
}
.two-cols-text .tc-right span {
	font-family:SegoeI;
	color:#757575;
}

a.blue-butt {
	display:inline-block;
	*display:inline;
	zoom:1;
	padding:0 59px 0 0;
	height:34px;
	background:url('/img/blue-butt.png') 100% 0 no-repeat #0c9cff;
	text-decoration:none;
	color:#fff;
}
a.blue-butt span {
	color:#fff!important;
	font:14px/34px SegoeI;
	text-decoration:none;
	padding:0 8px;
}

table.news-table {
	width:100%;
	border-collapse:collapse;
	border-spacing:none;
	margin-bottom:10px;
}
table.news-table td {
	padding:10px 0 0 10px;
}
table.news-table tr:first-child td {
	padding-top:0;
}
table.news-table tr td:first-child {
	padding-left:0;
}
table.news-table td.pad-left {
	padding-left:10px!important;
}
table.news-table td .news-block {
	width:426px;
	height:128px;
	background:#fff;
	padding:11px 22px;
	overflow:hidden;
}
table.news-table td .news-block.big {
	height:288px;
}
table.news-table td .news-block img {
	float:left;
	margin-right:10px;
}
table.news-table td .news-block p {
	color:#707070;
	font:14px/1.2em Segoe;
	margin-top:-4px;
}
table.news-table td .news-block p:first-child {
	margin-top:0;
}

/**************end-container***************/



/*****************servers-table****************/
.servers-table {
	width:100%;
	margin:25px auto;
}
ul.paginator {
	list-style:none;
	float:right;
	margin:0 1px 15px 0;
}
ul.paginator li {
	float:left;
	margin-right:3px;
}
.servers-table a.filter-advance,
ul.paginator li a {
	display:inline-block;
	*display:inline;
	zoom:1;
	height:21px;
	padding:0 7px;
	color:#fff;
	background:#0c9cff;
	font:12px/21px Arial;
	text-decoration:none;
	
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.servers-table a.filter-advance {
	height:27px;
	font:12px/27px Segoe;
	padding:0 15px;
	float:right;
}
.servers-table a.filter-advance:hover,
ul.paginator li a:hover {
	text-decoration:none;
	background:#cacaca;
	color:#404040;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.paginator li.current a {
	background:#cacaca;
	color:#404040;
}
ul.paginator li.current a:hover {
	background:#cacaca;
	color:#404040;
	cursor:default;
}
.servers-table .table-separ {
	width:100%;
	height:3px;
	background:url('/img/table-separ.png') 0 0 repeat-x;
	margin-bottom:12px;
}

.servers-table table {
	width:100%;
	border-collapse:collapse;
	border-spacing:none;
}
.servers-table table th {
	background:#2c2c2c;
	height:32px;
	color:#fff;
	font:12px/32px Arial;
	vertical-align:middle;
	text-align:left;
}
.servers-table table .flag			{	width:38px; vertical-align:middle;	}
.servers-table table .name		{	width:370px; padding-right:10px;	}
.servers-table table .address	{	width:190px; padding-right:10px;	}
.servers-table table .map			{	width:158px;	}
.servers-table table .gamers		{	width:110px;	}
.servers-table table .status		{	width:64px;	}
.servers-table table td {
	height:32px;
	background:#f8f8f8;
	border-top:1px dashed #5b5b5b;
	text-align:left;
	vertical-align:top;
}
.servers-table table td:first-child {
	text-align:center;
}
.servers-table table tr:first-child td {
	border:none;
}
.servers-table table td.name a {
	color:#000;
	text-decoration:none;
	font:14px/32px Segoe;
} 
.servers-table table td.name a:hover {
	text-decoration:underline;
}
.servers-table table td.address a {
	color:#05637f;
	text-decoration:none;
	font:12px/32px Arial;
	border-bottom:1px dashed #05637f;
} 
.servers-table table td.address a:hover {
	text-decoration:none;
	border:none;
}
.servers-table table td.map {
	color:#000;
	font:14px/32px Segoe;
}
.servers-table table td.gamers {
	vertical-align:middle;
}
.servers-table table td.gamers .gam-block {
	background:#04b100;
	width:37px;
	height:15px;
	text-align:center;
	font:12px/15px Arial;
	color:#fff;
}
.servers-table table td.gamers .gam-block.orange {
	background:#dc7608;
}
.servers-table table td.gamers .gam-block.blue {
	background:#1fb1ac;
}
.servers-table table td.status {
	vertical-align:middle;
}
.servers-table table td.status .plus {
	width:45px;
	height:17px;
	background:url('/img/plus-marker.png') 0 0 no-repeat;
}
.servers-table table td.status .boost {
	width:45px;
	height:17px;
	background:url('/img/boost-marker.gif') 0 0 no-repeat;
}
.servers-table table td.status .standart {
	width:51px;
	height:17px;
	background:url('/img/standart-marker.png') 0 0 no-repeat;
}

.servers-table table tr.purple td {
	background:#a60cff;
}
.servers-table table tr.blue td {
	background:#457889;
}
.servers-table table tr.purple td.name a,
.servers-table table tr.blue td.name a,
.servers-table table tr.purple td.address a,
.servers-table table tr.blue td.address a,
.servers-table table tr.purple td.map,
.servers-table table tr.blue td.map {
	color:#fff;
}
.servers-table table tr.purple td.address a,
.servers-table table tr.blue td.address a {
	border-bottom:1px dashed #fff;
}


.content {
	width:700px;
	float:left;
}
.content .news-body {
	margin-bottom:20px;
	padding:15px 19px 9px 19px;
	background:#fff;
}
.content .news-body img.left {
	float:left;
	margin:4px 10px 10px 0;
}
.content .news-body p {
	margin:0 0 15px;
	color:#707070;
}
textarea.inp-text,
input.inp-text {
	width:200px;
	height:24px;
	background:#e1ecf2;
	padding:0 12px;
	font:14px/24px Segoe;
	color:#2f4652;
}
textarea.inp-text {
	overflow:auto;
	resize:none;
	line-height:1.2em;
	padding:3px 12px;
}
.content .news-body p.author {
	color:#000;
}
.content .white-block {
	margin-bottom:10px;
	padding:15px 19px 9px 19px;
	background:#fff;
}
.white-block.server {
	padding:15px 19px 15px 109px;
	min-height:49px;
}

.content .white-block.server.data {
	background:url('/img/serv_01.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.check {
	background:url('/img/serv_02.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.addit-serv {
	background:url('/img/serv_03.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.confirm {
	background:url('/img/serv_04.png') 23px 15px no-repeat #fff;
}

.content .white-block.server.ik {
	background:url('/img/ik49.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.fk {
	background:url('/img/fk49.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.py {
	background:url('/img/py49.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.pp {
	background:url('/img/pp49.png') 23px 15px no-repeat #fff;
}
.content .white-block.server.mail {
	background:url('/img/serv_01.png') 23px 15px no-repeat #fff;
}

.white-block.server p.title {
	font:18px Segoe;
	color:#000;
}
.white-block.server p.grey {
	color:#707070;
}
.server.data fieldset {
	float:left;
	margin-right:13px;
}
.server.data fieldset.right-fieldset {
	float:right;
	margin:0;
}
.content .white-block.server.check fieldset label,
.server.data fieldset label {
	display:block;
	margin-bottom:3px;
}
.server.data fieldset input#ip-addr {
	width:165px;
}
.server.data fieldset input#port {
	width:90px;
}
.server.data fieldset input#mail {
	width:229px;
}
.content .white-block.server.check fieldset {
	margin-top:10px;
}
.content .white-block.server.check fieldset input#code {
	width:442px;
}
.content .white-block.server.check fieldset input#site {
	width:252px;
	float:left;
}
.content .white-block.server.check .refresh {
	width:28px;
	height:25px;
	background:url('/img/refresh-site.png') 0 0 no-repeat;
	margin-left:5px;
	float:left;
}
.content .white-block.server.check .refresh:hover {
	cursor:pointer;
}
.content .white-block.server.check .last-text {
	margin:10px 0 0;
}
.content .white-block.server.confirm input.inp-submit {
	width:127px;
	height:100px;
	color:#fff;
	background:#0194e7;
	text-align:center;
	font:14px/100px Segoe;
	text-transform:uppercase;
	float:right;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.content .white-block.server.confirm input.inp-submit:hover {
	cursor:pointer;
	background:#30a9ee;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.content .white-block.server.confirm .leftpart {
	width:370px;
	float:left;
}
.content .white-block.server.confirm .picture {
	float:left;
	margin:7px 8px 0 0;
}
.content .white-block.server.confirm fieldset {
	float:left;
}
.content .white-block.server.confirm label {
	display:block;
	margin-bottom:3px;
}
.content .white-block.server.confirm input.inp-text {
	width:160px;
}

input.custom-checkbox {
	visibility:hidden;
	width:1px;
	height:1px;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:-999;
}
span.custom-checkbox {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:22px;
	height:21px;
	background:url('/img/checkbox.png') 0 0 no-repeat;
	float:left;
	margin-right:8px;
}

span.custom-disabled { 
	cursor: default !important;
	background: url("/img/checkbox.png") 0px 0px no-repeat transparent;
	opacity: 0.5;
}

input.custom-checkbox + label:hover,
span.custom-checkbox:hover {
	cursor:pointer;
}
span.custom-checkbox.checkboxAreaChecked {
	background-position:0 -21px;
}
input.custom-checkbox + label {
	line-height:21px;
}

select.x-select {
	background:#0194e7;
	font:14px/21px Segoe;
	color:#fff;
	cursor:pointer;
	width:110px;
	margin-left:10px;
}

select.c-select {
	width:1px;
	height:1px;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:-999;
}
.selectArea {
	width:64px!important;
	margin:15px 44px 15px 0;
	float:left;
}
.selectArea .selected {
	width:64px;
	height:21px;
	padding:0 23px 0 10px;
	background:url('/img/select-arr.png') 100% 0 no-repeat #0194e7;
	color:#fff;
	font:14px/21px Segoe;
	white-space: nowrap;
}
.selectArea.place,
.selectArea.place .selected {
	width:62px!important;
}
.selectArea .selected:hover {
	cursor:pointer;
}
.select-sub {
	background:#0194e7;
	width:97px!important;
	margin-top:-2px;
}
.select-sub.place {
	width:95px!important;
}
.select-sub ul {
	list-style:none;
}
.select-sub ul li {
	height:21px;
	border-top:1px solid #fff;
}
.select-sub ul li a {
	color:#fff;
	font:14px/21px Segoe;
	display:block;
	padding:0 10px;
}
.select-sub ul li a:hover {
	text-decoration:none;
}
.select-sub ul li.selected {
	background:#0171b0;
}


table.monitor-places {
	width:233px;
	border-collapse:collapse;
	border-spacing:none;
}
table.monitor-places td {
	padding:3px 0 0 3px;
	color:#fff;
	text-align:center;
	font:20px Segoe;
}
table.monitor-places tr td:first-child {
	padding-left:0;
}
table.monitor-places tr:first-child td {
	padding-top:0;
}
table.monitor-places td.pad-left {
	padding-left:3px!important;
}
table.monitor-places td .place-mon {
	width:56px;
	height:37px;
	background:url('/img/place-mon.png') 0 0 no-repeat;
	line-height:26px;
	z-index:1;
}
table.monitor-places td.big .place-mon {
	width:115px;
	height:77px;
	background:url('/img/place-mon-big.png') 0 0 no-repeat;
	line-height:66px;
}
table.monitor-places td.middle .place-mon {
	width:56px;
	height:77px;
	background:url('/img/place-mon-middle.png') 0 0 no-repeat;
	line-height:66px;
}
table.monitor-places td span {
	position:relative;
	z-index:5;
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:4px;
}
table.monitor-places td span em {
	font-style:normal;
	display:block;
	width:100%;
	height:100%;
}
table.monitor-places td.current span em {
	background:#0194e7;
}
table.monitor-places td a.place-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	border:2px solid #0194e7;
}
table.monitor-places td a.place-link.off {
	display:none;
}

.additional-option {
	margin:15px 0;
}
.additional-option .monitor-place-field {
	width:235px;
	float:right;
}
.additional-option .ao-checkbox.left {
	width:290px;
	float:left;
}
.additional-option .ao-checkbox p.grey {
	margin-top:8px;
}
.additional-option .price {
	color:#f59600;
	margin:13px 0;
	height:21px;
	float:left;
}
.additional-option .price span {
	font:17px;
}
.additional-option.left {
	width:350px;
	float:left;
}
.additional-option.right {
	width:180px;
	float:right;
}
.total-price {
	padding:0 12px;
	height:37px;
	background:#f5c400;
	color:#fff;
	font:14px/37px Segoe;
}
.total-price strong {
	font-weight:normal;
	position:relative;
	top:-4px;
}
.total-price span {
	font:24px/37px Segoe;
}
.total-price em {
	font:22px;
}

.pay-method {
	width:100%;
	margin:15px 0 5px;
}
.pay-method span {
	float:left;
	height:28px;
	color:#707070;
	font:14px/28px Segoe;
}
.pay-method img {
	float:left;
	margin-left:15px;
}

.rightbar {
	width:230px;
	float:right;
	margin-bottom:20px;
}
.rightbar .gs-block {
	margin-bottom:15px;
}
.rightbar .blue-block {
	background:#0194e7;
	padding:13px;
	margin-bottom:15px;
}
.rightbar .blue-block p {
	color:#fff;
	margin:0;
}
.rightbar .blue-block p.title {
	text-transform:uppercase;
	font-size:16px;
}

.selectArea.color-select {
	border:2px solid #0194e7;
	background:#fff;
	padding:6px;
	width:553px!important;
	margin:15px 0 0;
}
.selectArea.color-select.mini {
	width:119px!important;
}
.selectArea.color-select .selected {
	width:521px;
	height:24px;
	padding:0 20px 0 12px;
	background:#0194E7;
}
.selectArea.color-select.mini .selected {
	width:85px;
} 
.selectArea.color-select .selected.blue	{	background:#0194E7;	}
.selectArea.color-select .selected.purple	{	background:#a60cff;		}
.selectArea.color-select .selected.orange	{	background:#f5c400;		}
.selectArea.color-select .selected.green	{	background:#3da505;		}
.selectArea.color-select .selected i {
	display:block;
	width:20px;
	height:24px;
	background:url('/img/white-arrow.png') 100% 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
}
select.color-select {
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 1px;
	z-index: -999;
}
.select-sub.color-select {
	width:533px!important;
	margin-left:8px;
}
.select-sub.color-select.mini {
	width:97px!important;
}
.select-sub.color-select li.blue a		{	background:#0194E7;	}
.select-sub.color-select li.purple a	{	background:#a60cff;		}
.select-sub.color-select li.orange a	{	background:#f5c400;		}
.select-sub.color-select li.green a	{	background:#3da505;		}

.service-item {
	width:445px;
	width:265px;
	padding-left:180px;
	float:left;
	margin:0 0 50px 60px;
}
.service-item p {
	position:relative;
	z-index:1;
}
.service-item p.grey {
	color:#707070;
}
.service-item .si-left {
	width:163px;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.service-item .si-left img {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
	opacity: 1; 

		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.service-item:hover .si-left img {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
	opacity: 0.6; 
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.service-item .selectArea {
	margin:0 0 8px;
	float:none;
	width:97px!important;
}
.service-item .white-block {
	padding:15px;
	background:#fff;
}
.service-item p.price {
	color:#f59600;
	font:26px Segoe;
	margin:8px 0;
	float:none;
	height:auto;
}
.service-item p.price span {
	font:24px;
}
.service-item .monitor-place-field {
	float:none;
}

.payment-block {
	width:790px;
	float:right;
}
.payment-block .pay-left,
.payment-block .pay-right {
	background:#fff;
	padding:18px;
}
.payment-block .pay-left {
	width:490px;
	float:left;
}
.payment-block .pay-left p {
	float:left;
	margin:0 0 18px;
}
.payment-block .pay-left fieldset.right-fieldset input.inp-text {
	width:160px!important;
}
.payment-block .pay-left ul.services-list {
	list-style:none;
	float:left;
	margin:0 0 15px 0;
	width:auto;
}
.payment-block .pay-left ul.services-list li {
	display:none;
	width:40px;
	height:40px;
	margin-right:3px;
	float:left;
}
.payment-block .pay-left ul.services-list li.on {
	display:block;
}
.payment-block .pay-left ul.services-list li.plus {
	background:url('/img/plus-icon.png') 0 0 no-repeat;
}
.payment-block .pay-left ul.services-list li.boost {
	background:url('/img/boost-icon.png') 0 0 no-repeat;
}
.payment-block .pay-left ul.services-list li.ink {
	background:url('/img/ink-icon.png') 0 0 no-repeat;
}
.payment-block .pay-left ul.services-list li.promo {
	background:url('/img/promo-icon.png') 0 0 no-repeat;
}
.payment-block .pay-right {
	width:219px;
	float:right;
}
.payment-block .pay-right.nobg {
	background:none;
	width:255px;
	padding:0;
	margin:15px 0;
}
.payment-block .pay-right p.price {
	color:#f59600;
	font:26px Segoe;
	margin:0 0 20px;
	float:none;
	height:auto;
	text-align:center;
}
.payment-block .pay-right p.price span {
	font:24px;
}
.payment-block .pay-right input.inp-submit {
	width:255px;
	height:64px;
	color:#fff;
	margin:0 -18px -18px;
	background:#0194e7;
	text-align:center;
	font:14px/64px Segoe;
	text-transform:uppercase;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.payment-block .pay-right input.inp-submit:hover {
	cursor:pointer;
	background:#30a9ee;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}



.download-game {
	width:100%;
	margin:20px 0;
}
.download-game .dg-left {
	width:345px;
	float:left;
}
.download-game .dg-left .two-buttons {
	margin-bottom:15px;
}
.download-game .dg-left .two-buttons > a {
	display:block;
	width:98px;
	height:92px;
	padding:0 0 0 70px;
	color:#fff;
	text-decoration:none;
	float:left;
	margin-right:4px;
	font:18px Segoe;
}
.download-game .dg-left .two-buttons > a.green {
	background:url('/img/torrent.png') 17px 50% no-repeat #00853c;
	line-height:92px;
	
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.download-game .dg-left .two-buttons > a.green:hover {
	background-color:#00a84c;
	
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.download-game .dg-left .two-buttons > a.orange {
	background:url('/img/torrent.png') 17px 50% no-repeat #e97434;
	height:68px;
	padding:24px 0 0 70px;
	line-height:1.2em;
	
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.download-game .dg-left .two-buttons > a.orange:hover {
	background-color:#fc8d51;
		
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.download-game .dg-left .white-block {
	padding:20px 30px 10px;
	background:#fff;
}
.download-game .dg-right {
	width:576px;
	float:right;
}
.download-game .dg-right .youtube-block {
	margin-bottom:20px;
}
.download-game p.grey {
	color:#707070;
}

.content.boost {
	width:auto;
	float:none;
	margin-bottom:20px;
}
.content.boost fieldset.right-fieldset {
	float:left;
	margin-left:15px;
}
.content.boost fieldset.right-fieldset input {
	width:165px!important;
}
.content.boost .add-boost {
	width:302px;
	height:47px;
	float:right;
}
.content.boost p.price {
	color:#fff;
	display:block;
	width:91px;
	height:21px;
	background:#f59600;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	font:18px/19px Segoe;
	margin:0;
}
.content.boost p.price span {
	font:17px;
}
.content.boost input.inp-submit {
	width:206px;
	height:47px;
	color:#fff;
	background:#0194e7;
	text-align:center;
	font:14px/47px Segoe;
	text-transform:uppercase;
	position:absolute;
	top:0;
	right:0;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.content.boost input.inp-submit:hover {
	cursor:pointer;
	background:#30a9ee;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.content.boost .selectArea.up {
	width:91px!important;
	height:21px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.content.boost .selectArea.up .selected {
	width:58px!important;
}
.select-sub.up {
	width:91px!important;
}



.servers-table td.boost-quant {
	width:113px;
	vertical-align:middle;
	text-align:center;
}
.servers-table td.boost-quant span,
.servers-table td.boost-quant a {
	display:inline-block;
	*display:inline;
	zoom:1;
	height:15px;
	background:#0194e7;
	font:12px/15px Arial;
	padding:0 8px;
	color:#fff;
	text-decoration:none;
}

.servers-table .boost-out {
	width:100%;
	height:57px;
	background:url('/img/boost-out.png') 50% 0 no-repeat;
	text-align:center;
	color:#a8371b;
	font:14px/57px Segoe;
	margin:10px auto;
}
.servers-table table.fading {
	position:relative;
	z-index:1;
}
.servers-table .fade-table {
	width:910px;
	position:absolute;
	bottom:0;
	left:0;
	background:url('/img/grey-opacity-bg.png');
	z-index:10;
}



.vkontakte-comm {
	margin:20px 0;
}
.statistic {
	margin:-16px 0 20px;
}
p.black {
	color:#000;
	margin:0 0 20px;
}
p.black span {
	color:#707070;
}


.serv-right {
	width:202px;
	height:311px;
	float:right;
	margin-right:15px;
}
.serv-right .code-field {
	background:#e1ecf2;
	width:178px;
	height:179px;
	padding:5px 12px;
	margin-top:3px;
}
.serv-right .title {
	width:178px;
	height:43px;
	background:#7d909b;
	color:#fff;
	padding:3px 12px 0;
}
.serv-right a.server-top {
	width:142px;
	height:42px;
	color:#fff;
	padding:5px 0 0 60px;
	background:url('/img/servertop.png') 15px 50% no-repeat #0194e7;
	text-align:left;
	font:14px Segoe;
	text-transform:uppercase;
	position:absolute;
	text-decoration:none;
	bottom:0;
	left:0;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.serv-right a.server-top:hover {
	cursor:pointer;
	background-color:#30a9ee;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/**************end-servers-table***************/



/*****************footer****************/
.footer,
.footer-push {
	padding:0;
	margin:0;
}
.footer-push {
	height:90px;
}
.footer {
	width:100%;
	height:69px;
}
.footer-inside {
	width:950px;
	margin:0 auto;
	border-top:1px solid #000;
}
.footer p {
	font:14px/69px Segoe;
}
/**************end-footer***************/



/*****************modal****************/
.wrapper, .wrapper_msg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1000;
	display:none;
}
.wrapper .overlay, .wrapper_msg .overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:url('/img/white-opacity-bg.png');
}
.wrapper .modal, .wrapper_msg .modal {
	width:580px;
	border:15px solid #e8e8e8;
	padding:30px 50px;
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-355px;
	z-index:10;
}
.wrapper .modal h1, .wrapper_msg .modal h1 {
	margin:15px 0;
}
.wrapper fieldset, .wrapper_msg fieldset {
	margin:10px 0;
}
.wrapper fieldset label, .wrapper_msg fieldset label {
	display:block;
	margin-bottom:4px;
	color:#000;
}
.wrapper fieldset input.inp-text, .wrapper_msg fieldset input.inp-text {
	width:252px;
}
.wrapper fieldset textarea.inp-text, .wrapper_msg fieldset textarea.inp-text {
	width:554px;
	height:120px;
}
.wrapper input.inp-submit, .wrapper_msg input.inp-submit {
	width:126px;
	height:40px;
	color:#fff;
	background:#0194e7;
	text-align:center;
	font:14px/40px Segoe;
	text-transform:uppercase;
	float:right;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.wrapper input.inp-submit:hover, .wrapper_msg input.inp-submit:hover {
	cursor:pointer;
	background:#30a9ee;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.wrapper_msg .modal .content {
	width: 580px;
	padding-bottom: 15px;
}
/*****************end_modal****************/

#feedback_msg {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 430px;
	float: left;
}

body {top:0 !important;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
#google_translate_element2 {display:none!important;}

.languagebar
{
	position:fixed;
	left:0px;
	top:105px;
	padding:10px;
	z-index:1;
}

.languagebar img
{
	padding:5px;
}

.modalInner{
  display: none;
}

.offer{
  max-width: 560px;
  margin: 0 auto;
  padding: 20px;
  background: #eee;
}

.offer h2{
  text-align: center;
  font: 700 1.5em 'Roboto', 'Tahoma', sans-serif;
}

.offer p{
  font: 400 0.9em 'Roboto', 'Tahoma', sans-serif;
  text-align:justify;
}

.langs {
	width: 475px;
}
.langs a {
    padding: 15px 20px;
	margin:10px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #0194E7;
	border-radius: 14px;
	color: #0194E7;
	font-size: 40px;
	line-height: 46px;
	display: inline-block;
}

.langs a:hover {
	border: 2px solid #ae15a5;
	color: #ae15a5;
}
