.checkbox1 {

	width: 100%;

	float: left;

	display: block;

	margin: 26px 0 16px;

}

.checkbox2 {

	width: 100%;

	float: left;

	display: block;

	margin: 0 0 30px;

}

.checkbox1 a, .checkbox2 a {

	color: rgba(255,255,255,0.80);

}

.checkbox1, .checkbox2 {

	font-size: 12px;

	color: rgba(255,255,255,0.80);

	line-height: 17px;

	font-family: "Jost", sans-serif; font-weight: 500;

}

.checkbox1 span, .checkbox2 span {

	display: inherit;

	position: relative;

	top: -3px;

	font-family: "Jost", sans-serif; font-weight: 500;

}

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 33px;

	height: 14px;

	display: inline-block;

	background-repeat: no-repeat;

	background-position: 0 0;

	cursor: pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {

	background-position: 0 -18px;

}

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;

}



.contac-wrapp label.css-label { background-image: url(../images/checkbox-thumb2.png);}

.contac-wrapp .checkbox1, .contac-wrapp .checkbox2 { font-size:13px; color:#172337;}

.contac-wrapp .checkbox1 a, .contac-wrapp .checkbox2 a { color:#172337;}

.contac-wrapp .checkbox1 span, .contac-wrapp .checkbox2 span { top:-2px;}





/*Smartphone css*/

@media screen and (max-width: 480px) {

}



@media screen and (min-width:481px) and (max-width:600px) {



}



@media screen and (min-width:601px) and (max-width:767px) {



}



@media screen and (min-width:768px) and (max-width:900px) {



}



@media screen and (min-width:901px) and (max-width:1024px) {



}



@media screen and (min-width:1025px) and (max-width:1240px) {



}