@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpics-webfont.eot');
    src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/modernpics-webfont.woff') format('woff'),
         url('fonts/modernpics-webfont.ttf') format('truetype'),
         url('fonts/modernpics-wbfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.choose label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	margin-right: 15px;
	font-size: 13px;
}
input[type=radio],
input[type=checkbox] {
	display: none;
}
.choose label:before {
	content: "";
	display: inline-block;

	width: 31px;
	height: 31px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: white;
    border: 1px solid rgba(151, 151, 151, 100);
	/*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}

.choose .radio label:before {
	border-radius: 8px;
}
.choose .checkbox label {
	/*margin-bottom: 10px;*/
}
.choose .checkbox label:before {
    border-radius: 3px;
}

.choose input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.choose .plus input[type=checkbox]:checked + label:before {
	content: "\2796";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: rgba(92, 184, 92, 100);
	text-align: center;
    line-height: 29px;
}

.choose .plus input[type=checkbox]:not(:checked) + label:before {
    content: "\2795";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: rgba(92, 184, 92, 100);
    text-align: center;
    line-height: 29px;
}

/*.choose .minus input[type=checkbox]:checked + label:before {
    content: "\2796";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: rgba(92, 184, 92, 100);
    text-align: center;
    line-height: 29px;
}*/

.choose .checking input[type=checkbox]:checked + label:before {
    content: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: rgba(92, 184, 92, 100);
    text-align: center;
    line-height: 29px;
}

.choose input[type=checkbox]:checked + label:before {
    content: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: rgba(92, 184, 92, 100);
    text-align: center;
    line-height: 29px;
}

