.select__list__new {
	margin: 20px 0;
	padding: 0;
}
.select__list__new .select__item {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #828282;
	margin-right: 28px;
	display: inline-block;
	cursor: pointer;
}
.select__list__new .select__item.active {
	color: #181818;
	font-weight: 700;
}