

/* Start:/local/components/public/slider.main/templates/.default/style.css?17824681342206*/
/* --- БАЗОВЫЙ ВИД ПЛИТКИ --- */
.sliderProduct {
	position: relative;
	z-index: 1; /* Обязательно для матового стекла */
	height: 200px;
	width: 100%;
	display: flex; /* Современное выравнивание по центру */
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center; /* Центрируем фото */
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	overflow: hidden; /* Чтобы эффект не вылазил за края */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

/* --- ПОДЛОЖКА (По умолчанию просто затемняет фото для читаемости) --- */
.sliderProduct::before {
	content: "";
	position: absolute;
	z-index: -1; /* Прячем под текст, но оставляем над картинкой */
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Темный фон по умолчанию */
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --- МАГИЯ APPLE ПРИ НАВЕДЕНИИ (HOVER) --- */
.sliderProduct:hover::before {
	background: rgba(255, 255, 255, 0.1); /* Высветляем стекло */
	backdrop-filter: blur(10px); /* Размываем фон под стеклом */
	-webkit-backdrop-filter: blur(10px); /* Поддержка для iPhone/Mac */
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3); /* Белый блик по краям стекла */
}

/* --- ЭФФЕКТЫ ДЛЯ ТЕКСТА И САМОЙ КАРТОЧКИ --- */
.sliderProduct:hover {
	color: #fff;
	text-shadow: 0 2px 10px rgba(0,0,0, 0.6); /* Добавляем тень тексту, чтобы читался на светлом стекле */
	transform: translateY(-5px) scale(1.02); /* Слегка приподнимаем и увеличиваем плитку */
	z-index: 5; /* Чтобы при увеличении карточка перекрывала соседние */
	box-shadow: 0 15px 25px rgba(0,0,0, 0.2); /* Красивая тень под всей карточкой */
}
/* End */


/* Start:/local/components/public/main.block/templates/.default/style.css?17825507742409*/
/* Базовые компоненты */
.icon_slider_main{
	font-size:60px;
	color:#fff;
	display:block;
}

/* Стили матового свечения для контентного блока */
.main-block-aurora {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.main-block-glass-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 23, 42, 0.45); /* Мягкое матовое затемнение для высокой читаемости */
	backdrop-filter: blur(80px);
	-webkit-backdrop-filter: blur(80px);
	z-index: 2;
	pointer-events: none; /* Пропускает клики к элементам ниже */
}

/* ==========================================================================
   КАНАЛЫ ПОЯВЛЕНИЯ ТИЗЕРОВ (SCROLL REVEAL) И СОВРЕМЕННЫЙ ХОВЕР
   ========================================================================== */
.reveal-teaser {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}
.reveal-teaser.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.teaser-item-modern {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: default;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.icon_slider_main {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease, text-shadow 0.3s ease;
}

.teaser-text-modern {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	transition: color 0.3s ease;
	margin-top: 10px;
	display: inline-block;
	font-weight: 500;
	line-height: 1.4;
}

/* Эффекты наведения мыши */
.teaser-item-modern:hover {
	transform: translateY(-8px); /* Приподнимаем карточку тизера */
}

.teaser-item-modern:hover .icon_slider_main {
	color: #bdee96 !important; /* Фирменный салатовый акцент */
	transform: scale(1.15) rotate(5deg); /* Небольшой наклон и увеличение */
	text-shadow: 0 0 25px rgba(189, 238, 150, 0.4); /* Элегантый световой ореол */
}

.teaser-item-modern:hover .teaser-text-modern {
	color: #ffffff; /* Текст становится полностью белым */
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/index.main.slider/style.css?17825521955170*/
/* ==========================================================================
   МАТОВЫЙ СВЕТОВОЙ ФОН AURORA (СЕРЫЕ И ГРИФЕЛЬНЫЕ ОТТЕНКИ)
   ========================================================================== */
.services-block-wrapper {
	background: #11151d !important; /* Глубокий грифельно-серый фон */
	position: relative;
	overflow: hidden;
}

.services-glass-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 28, 36, 0.45); /* Мягкое благородное затемнение */
	backdrop-filter: blur(80px);
	-webkit-backdrop-filter: blur(80px);
	z-index: 2;
	pointer-events: none;
}

/* ==========================================================================
   ИНТЕРФЕЙС И ГЕОМЕТРИЯ 3D-КРУГОВОГО СЛАЙДЕРА
   ========================================================================== */
.carousel-3d-stage {
	position: relative;
	width: 100%;
	height: 490px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1000px; /* Глубина 3D сцены */
	overflow: visible;
	user-select: none;
	cursor: grab;
}
.carousel-3d-stage:active {
	cursor: grabbing;
}

.carousel-3d-cylinder {
	position: absolute;
	width: 290px;
	height: 360px;
	transform-style: preserve-3d; /* Передает 3D контекст дочерним слайдам */
}

.carousel-3d-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform, opacity;
	transition: opacity 0.3s ease;
}

/* ==========================================================================
   ПРЕМИАЛЬНЫЕ ПЛИТКИ (GLASSMORPHISM)
   ========================================================================== */
.card-modern-3d {
	width: 290px;
	height: 360px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.card-modern-3d:hover {
	border-color: rgba(148, 163, 184, 0.4);
	box-shadow: 0 20px 45px rgba(100, 116, 139, 0.2) !important;
}

.card-modern-header {
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.4;
	max-height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.card-modern-body {
	font-size: 12.5px;
	line-height: 1.5;
	font-weight: 300;
	color: #475569;
	height: 135px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	margin: 12px 0;
}

.card-modern-footer {
	display: flex;
	gap: 8px;
	justify-content: center;
	width: 100%;
}

.btn-cos-modern {
	flex: 1;
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 25px;
	cursor: pointer;
	border: 1px solid #475569;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-cos-modern.open_b24_form1 {
	background: #475569;
	color: #ffffff !important;
}
.btn-cos-modern.open_b24_form1:hover {
	background: #334155;
	border-color: #334155;
	transform: translateY(-2px);
}
.btn-cos-modern.call-btn {
	background: #ffffff;
	color: #475569 !important;
}
.btn-cos-modern.call-btn:hover {
	background: #f8fafc;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(71, 85, 105, 0.1);
}

/* ==========================================================================
   НАВИГАЦИОННЫЕ СТРЕЛКИ 3D КАРУСЕЛИ
   ========================================================================== */
.carousel-3d-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 10;
}
.carousel-3d-nav:hover {
	background: #ffffff;
	color: #475569;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}
.carousel-3d-prev {
	left: 40px;
}
.carousel-3d-next {
	right: 40px;
}

/* ==========================================================================
   АДАПТИВНОСТЬ ПОД ЭКРАНЫ СМАРТФОНОВ
   ========================================================================== */
@media (max-width: 768px) {
	.carousel-3d-stage {
		height: 430px;
	}
	.carousel-3d-cylinder {
		width: 240px;
		height: 320px;
	}
	.card-modern-3d {
		width: 240px;
		height: 320px;
		padding: 16px;
	}
	.card-modern-body {
		height: 110px;
		-webkit-line-clamp: 5;
	}
	.carousel-3d-prev {
		left: 10px;
	}
	.carousel-3d-next {
		right: 10px;
	}
}
/* End */
/* /local/components/public/slider.main/templates/.default/style.css?17824681342206 */
/* /local/components/public/main.block/templates/.default/style.css?17825507742409 */
/* /local/templates/main/components/bitrix/news.list/index.main.slider/style.css?17825521955170 */
