.breadcrumbs{
	padding-top: 42px;
	padding-bottom: 60px;
}
.catalog .section-title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 19px;
	row-gap: 20px;
}
.catalog .section-title{
	padding-bottom: 50px;
	text-align: left;
}
.offers-mess{
	width: fit-content;
}
.offers-mess span{
	padding: 3px 10px;
	border: 1px solid #d5001c;
	color: #d5001c;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.catalog-list,
.catalog .section-title{
	padding-top: 90px;
}
.catalog-list{
	padding-bottom: 100px;
}

.promotions .section-title{
	justify-content: center;
}
@media screen and (max-width: 992px) {
	.catalog .section-title{
		padding-top: 45px;
		padding-bottom: 40px;
	}
}