

/* Start:/local/templates/dw/components/dweb/uni.form/form-type-3/style.css?17690164514008*/
.block-type-54 .block-info-column {
	display: inline-block;
	font-size: 0.8rem;
	vertical-align: middle;
}

.block-type-54 .input {
	min-width: 180px;
	margin-right: 12px;
}

@media screen and (max-width: 1650px) {
	.block-type-54 .block-heading {
		font-size: 2.3rem;
		line-height: 2.3rem;
	}

	.block-type-54 .block-description {
		font-size: 1.22rem;
		line-height: 1.375rem;
	}

	.block-type-54 .input {
		min-width: 165px;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-54 .empty-block {
		display: none;
	}

	.block-type-54 .block-info-column .block-form {
		float: right;
	}

	.block-type-54 .block-heading {
		font-size: 2rem;
		line-height: 2rem;
	}

	.block-type-54 .block-description {
		font-size: 1rem;
		line-height: 1rem;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-54 {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.block-type-54 .block-heading {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}

	.block-type-54 .block-info-column .block-form {
		float: none;
		margin-top: 12px;
	}
}

@media screen and (max-width: 760px) {
	.block-type-54 .block-heading {
		font-size: 1.375rem;
		line-height: 1.375rem;
	}

	.block-type-54 .block-description {
		font-size: 0.8rem;
		line-height: 1rem;
	}

	.block-type-54 form .input {
		width: 82%;
		min-width: auto;
		margin-bottom: 12px;
	}

	.block-type-54 form .button {
		width: 100%;
		min-width: auto;
	}
}

@media screen and (max-width: 460px) {
	.block-type-54 .block-heading {
		font-size: 1.375rem;
		line-height: 1.375rem;
	}

	.block-type-54 form .input {
		width: 75%;
	}
}

@media screen and (max-width: 350px) {
	.block-type-54 .block-form .input {
		width: 72%;
	}
}

.gUniForm .eFormHidden {
	display: none;
}

.gUniFormSuccess {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000000;
	background: rgb(0 5 10 / 75%);
	transition: 0.1s all ease-in-out;
}

.gUniFormSuccessContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 500px;
	max-width: 100%;
	height: 270px;
	margin-top: -125px;
	margin-left: -250px;
	line-height: 270px;
	background-color: transparent;

	/* box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3); */
	border: 14px solid rgb(255 255 255 / 12%);
	border-radius: 14px;
	animation-name: zoomIn;
	animation-duration: 0.2s;
	animation-fill-mode: both;
}

.gUniFormSuccessBg {
	background-color: #ffffff;
	border-radius: 4px;
}

.gUniFormSuccessMiddler {
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
}

.gUniFormSuccessHeading {
	padding: 0 24px;
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.gUniFormSuccessText {
	margin-top: 12px;
	padding: 0 24px;
	line-height: 1.25rem;
	text-align: center;
}

.gUniFormButtonContainter {
	text-align: center;
}

.gUniFormSuccessButton {
	display: inline-block;
	height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.gUniFormSuccessButton:hover {
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active {
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit {
	position: absolute;
	top: -24px;
	right: -24px;
	display: block;
	width: 54px;
	height: 54px;
	background: url("/local/templates/dw/components/dweb/uni.form/form-type-3/images/exit.png") 0 0 no-repeat transparent;
	transition: none;
}

.gUniFormSuccessExit:hover {
	background-position: -54px 0;
}

.gUniFormSuccessExit:active {
	background-position: -108px 0;
}

.eFormBlur {
	filter: blur(3px);
}

.eFormRequired {
	margin-top: 12px;
}

@keyframes zoomIn {
	0% {
		transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@media all and (max-width: 650px) {
	.gUniFormSuccessContainer {
		width: 300px;
		margin-left: -150px;
	}
}

/* End */
/* /local/templates/dw/components/dweb/uni.form/form-type-3/style.css?17690164514008 */
