.armatarace .bg_title {
	display:none;
}
.return-wrap {
    margin: 0 auto;
    position: relative;
    width: 1251px;
}
.return-title {
    background: #181c27 none repeat scroll 0 0;
    color: #fff;
    font: bold 42px/70px Squares,Tahoma,Geneva,sans-serif;
    margin: 60px auto;
    position: relative;
	width:900px;
	text-align:center;
}
.return-title:before,
.return-title:after {
    background: url("/static/arwar.ru/img/main/content/return/return-title.png") no-repeat center 0;
    content: "";
    height: 40px;
    position: absolute;
    width: 81px;
}
.return-title:before {
    left: 0;
    top: 100%;
}
.return-title:after {
    bottom: 100%;
    right: 0;
    transform: rotate(180deg);
}
.return-subtitle {
	text-align:center;
	font: 26px OpenSansCondensed,Arial,Helvetica,sans-serif;
	margin: 0 0 20px;
	font-weight:bold;
	text-transform:uppercase;
}
.return-progress {
	text-align:center;
	margin: 30px 0;
}
.return-progress-item {
	display:inline-block;
	position:relative;
	width:170px;
	vertical-align:top;
}
.return-progress-item.disabled .return-progress-item__img {
    -webkit-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%);
			filter: gray;
}
.return-progress-item + .return-progress-item {
	margin-left:-28px;
}
.return-progress-item__num {
    position: absolute;
	top:184px;
	left:60px;
	width:34px;
	height:41px;
    background: url("/static/arwar.ru/img/main/content/return/return-progress-num.png") no-repeat -34px 0;
    font: bold 16px/41px Squares,Tahoma,Geneva,sans-serif;
	text-align:center;
	color:#000;
}

.return-progress-item.disabled .return-progress-item__num {
	background-position: 0 0;
	color:#fff;
}
.return-progress-item__text {
	padding: 30px 20px 0 0;
	text-align:center;
	font-size:12px;
}