.product-banner {
	width: 100%;
	height: 360px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.product-banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.product-gallery {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.product-gallery-row {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.product-gallery-row .gallery-item {
	display: block !important;
	position: relative;
	height: 90px !important;
	min-height: 90px !important;
	max-height: 90px !important;
	flex: 1 1 0 !important;
	min-width: 0 !important;
	overflow: hidden !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	cursor: pointer;
	transition: transform 0.3s ease;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}

.product-gallery-row .gallery-item:last-child {
	margin-right: 0 !important;
}

.product-gallery-row .gallery-item:hover {
	transform: scale(1.03);
	z-index: 1;
}

.product-gallery-row .gallery-item img, .product-gallery-row .gallery-item img.img-responsive, .product-gallery-row a.gallery-item img, .product-gallery-row a.gallery-item img.img-responsive, .product-gallery-row .gallery-item > img {
	width: 100% !important;
	height: 90px !important;
	min-height: 90px !important;
	max-height: 90px !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
	border: none !important;
}

.product-gallery-row .gallery-item-hidden {
	display: none !important;
}

.product-gallery-spoiler {
	display: none;
	width: 100%;
	margin-top: 10px;
}

.product-gallery-spoiler.gallery-spoiler-opened {
	display: block;
}

.product-gallery-spoiler .product-gallery-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
	gap: 10px;
}

.product-gallery-spoiler .product-gallery-row .gallery-item {
	margin-right: 0 !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	overflow: hidden !important;
	height: 90px !important;
	min-height: 90px !important;
	max-height: 90px !important;
	flex: 0 0 calc((100% - 30px) / 4) !important;
	min-width: 0 !important;
}

.product-gallery-spoiler .product-gallery-row .gallery-item img, .product-gallery-spoiler .product-gallery-row .gallery-item img.img-responsive {
	width: 100% !important;
	height: 90px !important;
	min-height: 90px !important;
	max-height: 90px !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.product-gallery-row .gallery-item .gallery-overlay-more, .product-gallery-row a.gallery-item .gallery-overlay-more {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.6) !important;
	color: #fff !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	cursor: pointer !important;
	z-index: 2 !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
	line-height: 1 !important;
} /* Дополнительные правила для гарантии border-radius на всех элементах */.product-gallery-row a.gallery-item {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	overflow: hidden !important;
} /* Гарантируем border-radius для последнего фото с overlay */.product-gallery-row a.gallery-item.gallery-item-with-overlay {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	overflow: hidden !important;
}

.product-gallery-row a.gallery-item.gallery-item-with-overlay img {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
}

@media (max-width: 768px) {
	.product-gallery-row .gallery-item {
		height: 74px !important;
		min-height: 74px !important;
		max-height: 74px !important;
	}

	.product-gallery-row .gallery-item img, .product-gallery-row .gallery-item img.img-responsive {
		width: 100% !important;
		height: 74px !important;
		min-height: 74px !important;
		max-height: 74px !important;
		border-radius: 10px !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
	}

	.product-gallery-row .gallery-overlay-more {
		font-size: 18px !important;
		border-radius: 10px !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
	}

	.product-gallery-spoiler .product-gallery-row .gallery-item {
		height: 74px !important;
		min-height: 74px !important;
		max-height: 74px !important;
		flex: 0 0 calc((100% - 20px) / 3) !important;
	}

	.product-gallery-spoiler .product-gallery-row .gallery-item img, .product-gallery-spoiler .product-gallery-row .gallery-item img.img-responsive {
		height: 74px !important;
		min-height: 74px !important;
		max-height: 74px !important;
	}
}

@media (max-width: 400px) {
	.product-gallery-row .gallery-item {
		height: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
	}

	.product-gallery-row .gallery-item img, .product-gallery-row .gallery-item img.img-responsive {
		width: 100% !important;
		height: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
		border-radius: 10px !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
	}

	.product-gallery-row .gallery-overlay-more {
		font-size: 14px !important;
		border-radius: 10px !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
	}

	.product-gallery-spoiler .product-gallery-row .gallery-item {
		height: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
		flex: 0 0 calc((100% - 10px) / 2) !important;
	}

	.product-gallery-spoiler .product-gallery-row .gallery-item img, .product-gallery-spoiler .product-gallery-row .gallery-item img.img-responsive {
		height: 60px !important;
		min-height: 60px !important;
		max-height: 60px !important;
	}
} /* Стили для баннера и галереи на всю ширину */.product-banner {
	width: 100%;
	margin-bottom: 10px;
}

.product-gallery {
	width: 100%;
	margin-bottom: 0;
} /* Общие стили для всех заголовков в блоке товара */.product-heading {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 114.99999999999999%;
	letter-spacing: 0%;
	margin: 0;
	padding: 0;
} /* Заголовок "Об экскурсии" */h2.geo-page__title.product-heading {
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 25px 0;
} /* Стили для модулей (content_bottom) на всю ширину - убираем, так как они уже на всю ширину контейнера */ /* Стили для контента */#content {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
} /* Стили для основного контента продукта (начинается с "Об экскурсии") */.product-main-content {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	padding: 20px !important;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05) !important;
	background-color: #fff !important;
	box-sizing: border-box !important;
} /* Стили для сайдбара справа */#column-right {
	width: 302.5px !important;
	max-width: 302.5px !important;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05) !important;
	box-sizing: border-box !important;
	background-color: #fff !important;
	flex-shrink: 0 !important;
	padding: 0 !important;
}

#column-right > * {
	padding: 0;
	margin: 0;
}

#column-right .module-section {
	gap: 10px !important;
} /* На мобильных - сайдбар первым, контент на всю ширину */@media (max-width: 767px) {
	.container > .row {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	#column-right {
		width: 100% !important;
		max-width: 100% !important;
		order: 1 !important;
	}

	#content {
		width: 100% !important;
		max-width: 100% !important;
		order: 2 !important;
	}
} /* Стили для секции описания */.product-description-section {
	margin-top: 2rem;
}

.product-description-content {
	margin-top: 15px;
} /* Стили для сайдбара с информацией о продукте */.product-sidebar-wrapper {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	width: 302.5px !important;
	max-width: 302.5px !important;
	flex-shrink: 0 !important;
}

.product-sidebar-info {
	background-color: #fff !important;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05) !important;
	padding: 20px !important;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	box-sizing: border-box !important;
	display: block !important;
	visibility: visible !important;
}

.product-sidebar-title {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

.product-sidebar-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-sidebar-field {
	display: flex;
	flex-direction: column;
}

.product-sidebar-label {
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #808080;
}

.product-sidebar-value {
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 115%;
	letter-spacing: 0%;
	color: #333;
}

.product-sidebar-price {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

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

.product-price-value .price-old {
	font-size: 18px;
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 400;
} /* Карточка "Цена" (как на макете) */.product-sidebar-price-card .product-sidebar-title {
	margin-bottom: 12px;
}

.product-sidebar-price-block {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product-sidebar-price-line {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.product-sidebar-price-main {
	font-size: 20px;
	font-weight: 700;
	color: #F05633;
}

.product-sidebar-price-suffix {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.product-sidebar-price-old {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
	margin-top: -8px;
}

.product-sidebar-cta {
	width: 100%;
	height: 38px;
	border: 0;
	border-radius: 28px;
	background: #F05633;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.product-sidebar-cta:hover {
	filter: brightness(0.98);
}

.product-sidebar-note {
	font-size: 14px;
	line-height: 120%;
	color: #999;
} /* Стили для блоков с преимуществами */.product-sidebar-feature-card {
	margin-top: 14px;
}

.product-sidebar-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.product-sidebar-feature-icon {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
}

.product-sidebar-feature-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-sidebar-feature-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product-sidebar-feature-text {
	font-size: 14px;
	line-height: 140%;
	color: #000;
}

.product-sidebar-feature-text strong {
	font-weight: 700;
}

.product-sidebar-feature-link {
	font-size: 14px;
	line-height: 140%;
	color: #F05633;
	text-decoration: underline;
	align-self: flex-start;
}

.product-sidebar-feature-link:hover {
	text-decoration: none;
} /* Стили для атрибутов с множественным выбором */.product-attributes-section {
	margin-top: 25px;
}

.product-attribute-multiple {
	margin-bottom: 25px;
}

.product-attribute-values {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
}

.product-attribute-tag {
	display: flex;
	align-items: center;
	gap: 12px;
	background: transparent;
	border-radius: 14px;
	font-size: inherit;
	line-height: inherit;
}

.product-attribute-tag::before {
	content: '+';
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #F05633;
	color: #F05633;
	border-radius: 50%;
	font-weight: 700;
	line-height: 1;
	flex: 0 0 20px;
	font-size: 10px;
} /* Стили для секции "Что вас ждет на экскурсии?" */.product-organizational-section {
	margin-top: 30px;
} /* Стили для секции "Какие места вы увидите?" */.product-landmarks-section {
	margin-top: 30px;
} /* После "Что вас ждет..." атрибуты выводим списком (без изменения размеров текста) */.product-bullet-list {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.product-bullet-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 0;
	font-size: inherit;
	line-height: inherit;
	color: #111;
}

.product-bullet-list li::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #F05633;
	border-radius: 50%;
	box-sizing: border-box;
	background: radial-gradient(circle, #F05633 0 3px, transparent 4px);
	flex: 0 0 20px;
} /* Стили для списка остальных атрибутов */.product-attributes-list-section {
	margin-top: 25px;
}

.product-attribute-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	gap: 0;
} /* Стили для секций "Условия бронирования" и "Условия возврата" */.product-booking-section, .product-cancellation-section {
	margin-top: 30px;
}