/*.main_wrapper .timer_block {
	margin: 0 auto;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #4f41a2;
}

.main_wrapper .timer_block p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
}

.main_wrapper .timer_item {
	float: left;
	margin: 0 32px 0 0;
	width: 112px;
	position: relative;
}

.main_wrapper .timer_item:last-child {
	margin: 0;
}

.main_wrapper .timer_item:before {
	display: block;
	content: ':';
	width: 32px;
	font-weight: 700;
	font-size: 36px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: -32px;
}

.main_wrapper .timer_item:last-child:before {
	display: none;
}

.main_wrapper .timer_item .count {
	margin: 0 0 10px;
	height: 60px;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
}

.main_wrapper .timer_item .count span {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 54px;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.3)), color-stop(50%, rgba(0,0,0,0.3)), color-stop(50%, #4a4a4a), color-stop(51%, #4a4a4a), color-stop(51%, rgba(0,0,0,0.3)), to(rgba(0,0,0,0.3)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0.3) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0.3) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0.3) 100%);
	background-image: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0.3) 100%);
	-webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
	-moz-box-shadow: inset 0 -2px 0 #4a4a4a;
	box-shadow: inset 0 -2px 0 #4a4a4a;
}

.main_wrapper .timer_item .count span:last-child {
	margin: 0;
}

.main_wrapper .timer_item .text {
	line-height: 16px;
}
*/


.main_wrapper.offer2 .timer_block {
	margin: 0 auto 25px;
	width: 100%;
	text-align: center;
}

.main_wrapper.offer2 .timer_block p {
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}

.main_wrapper.offer2 .timer_item {
	float: left;
	margin: 0 32px 0 0;
	width: 112px;
	position: relative;
}

.main_wrapper.offer2 .timer_item:last-child {
	margin: 0;
}

.main_wrapper.offer2 .timer_item:before {
	display: block;
	content: ':';
	width: 32px;
	font-weight: 700;
	font-size: 36px;
	line-height: 52px;
	color: #149cc7;
	text-align: center;
	position: absolute;
	top: 0;
	right: -32px;
}

.main_wrapper.offer2 .timer_item:last-child:before {
	display: none;
}

.main_wrapper.offer2 .timer_item .count {
	margin: 0 0 6px;
	height: 60px;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	color: #149cc7;
}

.main_wrapper.offer2 .timer_item .count span {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 54px;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
}

.main_wrapper.offer2 .timer_item .count span:last-child {
	margin: 0;
}

.main_wrapper.offer2 .timer_item .text {
	line-height: 16px;
}

.main_wrapper .timer_block {
	padding: 8px 10px 7px 20px;
	background: #4f41a2;
	color: white;
}

.main_wrapper .timer_block p {
	float: left;
	margin: 6px 0 0;
	padding: 0 0 0 40px;
	width: 170px;
	background: url(../images/offer3__clock_icon.png) left center no-repeat;
	font-size: 14px;
	line-height: 16px;
}

.main_wrapper .timer {
	float: right;
	width: 240px;
}

.main_wrapper .timer_item {
	float: left;
	width: 60px;
	text-align: center;
}

.main_wrapper .timer_item .text {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 12px;
}

.main_wrapper .timer_item .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	position: relative;
}

.main_wrapper .timer_item .count:before {
	display: block;
	content: ':';
	width: 10px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: -5px;
}

.main_wrapper .timer_item:last-child .count:before {
	display: none;
}

@media (max-width: 440px) {
	.offer_section .timer_block p {
		margin: 0 auto 15px;
		float: none;
	}
	.offer_section .timer {
		float: none;
		margin: 0 auto;
	}
}