

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.detail/news_detail_design_1/style.css?17701249894705*/
/* news detail design 1 */
.news-detail-d1 {
	max-width: 900px;
	margin: 0 auto;
}

.news-detail-d1 .news-detail-image {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.news-detail-d1 .news-detail-image img {
	width: 100%;
	height: auto;
	display: block;
}

.news-detail-d1 .news-detail-date {
	position: absolute;
	top: 20px;
	right: 20px;
	background: linear-gradient(135deg, var(--main-color-1) 0%, var(--main-color-2) 100%);
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.news-detail-d1 .news-detail-content {
	padding: 0 20px;
}

.news-detail-d1 .news-detail-title {
	font-size: 32px;
	font-weight: 800;
	color: #2d3748;
	margin-bottom: 20px;
	line-height: 1.3;
}

.news-detail-d1 .news-detail-preview {
	font-size: 18px;
	font-weight: 500;
	color: #4a5568;
	line-height: 1.6;
	margin-bottom: 25px;
	padding: 20px;
	background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
	border-left: 4px solid var(--main-color-1);
	border-radius: 8px;
}

.news-detail-d1 .news-detail-text {
	font-size: 16px;
	color: #2d3748;
	line-height: 1.8;
	margin-bottom: 30px;
}

.news-detail-d1 .news-detail-text p {
	margin-bottom: 15px;
}

.news-detail-d1 .news-detail-text h2,
.news-detail-d1 .news-detail-text h3,
.news-detail-d1 .news-detail-text h4 {
	color: #2d3748;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px;
}

.news-detail-d1 .news-detail-text h2 {
	font-size: 26px;
}

.news-detail-d1 .news-detail-text h3 {
	font-size: 22px;
}

.news-detail-d1 .news-detail-text h4 {
	font-size: 18px;
}

.news-detail-d1 .news-detail-text ul,
.news-detail-d1 .news-detail-text ol {
	margin-bottom: 15px;
	padding-left: 25px;
}

.news-detail-d1 .news-detail-text li {
	margin-bottom: 8px;
}

.news-detail-d1 .news-detail-text img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-detail-d1 .news-detail-properties {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.news-detail-d1 .property-item {
	display: flex;
	padding: 12px 0;
	border-bottom: 1px solid #e2e8f0;
}

.news-detail-d1 .property-item:last-child {
	border-bottom: none;
}

.news-detail-d1 .property-name {
	font-weight: 600;
	color: #4a5568;
	min-width: 180px;
}

.news-detail-d1 .property-value {
	color: #2d3748;
	flex: 1;
}

.news-detail-d1 .news-detail-share {
	padding: 20px 0;
	border-top: 2px solid #e2e8f0;
}

@media (max-width: 992px) {
	.news-detail-d1 .news-detail-title {
		font-size: 28px;
		margin-bottom: 18px;
	}

	.news-detail-d1 .news-detail-preview {
		font-size: 17px;
		padding: 18px;
		margin-bottom: 22px;
	}

	.news-detail-d1 .news-detail-text {
		font-size: 15px;
	}

	.news-detail-d1 .news-detail-text h2 {
		font-size: 24px;
	}

	.news-detail-d1 .news-detail-text h3 {
		font-size: 20px;
	}

	.news-detail-d1 .news-detail-text h4 {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.news-detail-d1 .news-detail-date {
		font-size: 12px;
		padding: 8px 16px;
		top: 15px;
		right: 15px;
	}

	.news-detail-d1 .news-detail-content {
		padding: 0 15px;
	}

	.news-detail-d1 .news-detail-title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.news-detail-d1 .news-detail-preview {
		font-size: 16px;
		padding: 15px;
		margin-bottom: 20px;
	}

	.news-detail-d1 .news-detail-text {
		font-size: 14px;
	}

	.news-detail-d1 .news-detail-text h2 {
		font-size: 22px;
	}

	.news-detail-d1 .news-detail-text h3 {
		font-size: 19px;
	}

	.news-detail-d1 .news-detail-text h4 {
		font-size: 16px;
	}

	.news-detail-d1 .news-detail-properties {
		padding: 20px;
	}

	.news-detail-d1 .property-item {
		flex-direction: column;
		gap: 5px;
	}

	.news-detail-d1 .property-name {
		min-width: auto;
	}
}

@media (max-width: 576px) {
	.news-detail-d1 .news-detail-date {
		font-size: 11px;
		padding: 6px 12px;
		top: 10px;
		right: 10px;
	}

	.news-detail-d1 .news-detail-content {
		padding: 0 10px;
	}

	.news-detail-d1 .news-detail-title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.news-detail-d1 .news-detail-preview {
		font-size: 14px;
		padding: 12px;
		margin-bottom: 18px;
	}

	.news-detail-d1 .news-detail-text {
		font-size: 13px;
	}

	.news-detail-d1 .news-detail-text h2 {
		font-size: 20px;
	}

	.news-detail-d1 .news-detail-text h3 {
		font-size: 18px;
	}

	.news-detail-d1 .news-detail-text h4 {
		font-size: 16px;
	}

	.news-detail-d1 .news-detail-properties {
		padding: 15px;
	}
}


/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.detail/news_detail_design_1/style.css?17701249894705 */
