.fm-hero {
	display: flex;
	align-items: center;
	height: 560px;
	margin: 8px 0 16px;
	padding: 40px 52px;
	border-radius: 22px;
	overflow: hidden;
	background-color: #0b1220;
	background-image:
		linear-gradient(90deg, rgba(6, 10, 18, 0.92) 0%, rgba(6, 10, 18, 0.78) 32%, rgba(6, 10, 18, 0.28) 56%, rgba(6, 10, 18, 0) 74%),
		url("/image/catalog/home-hero/hero.webp");
	background-repeat: no-repeat;
	background-position: center right, right 30%;
	background-size: cover, cover;
}

.fm-hero__content {
	max-width: 640px;
}

.fm-hero h2 {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.fm-hero__accent {
	color: #e6ff4d;
	font-weight: 700;
}

.fm-hero p {
	margin: 0 0 18px;
	max-width: 500px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.fm-hero__points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.fm-hero__points li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.fm-hero__check {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
}

.fm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.fm-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 14px 26px;
	border: 0;
	border-radius: 999px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.fm-hero__btn--quote {
	background: #e6ff4d;
	color: #1c1c1c;
}

.fm-hero__btn--quote:hover,
.fm-hero__btn--quote:focus {
	background: #d6f043;
	color: #1c1c1c;
	text-decoration: none;
}

.fm-hero__btn--tg {
	background: rgba(18, 22, 30, 0.72);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.fm-hero__btn--tg:hover,
.fm-hero__btn--tg:focus {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.fm-hero__btn--tg i {
	font-size: 20px;
}

@media (max-width: 991.98px) {
	.fm-hero {
		align-items: flex-end;
		height: auto;
		min-height: 480px;
		padding: 28px 22px 24px;
		background-image:
			linear-gradient(180deg, rgba(6, 10, 18, 0.08) 0%, rgba(6, 10, 18, 0.55) 42%, rgba(6, 10, 18, 0.92) 100%),
			url("/image/catalog/home-hero/hero.webp");
		background-position: center top, center 20%;
	}

	.fm-hero__content {
		max-width: none;
	}

	.fm-hero h2 {
		font-size: 32px;
	}

	.fm-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.fm-hero__btn {
		width: 100%;
	}
}
