.og-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px;
}
.og-header {
	border-bottom: 1px solid #333;
	padding-bottom: 16px;
	margin-bottom: 28px;
}
.og-header .og-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.og-logo img {
	display: block;
	height: auto;
}
.og-nav {
	display: flex;
	gap: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
}
.og-nav a {
	text-decoration: none;
	color: #ddd;
	border-bottom: 1px solid transparent;
}
.og-nav a:hover {
	border-bottom-color: #aaa;
}
.og-main {
	padding-bottom: 48px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.55;
	color: #d0d0d0;
}
.og-main h1,
.og-main h2,
.og-main .page-header {
	color: #f2f2f2;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.og-main .page-header h1,
.og-main h1 {
	font-size: 26px;
	margin: 0 0 18px;
}
.og-main h2 {
	font-size: 20px;
	margin: 36px 0 14px;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
}
.og-main .hero img {
	width: 100%;
	max-width: 980px;
	height: auto;
	display: block;
	margin: 0 0 24px;
}
.og-main .galeria {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 10px;
	margin: 16px 0 28px;
}
.og-main .galeria img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	display: block;
	border: 1px solid #333;
}
.og-main table.cennik {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 28px;
}
.og-main table.cennik th,
.og-main table.cennik td {
	border-bottom: 1px solid #2a2a2a;
	padding: 8px 6px;
	text-align: left;
}
.og-main table.cennik tr.section th {
	color: #fff;
	padding-top: 18px;
	border-bottom-color: #444;
}
.og-main table.cennik td.price {
	text-align: right;
	white-space: nowrap;
	color: #fff;
}
.og-main .note {
	font-size: 13px;
	color: #999;
}
.og-footer {
	border-top: 1px solid #333;
	padding: 20px 16px 40px;
	font-size: 13px;
	color: #888;
	text-align: right;
}
@media (max-width: 640px) {
	body { margin-top: 20px; }
	.og-main .galeria img { height: 90px; }
}
