@charset "utf-8";
/* CSS Document */

.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 28px 17px 40px 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 28px 0 40px;
}
.checkbox1 a, .checkbox2 a {
	color: #867f7d;
	text-decoration:underline;
}
.checkbox1 a:hover, .checkbox2:hover a {
	color: #c59364;
}
.checkbox1, .checkbox2 {
	text-align: center;
	font-size: 13.2px;
	color: #867f7d;
	letter-spacing: 0.2px;
	line-height: 26px;
}
.checkbox1 span, .checkbox2 span {
	display: inherit;
	position: relative;
	top: 0;
}
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 34px;
	height: 11px;
	display: initial;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -21px;
}
label.css-label {
	background-image: url(../images/checkbox-thumb1.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sidber-wrapp .checkbox1 { margin:43px 0 0;}
.sidber-wrapp .checkbox2 { margin:10px 0 40px;}
.sidber-wrapp .checkbox1, .sidber-wrapp .checkbox2 { color:#52595d;}
.sidber-wrapp .checkbox1 a, .sidber-wrapp .checkbox2 a { color:#52595d;}

@media screen and (-webkit-min-device-pixel-ratio:0) { .mac-os .checkbox1 span, .mac-os .checkbox2 span { top:-3px;} 
.mac-os input[type=checkbox].css-checkbox + label.css-label { background-position: 0 -2px;}
.mac-os input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -22px;}
 }

/*Smartphone css*/
@media screen and (max-width: 480px) {
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12.2px; letter-spacing:0.1px; line-height:25px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 0; background-size:16px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -16px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12.2px; letter-spacing:0.1px; line-height:25px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 0; background-size:16px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -16px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.checkbox1 { width:100%; margin:0 0 8px;}
.checkbox2 { width:100%; margin:0 0 20px;}
.checkbox1, .checkbox2 { font-size:12.2px; letter-spacing:0.1px; line-height:25px;}
input[type=checkbox].css-checkbox + label.css-label { background-position:0 0; background-size:16px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -16px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.checkbox1 { width:100%; margin:28px 0 4px;}
.checkbox2 { width:100%; margin:0 0 34px;}
.checkbox1, .checkbox2 { font-size:11.2px; line-height:24px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:16px; padding:0 0 0 24px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -16px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.checkbox1 { width:100%; margin:28px 0 4px;}
.checkbox2 { width:100%; margin:0 0 37px;}
.checkbox1, .checkbox2 { font-size:12.2px; line-height:25px;}
input[type=checkbox].css-checkbox:checked + label.css-label { background-position:0 -19px;}
input[type=checkbox].css-checkbox + label.css-label { background-size:18px; padding:0 0 0 29px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.checkbox1 { width:100%; margin:28px 0 4px;}
.checkbox2 { width:100%; margin:0 0 40px;}
}