

/* Start:/local/templates/vz/components/bitrix/news.list/slider.v2/style.css?17854411361760*/
.showcase-slide {
	position: relative;
	width: 100%;
	min-height: 500px;
	border-radius: 16px;
	overflow: hidden;
}

/* Изображение во всю ширину */
.showcase-slide__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

/* Контент поверх изображения, в левой половине */
.showcase-slide__content {
	position: relative;
	z-index: 2;
	max-width: 50%;
	padding: 50px 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 400px;
}

.showcase-slide__title {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
}

.showcase-slide__text {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}

.showcase-slide__button {
	display: inline-block;
	padding: 14px 28px;
	background-color: #4B3048;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	transition: background-color 0.25s ease;
}

.showcase-slide__button:hover {
	background-color: #3f283c;
}

/* Адаптив */
@media (max-width: 1299px) {
	.showcase {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.showcase-slide__content {
		max-width: 100%;
		padding: 30px 20px;
	}

	.showcase-slide__title {
		font-size: 24px;
	}

	.showcase-slide__text {
		font-size: 16px;
	}

	/* Затемнение для читаемости текста на мобильных */
	.showcase-slide__content::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(255, 255, 255, 0.6);
		z-index: -1;
	}

	.showcase-slide__image {
		object-fit: cover;
	}

	.showcase-slide__button {
		width: 100%;
		text-align: center;
	}
}
/* End */
/* /local/templates/vz/components/bitrix/news.list/slider.v2/style.css?17854411361760 */
