

/* Start:/local/templates/restseafood__inner/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17543001083440*/
/* Стили для детального просмотра блюд */
.Delicious_area {
	padding: 100px 0;
	background: #f8f9fa;
}

.section_title {
	margin-bottom: 50px;
}

.section_title h3 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

.generic-blockquote {
	background: #fff;
	border-left: 4px solid #ff6b6b;
	padding: 30px;
	margin: 30px 0;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	font-style: italic;
	font-size: 18px;
	line-height: 1.6;
	color: #555;
}

.section-top-border {
	margin: 50px 0;
	padding: 30px 0;
	border-top: 1px solid #e8e8e8;
}

.section-top-border h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}

.gallery-item {
	margin-bottom: 30px;
}

.single-gallery-image {
	height: 300px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.single-gallery-image:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.sample-text {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin: 30px 0;
}

.price-detail {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin: 30px 0;
	text-align: center;
}

.price-detail h4 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.price-value {
	color: #ff6b6b;
	font-weight: 700;
	font-size: 24px;
}

.news-detail-share {
	margin-top: 30px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Скрытие стандартной кнопки "Возврат к списку" */
a[href="/catalog/"][onclick*="BX.ajax.insertToNode"] {
	display: none !important;
}

/* Модальное окно для изображения */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

.modal-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: #DB9A64;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10000;
}

.modal-close:hover {
	background: #DB9A64;
	transform: scale(1.1);
}

.modal-image {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Кнопка "Назад" */
.back-button {
	display: inline-block;
	padding: 15px 30px;
	background: #DB9A64;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	border: 2px solid #DB9A64;
	margin-top: 30px;
	margin-bottom: 30px;
}

.back-button:hover {
	background: #fff;
	color: #DB9A64;
	text-decoration: none;
}

/* Адаптивность */
@media (max-width: 768px) {
	.Delicious_area {
		padding: 50px 0;
	}

	.section_title h3 {
		font-size: 28px;
	}

	.generic-blockquote {
		padding: 20px;
		font-size: 16px;
	}

	.single-gallery-image {
		height: 300px;
	}

	.price-detail h4 {
		font-size: 18px;
	}

	.price-value {
		font-size: 20px;
	}

	.back-button {
		padding: 10px 20px;
		font-size: 14px;
	}
}
/* End */
/* /local/templates/restseafood__inner/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17543001083440 */
