/* llumarpark mobile menu and price polish */

.menu_toggle {
	-webkit-appearance: none;
	appearance: none;
}

.menu_toggle_text {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 0.9;
	text-align: center;
	transform: scaleY(1.24);
	transform-origin: center;
}

.hero_menu_toggle {
	display: none;
	margin-top: 14px;
	background: #111;
	border: 1px solid rgba(255, 153, 0, 0.55);
	color: #fff;
	min-width: 180px;
}

.hero_menu_toggle:hover,
.hero_menu_toggle:focus {
	color: #000;
	background: var(--accent);
}

.hero_actions_stack {
	align-items: center;
	flex-direction: column;
	gap: 14px;
	margin: 28px auto 22px;
	width: min(100%, 360px);
}

.hero_actions_stack .site_btn {
	width: 100%;
}

.hero_actions_stack .hero_menu_toggle {
	background: #fff;
	border-color: #fff;
	color: #000;
	display: inline-block;
	margin-top: 0;
}

.hero_actions_stack .hero_menu_toggle:hover,
.hero_actions_stack .hero_menu_toggle:focus {
	background: #fff;
	color: #000;
}

.mobile_menu_logo {
	display: none !important;
}

.price_panel {
	background: #0a0a0a;
	border: 1px solid rgba(255, 153, 0, 0.3);
	border-radius: 8px;
	color: #fff;
	padding: 28px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.price_intro {
	max-width: 860px;
	margin: 0 auto 20px;
	text-align: center;
}

.price_kicker {
	color: var(--accent);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.1;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.price_title {
	background: transparent !important;
	color: #fff !important;
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 0;
}

.price_lead {
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

.price_badges {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 22px 0;
}

.price_badges div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	font-weight: 600;
	padding: 13px 14px;
	text-align: center;
}

.price_badges span {
	color: var(--accent);
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.price_table_wrap {
	margin-top: 18px;
}

.price_table {
	border-collapse: separate;
	border-spacing: 0 8px;
	display: block;
	margin-top: 0;
	width: 100% !important;
}

.price_table tbody {
	display: block;
	width: 100%;
}

.price_table tr {
	align-items: center;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	color: #111;
	display: grid;
	grid-template-columns: minmax(150px, 0.9fr) minmax(96px, 0.45fr) minmax(145px, 0.65fr) minmax(0, 2.2fr);
	margin-bottom: 8px;
	overflow: hidden;
	padding: 12px 14px;
	width: 100%;
}

.price_table td {
	padding: 6px 10px;
	width: auto !important;
}

.price_table td:empty,
.price_table .old_price:empty {
	display: none;
}

.price_table td[colspan] {
	grid-column: 2 / -1;
}

.price_table .price {
	color: #111;
	font-size: 16px;
	font-weight: 900;
	grid-column: 1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.price_table .old_price:not(:empty) {
	grid-column: 2;
}

.price_table td:nth-child(3) {
	color: #f97316;
	font-size: 20px;
	font-weight: 900;
	grid-column: 3;
	text-align: right;
	white-space: nowrap;
}

.price_table td:nth-child(4),
.price_table td[colspan] {
	color: #343434;
	font-size: 15px;
	font-weight: 600;
	grid-column: 4;
	line-height: 1.35;
}

.price_table tr:has(td[colspan]) .price {
	color: #f97316;
	font-size: 20px;
	grid-column: 3;
	text-align: right;
}

.price_table tr:has(td[colspan]) td[colspan] {
	grid-column: 4;
}

.price_footer {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 22px;
	text-align: center;
}

.price_note {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.price_order_btn {
	border-radius: 8px;
	flex: 0 0 auto;
	font-weight: 800;
	padding: 16px 24px;
}

@media only screen and (max-width: 1199px) {
	.main_menu_site {
		background: rgba(0, 0, 0, 0.92) !important;
		border-bottom: 1px solid rgba(255, 153, 0, 0.32);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
		left: 0;
		min-height: 64px;
		top: 0 !important;
		z-index: 1000;
	}

	.main_menu_site .container {
		align-items: center;
		display: flex;
		justify-content: flex-start;
		min-height: 64px;
	}

	.mobile_menu_logo {
		align-items: center;
		display: flex !important;
		height: 64px;
		justify-content: center;
		left: 50%;
		pointer-events: none;
		position: fixed;
		right: auto;
		top: 0;
		transform: translateX(-50%);
		width: auto;
		z-index: 1;
	}

	.mobile_menu_logo img {
		display: block;
		height: auto;
		margin: 0 auto;
		max-height: 54px;
		max-width: min(130px, 36vw);
		object-fit: contain;
		pointer-events: auto;
		width: auto;
	}

	.menu_btn {
		left: auto !important;
		position: static !important;
		text-align: left;
		top: auto !important;
	}

	.hamburger.menu_toggle {
		align-items: center;
		color: #fff;
		display: inline-flex;
		flex-direction: column;
		gap: 7px;
		height: 58px;
		justify-content: center;
		padding: 6px 14px;
		width: 76px;
	}

	.hamburger-box {
		height: 22px;
		width: 32px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: var(--accent);
		height: 3px;
		width: 32px;
	}

	.hamburger-inner::before {
		top: -9px;
	}

	.hamburger-inner::after {
		bottom: -9px;
	}

	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #fff;
	}

	.header .top_line {
		padding-top: 64px;
	}

	.header .top_line .logo {
		display: none;
	}

	#main_menu nav {
		background: #111 !important;
		border: 1px solid rgba(255, 153, 0, 0.32);
		border-radius: 0 0 8px 0;
		box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
		left: 0;
		max-height: calc(100vh - 74px);
		overflow-y: auto;
		padding: 8px 0;
		position: fixed;
		right: auto;
		top: 64px;
		width: min(330px, 88vw);
	}

	.main_menu_site ul a,
	.header .main_menu_site ul a:hover {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		color: #fff;
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 0.03em;
		padding: 15px 20px;
	}

	.main_menu_site ul > li:before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.mobile_hero_actions {
		padding: 20px 20px 30px !important;
	}

	.hero_menu_toggle {
		display: inline-flex;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.sec_price {
		background: #0a0a0a !important;
		padding: 22px 0 0 !important;
	}

	.price_panel {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		padding: 22px 14px;
	}

	.price_title {
		font-size: 25px !important;
	}

	.price_kicker {
		font-size: 30px;
		letter-spacing: 0.1em;
		margin-bottom: 16px;
	}

	.price_lead {
		font-size: 15px;
	}

	.price_badges {
		grid-template-columns: 1fr;
		gap: 8px;
		margin: 18px 0;
	}

	.price_table tr {
		align-items: start;
		display: grid;
		gap: 8px 12px;
		grid-template-areas:
			"tariff amount"
			"details details";
		grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
		padding: 14px;
	}

	.price_table td {
		padding: 0;
		width: 100% !important;
	}

	.price_table td:before {
		color: #7a7a7a;
		display: block;
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 0.1em;
		margin-bottom: 3px;
		text-transform: uppercase;
	}

	.price_table .price:before {
		content: "Тариф";
	}

	.price_table tr:has(td[colspan]) .price:before {
		content: "Цена";
	}

	.price_table td:nth-child(3):before {
		content: "Цена";
	}

	.price_table td:nth-child(4):before,
	.price_table td[colspan]:before {
		content: "Что входит";
	}

	.price_table .price {
		font-size: 18px;
		grid-area: tariff;
	}

	.price_table td:nth-child(3) {
		font-size: 32px;
		grid-area: amount;
		line-height: 1;
		text-align: right;
	}

	.price_table td:nth-child(4),
	.price_table td[colspan] {
		grid-area: details;
	}

	.price_table tr:has(td[colspan]) {
		grid-template-areas: "details amount";
	}

	.price_table tr:has(td[colspan]) .price {
		color: #f97316;
		font-size: 32px;
		grid-area: amount;
		line-height: 1;
		text-align: right;
	}

	.price_table tr:has(td[colspan]) td[colspan] {
		grid-area: details;
	}

	.price_footer {
		align-items: stretch;
		flex-direction: column;
		text-align: center;
	}
}
