.price_baloon{    
	display: inline-block;
    padding: 5px;
    border-right: 2px solid #ccc;
    width: 88px;
}
.price_baloon h4{
	text-align: center;
}
.price_baloon span{
	text-align: center;
	display: block;	
}
.price_baloon:last-child{
	border-right: none;
}
.ymaps-2-1-47-balloon__content{
    background: rgba(255,255,255,0)!important;	
}
.ymaps-2-1-47-balloon__layout{
	background: rgba(255,255,255,0.8)!important;
}
.ymaps-2-1-47-balloon__tail:after{
	background: rgba(255,255,255,0.8)!important;
}