

/* Start:/local/templates/mighty/components/bitrix/menu/help/style.css?17853082611178*/
.help-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.help-nav-item {
	position: relative;
	display: flex;
	min-height: 160px;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	padding: 24px;
	background: var(--test-color-100);
	color: var(--dark-500);
	transition: background-color .15s ease-in-out, color .15s ease-in-out;
}

.help-nav-item:hover,
.help-nav-item.active {
	background: var(--test-color-200);
	color: var(--dark-500);
}

.help-nav-title {
	display: block;
	max-width: calc(100% - 32px);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.help-nav-desc {
	display: block;
	max-width: 360px;
	margin-top: 32px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .01em;
	color: var(--dark-600);
}

.help-nav-arrow {
	position: absolute;
	top: 24px;
	right: 24px;
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 719px) {
	.help-nav {
		grid-template-columns: 1fr;
	}

	.help-nav-item {
		min-height: 132px;
		padding: 20px;
	}
}

/* End */
/* /local/templates/mighty/components/bitrix/menu/help/style.css?17853082611178 */
