@media (min-width: 1025px) {
	#left #smartFilter { margin-bottom: 22px; }
	#left #smartFilter .heading { cursor: pointer; display: block; }
	#left #nextSection { margin-bottom: 22px; }
}
/* AIS-TEC: заголовок H1 и SEO-текст на главной */
.index-h1 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
}
.index-seo-text {
	margin: 30px 0 10px;
	font-size: 14px;
	line-height: 1.6;
}
.index-seo-text h2 {
	margin: 0 0 12px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
}
.index-seo-text p {
	margin: 0 0 10px;
}
@media (max-width: 767px) {
	.index-h1 { font-size: 18px; }
	.index-seo-text h2 { font-size: 17px; }
}

.index-seo-text h1.index-seo-h1 {
	margin: 0 0 12px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
}
@media (max-width: 767px) {
	.index-seo-text h1.index-seo-h1 { font-size: 17px; }
}

/* AIS-TEC: согласие под формой подписки в подвале */
.subscribeAgreement {
	margin-top: 8px;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0.75;
}
.subscribeAgreement a {
	text-decoration: underline;
}

/* AIS-TEC: согласие под формой отзыва на карточке товара */
.reviewAgreement {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.75;
}
.reviewAgreement a {
	text-decoration: underline;
}

/* AIS-TEC: подсказка под полем ИНН при оформлении заказа */
.aistecInnStatus {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.4;
	min-height: 1px;
}
.aistecInnStatus_wait { opacity: 0.6; }
.aistecInnStatus_ok { color: #1a7f37; }
.aistecInnStatus_warn { color: #9a6700; }
.aistecInnStatus_err { color: #c0392b; }
