.delivery{
	
}

	.delivery .contacts{
		margin:0px 0px 20px;
	}
	
		.delivery .contacts article{
			width:445px;
			float: left;
		}
		
			.delivery .contacts article .phone{
				color:#ab0308;
				background: url(../images/small-red-phone.png) no-repeat;
				padding:3px 0px 2px 30px;
			}
		
		.delivery .contacts #map{
			float: right;
			width:445px;
			height:200px;
		}
	
	.delivery .order{
		
	}
	
		.delivery .order h2{
			color:#ac0002;
			font-size: 18px;
		}
		
			.delivery .order .steps{
				position: relative;
				text-align: center;
				counter-reset: list 0; 
				margin:20px 0px;
			}
			
				.delivery .order .steps .steps-list{
					margin:0px;
					padding:0px;
					list-style: none;
				}
			
					.delivery .order .steps .steps-list li{
						position: absolute;
						text-align: left;
						width:165px;
					}
					
						.delivery .order .steps .steps-list li:before{
							counter-increment: list;
							content: counter(list);
							position: absolute;
							display: block;
							font-size: 20px;
							font-family: 'RotondaC';
							color:#008ae2;
							border-radius: 100px;
							border:1px solid #008ae2;
							width:30px;
							padding:3px 0px;
							text-align: center;
							left:-40px;
						}
					
						.delivery .order .steps .steps-list li:after{
							display: block;
							content:"";
							position: absolute;
						}
					
					.delivery .order .steps .steps-list li.item1{
						left:45px;
						top:15px;
					}
					
						.delivery .order .steps .steps-list li.item1:after{
							background: url(../images/deliver-step1-arrow.png) no-repeat;
							width: 57px;
							height:17px;
							right:-12px;
							bottom:-20px;
						}
					
					.delivery .order .steps .steps-list li.item2{
						right:0px;
						top:145px;
					}
					
						.delivery .order .steps .steps-list li.item2:after{
							background: url(../images/deliver-step2-arrow.png) no-repeat;
							width: 293px;
							height:108px;
							left:-283px;
							top:-45px;
						}
					
					.delivery .order .steps .steps-list li.item3{
						left:45px;
						top:240px;
					}
					
						.delivery .order .steps .steps-list li.item3:after{
							background: url(../images/deliver-step3-arrow.png) no-repeat;
							width: 192px;
							height: 93px;
							left:160px;
							top:-40px;
						}
					
					.delivery .order .steps .steps-list li.item4{
						right:0px;
						bottom:25px;
					}
					
						.delivery .order .steps .steps-list li.item4:after{
							background: url(../images/deliver-step4-arrow.png) no-repeat;
							width: 48px;
							height: 14px;
							left:-55px;
							bottom:-5px;
						}
	
	.delivery .advantage{
		margin-top:25px;
	}
	
		.delivery .advantage .column{
			width:290px;
			float: left;
		}
		
		.delivery .advantage .column.space{
			margin:0px 35px;
		}
		
			.delivery .advantage .column a{
				color:#ab0308;
			}