html body {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html body h1,
html body h2,
html body h3,
html body .header .menu a,
html body .footer-column h3,
html body .mobile-menu__item {
	font-family: "Montserrat", "Inter", sans-serif;
	letter-spacing: 0;
}

body .header {
	position: sticky;
	top: 0;
	z-index: 70;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(18, 20, 22, 0.1);
	box-shadow: none;
	backdrop-filter: blur(18px);
}

body .header .container {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	max-width: none;
	padding: 0 clamp(24px, 4vw, 64px);
}

body .header .logo {
	flex: 0 0 auto;
}

body .header .logo img {
	width: clamp(158px, 13vw, 210px);
	max-height: 48px;
	object-fit: contain;
}

body .header .logo span {
	display: none;
}

body .header .menu-header {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

body .header .menu-header > ul.menu {
	display: flex;
	align-items: center;
	gap: clamp(30px, 4vw, 64px);
	margin: 0;
	padding: 0;
}

body .header .menu-header li {
	margin: 0;
}

body .header .menu-header a {
	color: #202326;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	text-transform: none;
	white-space: nowrap;
}

body .header .menu-header a:hover {
	color: #8e7356;
}

body .header .menu-header .current-menu-item > a,
body .header .menu-header .current_page_item > a,
body .header .menu-header a[aria-current="page"] {
	color: #000101;
	font-weight: 700;
}

body .header .menu-header > ul.menu > li {
	position: relative;
}

body .header .menu-header .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	z-index: 80;
	display: grid;
	min-width: 220px;
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(18, 20, 22, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 44px rgba(18, 20, 22, 0.12);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 6px);
	transition: opacity 180ms ease, transform 180ms ease;
}

body .header .menu-header li:hover > .sub-menu,
body .header .menu-header li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

body .header .menu-header .sub-menu a {
	display: block;
	padding: 9px 12px;
	border-radius: 10px;
	color: #202326;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

body .header .menu-header .sub-menu a:hover {
	background: rgba(142, 115, 86, 0.1);
	color: #8e7356;
}

body .header .menu_login {
	display: none !important;
}

body .header-phone {
	margin-left: auto;
}

body .header-phone a {
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}

body .header .btn_blue {
	min-height: 40px;
	margin-left: 18px;
	padding: 0 19px;
	border: 1px solid #151719;
	border-radius: 999px;
	background: transparent;
	color: #151719;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 38px;
	box-shadow: none;
}

body .header .btn_blue:hover {
	background: #151719;
	color: #fff;
}

body .header .ava_menu {
	margin-left: 18px;
}

body .header .mob-menu,
body .header .menu-button {
	display: none;
	margin-left: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #151719;
	cursor: pointer;
}

body .header .menu-button svg {
	display: block;
	width: 32px;
	height: 32px;
}

.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: none;
	background: rgba(18, 20, 22, 0.28);
}

.mobile-menu__panel {
	width: min(86vw, 380px);
	max-width: calc(100vw - 28px);
	height: 100dvh;
	margin-left: auto;
	overflow-y: auto;
	background: #faf9f7;
	color: #1a1c1b;
	box-shadow: -28px 0 70px rgba(18, 20, 22, 0.18);
	transform: translateX(100%);
	transition: transform 260ms ease;
}

.mobile-menu__top {
	position: sticky;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	padding: 13px 22px 12px;
	border-bottom: 1px solid rgba(1, 1, 0, 0.18);
	background: #faf9f7;
}

.mobile-menu__brand img {
	width: 150px;
	height: auto;
}

.mobile-menu__close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #000101;
	cursor: pointer;
}

.mobile-menu__close svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.mobile-menu__nav {
	display: grid;
	gap: 10px;
	padding: 26px 24px 24px;
}

.mobile-menu__entry {
	display: grid;
	gap: 8px;
}

.mobile-menu__row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mobile-menu__item {
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: center;
	flex: 1 1 auto;
	gap: 14px;
	min-height: 46px;
	color: #44474a;
	font-size: 24px;
	font-weight: 600;
	line-height: 31px;
	text-decoration: none;
}

.mobile-menu__item svg,
.mobile-menu__toggle svg,
.mobile-menu__button svg,
.mobile-menu__socials svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mobile-menu__item svg {
	width: 25px;
	height: 25px;
	color: #44474a;
}

.mobile-menu__entry.is-active > .mobile-menu__row .mobile-menu__item,
.mobile-menu__item.is-active {
	color: #000101;
}

.mobile-menu__toggle {
	display: grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(18, 20, 22, 0.12);
	border-radius: 999px;
	background: #fff;
	color: #44474a;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mobile-menu__toggle svg {
	width: 19px;
	height: 19px;
	stroke-width: 2.2;
	transition: transform 180ms ease;
}

.mobile-menu__toggle[aria-expanded="true"] {
	background: #121416;
	color: #fff;
}

.mobile-menu__toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.mobile-menu__group {
	display: grid;
	gap: 12px;
}

.mobile-menu__subnav {
	display: grid;
	gap: 7px;
	margin-left: 42px;
	padding: 2px 0 8px 20px;
	border-left: 1px solid #c5c6ca;
}

.mobile-menu__subnav[hidden] {
	display: none !important;
}

.mobile-menu__subnav--nested {
	margin: -2px 0 2px 10px;
	padding: 0 0 0 15px;
}

.mobile-menu__subnav a {
	color: #44474a;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0;
	text-decoration: none;
}

.mobile-menu__subnav a.is-active,
.mobile-menu__subnav a:hover {
	color: #8e7356;
}

.mobile-menu__actions {
	display: grid;
	gap: 12px;
	padding: 0 24px 30px;
}

.mobile-menu__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	border-radius: 10px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.mobile-menu__button svg {
	width: 21px;
	height: 21px;
}

.mobile-menu__button--dark {
	background: #121416;
	color: #fff;
	box-shadow: 0 16px 34px rgba(18, 20, 22, 0.18);
}

.mobile-menu__button--gold {
	background: #8e7356;
	color: #fff;
}

.mobile-menu__footer {
	display: grid;
	gap: 18px;
	justify-items: center;
	padding: 24px 20px 28px;
	background: #e3e2e0;
}

.mobile-menu__socials {
	display: flex;
	align-items: center;
	gap: 24px;
}

.mobile-menu__socials a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #44474a;
}

.mobile-menu__socials svg {
	width: 27px;
	height: 27px;
}

.mobile-menu__footer p {
	margin: 0;
	color: rgba(68, 71, 74, 0.64);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.02em;
}

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

body.mobile-menu-open .mobile-menu {
	display: block;
}

body.mobile-menu-open .mobile-menu__panel {
	transform: translateX(0);
}

.site-footer {
	display: block;
	max-width: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(1, 1, 0, 0.1);
	background: #e3e2e0;
}

body > footer:not(.site-footer) {
	display: none !important;
}

.footer-main {
	display: grid;
	grid-template-columns: minmax(220px, 0.85fr) minmax(520px, 2.2fr) minmax(180px, 0.65fr);
	gap: clamp(28px, 5vw, 72px);
	max-width: 1440px;
	margin: 0 auto;
	padding: 64px clamp(24px, 5vw, 72px) 54px;
}

.footer-brand {
	display: grid;
	align-content: start;
	gap: 18px;
}

.footer-brand .brand-logo {
	width: 196px;
	height: auto;
}

.footer-brand p {
	max-width: 270px;
	margin: 0;
	color: #44474a;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.footer-phone {
	width: fit-content;
	border-bottom: 1px solid currentColor;
	color: #000101;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
}

.footer-columns {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(22px, 3vw, 42px);
	color: inherit;
	font-weight: inherit;
}

.footer-column {
	display: grid;
	align-content: start;
	gap: 12px;
}

.footer-column h3 {
	margin: 0 0 8px;
	color: #000101;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.footer-column a {
	color: #44474a;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	transition: color 180ms ease;
}

.footer-column a:hover,
.footer-phone:hover {
	color: #8e7356;
}

.footer-action {
	display: flex;
	align-items: start;
	justify-content: end;
}

.footer-question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid #121416;
	border-radius: 999px;
	background: #121416;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 16px 32px rgba(18, 20, 22, 0.14);
}

.footer-question svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.footer-bottom {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 22px clamp(24px, 5vw, 72px) 28px;
	border-top: 1px solid rgba(1, 1, 0, 0.08);
	color: rgba(68, 71, 74, 0.72);
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 1180px) {
	body .header-phone {
		display: none;
	}

	.footer-main {
		grid-template-columns: 1fr;
	}

	.footer-action {
		justify-content: start;
	}
}

@media (min-width: 981px) and (max-width: 1180px) {
	.site-footer .footer-main {
		grid-template-columns: minmax(220px, 0.85fr) minmax(520px, 2.2fr) minmax(180px, 0.65fr);
	}

	.site-footer .footer-action {
		justify-content: end;
	}
}

@media (max-width: 991px) {
	body .header .menu-header,
	body .header .btn_blue,
	body .header .ava_menu {
		display: none !important;
	}

	body .header .container {
		min-height: 96px;
		padding: 0 24px;
	}

	body .header .logo img {
		width: auto;
		max-height: 58px;
	}

	body .header .mob-menu,
	body .header .menu-button {
		display: block;
		margin-left: auto;
	}
}

@media (min-width: 992px) {
	.mobile-menu {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.footer-main {
		gap: 34px;
		padding: 48px 20px 38px;
	}

	.footer-columns {
		grid-template-columns: 1fr 1fr;
		gap: 28px 22px;
	}

	.footer-brand .brand-logo {
		width: 176px;
	}

	.footer-question {
		width: 100%;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 20px 20px 26px;
	}
}

@media (max-width: 560px) {
	.mobile-menu__panel {
		width: min(88vw, 348px);
	}

	.mobile-menu__top {
		min-height: 64px;
		padding: 12px 18px 11px;
	}

	.mobile-menu__brand img {
		width: 142px;
	}

	.mobile-menu__nav {
		gap: 9px;
		padding: 24px 20px;
	}

	.mobile-menu__item {
		grid-template-columns: 28px 1fr;
		gap: 13px;
		min-height: 44px;
		font-size: 22px;
		line-height: 30px;
	}

	.mobile-menu__item svg {
		width: 24px;
		height: 24px;
	}

	.mobile-menu__subnav {
		gap: 8px;
		margin-left: 40px;
		padding-left: 18px;
	}

	.mobile-menu__subnav a {
		font-size: 15px;
		line-height: 22px;
	}

	.mobile-menu__actions {
		padding: 0 20px 28px;
	}

	.mobile-menu__button {
		min-height: 52px;
		font-size: 14px;
	}
}

@media (max-width: 430px) {
	.footer-columns {
		grid-template-columns: 1fr;
	}
}
