

/* Start:/local/templates/dw/components/dweb/uni.form/form-type-5/style.css?17690163554270*/
.block-type-56 .block-info-columns {
	border-color: #e9eef3;
	border-style: solid;
	border-width: 1px;
}

.block-type-56 .block-info-column {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.block-type-56 .textarea,
.block-type-56 .input {
	width: 90%;
}

@media screen and (max-width: 1650px) {
	.block-type-56 .block-form > div > div:last-child {
		padding-left: 12px;
	}
}

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

	.block-type-56 .block-info-column {
		display: block;
		margin: 0 auto;
	}

	.block-type-56 .block-form {
		margin-top: 12px;
	}

	.block-type-56 .block-form > div > div:last-child {
		padding-left: 12px;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-56 .block-info-columns {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.block-type-56 .block-heading {
		font-size: 34px;
		line-height: 34px;
	}

	.block-type-56 .block-form > div > div:last-child {
		padding-left: 12px;
	}

	.block-type-56 .textarea,
	.block-type-56 .input {
		width: 88%;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-56 .block-info-columns {
		padding-top: 24px;
		padding-bottom: 24px;
		border-width: 0;
	}

	.block-type-56 .block-heading {
		font-size: 28px;
		line-height: 28px;
	}

	.block-type-56 .block-info-column .block-form {
		margin-top: 0;
	}

	.block-type-56 .block-form > div > div:last-child {
		padding-left: 6px;
	}

	.block-type-56 .textarea,
	.block-type-56 .input {
		width: 85%;
	}
}

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

	.block-type-56 .block-form > div > div {
		display: block;
	}

	.block-type-56 .block-form > div > div:last-child {
		padding-left: 0;
	}

	.block-type-56 .textarea,
	.block-type-56 .input {
		width: 90%;
	}
}

@media screen and (max-width: 460px) {
	.block-type-56 .textarea,
	.block-type-56 .input {
		width: 85%;
		margin: 0 auto;
	}
}

.gUniFormSuccess {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	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: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.gUniFormSuccessText {
	margin-top: 12px;
	padding: 0 24px;
	line-height: 21px;
	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-5/images/exit.png") 0 0 no-repeat transparent;
	transition: none;
}

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

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

.gUniForm .eFormHidden {
	display: none;
}

.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-5/style.css?17690163554270 */
