.check_place > label
{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-family: Calibri;
	font-size: 11px;
	color: #515151;
}
.check_place
{
	margin-top: -10px;
	position: relative;
}
.check_place br.error {
	display: none !important;
}
.check_place label.error {
	position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
  right: 0;
  color: red;
}
.check_place .styled_checkbox
{
	display: inline-block;
	vertical-align: middle;
}
.check_place .styled_checkbox input
{
	display: none;
}
.check_place .styled_checkbox label
{
	width: 15px;
	height: 14px;
	display: block;
	cursor: pointer;
	background-image: url('/images/front/icons.svg');
	background-repeat: no-repeat;
	background-position: -121px -5px;
}
.check_place .styled_checkbox input:checked + label
{	
	background-position: -151px -5px;
}
.check_place .styled_checkbox.white input:checked + label
{
	background-position: -149px -81px;
}
.check_place
{
	text-align: center;
}
.check_place label,
.check_place span
{
	font-size: 14px;
	font-family: Calibri;
	color: #515151;
	cursor: pointer;
	vertical-align: top;
	margin: 0;
  line-height: 20px;
}
.check_place.white label {
	color: white;
}
.check_place span
{
	color: #158cf0;
	vertical-align: top;
}