/**
 * Блок reb/cta-band (блок 17 главной): зеленая полоса перед футером.
 * Общий блок для всех типов страниц.
 */

.reb-cta-band {
	background: var(--reb-accent);
	color: #fff;
}

.reb-cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding-top: 56px;
	padding-bottom: 56px;
}

.reb-cta-band__main {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.reb-cta-band__title {
	margin: 0;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.reb-cta-band__text {
	margin: 0;
	font-size: 16px;
	color: #DDF2E5;
	max-width: 620px;
}

.reb-cta-band__contacts {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
	min-width: 300px;
	flex: 0 0 auto;
}

.reb-cta-band__phone {
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}

.reb-cta-band__phone:hover {
	color: #DDF2E5;
}

.reb-cta-band__btn {
	display: block;
	padding: 16px;
	font-size: 15px;
	text-align: center;
	transition: background 0.2s, color 0.2s;
}

.reb-cta-band__btn--modal_request {
	background: var(--reb-plate);
	color: #fff;
	font-weight: 700;
}

.reb-cta-band__btn--modal_request:hover {
	background: #14603F;
	color: #fff;
}

.reb-cta-band__btn--modal_callback {
	border: 1px solid #E4CDA0;
	color: #fff;
	font-weight: 600;
}

.reb-cta-band__btn--modal_callback:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

@media (max-width: 1024px) {
	.reb-cta-band__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.reb-cta-band__contacts {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 768px) {
	.reb-cta-band__title {
		font-size: 26px;
	}

	.reb-cta-band__phone {
		font-size: 24px;
	}
}
