.catalog-card__wrap {
	padding: 22px 60px 28px 18px;
	background: white;
	border: 1px solid #ebebeb;
	transition: box-shadow .3s;
}

.catalog-card__wrap:hover {
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	transition: box-shadow .3s;
}

.catalog-card {
	display: flex;
	width: 100%;
}

.catalog-card__label {
	font-size: 11px;
	font-weight: 600;
	line-height: 130%;
	border-radius: 2px;
	background: #e5173f;
	height: 18px;
	color: white;
	padding: 2px 6px;
	width: fit-content;
}

.catalog-card__label-wrap {
	margin-bottom: 8px;
}

.catalog-card-img__wrap {
	padding-right: 12px;
	position: relative;
	width: calc(100% / 9 * 1.6);
	min-width: 93px;
}

.catalog-card-img__wrap picture {
	display: flex;
	justify-content: center;

}

.catalog-card-img {
	max-height: 120px;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	object-fit: contain;
}

.catalog-card__title {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	line-height: 150%;
	color: #292b2c;
	margin-bottom: 8px;
}

.catalog-card-info {
	margin: 0 -12px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.catalog-card-info__wrap {
	padding: 0 12px;
	width: 100%;
}

.catalog-card-properties {
	display: flex;
	flex-flow: column;
	padding: 0 12px;
	width: 100%;
}

.catalog-card-properties__row {
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #292b2c;

}

.catalog-card-properties__row:last-child {
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.catalog-card-properties__select {
	margin-left: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #292b2c;
	padding: 4px 10px 4px 10px;
	max-width: 160px;
	width: 100%;
	border: 1px solid #767676;
	border-radius: 2px;

	appearance: none;
	background-color: white;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 12px;
}

.catalog-card-controls {
	display: flex;
	flex-flow: column;
	padding: 0 12px;
	align-items: flex-end;
	justify-content: center;
}

.catalog-card__price {
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	text-align: right;
	color: #e5173f;
	white-space: nowrap;
}

.catalog-card__price-wrap {
	white-space: nowrap;
	display: flex;
	align-items: baseline;
	flex-flow: column;
	justify-content: flex-end;
}

.catalog-card-price-target {
	white-space: nowrap;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	width: 100%;
}

.catalog-card-price-target__price {
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
}

.catalog-card-price-target__price-wrap {
	white-space: nowrap;
}

.catalog-card-price-target .catalog-card__unit {
	color: #000000;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.catalog-card-price-discount {
	white-space: nowrap;
	display: flex;
	flex-flow: column;
	width: 100%;
	justify-content: flex-end;
}

.catalog-card-price-discount-current__wrap {
	white-space: nowrap;
}

.catalog-card-price-discount-current__price {
	color: #e5173f;
	text-align: right;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.catalog-card-price-discount-current__wrap .catalog-card__unit {
	color: #e5173f;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.catalog-card-price-discount-old__wrap {
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
}

.catalog-card-price-discount-old {
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-decoration: line-through;
}

.catalog-card-price-discount-old__wrap .catalog-card__unit {
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-decoration: line-through;
	margin: 0;
}

.catalog-card-price-discount-old__percent {
	color: #e5173f;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%;
}

.catalog-card__unit {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #e5173f;
	margin-left: 6px;
}

.btn-more-product {
	height: 40px;
	background: #e5173f;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 2px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transition: color .3s, background .3s;
	text-decoration: none !important;
	max-width: 123px;
	min-width: 123px;
	margin-top: 22px;
}

.statuses-product-card {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	.catalog-card__wrap {
		padding: 22px 25px 22px 17px;
		background: white;
	}

	.catalog-card__price {
		font-size: 24px;
	}

	.catalog-card-price-target__price {
		font-size: 18px;
	}


	.catalog-card-price-target .catalog-card__unit {
		font-size: 14px;
	}

	.catalog-card-price-discount-current__price {
		font-size: 18px;
	}

	.catalog-card-price-discount-current__wrap .catalog-card__unit {
		font-size: 14px;
	}

	.catalog-card-price-discount-old {
		font-size: 13px;
	}

	.catalog-card-price-discount-old__wrap .catalog-card__unit {
		font-size: 13px;
	}

	.catalog-card-price-discount-old__percent {
		font-size: 13px;
	}
}


@media (max-width: 575px) {
	.catalog-card__wrap {
		padding: 22px 15px 22px 17px;
		background: white;
	}

	.catalog-card-info {
		flex-flow: column;
	}

	.catalog-card-img__wrap {
		min-width: 72px;
		width: auto;
	}


	.catalog-card-img {
		max-height: 96px;
		width: 100%;
	}

	.catalog-card-controls {
		flex-flow: nowrap;
		justify-content: space-between;
		margin-top: 13px;
	}

	.catalog-card__title {
		font-size: 11px;
	}

	.catalog-card-properties__row {
		font-size: 11px;
		line-height: 125%;

	}

	.catalog-card-properties__select {
		font-size: 9px;
		padding: 4px 3px;
	}

	.catalog-card__price {
		font-size: 16px;
	}

	.catalog-card__unit {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.btn-more-product {
		max-width: 84px;
		font-size: 9px !important;
		height: 31px;
		padding: 8px 16px;
	}

	.catalog-card-properties__select {
		max-width: 200px;
		background-position: right 2px center;
	}

	.product-catalog {
		margin-top: 10px !important;
	}
}