	.period-return > div {
	    display: inline-block;
	    vertical-align: middle;
	}
	.f2 {
	    font-size: 32px;
	    font-family: "HelveticaLight";
	    margin-left: 20px;
	}
	.period-return {
		margin: 33px 0;
	}
	.red-list li.marker {
	    margin-bottom: 15px;
	}
	.return-man {
		background: url(/img/return-man.jpg);
		position: absolute;
		right: 35px;
		top: 85px;
		z-index: 0;
	}
	.help-attention {
	    background: #fff;
	    width: 83%;
	} 
	.top-text {
	    margin-right: 235px;
		position: relative;
		
	}
	.h3 {
		color: #6b6b6b;
		font-size: 14px;
	}
	.obmen-list img {
		float: left;
		margin-right: 25px;
	}
	.obmen-list {
		text-transform: uppercase;
		font-family: "HelveticaBold";
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.obmen-list .item.row {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.obmen-list .item div {
		display: table-cell;
		height: 59px;
		vertical-align: middle;
	}
	@media all and (min-width: 768px) and (max-width: 959px) {
		.help-attention {
			width: 100%;
		} 
	}
	@media all and (max-width: 767px) {
		.top-text {
    		margin-right: 0;
		}
		.return-man {
			position: static;
			background: none;
		}
		.f2 {
			margin: 15px 0 0 0;
			font-size: 16px;
		}
	}