
body {
	font-family: Roboto;
}
p, span {
	font-family: Roboto;
	text-indent: unset !important;
	text-align: left;
	
	color: #000;
}

p {
	padding: 0 !important;
}

.phone {
	color: #f50000;
	font: bold 20px/26px Roboto;
	text-decoration: none;
	margin-top: 0px;
}

.promo_menu p {
	text-align: right;
}


.promo_form textarea {
	width: 660px;
}

.l-h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Roboto;
}

.cars-item {
	padding: 10px;
}


.cars-logo .row {
	
	text-align: center;

}

.cars-logo p {
	text-align: center;
	font-size: 22px;
	margin-top: 10px;
}

hr {
	border: 1px solid #bfbfbf;
	margin-top: 50px;
}

.menu_phones p {
	text-align: right;
	padding: 2px 0px !important;
}

.container {
	background: #fff;
}

.logo-item {
	margin: 10px 0;
	height: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	align-self: center;
}
.logo-item img {
	margin: 0 auto;
}

.cond {
	background: url('../images/delivery_.png') center center no-repeat;

	font: bold italic 21px/2.7em Roboto;
	text-align: center;
	color: #fff;
	height: 74px;
	margin: 30px 0 40px;

}

.cond p {
	padding: 10px 0 10px 60px !important;
	margin: 0;
	color: #fff;
	text-align: center;
}

.sp_number {
	font-size: 60px;
	font-weight: 600;
}

.sp_word {
	font-size: 35px;
}

.advant {
	width: 230px;
	margin: 0 auto;
}

.bb {
	border-bottom: 2px solid #01d801;
	padding-bottom: 5px !important;
}

.text-under {

}



@media (max-width: 991px) {

	.form-submit {
		margin-top: 0 !important;
	}

	footer p {
		text-align: center;
	}

	#dio {
		border: none !important;
	}

	.detail-title {
		font-size: 20px !important;
	}

	.detail-desc {
		font-size: 14px !important;
	}
	.cond {
		background: none;
		margin: 10px 0px;
	}
	.cond p {
		color: #000;
		padding: 0 !important;
	}
}

.payment-item {
	margin: 10px auto;
}
@media (max-width: 767px) {

	.payment-item-1, .payment-item-3 
	{
		margin: 0 auto !important;
	}



	.detail-item {
		margin: 0 auto !important;
	}
	.detail-item-1, .detail-item-2, .detail-item-3, .detail-item-4, .detail-item-5, .detail-item-6 {
		background: none !important;
	} 
	.advant, .text-under  {
		text-align: center;
	}


}

#delivery {
	max-width: 710px;
	width: auto;
}

.detail-item {
	height: 394px;
	margin: 20px 0px;
	max-width: 350px;
	width: auto;
	padding: 10px;
}

.detail-img img {
	margin: 0 auto;
}

.detail-img {
	padding-top: 50px;
	height: 270px;
}

.detail-item-1 {
	background: url(../images/details/fon_det1.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover; 
}
.detail-item-2 {
	background: url(../images/details/fon_det2.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;	
}
.detail-item-3 {
	background: url(../images/details/fon_det3.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;	
}
.detail-item-4 {
	background: url(../images/details/fon_det4.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;	
}
.detail-item-5 {
	background: url(../images/details/fon_det5.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;	
}
.detail-item-6 {
	background: url(../images/details/fon_det6.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;	
}

.detail-title {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	text-align: center;
}

.detail-desc {
	font-size: 16px;
	text-transform: uppercase;
	max-width: 230px;
	margin: 10px auto;
}

#f-h2, #form-p {
	color: #fff;
}

#f-h2 {
	padding-top: 80px;
	margin-bottom: 10px;
}
#form-p {
	text-align: center;
}

.form-block {
	background: url(../images/form.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 20px 0;
}

input[type="text"], input[type="tel"] {

	border-radius: 5px;
	border: 1px solid #999;
	padding: 15px 10px;
	width: 288px;
	background-color: rgba(255, 255, 255, .7);
	font: 300 16px Roboto;
	margin: 15px 5px;

}

.form-submit {
	display: block;
	margin: 0 auto;
	width: 250px;
	color: #fff;
	background: #f72020;
	height: 55px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 10px;
	border: none;
	font-family: roboto;
	-webkit-box-shadow: inset 0px -23px 46px -21px rgba(97,97,97,0.75);
	-moz-box-shadow: inset 0px -23px 46px -21px rgba(97,97,97,0.75);
	box-shadow: inset 0px -23px 46px -21px rgba(97,97,97,0.75);
	font-size: 17px;
	margin-top: 30px;
	transition: 0.3s ease;
}

.form-submit:hover {
	background: #da4343;
}
.form-block form input:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 50, 21, 0.62);
}
.form-block form {
	text-align: center;
	margin: 0 auto;
}

.payment h2 {
	margin-top: 100px;
}

.payment-img img {
	display: block;
	margin: 0 auto;
}

.payment-img {
	height: 85px;
}

.payment-desc {
	max-width: 150px;
	text-align: center;
	margin: 10px auto;
}

.payment-item {
	max-width: 200px;

}

.delivery-info {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin-top: 80px;
}

.discount {
	max-width: 900px;
	margin: 0 auto;
}

.discount-title {
	text-align: center;
	background: #da5556;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 16px;
}

.discount-item p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.discount-item-title {
	font-weight: 600;
	margin: 15px;
	font-size: 18px;
}

#border-r-n {
	border-right: none;
}

#border-r-n:after {
	content: '';
}

#border-l-n {
	border-left: none;
}

.border-light {
	border: 1px solid #ebecee;
	height: 225px;
	margin-bottom: 50px;
}

#dio {
	border-right: 1px solid #ebecee;
}

footer {
	background: #424242;
	padding-top: 10px;
}

footer .container {
	background: none;
}

footer p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}

.contacts {
	margin-top: 50px;
}

#content_footer {
	margin: 0 auto !important;
}

#copyright {
	font-weight: 600;
}

.payment-item-1 {
	margin-left: auto;
	margin-right: 0;
}

.payment-item-3 {
	margin-right: auto;
	margin-left: 0;
}

#promo_menu {
	background: #fff;
}


#footer_c {
	 background: #DA5556;
	 text-align: center;
}

@media (max-width: 575px) {
	.counter {
		display: inline-block !important;
		padding: auto !important;
	}
}


.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, 0.3) url(../images/loader.gif) no-repeat center;
}