/*** Section form ***/
.page--content .to-form--btn-main {
	display: none;
}

.page--content .to-form--btn-page {
	display: block;
}

.section-sale-info {
	background: #fff;
}

.section-info--content {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.section-info--left,
.section-info--right {
	background: #fff;
	flex: 0 1 15%;
	min-width: 130px;
}

.section-info--left:hover {
	z-index: 1;
}

.info-block {
	background: #f5f5f5;
	border-radius: 10px;
	position: relative;
	padding: 20px 15px;
	margin: 0 0 15px;
	transition: 0.3s;
	font-size: 0.95rem;
	font-weight: bold;
}

.info-block:after {
	content: "";
	background: url("/icon/form-elements.svg") no-repeat 0 120%/100%;
	position: absolute;
	width: 50px;
	height: 17px;
	top: 50%;
}

.info-block.left-info:after {
	right: -60px;
}

.info-block.li-top:after {
	background-position: 0 30%;
}

.info-block.li-bottom:after {
	background-position: 0 1%;
	top: 28%;
}

.info-block.right-info:after {
	left: -60px;
}

.info-block.ri-top:after {
	background-position: 0 89%;
}

.info-block.ri-bottom:after {
	background-position: 0 58%;
	top: 28%;
}

.section-info--center {
	background: url(/project/autoprofe/images/page-sales-car__load.jpg) no-repeat 50% 50%/85%;
	flex: 0 1 60%;
	max-width: 650px;
	min-width: 280px;
}

.section-info--center:after {
	content: "";
	display: block;
	padding-top: 60%;
}

.section-info--center.visible_img {
	background-image: url(/project/autoprofe/images/page-sales-car.jpg);
}

.section-bottom-sign {
	align-items: center;
	flex-wrap: nowrap;
	margin: 70px 0 30px;
}

.section-bottom-sign--text {
	font-size: 0.8rem;
	max-width: 500px;
	padding: 0 25px;
}

.to-form--btn.btn {
	position: relative;
}

.info-block--tips {
	background: var(--color-main);
	border-radius: var(--br10);
	box-shadow: 0 2px 25px -2px #333;
	position: absolute;
	padding: 15px;
	width: 100%;
	max-width: 400px;
	min-width: 300px;
	bottom: 80%;
	left: 5%;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.4;
	color: #fff;
	transition: 0.3s;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.5);
	transform-origin: bottom center;
	transition: opacity 0.3s ease 0.1s, transform 0.4s ease-in-out 0s;
	z-index: 1;
}

.right-info .info-block--tips {
	left: -80%;
}

.info-block:hover .info-block--tips {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.info-block:hover {
	background: #dceff7;
	transform: scale(1.02)
}

.info-block--tips:after {
	content: "";
	background: url(../icon/info_blue.svg) no-repeat 0 0/100%;
	position: absolute;
	bottom: 4px;
	right: 4px;
	height: 20px;
	width: 20px;
}

@media (max-width: 680px) {
	.section-section-info h1 {
		margin-bottom: 15px;
	}

	.section-info--content {
		align-items: flex-start;
		justify-content: space-between;
	}

	.info-block:after {
		display: none;
	}

	.section-info--left,
	.section-info--right {
		flex: 0 1 48%;
	}

	.section-info--center {
		display: none;
	}

	.section-bottom-sign {
		flex-wrap: wrap;
	}

	.section-bottom-sign--text {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}
}

/*# sourceMappingURL=page_sales_process.css.map */