
/* Game page */

.about-page .review-name {
	color:#ffcc00;
}

.about-page .about-item {
	margin: 0 0 13px;
	background-color:#1f2630;
	font-size: 17px;
	line-height: 22px;
	color:#fff;
	box-sizing: border-box;
	position:relative;
	color:#fff;
	padding: 0 359px 0 0;
}
.about-page .about-item h4,
.about-page .about-item p {
	color:#fff;
}
.about-page .about-item h4 {
	margin: 0 0 7px;
	line-height: 26px;
}
.about-page .about-item p {
	margin:0;
}
.about-page .about-item__text {
	padding: 11px 0;
	box-sizing: border-box;
}
.about-page .about-item__short {
	height:153px;
	padding: 0 16px;
}
.about-page .about-item__full {
	padding: 0 16px;
	display:none;
	position:relative;
}
.about-page .about-item__img {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:359px;
	overflow:hidden;
}
.about-page .about-item__img img { 
	position:absolute;
	top:-300px;
	bottom:-300px;
	margin:auto;
	right:0;
}
.about-page .about-lightbox:after {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	height:36px;
	width:36px;
	background: #23262d url(/static/awru.my.games/img/main/content/media/zoom.png) no-repeat center center;
}
.about-page .about-item__more {
	display:inline-block;
	cursor:pointer;
	color: #ffcc00;
}
.about-page .about-item__more span {
	display:inline-block;
	transform: rotate(90deg);
}
.about-page .about-item__full .about-item__icon--more {
	transform:rotate(180deg);
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
}
.about-page .about-item__full ul {
	padding: 0 0 0 16px;
	margin:0;
}

.about-page .about-item__full li {
	margin:0;
}
.about-page .about-item__full p + ul,
.about-page .about-item__full li + li {
	margin: 7px 0 0;
}

.about-page .about-buttons {
	text-align:left;
}
.about-page .button_sm {
	margin: 0 9px 9px 0;
}
.about-page .button_sm:nth-child(3n+3){
	margin-right: 0;
}
.about-page .about-buttons:after {
	content:'';
	display:inline-block;
	width:100%;
}
.about-page .about-buttons .button_sm {
	display:inline-block;
}

.about-page .display-none {
	display:none;
}
.about-page .about-item__icon {
	display:inline-block;
	vertical-align:middle;
	height:25px;
	width:25px;
	background: url(/static/awru.my.games/img/main/content/game/icons.png) no-repeat 0 0;
}
.about-page .about-item__icon--more {
	background-position:-50px 0;
}
.about-page .about-item__icon--more:hover {
	background-position:-50px -25px;
}
.about-page .about-more > span {
	display:inline-block;
	position:relative;
}

.about-page .b-link {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	cursor:pointer;
}

.about-page .about-review {
	box-sizing: border-box;
	background: #414c5d url(/static/awru.my.games/img/main/content/game/about-review.jpg) no-repeat 0 0;
	font-style: italic;
	color:#fff;
	padding: 20px 16px;
	margin: 0 0 13px;
	position:relative;
}
.about-page .about-review p {
	font-size: 17px;
	line-height: 19px;
}
.about-page .about-review .about-item__icon--more {
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
	margin:0;
}
.about-page .about-review .about-item__icon--more.rotate {
	transform:rotate(180deg);
}

.about-page .about-tech-wrap {
	display: flex;
	justify-content: space-between;
}
/*.about-page .about-tech-wrap:after {
	content:'';
	display:inline-block;
	width:100%;
}*/
.about-page .about-tech {
	position:relative;
	display:inline-block;
	width:374px;
}
.about-page .about-tech__inner {
	padding: 20px 45px;
}
	
	.about-tech__inner h4 {
		line-height: 22px;
		}
	
.about-page .about-tech:after,
.about-page .about-tech:before,
.about-page .about-tech__inner:after,
.about-page .about-tech__inner:before {
	content:'';
	position:absolute;
	width:30px;
	height:30px;
}
.about-page .about-tech:after,
.about-page .about-tech:before {
	border-top:3px solid #6f8097;
	top:0;
}
.about-page .about-tech__inner:after,
.about-page .about-tech__inner:before {
	border-bottom:3px solid #6f8097;
	bottom:0;
}
.about-page .about-tech:after,
.about-page .about-tech__inner:after {
	right:0;
	border-right:3px solid #6f8097;
}
.about-page .about-tech:before,
.about-page .about-tech__inner:before {
	left:0;
	border-left:3px solid #6f8097;
}
.about-page .about-more {
	text-align:right;
	margin: 0 0 13px;
}
.about-page .about-more__underline {
	text-decoration:underline;
}
.about-page .about-item__icon--more {
	margin: 0 10px;
}