

/* Start:/local/templates/web20/components/bitrix/news.list/Home_top_slider/style.css?17705767764267*/
/* Совпадение с бэкапом: анимация появления */
.fade-in {
	animation: fadeIn 0.5s ease-in-out forwards;
}
.delay-500 {
	animation-delay: 500ms;
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.fade-out {
	animation: fadeOut 0.5s ease-in-out forwards;
}
@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

/* Слайдер на главной странице - новый дизайн */
.home-slider-container {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	padding: 60px 0;
}

.home-slider {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.home-slider-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	background: #ffffff;
	border-radius: 20px;
	padding: 60px;
	min-height: 500px;
}

.home-slider-left {
	flex: 1;
	max-width: 50%;
}

.home-slider-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #000000;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.home-slider-description {
	font-size: 18px;
	line-height: 1.6;
	color: #000000;
	margin: 0 0 40px 0;
}

.home-slider-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.btn {
	display: inline-block;
	padding: 16px 40px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
}

.btn-order {
	background: #dc3545;
	color: #ffffff;
}

.btn-order:hover {
	background: #c82333;
	color: #ffffff;
	text-decoration: none;
}

.btn-services {
	background: #ffffff;
	color: #000000;
	border: 2px solid #000000;
}

.btn-services:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.home-slider-right {
	flex: 1;
	max-width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-end;
}

.home-slider-image {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.home-slider-image-top {
	width: 280px;
	height: 350px;
	object-fit: cover;
}

.home-slider-image-bottom {
	width: 200px;
	height: 200px;
	object-fit: cover;
	align-self: flex-end;
}

.home-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.home-slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
	background: #ffffff;
	border-radius: 12px;
	padding: 12px 16px;
	width: fit-content;
	margin: 30px auto 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev,
.swiper-button-next {
	position: relative;
	width: 27px;
	height: 27px;
	margin: 0;
	top: auto;
	left: auto;
	right: auto;
	cursor: pointer;
	color: #666;
	transition: color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
}

/* Декоративные элементы */
.home-slider-container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><circle cx="10" cy="10" r="2" fill="%23ff69b4"/></svg>') repeat;
	background-size: 20px 20px;
	opacity: 0.3;
	z-index: 0;
}

.home-slider-content {
	position: relative;
	z-index: 1;
}

/* Адаптивность */
@media (max-width: 1024px) {
	.home-slider-content {
		flex-direction: column;
		padding: 40px;
	}
	
	.home-slider-left,
	.home-slider-right {
		max-width: 100%;
	}
	
	.home-slider-title {
		font-size: 36px;
	}
	
	.home-slider-right {
		align-items: center;
	}
}

@media (max-width: 768px) {
	.home-slider-container {
		padding: 40px 0;
	}
	
	.home-slider-content {
		padding: 30px 20px;
		min-height: auto;
	}
	
	.home-slider-title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.home-slider-description {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.home-slider-buttons {
		flex-direction: column;
		width: 100%;
	}
	
	.btn {
		width: 100%;
		text-align: center;
	}
	
	.home-slider-image-top {
		width: 100%;
		height: 250px;
	}
	
	.home-slider-image-bottom {
		width: 80%;
		height: 150px;
	}
}

/* End */


/* Start:/local/templates/web20/components/bitrix/news.list/home/style.css?176832975273*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}


/* End */
/* /local/templates/web20/components/bitrix/news.list/Home_top_slider/style.css?17705767764267 */
/* /local/templates/web20/components/bitrix/news.list/home/style.css?176832975273 */
