.nm-catalog {
	padding: 40px 0px;
	background: #e5e5e5;
}
.nm-catalog__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.nm-catalog__top {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: flex-end;
}
.nm-catalog__text {
	font-size: 16px;
	color: #666;
	margin: 0;
	max-width: 670px;
}
.nm-catalog__header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}
.nm-catalog__title {
	font-size: 14px;
	font-weight: 700;
	color: #ba102c;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	line-height: normal;
}
.nm-catalog__subtitle {
	font-size: 24px;
	font-weight: 700;
}
.nm-catalog__link {
	background-color: #ba102c;
	border: 1px solid #ba102c;
	color: #fff;
	height: 50px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.nm-catalog__link:hover {
	background: transparent;
	color: #ba102c;
}
.nm-catalog__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.nm-catalog-section {
	display: flex;
	gap: 24px;
	width: 100%;
	align-items: center;
}
.nm-catalog-section__slider {
	width: 100%;
}
.nm-catalog-section__item {
	width: auto;
	text-align: center;
	padding: 16px 12px;
	background: #fff;
	color: #000;
	cursor: pointer;
	border-radius: 999px;
	transition: all 0.3s;
}
.nm-catalog-section__item.swiper-slide-thumb-active {
	background: #323232;
	color: #fff;
}
._nm-nav-prev,
._nm-nav-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ba102c;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}
._nm-nav-prev::after {
	content: "‹";
	font-size: 24px;
	font-weight: 500;
	color: rgb(255, 255, 255);
}
._nm-nav-next::after {
	content: "›";
	font-size: 24px;
	font-weight: 500;
	color: rgb(255, 255, 255);
}
.nm-catalog-content {
	width: 100%;
}
.nm-catalog-content__item {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.nm-catalog-content__info {
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: #fff;
	border-left: 6px solid #ba102c;
	padding: 16px;
}
.nm-catalog-content__title {
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
}
.nm-catalog-content__description {
	font-size: 15px;
	color: #555;
	line-height: normal;
}
.nm-catalog-content-subsection {
	background: #323232;
	padding: 28px;
	border-radius: 28px;
	display: flex;
	gap: 14px;
	flex-direction: column;
}
.nm-catalog-content-subsection__title {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}
.nm-catalog-content-subsection__block {
	display: flex;
	gap: 14px;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.nm-catalog-content-subsection__box {
	display: flex;
	gap: 14px;
	align-items: center;
	width: 100%;
}
.nm-catalog-content-subsection__slider {
	display: flex;
	gap: 14px;
	align-items: center;
	width: 100%;
}
.nm-catalog-content-subsection__item {
	padding: 16px 12px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid transparent;
	cursor: pointer;
	width: auto;
	transition: all 0.3s;
}
.nm-catalog-content-subsection__item.swiper-slide-thumb-active {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border-color: #686868;
}
.nm-catalog-content-subsection__link {
	background-color: #ba102c;
	border: 1px solid #ba102c;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 15px;
	flex-shrink: 0;
	transition: all 0.3s ease 0s;
}
.nm-catalog-content-subsection__link:hover {
	background: transparent;
	color: #ba102c;
}
.nm-catalog-content-product {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.nm-catalog-content-product__title {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.nm-catalog-content-product__slider {
	width: 100%;
}
.nm-catalog-content-product__item {
	background: #e5e5e5;
}
.nm-catalog-content-product-elem {
	width: 100%;
}
.nm-catalog-content-product-elem__list {
	align-items: normal !important;
}
.nm-catalog-content-product-elem__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
	border: 1px solid #edf0f5;
	transition: all 0.3s ease;
	border-radius: 28px;
	overflow: hidden;
	height: auto;
}
.nm-catalog-content-product-elem__img {
	height: 200px;
}
.nm-catalog-content-product-elem__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nm-catalog-content-product-elem__info {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	flex-grow: 1;
}
.nm-catalog-content-product-elem__name {
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.nm-catalog-content-product-elem__description {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	flex-grow: 1;
}
.nm-catalog-content-product-elem__btn {
	color: #ba102c;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
}
.nm-catalog-content-product__top {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}
.nm-catalog-content-product-nav {
	display: flex;
	gap: 14px;
}
