.tags__new.tf-cst {
	width: 100%;
}
.tf-cst {
	display: flex
;
	flex-direction: row;
	flex-wrap: wrap;
}
.tags__new {
	margin-top: 10px;
}
.tf-cst__tag.tf-cst__tag_selected {
	font-size: 12px;
	font-family: "Montserrat" !important;
}
.tf-cst__tag.tf-cst__tag_selected {
	color: rgb(0, 0, 0);
	background-color: rgb(217, 217, 217);
}
.tf-cst__tag {
	padding: 8px 16px;
	background-color: transparent;
	text-decoration: none;
	display: flex
;
	align-items: center;
	text-align: center;
	transition: .3s;
	position: relative;
	color: #666768;
	margin-bottom: 10px;
	margin-right: 7px;
	font-weight: 300;
}