.basket-multi-orders .header {
	color: #2E323D;
	font-size: 40px;
	font-weight: 600;
	line-height: 150%;
	margin: 0 0 40px 0;
	text-align: left;
}

.basket-multi-orders .region-name {
	color: #2E323D;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	margin: 0 0 28px 0;
	text-align: left;
	display: none;
}

.basket-multi-orders .region-name:has( + .basket-page.basket-page-js) {
	display: block;
}

@media (max-width: 991px) {
	.basket-multi-orders .header {
		font-size: 32px;
		font-weight: 600;
		line-height: 120%;
		margin-bottom: 24px;
	}

	.basket-multi .header {
		font-size: 32px;
		font-weight: 600;
		line-height: 120%;
		margin-bottom: 24px;
	}

	.basket-multi-orders .region-name {
		color: #2E323D;
		font-size: 24px;
		font-weight: 600;
		line-height: 140%;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.basket-multi-orders .header {
		font-size: 24px;
		line-height: 135%;
		margin-bottom: 12px;
	}

	.basket-multi .header {
		font-size: 24px;
		font-weight: 600;
		line-height: 135%;
		margin-bottom: 12px;
	}

	.basket-multi-orders .region-name {
		font-size: 20px;
		font-weight: 600;
		line-height: 140%;
		margin: 0 0 20px 0;
	}
}