.grecaptcha-badge {
	display: none;
}
.polosa {
	background: #FFF;
	width: 650px;
	font-size: 80%;
	border: 1px #000 solid;
	margin: 20px auto;
	padding: 15px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

h3 {
	text-align: center
}

.pbar .ui-progressbar-value {
	display: block !important
}

.pbar {
	overflow: hidden
}

.percent {
	position: relative;
	text-align: right;
}

.elapsed {
	position: relative;
	text-align: right;
}

.form-control::-ms-input-placeholder {
	color: hsl(251, 9%, 33%);
}
.form-control::-webkit-input-placeholder {
	color: hsl(251, 9%, 33%);
}
.form-control::placeholder {
	color: hsl(251, 9%, 33%);
}

@media screen and (min-width: 600px) {
	.col-md-6 {
		width: 60%;
		float: left;
	}

	.col-md-3 {
		width: 30%;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	.col-md-6 {
		width: 100%;
		float: left;
	}

	.col-md-3 {
		width: 100%;
		float: left;
	}
}
.col-md-10 {
	width: 100%;
}
.left-nav li {
    list-style: none;

}
.left-nav li a {
    text-decoration: none;
    color: #504d5d;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all 0.25s ease;
}
.left-nav li a:hover {
    color: #ff6420;
}
.left-nav li a.active {
    color: #ff6420;
}

.iconcar {
    vertical-align: top;
    width: 2.2rem;
    height: 1.6rem;
    background: url('/local/templates/avtomehanika/img/icon-car.svg') center/contain no-repeat;
    margin: 0.1rem 1rem 0 0;
}
.form-wrapperContainer {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}
.form_success {
	font-size: 25px;
	pointer-events: none;
	position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 70%;
    top: 55%;
	opacity: 0;
}
.form_success .form_success-phone {
	font-size: 24px;
}
.form-wrapperContainer .form-submit {
	position: static !important;
}
.form_failed {
    color: #e43a3a;
    padding-right: 10px;
}
.form_success-textNormal {
	color: #504d5d;
	display: block;
	font-size: 20px;
    margin: 22px 0;
}
@media (max-width: 767px) {
	.form_success .header__phone {
		display: block;
		text-align: left;
	}
}

.service-hero-form .form_success {
	top: 70%;
}

.service-hero-form .form-block {
	position: relative;
}

#form_small .form-submit {
	margin-top: 0;
}

#form_small .form_failed {
	padding-left: 10px;
}
.form_success_actions {
    padding-left: 40px;
    left: 0;
    width: 100%;
    padding-right: 40px;
    top: 50%;
}
.form-block--sale-hero .form-wrapperContainer {
	display: block;
}
.form-block--sale-hero .form_failed {
	margin-bottom: 10px;
}
.hon_pt {
	height: 0;
    padding: 0;
    border: none;
    width: 0;
    visibility: hidden;
}

.share-block .coupon-form {
    padding-bottom: 0;
}

.share-block .help-description {
    padding-top: 3rem;
}

.share-block {
    background-image: linear-gradient(to bottom, #ff9d43, #ff6420);
}


.footer__container {
	justify-content: space-between;
	width: 100%;
}
.footer__info {
	margin-right: 25px;
	width: auto;
}
.footer__menu-primary {
    width: 35%;
}
.footer__menu-secondary {
	justify-content: space-between;
	width: 65%;
}
.footer__contacts {
	justify-content: space-around;
}

@media (min-width: 768px) {
	.contacts-list .contact-item {
		justify-content: flex-start;
	}
	.contacts-list .contact-item .address {
		flex-basis: 30%;
	}
	.contacts-list .contact-item .phone {
		flex-basis: 25%;
	}
	.contacts-list .contact-item .services {
		flex-grow: 1;
		justify-content: flex-start;
	}

}

@media (max-width: 767px) {
	.contacts-list .contact-item .phone {
		text-align: right;
	}
	.contacts-list .contact-item .services {
		justify-content: flex-start;
		margin-top: 1.5rem;
		flex-basis: 100%;
	}
}

@media (min-width: 768px) and (max-width: 860px) {
	.contacts-list .contact-item .phone {
		flex-grow: 1;
		text-align: right;
	}
}