/* Главная: центрированный CTA-блок в цветах Ajax */

html {
	scroll-behavior: smooth;
}

#index-works {
	scroll-margin-top: 60px;
}

.hero-cta {
	text-align: center;
	margin: 0 0 28px;
	padding: 8px 20px 28px;
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 6px;
	box-sizing: border-box;
}

.hero-cta-title {
	margin: 0 0 16px !important;
	padding: 0;
	font-size: 22px !important;
	line-height: 1.35 !important;
	font-weight: 700;
	color: #2a2a2a;
	text-align: center;
	font-family: verdana, sans-serif;
}

.hero-cta-text {
	max-width: 640px;
	margin: 0 auto 12px;
	font-size: 14px;
	line-height: 1.6;
	color: #4e4e4e;
	font-family: verdana, sans-serif;
}

.hero-cta-text:last-of-type {
	margin-bottom: 0;
}

.hero-cta-actions {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 14px;
	margin-top: 22px;
	flex-wrap: wrap;
}

.hero-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	padding: 14px 22px;
	background: #c23736;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 1.2;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	font-family: verdana, sans-serif;
	text-shadow: 0 -1px 0 #a91b1a;
}

.hero-cta-btn:hover {
	background: #a82e2d;
	color: #fff !important;
	text-decoration: none !important;
}

.hero-cta-btn[href="#index-works"]::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 733px) {
	.hero-cta {
		padding: 6px 14px 20px;
		margin-bottom: 20px;
	}

	.hero-cta-title {
		font-size: 18px !important;
	}

	.hero-cta-text {
		font-size: 13px;
	}

	.hero-cta-actions {
		display: block;
	}

	.hero-cta-btn {
		display: block;
		width: 100%;
		min-width: 0;
		margin: 0 0 10px;
		padding: 14px 16px;
		font-size: 14px;
	}

	.hero-cta-btn:last-child {
		margin-bottom: 0;
	}
}
