@charset "utf-8";

@import '/static/general/fonts/Squares/font.css';

html {
	height: 100%;
	background: #ccc;
	}

body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	}

.layout {
	width: 310px;
	height: 558px;
	position: relative;
	margin: 0px auto -130px;
	background: #595c60 url(/static/arwar.ru/gamecenter/right3/images/bg.png?1) left top no-repeat;
	}

/* --- Content --- */

.logo {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 53px;
	background: url(/static/arwar.ru/gamecenter/right3/images/logo3.png) center top no-repeat;
	z-index: 1;
	top: 23px;
	}

.first_pay {
	width: 270px;
	height: 120px;
	position: absolute;
	display: block;
	left: 50%;
	top: 148px;
	background: url(/static/arwar.ru/gamecenter/right3/images/first_pay.png) center top no-repeat;
	transform: translate(-50%, 0);
	overflow: hidden;
	outline: none;
	z-index: 2;
	}

.timer {
	width: 270px;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 178px;
	transform: translate(-50%, 0);
	color: #fff;
	font: 16px/28px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	z-index: 2;
	}

	.timer_hdr {
		margin-bottom: 12px;
		color: #fff;
		font: 17px/18px Squares, Arial, Helvetica, sans-serif;
		text-align: center;
		}

	.timer_off {
		margin-bottom: 100px;
		padding-top: 16px;
		color: #fff;
		font: 14px/24px Squares, Arial, Helvetica, sans-serif;
		text-align: center;
		}
		.timer_off > span {
			display: block;
			color: #ffca00;
			font: 27px/30px Squares, Arial, Helvetica, sans-serif;
			}

.server {
	width: 266px;
	position: absolute;
	left: 50%;
	top: 310px;
	transform: translate(-50%, 0);
	color: #fff;
	font: 15px/28px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	}

	.server > span {
		color: #ffca00;
		font-weight: bold;
		}

.description {
	width: 270px;
	position: absolute;
	left: 50%;
	top: 290px;
	transform: translate(-50%, 0);
	color: #fff;
	font: 16px/24px Arial, Helvetica, sans-serif;
	z-index: 2;
	}

	.description.top {
		top: 140px;
	}

.buttons {
	width: 266px;
	position: absolute;
	left: 50%;
	bottom: 168px;
	transform: translate(-50%, 0);
	z-index: 2;
	}

	.buttons > a {
		width: 262px;
		height: 29px;
		display: block;
		margin-bottom: 8px;
		color: #fff;
		font: bold 17px/28px Squares, Verdana, Geneva, sans-serif;
		text-align: center;
		text-decoration: none;
		background: #1f2630;
		border: 2px solid #1f2630;
		}
	.buttons > a:hover {
		color: #ffca00;
		}
	.buttons > a.yellow {
		color: #000;
		background: #ffca00;
		border-color: #000;
		}
	.buttons > a.yellow:hover {
		background: #fef4ac;
		}
	.buttons.bottom {
		bottom: 108px;
	}

	.soc {
		width: 266px;
		position: absolute;
		left: 50%;
		bottom: 14px;
		transform: translate(-50%, 0);
		overflow: hidden;
		z-index: 1;
		text-align: center;
	}

	.soc > a {
		width: 57px;
		height: 57px;
		display: inline-block;
		/*float: left;*/
		margin: 0px 5px 10px 0px;
		background-color: #1f2630;
		background-image: url(/static/arwar.ru/gamecenter/right3/images/soc.png?2);
		background-repeat: no-repeat;
		border: 1px solid #1f2630;
		}
	.soc > a:hover {
		border-color: #fff;
		}
	.soc > a:nth-child(4n) {
		margin-right: 0px;
		}

	.soc > a.mm {background-position: left 0px}
	.soc > a.vk {background-position: left -60px}
	.soc > a.fb {background-position: left -120px}
	.soc > a.yt {background-position: left -180px}
	.soc > a.gp {background-position: left -240px}
	.soc > a.tw {background-position: left -300px}
	.soc > a.ok {background-position: left -360px}
	.soc > a.ig {background-position: left -420px}
	.soc > a.tg {background-position: left -480px}

/* --- RANK --- */

.rank {
    width: 270px;
    position: absolute;
    left: 50%;
    top: 129px;
    transform: translate(-50%, 0);
    color: #fff;
    font: 16px/24px Arial, Helvetica, sans-serif;
    z-index: 2;
}
.rank__wrap {

}
.rank ul {
	font-size:0;
	padding: 0;
}
.rank__choise {
    width: 99px;
    display: inline-block;
    font:bold 18px/28px Squares, Verdana, Geneva, sans-serif;
    background: #53565a;
    padding: 4px 18px;
    position: relative;
    cursor: pointer;
}
.rank__choise.active {
	background: #1f2630;
}
.rank__choise:last-child {
	text-align: right;
}
.rank__choise.active:after {
    display: inline-block;
    content: '';
    border-bottom: 36px solid #1f2630;
    border-right: 20px solid #53565a;
    position: absolute;
    top: 0;
    width: 60px;
    right: -55px;
    z-index: 3;
}
.rank__choise:last-child.active:after {
	border-left: 20px solid #53565a;
	left: -55px;
	border-right: none;
}
.rank__info {
	background: #1f2630;
	padding: 0 10px 23px;
	display: none;
	width: 250px;
	height: 110px;
}
.rank__info.active {
	display: inline-block;
}
.rank__name {
	display: inline-block;
	width: 100px;
	text-align: center;
}
.rank__status {
    height: 65px;
    font: bold 12px/65px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px 0 15px;
    background-size: 53px auto;
}
.rank__name span {
    max-width: 100px;
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
}
.rank__status.type01 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv1.png);
}
.rank__status.type02 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv2.png);
}
.rank__status.type03 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv3.png);
}
.rank__status.type04 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv4.png);
}
.rank__status.type05 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv5.png);
}
.rank__status.type06 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv6.png);
}
.rank__status.type07 {
	background-image: url(/static/arwar.ru/gamecenter/right3/images/achiv7.png);
}
.rank__current {
	float: right;
	margin-right: 10px;
}
.rank__current span {
	font-size: 18px;
}
.rank__current span.text {
    font-size: 14px;
}
.rank__more {
	position: relative;
	margin-top: -30px;
}
.rank__more a {
	color: #999da3;
	font: 13px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #7c8086;
    box-shadow: 0 1px 0 0 #51565d;
    text-decoration: none;
}
.rank__more span {
	background: url(/static/arwar.ru/gamecenter/right3/images/refresh.png) no-repeat;
    display: inline-block;
    width: 31px;
    height: 25px;
    vertical-align: top;
    float: right;
    position: absolute;
    right: 0;
}
.rank__progress {
    background: url(/static/arwar.ru/gamecenter/right3/images/progress-bg.png);
    width: 235px;
    height: 18px;
    /*margin-top: 12px;*/
    margin: 0 auto;
    position: relative;
}
.rank__progress span{
	background: #7a8fab;
    display: inline-block;
    height: 18px;
    cursor: pointer;
}
.rank__progress:before {
    content: attr(data-current);
    position: absolute;
    bottom: -24px;
    left: 0;
    color: #7a8fab;
    font-size: 14px;
}
.rank__progress:after {
    content: attr(data-next);
    position: absolute;
    bottom: -24px;
    right: 0;
    color: #7a8fab;
    font-size: 14px;
}
.rank__tiran {
    /*margin-top: 12px;*/
    position: relative;
    bottom: -10px;
    text-align: center;
    font: 15px Arial, Helvetica, sans-serif;
}
.rank__tiran span {
	font: bold 16px Arial, Helvetica, sans-serif;
}
