body.fm-home .menu-row {
	display: none !important;
}

#common-home .fm-slideshow-plus-inner,
#common-home .fm-shop-advantages-row {
	display: none !important;
}

.fm-formats {
	margin: 8px 0 18px;
	padding: 28px;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.fm-formats__head {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 20px 48px;
	align-items: start;
	margin-bottom: 28px;
}

.fm-formats__head h2 {
	margin: 0;
	color: #1c1c1c;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.fm-formats__head p {
	margin: 4px 0 0;
	color: #1c1c1c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

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

.fm-formats__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
}

.fm-formats__photo {
	position: relative;
	display: block;
	width: 100%;
	height: 410px;
	border-radius: 18px;
	overflow: hidden;
}

.fm-formats__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fm-formats__photo::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 36px;
	top: 46px;
	bottom: 46px;
	border-left: 2px dashed rgba(255, 255, 255, 0.92);
}

.fm-formats__badge {
	position: absolute;
	z-index: 2;
	left: 16px;
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: #199f5c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.fm-formats__badge--top {
	top: 16px;
}

.fm-formats__badge--bottom {
	bottom: 16px;
}

.fm-formats__name {
	margin: 16px 0 16px;
	color: #1c1c1c;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.fm-formats__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 196px;
	margin-top: auto;
	padding: 12px 28px;
	border: 1.5px solid #2c2c2c;
	border-radius: 999px;
	background: transparent;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fm-formats__btn:hover,
.fm-formats__btn:focus {
	background: #199f5c;
	border-color: #199f5c;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.fm-formats__head,
	.fm-formats__grid {
		grid-template-columns: 1fr;
	}

	.fm-formats__head {
		gap: 14px;
		margin-bottom: 22px;
	}

	.fm-formats__head h2 {
		font-size: 30px;
	}

	.fm-formats__head p {
		font-size: 15px;
		font-weight: 600;
	}

	.fm-formats__photo {
		height: 360px;
	}
}

@media (max-width: 575.98px) {
	.fm-formats {
		padding-left: 18px;
		padding-right: 18px;
	}

	.fm-formats__head h2 {
		font-size: clamp(20px, 6vw, 28px);
	}
}
