.tags {
    background: url("/bitrix/templates/delement/images/tags.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    line-height: 16px;
    margin: 10px 0;
    padding-left: 25px !important;
}
.tags ul {
    list-style: none;
}
.tags li::after {
    color: #000;
    content: ",";
    font-size: 13px;
}
.tags li {
    display: inline;
    margin-right: 5px;
}
.tags li a {
    color: #23446b;
    font-size: 13px;
}
.tags li:last-child::after {
    display: none;
}
.inner img{
	  margin: 5px 0 10px -19px;
	}