#masthead.dnm-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 9999;
	background: #f5f3e8;
	box-shadow: none;
}

.dnm-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	width: min(1480px, calc(100% - 48px));
	min-height: 96px;
	margin: 0 auto;
}

.dnm-header-nav,
.dnm-header-right,
.dnm-header-menu {
	display: flex;
	align-items: center;
}

.dnm-header-nav {
	justify-content: flex-end;
	gap: clamp(20px, 2.8vw, 44px);
	min-width: 0;
}

.dnm-header-right {
	justify-content: flex-end;
	gap: clamp(18px, 2.2vw, 34px);
	margin-left: auto;
	min-width: 0;
}

.dnm-header-menu {
	gap: clamp(18px, 2.6vw, 42px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-header-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-header-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #151515;
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	font-size: clamp(14px, 1.05vw, 20px);
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color .2s ease;
}

.dnm-header-menu a:hover,
.dnm-header-menu .current-menu-item > a,
.dnm-header-menu .current-menu-ancestor > a {
	color: #9c1d25;
}

.dnm-header-menu .menu-item-has-children > a::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.dnm-header-menu .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	min-width: 220px;
	margin: 0;
	padding: 12px 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.dnm-header-menu .sub-menu a {
	display: flex;
	min-height: 0;
	padding: 10px 18px;
	font-size: 14px;
	line-height: 1.35;
	white-space: normal;
}

.dnm-header-menu li:hover > .sub-menu,
.dnm-header-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.dnm-header-logo {
	display: flex;
	flex: 0 0 auto;
	justify-content: flex-start;
	min-width: 0;
}

.dnm-header-logo .site-branding,
.dnm-header-logo .logo-heager,
.dnm-mobile-head .logo-heager {
	padding: 0;
}

.dnm-header-logo a,
.dnm-mobile-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #111;
	text-decoration: none;
}

.dnm-header-logo img {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 64px;
	object-fit: contain;
}

.dnm-header-logo strong {
	display: block;
	max-width: 260px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.dnm-header-lang,
.dnm-mobile-lang {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 32px 0 16px;
	background: #000;
	color: #fff;
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.dnm-header-lang::after,
.dnm-mobile-lang::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	transform: translateY(-40%);
}

.dnm-header-lang a,
.dnm-header-lang span,
.dnm-mobile-lang a,
.dnm-mobile-lang span {
	color: #fff;
	text-decoration: none;
}

.dnm-header-lang .sep,
.dnm-mobile-lang .sep {
	display: none;
}

.dnm-header-lang .lang-text-switcher a:not(.current),
.dnm-mobile-lang .lang-text-switcher a:not(.current) {
	display: none;
}

.dnm-header-hotline,
.dnm-mobile-hotline {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	min-height: 42px;
	padding-left: 22px;
	border-left: 1px solid rgba(0, 0, 0, .18);
	color: #151515;
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	line-height: 1.15;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color .2s ease;
}

.dnm-header-hotline span,
.dnm-mobile-hotline span {
	margin-bottom: 4px;
	color: #7b7167;
	font-size: 11px;
	letter-spacing: .14em;
}

.dnm-header-hotline strong,
.dnm-mobile-hotline strong {
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 700;
	letter-spacing: .04em;
}

.dnm-header-hotline:hover,
.dnm-header-hotline:focus,
.dnm-mobile-hotline:hover,
.dnm-mobile-hotline:focus {
	color: #9c1d25;
}

.dnm-header-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.dnm-header-toggle span {
	display: block;
	width: 26px;
	height: 2px;
	margin: 6px auto;
	background: #111;
	transition: transform .2s ease, opacity .2s ease;
}

.dnm-mobile-panel,
.dnm-mobile-backdrop {
	display: none;
}

body.dnm-mobile-menu-open {
	overflow: hidden;
}

body.admin-bar #masthead.dnm-site-header {
	top: 32px;
}

@media (max-width: 1199px) {
	.dnm-header-inner {
		width: min(100% - 32px, 1080px);
		gap: 18px;
		min-height: 78px;
	}

	.dnm-header-nav,
	.dnm-header-right {
		display: none;
	}

	.dnm-header-logo {
		min-width: 0;
	}

	.dnm-header-logo img {
		max-width: 180px;
		max-height: 56px;
	}

	.dnm-header-logo strong {
		max-width: 180px;
		font-size: 22px;
	}

	.dnm-header-toggle {
		display: block;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.dnm-site-header.is-mobile-open .dnm-header-toggle span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.dnm-site-header.is-mobile-open .dnm-header-toggle span:nth-child(2) {
		opacity: 0;
	}

	.dnm-site-header.is-mobile-open .dnm-header-toggle span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.dnm-mobile-panel {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10001;
		display: block;
		width: min(420px, 86vw);
		height: 100vh;
		padding: 22px 24px 36px;
		background: #f5f3e8;
		box-shadow: -20px 0 48px rgba(0, 0, 0, .18);
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform .24s ease;
	}

	body.admin-bar .dnm-mobile-panel {
		top: 32px;
		height: calc(100vh - 32px);
	}

	.dnm-site-header.is-mobile-open .dnm-mobile-panel {
		transform: translateX(0);
	}

	.dnm-mobile-backdrop {
		position: fixed;
		inset: 0;
		z-index: 10000;
		display: block;
		background: rgba(0, 0, 0, .4);
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s ease, visibility .2s ease;
	}

	.dnm-site-header.is-mobile-open .dnm-mobile-backdrop {
		opacity: 1;
		visibility: visible;
	}

	.dnm-mobile-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 28px;
	}

	.dnm-mobile-head img {
		max-width: 170px;
		max-height: 56px;
		object-fit: contain;
	}

	.dnm-mobile-close {
		position: relative;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.dnm-mobile-close::before,
	.dnm-mobile-close::after {
		content: "";
		position: absolute;
		left: 9px;
		top: 20px;
		width: 24px;
		height: 2px;
		background: #111;
	}

	.dnm-mobile-close::before {
		transform: rotate(45deg);
	}

	.dnm-mobile-close::after {
		transform: rotate(-45deg);
	}

	.dnm-mobile-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.dnm-mobile-menu + .dnm-mobile-menu {
		margin-top: 8px;
	}

	.dnm-mobile-menu li {
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, .12);
		list-style: none;
	}

	.dnm-mobile-menu a {
		display: block;
		padding: 16px 48px 16px 0;
		color: #151515;
		font-family: "SVN-Gotham-Bold", Arial, sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.25;
		text-decoration: none;
		text-transform: uppercase;
	}

	.dnm-mobile-menu .sub-menu {
		display: none;
		margin: 0;
		padding: 0 0 12px 16px;
		list-style: none;
	}

	.dnm-mobile-menu .sub-menu a {
		padding: 10px 42px 10px 0;
		font-size: 15px;
		font-weight: 600;
		text-transform: none;
	}

	.dnm-mobile-menu li.is-open > .sub-menu {
		display: block;
	}

	.dnm-submenu-toggle {
		position: absolute;
		top: 5px;
		right: 0;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.dnm-submenu-toggle::before,
	.dnm-submenu-toggle::after {
		content: "";
		position: absolute;
		left: 13px;
		top: 20px;
		width: 16px;
		height: 2px;
		background: #111;
	}

	.dnm-submenu-toggle::after {
		transform: rotate(90deg);
		transition: transform .2s ease;
	}

	.dnm-mobile-menu li.is-open > .dnm-submenu-toggle::after {
		transform: rotate(0);
	}

	.dnm-mobile-lang {
		margin-top: 28px;
	}

	.dnm-mobile-hotline {
		width: 100%;
		margin-top: 18px;
		padding: 18px 0 0;
		border-top: 1px solid rgba(0, 0, 0, .12);
		border-left: 0;
	}

	.dnm-mobile-hotline strong {
		font-size: 18px;
	}

}

@media (max-width: 782px) {
	body.admin-bar #masthead.dnm-site-header {
		top: 46px;
	}

	body.admin-bar .dnm-mobile-panel {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

@media (max-width: 600px) {
	body.admin-bar #masthead.dnm-site-header {
		top: 0;
	}

	body.admin-bar .dnm-mobile-panel {
		top: 0;
		height: 100vh;
	}

	.dnm-header-inner {
		width: calc(100% - 24px);
		min-height: 70px;
	}

	.dnm-header-logo img {
		max-width: 150px;
		max-height: 48px;
	}

	.dnm-mobile-panel {
		width: 88vw;
		padding-inline: 20px;
	}

}

.dnm-footer {
	background: #fff;
	color: #10131a;
}

.dnm-footer-inner {
	display: grid;
	grid-template-columns: 220px 340px minmax(0, 1fr);
	align-items: start;
	gap: clamp(48px, 6vw, 110px);
	width: min(1328px, calc(100% - 80px));
	margin: 0 auto;
	padding: 132px 0 120px;
}

.dnm-footer-logo {
	display: flex;
	align-items: center;
	min-height: 118px;
}

.dnm-footer-logo .logo-heager,
.dnm-footer-logo .site-branding {
	padding: 0;
}

.dnm-footer-logo a {
	display: inline-flex;
	align-items: center;
	color: #111;
	text-decoration: none;
}

.dnm-footer-logo img {
	display: block;
	width: auto;
	max-width: 210px;
	max-height: 92px;
	object-fit: contain;
}

.dnm-footer-logo strong {
	display: block;
	max-width: 230px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

.dnm-footer-contact {
	color: #10131a;
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.42;
}

.dnm-footer-contact p {
	margin: 0 0 6px;
}

.dnm-footer-contact a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.dnm-footer-contact a:hover,
.dnm-footer-contact a:focus,
.dnm-footer-nav a:hover,
.dnm-footer-nav a:focus {
	color: #541113;
}

.dnm-footer-social {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 12px;
}

.dnm-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #000;
	color: #fff;
}

.dnm-footer-social svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dnm-footer-social a:nth-child(2) svg,
.dnm-footer-social a:nth-child(3) svg {
	fill: currentColor;
	stroke: none;
}

.dnm-footer-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: clamp(38px, 4vw, 78px);
	font-family: "SVN-Gotham-Regular", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.4;
}

.dnm-footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dnm-footer-nav li {
	margin: 0 0 7px;
	padding: 0;
	list-style: none;
}

.dnm-footer-nav a {
	color: #10131a;
	text-decoration: none;
}

.dnm-footer-nav .is-strong a {
	font-family: "SVN-Gotham-Bold", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.dnm-footer-inner {
		grid-template-columns: 190px minmax(260px, 1fr);
		gap: 42px 64px;
		width: min(100% - 40px, 920px);
		padding: 84px 0 82px;
	}

	.dnm-footer-nav {
		grid-column: 1 / -1;
		gap: 32px;
	}
}

@media (max-width: 767px) {
	.dnm-footer-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		width: calc(100% - 32px);
		padding: 64px 0 58px;
		text-align: center;
	}

	.dnm-footer-logo {
		justify-content: center;
		min-height: 0;
	}

	.dnm-footer-contact {
		font-size: 17px;
	}

	.dnm-footer-social {
		justify-content: center;
	}

	.dnm-footer-nav {
		grid-template-columns: 1fr;
		gap: 20px;
		font-size: 18px;
	}
}
