.basket__counter {
	position: absolute;
	top: -7px;
	right: -10px;
	background: #D2333D;
	backdrop-filter: blur(5px);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-weight: 700;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-meadle__basket-block>a {
	margin-right: 33px;
	display: inline-flex;
}

.basket__link-to-basket {
	display: flex;
	align-items: center;
}

.basket {
	display: inline-flex;
}

.basket__link-to-basket {
	display: flex;
	align-items: center;
}

.basket__icon-block {
	position: relative;
	display: inline-flex;
}

.basket__price-block {
	margin-left: 17px;
}

.basket__price {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
}

@media(max-width:480px) {
	.basket__price-block {
		display: none;
	}
}