/* CTA «Выезд бесплатно» — главная, цвета Ajax */
.cta-smeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin: 18px 0;
	padding: 20px 24px;
	background: #fff7f7;
	border: 1px solid #e8c4c3;
	border-left: 5px solid #c23736;
	border-radius: 6px;
	box-sizing: border-box;
}

.cta-smeta-text {
	flex: 1 1 auto;
	min-width: 0;
	padding-right: 0;
}

.cta-smeta-text strong {
	display: block;
	color: #c23736;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 5px;
	font-family: verdana, sans-serif;
}

.cta-smeta-text span {
	display: block;
	font-size: 15px;
	line-height: 1.45;
	color: #4e4e4e;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

.cta-smeta-btn {
	display: inline-block;
	flex: 0 0 auto;
	white-space: nowrap;
	background: #c23736;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	line-height: 1.2;
	padding: 13px 24px;
	border-radius: 4px;
	text-align: center;
	text-shadow: 0 -1px 0 #a91b1a;
}

.cta-smeta-btn:hover {
	background: #a82e2d;
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (max-width: 733px) {
	.cta-smeta {
		display: block;
		padding: 18px 16px;
	}

	.cta-smeta-text {
		padding: 0 0 14px;
	}

	.cta-smeta-btn {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 13px 24px;
		font-size: 16px;
		white-space: normal;
	}
}
