.header__basket {
	position: relative;
}
.basket__count {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: -6px;
	right: -10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	background-color: #cd1b29;
}