@media only screen and (min-width:768px) {
	.bair-order-error {margin-left: 135px; padding-left: 7px;}
	.InforOrderAirB{margin-bottom: 189px}
	#bp5-option-select-mb{display: none}
	.li-desktop{display: list-item;}
	.li-mobile{display: none}
}
@media only screen and (max-width:767px) {
	.InforOrderAirB{margin-bottom: 88px}
	#bp5-option-select{display: none}
	#bp5-option-select-mb:focus-visible{outline-color: unset;}
	.airb-order-result-tks{text-align: center}
	.li-desktop{display: none}
	.li-mobile{display: list-item;}
}