.dtm-brands{
	width:1150px;
	max-width:100%;
	padding:5px 0;
	margin:0 13px 0 0;
	box-sizing:border-box;
	display:grid;
	grid-template-columns:repeat(5,212px);
	column-gap:12px;
	row-gap:0;
	justify-content:start;
	direction:rtl;
	color:#fff;
}
.dtm-brands__item{
	display:block;
	box-sizing:border-box;
	overflow:hidden;
}
.dtm-brands__item a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:inherit;
}
.dtm-brands__item img{
	display:block;
	width:100%;
	height:auto;
	padding-top:6px;
	box-sizing:border-box;
}
.dtm-brands__item.is-faded,
.dtm-brands__item.is-faded img{
	opacity:.82;
	filter:grayscale(28%);
	-webkit-filter:grayscale(28%);
}
.dtm-brands__item.is-placeholder{
	background:transparent;
	border:none;
	padding-top:6px;
	overflow:hidden;
}
.dtm-brands__item.is-placeholder a,
.dtm-brands__item.is-placeholder .dtm-brands__plate{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	background:var(--dtm-bg,#fff);
	border:3px solid var(--dtm-border,#111);
	color:var(--dtm-text,#111);
	text-decoration:none;
}
.dtm-brands__title{
	display:block;
	padding:6px 8px;
	text-align:center;
	font-family:IRANSans,iransans,Tahoma,sans-serif;
	font-weight:var(--dtm-weight,700);
	font-size:var(--dtm-size,22px);
	line-height:1.25;
	color:var(--dtm-text,#111);
	word-wrap:break-word;
}
.dtm-brands__item.is-short .dtm-brands__title{
	font-size:var(--dtm-size,16px);
}
@media (max-width:1175px){
	.dtm-brands{
		width:100%;
		margin-right:0;
		grid-template-columns:repeat(5,minmax(0,1fr));
		column-gap:8px;
	}
	.dtm-brands__item{
		width:auto !important;
	}
}
