@media (min-width: 992px) {
	.header__items {
		align-items: center;
	}
	.header__basket {
		min-width: 123px;
		max-width: 123px;
		height: 43px;
	}
	.header__basket  #header_basket_line {
		display: block;
		margin-top: -3px;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s, visibility 0.3s;
	}
	.header__basket .header_basket_popup {
		display: block;
	}
	.header__basket:hover  #header_basket_line {
		opacity: 1;
		visibility: visible;
	}


	.bx-basket {
		display: block;
		width: 100%;
	}
	.btn-cart {
		border: 1px solid #a9ff35;
		border-radius: 4px;
		padding: 2px 10px 4px 2px;
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
		color: #a9ff35;

	}
	.btn-cart.is-active {
		background: #a9ff35;;
		color: #202732;
		white-space: nowrap;
	}
	.btn-cart  .count {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 10px;
		height: 10px;
		padding: 0 4.5px;
		font-weight: 400;
		font-size: 8px;
		line-height:  10px;
		color: #a9ff35;
		background: #202732;
	}
	.btn-cart  .icon {
		min-width: 34px;
		max-width: 34px;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

}
@media (max-width: 1399px) and (min-width: 992px) {
	.header__first {
		width: 50%;
		.burger {
			padding: 15px;
		}
		#title-search {
			flex: 1 0 0;
		}
		.search {
			width: 100%;
		}
	}
	.header__last {
		flex: 1 0 0;
	}
}
@media (max-width: 1600px) and (min-width: 1400px) {
	.header__first {
		width: 56%;
	}
}
