.dy-waitcall {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 14px;
	line-height: 1.45;
}

.dy-waitcall[hidden] {
	display: none !important;
}

.dy-waitcall--pending,
.dy-waitcall--loading {
	border-color: #72aee6;
	background: #f0f6fc;
}

.dy-waitcall--success {
	border-color: #00a32a;
	background: #edfaef;
}

.dy-waitcall--error {
	border-color: #d63638;
	background: #fcf0f1;
}

.dy-waitcall__phone {
	display: inline-block;
	margin-left: 4px;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.dy-waitcall small {
	display: block;
	margin-top: 5px;
}

.dy-waitcall-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

