/* consent checkboxes */
#callback_form .accept{width:240px;margin:7px 0 0 95px;text-align:left;font:12px/16px "Arial", sans-serif;color:#828487;}
#callback_form .accept input[type="checkbox"]{width:auto;height:auto;margin:2px 5px 0 0;padding:0;vertical-align:top;}
#callback_form .accept label{float:none;width:auto;margin:0;font:12px/16px "Arial", sans-serif;color:#828487;}
.order .accept{width:100%;font:12px/16px "Arial", sans-serif;text-align:left;margin-bottom: 10px;}
.order .accept input[type="checkbox"]{margin:2px 5px 0 0;vertical-align:top;}
.order .accept label{display:inline;}
.terms-of-use .accept,.terms-of-use .not-accept{display:inline-block;min-width:112px;margin:12px 8px 0 0;padding:6px 12px;background:#d3d3d3;color:#fff;text-align:center;text-transform:uppercase;	cursor:pointer;	box-sizing:border-box;}
.terms-of-use .accept:hover,.terms-of-use .not-accept:hover{background:#bdbdbd;}
.text h2{float: none;}
@media screen and (max-width:639px){
	#callback_form .accept{width:auto;margin:7px 0 0;}
}
