:root {
	--recp-bind-width: 640px;
	--recp-inp-bordercolor: var(--cl-pageink);
	--recp-inp-boxshadow: inset 0 2px 3px rgba(127, 127, 127, 0.15);
	--recp-navstep-bgcolor: #f0f0f0;
	--recp-navstep-color: #000000;
	--recp-navstep-selbgcolor: #ffe600;
	--recp-navstep-selcolor: #000;
}

/**/
.fieldcell[data-field="lotoutbuy"],
.fieldcell[data-field="option"] {
	display: none;
}
#receptionForm[data-subjectindex="0"] .fieldcell[data-field="lotoutbuy"],
#receptionForm[data-subjectindex="0"] .fieldcell[data-field="option"] {
	display: block;
}

/**/
#areaPhoneCall {
	margin-bottom: 4rem;
}
.phone-call {
	text-align: center;
	border: solid 3px #F4F4F4;
	border-radius: 0.5em;
	padding: 1.6em;
	padding-bottom: 2.6em;
}
.phone-call > h4 {
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
}
.phone-call .number {
	font-family: "Akshar", sans-serif;
	font-size: 2.5em;
	display: block;
	color: var(--cl-pageink);
	font-weight: 600;
	padding-bottom: 0.6em;
}
	.phone-call .number::before {
		content: "Tel.";
		font-size: 0.7em;
		display: inline-block;
		vertical-align: 0.02em;
		margin-right: 0.2em;
}
.phone-call .calltime {
	color: #fff;
	font-size: 0.96em;
	line-height: 1em;
	letter-spacing: 0.05em;
	padding: 0.4em 2em;
	padding-bottom: 0.6em;
	background-color: var(--cl-pageink);
	border-radius: 3em;
}
@media screen and (max-width: 640px) {
	.phone-call > h4 {
		font-size: 3.4vw;
	}
	.phone-call .number {
		font-size: 8.5vw;
	}
	.phone-call .calltime {
		font-size: 3.4vw;
	}
}





