.checkbox { width:100%; float:left; font-size:12px; margin-bottom:8px; color:#6b6b6b; line-height:20px; font-family: 'supergroteskoffcpro-regular-font';}
.checkbox a { color:#6b6b6b;}
.contac-row3 .checkbox { color:#fff; font-size:14px; line-height:25px;}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	margin:0 0 0;
	padding:0 0 0 25px;
	height: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 4px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -10px;
}
label.css-label {
	background-image:url(../images/checkbox-thumb1.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; text-align:center; margin:0 0 18px;}
.checkbox2 { width:100%; text-align:center; margin:0 0 0;}
.checkbox1, .checkbox2 { font-size:14px; line-height:24px;}
.checkbox1 span, .checkbox2 span { display:inherit; top:0;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 3px; display:initial; padding:0 0 0 31px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}

.checkbox { width:100%;}
.sidber-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:19px; background-position:0 5px;}
.sidber-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -18px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; text-align:center; margin:0 0 18px;}
.checkbox2 { width:100%; text-align:center; margin:0 0 0;}
.checkbox1, .checkbox2 { font-size:14px; line-height:24px;}
.checkbox1 span, .checkbox2 span { display:inherit; top:0;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 3px; display:initial; padding:0 0 0 31px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -15px;}

.checkbox { width:100%;}
.sidber-wrapp input[type=checkbox].css-checkbox + label.css-label { display:inline-block; height:19px; background-position:0 5px;}
.sidber-wrapp input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -18px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1, .checkbox2 { font-size:12px; line-height:22px;}

.sidber-wrapp input[type=checkbox].css-checkbox + label.css-label { padding:0 0 0 25px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1, .checkbox2 { font-size:13px; line-height:23px;}

.sidber-wrapp input[type=checkbox].css-checkbox + label.css-label { padding:0 0 0 25px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}