
/* Yellow button */

.button_layout {
	padding: 25px 0px;
	margin-bottom: 40px;
	background: url(/static/awru.my.games/img/main/page/details/button_layout.png) center center no-repeat;
	overflow: hidden;
	}

.button {
	width: 421px;
	height: 50px;
	display: block;
	float: none;
	margin: 0px auto;
	color: #000;
	font: bold 26px/50px Squares3, Tahoma, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #fecb00;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
.button.black {
	border-color: #000;
	}
.button.white {
	border-color: #fff;
	}
.button:hover {
	background: #ffe400;
	}
.button:active {
	text-indent: 1px;
	background: #fecb00;
	}

.button.disabled,
.button.disabled:hover,
.button.disabled:active {
	width: 421px;
	height: 50px;
	padding: 0px;
	color: #555;
	text-indent: 0px;
	background-color: #ccc;
	cursor: default;
	}

.button-content {
	width: auto;
	display: inline-block;
	padding: 0 40px;
	position: relative;
}

.button-content::after {
	content: '';
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
}

.button-action::after {
	background: url(/static/awru.my.games/img/main/content/node/labels/action.png) 0 0;
}
.button-ingame::after {
	background: url(/static/awru.my.games/img/main/content/node/labels/ingame.png) 0 0;
}
.button-news::after {
	background: url(/static/awru.my.games/img/main/content/node/labels/news.png) 0 0;
}
.button-contest::after {
	background: url(/static/awru.my.games/img/main/content/node/labels/contest.png) 0 0;
}


/* Dark button */

.button_sm {
	width: 262px;
	height: 40px;
	display: block;
	box-sizing: border-box;
	color: #fff;
	font: bold 15px/36px Squares, Verdana, Geneva, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #23262d;
	border: 2px solid #23262d;
	overflow: hidden;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	}
.button_sm:hover {
	color: #23262d;
	background: #feca00;
	}
.button_sm:active {
	color: #23262d;
	background: #ffe400;
	}

.button_sm.center {
	margin: 0px auto;
	}

.button_sm.row {
	display: inline-block;
	margin: 0px 8px;
	}
/* Dark button arial */

.button_sm2 {
	min-width: 180px;
	display: block;
	box-sizing: border-box;
	padding: 0px 16px 1px;
	color: #fff;
	font: 17px/32px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background: #23262d;
	border: 0px solid #23262d;
	overflow: hidden;
	cursor: pointer;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
	}
.button_sm2:hover {
	color: #23262d;
	background: #feca00;
	}
.button_sm2:active {
	color: #23262d;
	background: #ffe400;
	}

.button_sm2.center {
	margin: 0px auto;
	}

.button_sm2.row {
	display: inline-block;
	margin: 0px 8px;
	}
.button_sm2.row:first-of-type {
	margin-left: 0px;
	}


/* Notice */

.node_help {
	padding: 12px 0px 12px 42px;
	background: url(/static/awru.my.games/img/main/content/node/ico_help.png) left 6px no-repeat;
	}

.node_notice {
	min-height: 20px;
	box-sizing: border-box;
	color: #23262d;
	font: 16px/24px Arial, Helvetica, sans-serif;
	padding: 12px 0px 12px 42px !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-color: transparent !important;
	border: none !important;
	cursor: default;
	}
.node_notice.border {
	padding: 18px 0px 18px 56px !important;
	font: 15px/19px Arial, Helvetica, sans-serif;
	background-color: #fff !important;
	background-position: 12px center !important;
	background-repeat: no-repeat;
	border: 1px solid #6f8097 !important;
	}
.node_notice.help 	 {background-image: url(/static/awru.my.games/img/main/content/node/ico_help.png)}
.node_notice.ok	  	 {background-image: url(/static/awru.my.games/img/main/content/node/ico_ok.png)}
.node_notice.warn	 {background-image: url(/static/awru.my.games/img/main/content/node/ico_warning.png)}

	.node_notice ul {
		margin: 0px;
		padding-left: 24px;
		}
	.node_notice li {
		margin: 10px 0px;
		font-size: 15px;
		line-height: 19px;
		}

/* Node submenu */

.node_submenu {
	font-size: 0px;
	}
.node_submenu.top {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}

	.node_submenu > a,
	.node_submenu > span {
		height: 30px;
		display: inline-block;
		padding: 0px 12px;
		font: 16px/30px Arial, Helvetica, sans-serif;
		-moz-user-select: none;
		-khtml-user-select: none;
		}
	.node_submenu > a {
		color: #23262d;
		text-decoration: none;
		}
	.node_submenu > a:hover {
		color: #23262d;
		text-decoration: underline;
		}
	.node_submenu > a.active {
		color: #23262d;
		background: url(/static/awru.my.games/img/main/page/details/submenu_active.png) right center no-repeat;
		}
	.node_submenu > a.active:before {
		content: '';
		width: 6px;
		height: 30px;
		position: absolute;
		top: 0px;
		margin-left: -12px;
		background: url(/static/awru.my.games/img/main/page/details/submenu_active.png) left center no-repeat;
		z-index: 1;
		}
	.node_submenu > span {
		color: #989796;
		cursor: default;
		}


/* Page block */

.page_block {
	width: 391px;
	height: 178px;
	float: left;
	position: relative;
	margin: 0px 22px 22px 0px;
	background: #4d5a6d;
	overflow: hidden;
	}
.page_block:nth-child(even) {
	margin-right: 0px;
	}

	.page_block > a {
		width: inherit;
		height: inherit;
		display: block;
		position: absolute;
		z-index: 10;
		}

	.page_block .block_header {
		height: 40px;
		display: block;
		position: relative;
		padding: 0px 16px;
		color: #fff;
		font: bold 16px/40px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		background: #1f2630;
		}

		.page_block .block_header span {
			width: auto;
			height: 40px;
			position: absolute;
			top: 0px;
			right: 0px;
			padding-right: 16px;
			color: #8e9da4;
			font: bold 16px/40px Arial, Helvetica, sans-serif;
			text-align: right;
			background: #1f2630;
			overflow: hidden;
			z-index: 1;
			}

	.page_block .block_img {
		height: 138px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		}
	.page_block:hover {
		background-color: #fff;
		}
	.page_block > a:hover ~ .block_img {
		opacity: 0.95;
		}


/* Spoiler */

.spoiler {
	border-bottom:1px solid #ccc;
}
.spoiler__title {
	padding: 10px 32px 10px 12px;
	position:relative;
	cursor: pointer;
	font: bold 17px/30px Arial,Helvetica,sans-serif;
	min-height:30px;
}
.spoiler--text .spoiler__title {
	padding-right:130px;
}
.spoiler__title:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:21px;
	height:21px;
	background: url("/static/awru.my.games/img/main/page/details/spoiler_arr.png?1") no-repeat 0 0;
}
.spoiler--text .spoiler__title:after {
	content:'Развернуть';
	right:30px;
	position:absolute;
	top:0;
	bottom:0;
	margin: auto;
	height:21px;
	font-weight:normal;
	color:#565960;
	font: 17px/21px Arial,Helvetica,sans-serif;
}
.spoiler--text .spoiler__title.opened:after {
	content:'Свернуть';
}
.spoiler__title .global-inline {
	line-height:17px;
}
.spoiler__title .global-middle {
	height:30px;
}
.spoiler__title:hover:before {
	background-position: 0 -50px;
}
.spoiler__title.opened:before {
	background-position: 0 -100px;
}
.spoiler__title.opened:hover:before {
	background-position: 0 -150px;
}
.spoiler__content {
	padding:8px 28px 16px 58px;
	display:none;
}

/* Spoiler CK editor  */

.spoiler_block {
	position: relative;
	border: none;
	border-bottom: 1px solid #d0d1d6;
	}

	.spoiler_block .open {
		position: relative;
		margin-right: 130px;
		padding-left: 12px;
		color: #23262d;
		font: bold 17px/44px Arial, Helvetica, sans-serif;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		}

	.spoiler_block .close {
		width: 100%;
		height: inherit;
		position: absolute;
		box-sizing: border-box;
		top: 0px;
		right: 0px;
		padding-right: 30px;
		color: #565960;
		font: 17px/44px Arial, Helvetica, sans-serif;
		text-align: right;
		background: url(/static/awru.my.games/img/main/page/details/spoiler_arr.png?1) right 12px no-repeat;
		cursor: pointer;
		z-index: 1;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
		}
	.spoiler_block .close:hover {
		background-position: right -38px;
		}
	.spoiler_block .close.active {
		background-position: right -88px;
		}
	.spoiler_block .close.active:hover {
		background-position: right -138px;
		}

		.spoiler_block .open span,
		.spoiler_block .close span {
			display: none;
			}

	.spoiler_block .content {
		display: none;
		position: relative;
		padding: 8px 28px 16px 58px;
		line-height: 24px;
		}


.cont_spoiler {
	border-bottom: 1px solid #ccc;
	}

	.cont_spoiler > span {
		width: 800px;
		height: 60px;
		display: block;
		-moz-user-select: none;
		-khtml-user-select: none;
		}

		.cont_spoiler > span span {
			width: 780px;
			height: 60px;
			display: table-cell;
			padding-right: 20px;
			font: bold 17px/17px Arial, Helvetica, sans-serif;
			background: url(/static/awru.my.games/img/main/page/details/spoiler_arr2.png) right 28px no-repeat;
			vertical-align: middle;
			overflow: hidden;
			cursor: pointer;
			}
		.cont_spoiler > span span:hover {
			background-position: right -72px;
			}
		.cont_spoiler > span.opened span {
			background-position: right -172px;
			}
		.cont_spoiler > span.opened span:hover {
			background-position: right -272px;
			}

	.cont_spoiler > span.opened + div {
		display: block;
		}

	.cont_spoiler > div {
		display: none;
		}

		.cont_spoiler > div p {
			margin: 0px 0px 20px 0px;
			}

/* User hint */

.user_hint {
	max-width: 150px;
	position: absolute;
	display: none;
	padding: 8px 12px 8px;
	color: #23262d;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #6f8097;
	z-index: 101;
	}
	.user_hint:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		background-image: url(/static/awru.my.games/img/main/page/details/data_hint_cor.png);
		background-repeat: no-repeat;
		}

.user_hint[data-hint-pos^="right"]:before {
	width: 10px;
	left: -10px;
	background-position: left center;
	}
.user_hint[data-hint-pos="right top"]:before {
	top: 8px;
	bottom: auto;
	}
.user_hint[data-hint-pos="right center"]:before {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.user_hint[data-hint-pos="right bottom"]:before {
	top: auto;
	bottom: 8px;
	}

.user_hint[data-hint-pos^="left"]:before {
	width: 10px;
	right: -10px;
	background-position: right center;
	}
.user_hint[data-hint-pos="left top"]:before {
	top: 8px;
	bottom: auto;
	}
.user_hint[data-hint-pos="left center"]:before {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
.user_hint[data-hint-pos="left bottom"]:before {
	top: auto;
	bottom: 8px;
	}

.user_hint[data-hint-pos^="top"]:before {
	height: 10px;
	bottom: -10px;
	background-position: center bottom;
	}
.user_hint[data-hint-pos="top center"]:before {
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}
.user_hint[data-hint-pos="top right"]:before {
	right: 10px;
	}

.user_hint[data-hint-pos^="bottom"]:before {
	height: 10px;
	top: -10px;
	background-position: center top;
	}
.user_hint[data-hint-pos="bottom center"]:before {
	left: 50%;
	top: -10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}
.user_hint[data-hint-pos="bottom right"]:before {
	right: 10px;
	}


/*.textpage */
/*AW promo in article*/
.aw_promo {
	border: 1px solid #8f9cae;
	min-height: 48px;
	padding: 20px 20px 20px 105px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
	.aw_promo::before {
		content: '';
		display: block;
		background: url(/static/awru.my.games/img/main/content/node/important.jpg) 0 0 no-repeat;
		width: 48px;
		height: 48px;
		position: absolute;
		left: 25px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.aw_promo-green::before {
			background-position: 0 0;
		}
		.aw_promo-grey::before {
			background-position: 0 -48px;
		}
		.aw_promo-red::before {
			background-position: 0 -96px;
		}


/* Node color title */

body .awcolortitle {
	text-transform: uppercase;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: Squares3, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	background-color: #4d5a6d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	
	body .awcolortitle-ornament {
		height: 54px;
		line-height: 54px;
		background: #4d5a6d url(/static/awru.my.games/img/main/content/node/colortitle_pattern.jpg) 0 0 no-repeat;
		}

/* ASide menu */

.aside_menu.sticky.fixed {
	width: 100%;
	max-width: 425px;
	position: fixed;
	z-index: 50;
	}

	.aside_menu_header {
		padding: 0px 24px;
		color: #fff;
		font: 18px/30px Squares3, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		background: #23262d;
		cursor: default;
		}
		
		.aside_menu_header a {
			color: #fff;
			text-decoration: none;
			}
	
	.aside_menu_cont {
		box-sizing: border-box;
		padding: 16px 24px;
		background: #4d5a6d;
		}
		
		.aside_menu_cont a {
			display: block;
			padding: 3px 0px;
			color: #fff;
			line-height: 20px;
			text-decoration: none;
			}
		.aside_menu_cont a.active {
			text-decoration: underline;
			}
		.aside_menu_cont a:hover {
			text-decoration: underline;
			}

