

/* Start:/local/templates/baltic_cuisine/styles.css?17893783811557*/
/* ===== Стили контента (доступны в визуальном редакторе) ===== */

/* дубль переменных: визуальный редактор подключает только этот файл */
:root {
	--blue: #1a3fc8;
	--blue-dark: #12299c;
	--gold: #b3934f;
	--text: #2b2b2b;
	--bg-soft: #f6f7f9;
}

.content {
	max-width: 900px;
	margin: 0 auto;
}

.content p {
	margin: 0 0 14px;
}

.content__list {
	margin: 0 0 40px;
	padding: 0 0 0 22px;
}

.content__list > li {
	margin-bottom: 18px;
	padding-left: 6px;
}

.content__list ul {
	margin: 10px 0;
	padding-left: 20px;
	list-style: none;
}

.content__list ul li {
	position: relative;
	margin-bottom: 6px;
}

.content__list ul li::before {
	content: "—";
	position: absolute;
	left: -20px;
	color: var(--gold);
}

.note {
	color: var(--blue);
}

.important {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--text);
}

/* ===== Документы ===== */

.docs {
	padding: 28px;
	border-radius: 6px;
	background: var(--bg-soft);
}

.docs__title {
	margin: 0 0 16px;
	font-size: 19px;
	font-weight: 700;
}

.docs__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.docs__list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}

.docs__list li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	background: var(--gold);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.docs__list li:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.docs {
		padding: 20px;
	}
}

/* End */


/* Start:/local/templates/baltic_cuisine/template_styles.css?17893783812640*/
/* ===== Балтийская кухня — заглушка ===== */

:root {
	--blue: #1a3fc8;
	--blue-dark: #12299c;
	--gold: #b3934f;
	--text: #2b2b2b;
	--text-muted: #6a6a6a;
	--line: #e4e4e4;
	--bg: #ffffff;
	--bg-soft: #f6f7f9;
	--container: 1200px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: "Helvetica Neue", Arial, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 20px;
}

/* ===== Шапка ===== */

.header {
	border-bottom: 1px solid var(--line);
	background: var(--bg);
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 120px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.header__logo {
	flex: 0 0 auto;
	display: block;
	line-height: 0;
}

.header__logo img {
	width: 110px;
	height: auto;
}

.header__title {
	flex: 1 1 auto;
	text-align: right;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--text);
}

/* ===== Контент ===== */

.main {
	padding: 40px 0 56px;
}

.main h1 {
	max-width: 900px;
	margin: 0 auto 28px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--blue-dark);
}

.hero {
	margin: 0 0 40px;
	overflow: hidden;
	border-radius: 4px;
}

.hero img {
	width: 100%;
}

/* ===== Подвал ===== */

.footer {
	border-top: 1px solid var(--line);
	padding: 28px 0 40px;
}

.footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.footer__status {
	margin: 0;
	font-size: 18px;
	color: var(--text-muted);
}

.footer__links {
	margin: 0;
	font-size: 15px;
}

/* ===== Адаптив ===== */

@media (max-width: 900px) {
	.header__inner {
		min-height: 0;
	}

	.header__logo img {
		width: 84px;
	}

	.header__title {
		font-size: 24px;
	}

	.main h1 {
		font-size: 22px;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 15px;
	}

	.header__inner {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		text-align: center;
	}

	.header__title {
		text-align: center;
		font-size: 20px;
	}

	.main {
		padding: 28px 0 40px;
	}

	.hero {
		margin-bottom: 28px;
	}

	.footer__inner {
		flex-direction: column;
		text-align: center;
	}
}

/* End */
/* /local/templates/baltic_cuisine/styles.css?17893783811557 */
/* /local/templates/baltic_cuisine/template_styles.css?17893783812640 */
