

/* Start:/local/components/capybara/evaluation/templates/.default/style.css?17398816481248*/
.section:has(.form-locked)
{
	position: relative;
	
}
.section:has(.form-locked)::before
{
	content: '';
	position: absolute;
	background: #e9ddce;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s all;
	top:0;
	left:0;
}

.section:has(.form-locked):hover::before
{
	opacity: 0.75;
}

.section:has(.form-locked):hover .formorder__after
{
	opacity: 1;
}

.section:has(.form-locked)::after
{
	/*font-family: Secession-Afisha,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
	content: 'Пожалуйста, авторизуйтесь.';
	position: absolute;
	opacity: 0;
	transition: .2s all;
	color: black;
	white-space: pre;
    display: inline;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25px);
    font-size: 24px;*/
}

.formorder__after
{
	font-family: Secession-Afisha,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
	position: absolute;
	opacity: 0;
	transition: .2s all;
	color: #87685b;
	white-space: pre;
    display: inline;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25px);
    font-size: 24px;
	z-index: 9;
}

.formorder__after svg
{
	vertical-align: middle;
}

.required_field {
	text-align: end;
	padding-bottom: 0px!important;
}
/* End */
/* /local/components/capybara/evaluation/templates/.default/style.css?17398816481248 */
