.contact-page {
	position: relative;
	display: block;
	padding: 107px 0 120px;
	z-index: 1;
}

.contact-page .container {
	max-width: 1000px;
}

.contact-page__checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 70px;
	color: var(--thm-gray);
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
	min-height: 20px;
}

.contact-page__checked-box label span:before {
	position: absolute;
	top: 1px;
	left: 9px;
	display: block;
	border-bottom: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	content: "";
	width: 7px;
	height: 12px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
}