.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 #000000;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	opacity: 0.7;
}
.catalog-list/*,
.catalog .section-title*/{
	padding-top: 90px;
}
.catalog-list{
	padding-bottom: 100px;
}

.promotions .section-title{
	justify-content: center;
}
