.pills
{
	margin-bottom: 0.5em;
}

.pills .pills_item
{
	display: inline-block;
	background-color: rgb(245, 245, 250);
	margin-right: 0.25em;
	padding: 0.5em 1.75em;
}

.pills .pills_item.active
{
	background-color: rgb(29, 92, 163);
	color: rgb(255, 255, 255);
}

.achievements__list .achievements__list__content:not(.active)
{
	display: none;
}