.kuraje-header-v2,
.kuraje-header-v2 *,
.kh2-megamenu,
.kh2-megamenu *,
.kh2-mobile-menu,
.kh2-mobile-menu *,
.kh2-overlay {
	box-sizing: border-box;
}

.kuraje-header-v2 {
	position: static;
	top: 0;
	z-index: 90;
	width: 100%;
	background: #f5f5f5;
	color: #111;
	font-family: "Montserrat", Arial, sans-serif;
}

.kuraje-header-v2_front {
	position: fixed;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(25, 20, 16, .42) 0%, rgba(25, 20, 16, 0) 100%);
	color: #fff;
}

.kuraje-header-v2.kh2-open,
.kuraje-header-v2.kh2-mobile-open {
	background: #f5f5f5;
	color: #111;
}

.kh2-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1823px;
	margin: 0 auto;
	min-height: auto;
	padding: 12px 40px;
}

.kh2-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	width: 100%;
	max-width: 1823px;
	min-height: auto;
	margin: 0 auto;
	padding: 32px 40px;
}

.kuraje-header-v2_front .kh2-main {
	background: transparent;
}

.kuraje-header-v2:not(.kuraje-header-v2_front) .kh2-main {
	border-top: 1px solid rgba(255, 255, 255, 0);
}

.kuraje-header-v2.kh2-open .kh2-main,
.kuraje-header-v2:not(.kuraje-header-v2_front) .kh2-main {
	border-top-color: #e3e1df;
}

.kh2-top__nav,
.kh2-top__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.kh2-top__actions {
	justify-content: flex-end;
}

.kh2-mobile-actions,
.kh2-mobile-menu {
	display: none;
}

.kh2-top__nav a,
.kh2-catalog-btn,
.kh2-appointment,
.kh2-menu-cat,
.kh2-subtitle,
.kh2-burger-menu a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
}

.kh2-catalog-btn,
.kh2-appointment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	border: 1px solid #a69a8b;
	border-radius: 50px;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	backdrop-filter: blur(32px);
	transition-duration: .25s;
}

.kh2-catalog-btn {
	justify-self: start;
	width: fit-content;
	min-width: 0;
	padding: 0 20px;
}

.kh2-appointment {
	justify-self: end;
	width: fit-content;
	min-width: 0;
	margin-left: auto;
	padding: 0 20px;
}

.kh2-appointment svg {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-left: 2px;
}

.kh2-catalog-btn svg path,
.kh2-appointment svg path {
	transition: fill .25s ease;
}

.kuraje-header-v2:not(.kuraje-header-v2_front) .kh2-catalog-btn svg path,
.kuraje-header-v2:not(.kuraje-header-v2_front) .kh2-appointment svg path {
	fill: #252525;
}

.kuraje-header-v2_front .kh2-catalog-btn,
.kuraje-header-v2_front .kh2-appointment {
	border-color: rgba(255, 255, 255, .2);
	background: rgba(0, 0, 0, .1);
	color: #fff;
}

.kuraje-header-v2_front .kh2-catalog-btn svg path,
.kuraje-header-v2_front .kh2-appointment svg path {
	fill: #fff;
}

.kh2-catalog-btn:hover,
.kh2-appointment:hover {
	background: #252525;
	border-color: #252525;
	color: #fff;
}

.kh2-catalog-btn:hover svg path,
.kh2-appointment:hover svg path {
	fill: #fff;
}

.kuraje-header-v2:not(.kuraje-header-v2_front) .kh2-catalog-btn:hover svg path,
.kuraje-header-v2:not(.kuraje-header-v2_front) .kh2-appointment:hover svg path {
	fill: #fff;
}

.kuraje-header-v2_front .kh2-catalog-btn:hover,
.kuraje-header-v2_front .kh2-appointment:hover {
	background: #fff;
	border-color: #fff;
	color: #252525;
}

.kuraje-header-v2_front .kh2-catalog-btn:hover svg path,
.kuraje-header-v2_front .kh2-appointment:hover svg path {
	fill: #252525;
}

.kuraje-header-v2.kh2-open .kh2-catalog-btn:hover,
.kuraje-header-v2.kh2-open .kh2-appointment:hover {
	background: #252525;
	border-color: #252525;
	color: #fff;
}

.kuraje-header-v2.kh2-open .kh2-catalog-btn:hover svg path,
.kuraje-header-v2.kh2-open .kh2-appointment:hover svg path {
	fill: #fff;
}

.kuraje-header-v2.kh2-open .kh2-catalog-btn,
.kuraje-header-v2.kh2-open .kh2-appointment {
	border-color: #a69a8b;
	background: transparent;
	color: #252525;
	opacity: 1;
}

.kuraje-header-v2.kh2-open .kh2-catalog-btn svg path,
.kuraje-header-v2.kh2-open .kh2-appointment svg path {
	fill: #252525;
}

.kh2-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	color: inherit;
	text-decoration: none;
}

.kh2-logo img {
	display: block;
	width: 159px;
	height: auto;
}

.kuraje-header-v2_front .kh2-logo img {
	filter: brightness(0) invert(1);
}

.kuraje-header-v2.kh2-open .kh2-logo img,
.kuraje-header-v2.kh2-mobile-open .kh2-logo img {
	filter: none;
}

.kh2-icon-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.kh2-icon-btn .icon {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.kuraje-header-v2_front .kh2-icon-btn .icon {
	filter: brightness(0) invert(1);
}

.kuraje-header-v2.kh2-open .kh2-icon-btn .icon,
.kuraje-header-v2.kh2-mobile-open .kh2-icon-btn .icon {
	filter: none;
}

.kh2-counter {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 0;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: currentColor;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	transform: translate(-50%, -36%);
	pointer-events: none;
}

.kh2-burger {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 44px;
	height: 44px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.kh2-burger span {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	transition: transform .25s ease, opacity .25s ease;
}

.kh2-burger.kh2-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.kh2-burger.kh2-active span:nth-child(2) {
	opacity: 0;
}

.kh2-burger.kh2-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.kh2-megamenu {
	position: fixed;
	top: 168px;
	left: 0;
	z-index: 86;
	display: flex;
	width: 100%;
	height: calc(100vh - 168px);
	border-top: 1px solid #e3e1df;
	background: transparent;
	color: #111;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .4s ease, visibility .4s ease;
}

.kh2-megamenu.kh2-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.kh2-megamenu__left {
	position: relative;
	flex: 0 0 420px;
	width: 420px;
	height: 100%;
	padding: 66px 0 20px;
	overflow-y: auto;
	background: #fff;
	transition: background-color .3s ease;
}

.kh2-megamenu__left.kh2-wedding-hover {
	background: #f5f5f5;
}

.kh2-menu-close {
	position: absolute;
	top: 0;
	left: 16px;
	width: 66px;
	height: 66px;
	padding: 24px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.kh2-menu-close::before,
.kh2-menu-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #252525;
	content: "";
}

.kh2-menu-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.kh2-menu-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.kh2-menu-cat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	padding: 16px 24px 16px 40px;
	color: #252525;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.13;
	transition: all .2s;
}

.kh2-menu-cat:hover,
.kh2-menu-cat_active {
	background: #fff;
}

.kh2-menu-arrow {
	display: block;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-left: 16px;
}

.kh2-menu-cat__label {
	display: inline-block;
	font-size: .95rem;
	letter-spacing: .02em;
	transition: transform .25s ease;
	transform-origin: left center;
}

.kh2-menu-cat:hover .kh2-menu-cat__label {
	transform: scale(1.02);
}

.kh2-megamenu__right {
	display: none;
	flex: 1 1 auto;
	grid-template-columns: 35% 65%;
	height: 100%;
	min-width: 0;
	overflow-y: auto;
	border-left: 1px solid #e3e1df;
	background: #fff;
}

.kh2-megamenu__right.kh2-wedding-active {
	display: grid;
	animation: kh2FadeIn .3s ease forwards;
}

.kh2-megamenu__right.kh2-wedding-fade-out {
	display: grid;
	animation: kh2FadeOut .4s ease forwards;
}

.kh2-megamenu__middle {
	overflow-y: auto;
	padding: 65px 0 20px;
	border-right: 1px solid #e3e1df;
	background: #fff;
	animation: kh2FadeIn .2s ease;
}

.kh2-subtitle {
	display: flex;
	align-items: center;
	padding: 0;
	color: #252525;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	text-transform: uppercase;
}

.kh2-subsection {
	border-top: 1px solid #e3e1df;
}

.kh2-subsection {
	padding: 16px 24px;
}

.kh2-subsection:last-child {
	border-bottom: 1px solid #e3e1df;
}

.kh2-subsection > span.kh2-subtitle {
	margin-bottom: 16px;
}

.kh2-subsection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Inter", sans-serif;
}

.kh2-subsection li {
	margin-bottom: 10px;
}

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

.kh2-subsection ul a {
	display: flex;
	padding: 0;
	color: #252525;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.17;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
}

.kh2-subsection ul a:hover,
.kh2-subtitle:hover {
	color: #252525;
	opacity: .6;
}

.kh2-megamenu__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: minmax(260px, 1fr);
	gap: 4px;
	overflow: hidden;
	background: #fff;
}

.kh2-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 260px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.kh2-card::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .18);
	content: "";
}

.kh2-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.kh2-card:hover img {
	transform: scale(1.04);
}

.kh2-card span,
.kh2-card strong {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.kh2-card span {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
}

.kh2-card strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 1.05;
}

.kh2-overlay {
	position: fixed;
	top: 168px;
	left: 0;
	z-index: 84;
	width: 100%;
	height: calc(100vh - 168px);
	background: rgba(0, 0, 0, .16);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .24s ease, visibility .24s ease;
}

.kh2-overlay.kh2-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

@keyframes kh2FadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes kh2FadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@media (max-width: 1280px) {
	.kh2-megamenu__left {
		flex-basis: 320px;
		width: 320px;
	}
}

@media (max-width: 1024px) {
	.kuraje-header-v2 {
		position: sticky;
		top: 0;
		background: #f5f5f5;
		color: #111;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) {
		position: fixed;
		background: linear-gradient(180deg, rgba(37, 37, 37, .36) 50%, rgba(37, 37, 37, 0) 94%);
		color: #fff;
	}

	.kh2-top {
		display: none;
	}

	.kh2-main {
		grid-template-areas:
			"burger logo actions"
			"appointment appointment appointment";
		grid-template-columns: 60px 1fr 60px;
		grid-template-rows: 64px 40px;
		gap: 0 0;
		min-height: 108px;
		padding: 0 20px 4px;
		border-top: 0;
	}

	.kh2-catalog-btn {
		display: none;
	}

	.kh2-burger {
		display: flex;
		grid-area: burger;
		justify-self: start;
	}

	.kh2-logo {
		grid-area: logo;
	}

	.kh2-logo img {
		width: 118px;
		filter: none;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) .kh2-logo img {
		filter: brightness(0) invert(1);
	}

	.kh2-mobile-actions {
		display: flex;
		grid-area: actions;
		align-items: center;
		justify-content: flex-end;
		gap: 8px;
		justify-self: end;
	}

	.kuraje-header-v2 .kh2-mobile-actions .kh2-icon-btn {
		color: #252525;
	}

	.kuraje-header-v2 .kh2-mobile-actions .kh2-icon-btn .icon {
		filter: none;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) .kh2-mobile-actions .kh2-icon-btn {
		color: #fff;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) .kh2-mobile-actions .kh2-icon-btn .icon {
		filter: brightness(0) invert(1);
	}

	.kuraje-header-v2 .kh2-appointment {
		display: inline-flex;
		grid-area: appointment;
		justify-self: stretch;
		width: 100%;
		height: 40px;
		margin: 0;
		padding: 0 16px;
		border-color: #a69a8b;
		background: transparent;
		color: #252525;
		font-size: 12px;
	}

	.kuraje-header-v2 .kh2-appointment svg path {
		fill: #252525;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) .kh2-appointment {
		border-color: rgba(255, 255, 255, .2);
		background: rgba(0, 0, 0, .1);
		color: #fff;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) .kh2-appointment svg path {
		fill: #fff;
	}

	.kuraje-header-v2_front:not(.kh2-mobile-open) .kh2-burger {
		border-color: rgba(255, 255, 255, .2);
		background: rgba(255, 255, 255, .1);
		color: #fff;
	}

	.kh2-megamenu {
		display: none;
	}

	.kh2-mobile-menu {
		position: fixed;
		top: 108px;
		left: 0;
		z-index: 86;
		display: block;
		width: 100%;
		height: calc(100vh - 108px);
		height: calc(100dvh - 108px);
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		transform: translateX(-100%);
		visibility: hidden;
		pointer-events: none;
		transition: transform .3s ease, visibility .3s ease;
	}

	.kh2-mobile-menu.kh2-open {
		transform: translateX(0);
		visibility: visible;
		pointer-events: auto;
	}

	.kh2-mobile-nav {
		display: flex;
		min-height: 100%;
		flex-direction: column;
		padding: 20px 0;
	}

	.kh2-mobile-toggle,
	.kh2-mobile-link {
		width: 100%;
		border: 0;
		background: transparent;
		color: #252525;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.29;
		letter-spacing: 0;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}

	.kh2-mobile-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 48px;
		padding: 12px 20px;
		cursor: pointer;
	}

	.kh2-mobile-toggle_level-2,
	.kh2-mobile-link_level-2 {
		padding-right: 36px;
		padding-left: 36px;
	}

	.kh2-mobile-toggle_level-3,
	.kh2-mobile-link_level-3 {
		padding-right: 52px;
		padding-left: 52px;
	}

	.kh2-mobile-link {
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.kh2-mobile-link_inner {
		padding: 8px 52px;
		font-size: 12px;
		font-weight: 400;
	}

	.kh2-mobile-link_root {
		padding: 12px 20px;
	}

	.kh2-mobile-toggle_border,
	.kh2-mobile-link_border {
		border-bottom: 1px solid #e3e1df;
	}

	.kh2-mobile-panel {
		display: none;
		background: #f8f8f8;
	}

	.kh2-mobile-accordion_open > .kh2-mobile-panel {
		display: block;
	}

	.kh2-mobile-arrow {
		flex: 0 0 auto;
		width: 8px;
		height: 8px;
		margin-left: 16px;
		border-right: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		transform: rotate(45deg) translate(-2px, -2px);
		transition: transform .25s ease;
	}

	.kh2-mobile-accordion_open > .kh2-mobile-toggle .kh2-mobile-arrow {
		transform: rotate(225deg) translate(-2px, -2px);
	}

	.kh2-overlay {
		display: none;
	}
}

@media (max-width: 480px) {
	.kh2-main {
		grid-template-columns: 52px 1fr 52px;
		padding: 0 16px 4px;
	}

	.kh2-logo img {
		width: 108px;
	}
}
