
.footer{
}

.footer__before{
	margin:0 0 30px;
}

.footer__before-title{
	color:#232323;
}

.footer__before-content{
	margin:15px 0 0;
}

.footer__info{
	padding:50px 0 30px;
	background:#313939;
	position:relative;
	z-index:60;
}

.footer__map{
	position:relative;
	z-index:60;
}

.footer__map-note{
	font-size:17px;
	font-weight:600;
	color:#000;
	background:#fff;
	border-top:solid 3px #f72525;
	width:490px;
	margin:40px auto 0;
	line-height:56px;
	text-align:center;
	position:relative;
}

.footer__map-note:before{
	content:'';
	width:100%;
	height:22px;
	position:absolute;
	bottom:-22px;
	left:0;
	background:url(img/darr.png) no-repeat 50% 50%;
}

.footer__item{
	float:left;
	position:relative;
}

.footer__item::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:70px;
	background-color:#f72525;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.footer__item--pos1::before{
	background-image:url(img/ico1.png);
}

.footer__item--pos2::before{
	background-image:url(img/ico2.png);
}

.footer__item--pos3::before{
	background-image:url(img/ico3.png);
}

.footer__item:nth-of-type(2){
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer__item:last-child{
	float:right;
}

.footer__item a,
.footer__item span{
	font-size:17px;
	font-weight:600;
	line-height:3.8em;
	color:#fff;
	text-decoration:none;
	padding-left:88px;
}

.footer__order{
	width:100%;
	/*min-height: 700px;
	background: transparent;*/
	height:771px;
	background:url(img/order-bg-2.jpg) no-repeat center center;
}

.footer__side{
	float:right;
	margin-top:40px;
}

.footer__order-btn{
	display:block;
	background:#f72525;
	color:#222;
	font-size:25px;
	font-weight:600;
	line-height:75px;
	padding:0;
	margin:20px 0 0;
	width:100%;
	text-align:center;
	cursor:pointer;
	position:relative;
	z-index:55;
	-webkit-box-shadow:0 0 23px -7px #000;
	-moz-box-shadow:0 0 23px -7px #000;
	box-shadow:0 0 23px -7px #000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.footer__order-btn:hover{
	background:#323739;
	color:#fff;
}

.footer__list{
	background:rgba(0, 0, 0, .5);
	padding:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.footer__list ul,
.footer__list li{
	list-style:none;
	padding:0;
	margin:0;
}

.footer__list li{
	font-size:16px;
	font-weight:600;
	color:#fff;
	line-height:25px;
	padding-left:35px;
	background:url(img/list.png) no-repeat 0 5px;
	margin:0 0 10px;
}

.footer__list li:last-child{
	margin-bottom:0;
}

.footer__order-form{
	margin:25px 0 0;
	display:none;
}

.footer__order-form-input{
	display:block;
	font-size:16px;
	font-weight:400;
	line-height:38px;
	color:#222;
	background:#fff;
	border:solid 1px #999;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	padding:0 10px;
	margin:0 0 15px;
	width:100%;
}

.footer__order-form-input:focus{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	border-color: #323739;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
}

.footer__order-form-btn{
	display:block;
	cursor:pointer;
	font-size:16px;
	font-weight:400;
	color:#323739;
	background:#f72525;
	line-height:38px;
	width:100%;
	text-align:center;
}

.footer__order-form-status{
	display:none;
	font-size:16px;
	line-height:46px;
	padding:0 15px;
	width:100%;
	margin:15px 0 0;
	color:#fff;
}

.footer__order-form-status--success{
	background:#323739;
	border-top:solid 3px #f72525;
}

.footer__order-form-status--fail{
	background:#990000;
	border-top:solid 3px #330000;
}

.footer__order-form-status--warn{
	background:#f72525;
	color:#323739;
	border-top:solid 3px #323739;
}

.footer__theend{
	padding:25px 0;
	font-size:17px;
	font-weight:600;
	color:#2f2f2f;
	line-height:1;
}

@media only screen and (max-width : 992px) {
	
	.footer__theend{
		padding:20px;
	}
	
}

@media only screen and (max-width : 768px) {
	
	.footer__items-wrapper{
		width:490px;
		margin:0 auto;
	}
	
	.footer__item{
		display:block;
		position:relative !important;
		float:none !important;
		left:0 !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		margin-right:20px;
		margin-bottom:15px;
	}
	
	.footer__item:last-child{
		margin-right:0;
	}
	
	.footer__item::before{
		width:50px;
		height:50px;
		-webkit-background-size:20px auto;
		-moz-background-size:20px auto;
		background-size:20px auto;
	}
	
	.footer__item a,
	.footer__item span{
		padding-left:65px;
		line-height:2.8em;
	}
	
	.footer__order{
		background:#658989;
		padding:25px 0;
		height:auto;
	}
	
	.footer__side{
		float:none;
		margin:0;
	}
	
	.footer__map{
		display:none;
	}
	
}

@media only screen and (max-width : 540px) {
	
	.footer__items-wrapper,
	.footer__map-note{
		width:100%;
	}
	
}
