.lineCredits .col.tags {
	flex-basis: 100%;
	margin-top: 1em;
	justify-content: center;
	display: flex;
	gap: 1em;
}
.lineCredits {
	flex-wrap: wrap;
}
.lineCredits p,
.lineCredits h3
{
	margin-bottom: 0;
	line-height: 1.5;
}
.lineCredits h3 {
	font-size: 16px;
	line-height: 1.5;
}
.lineCredits > .col:first-child {
	display: flex;
	align-items: center;
	flex-basis: 20%;
	flex-shrink: 1;
	flex-grow: 1;
}
.listSimilar .lineCredits:last-child {
	border-bottom: 0;
}
.lineCredits .col .btn {
	white-space: nowrap;
}
.lineCredits .products__product-accent {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.lineCredits .tag {
	border: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 1.3;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 4px 9px;
}
.lineCredits .products__logo {
	width: 90px;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	padding: 16px;
}
.listCredits.listSimilar .botTableLink {
	border-top: solid 1px #bfbfbf;
}
.lineCredits.popular {
    background: #f0f8ff;
    border: 2px solid #1976d2;
}
.lineCredits.popular h3 {
    color: #1976d2;
}