.elementor-36 .elementor-element.elementor-element-85e3ff3{--display:flex;}.elementor-36 .elementor-element.elementor-element-4885dbc.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-36 .elementor-element.elementor-element-0151b95{--display:flex;}.elementor-36 .elementor-element.elementor-element-ee0453e .elementor-repeater-item-c28216a.xpro-contact-form-item{max-width:calc( 100% / 12 * 6);}.elementor-36 .elementor-element.elementor-element-ee0453e .elementor-repeater-item-e3ae456.xpro-contact-form-item{max-width:calc( 100% / 12 * 6);}.elementor-36 .elementor-element.elementor-element-ee0453e .elementor-repeater-item-8d376c9.xpro-contact-form-item{max-width:calc( 100% / 12 * 12);}.elementor-36 .elementor-element.elementor-element-ee0453e .elementor-repeater-item-50e8be4.xpro-contact-form-item{max-width:calc( 100% / 12 * 12);}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-submit-button{background-color:#D3A13B;word-spacing:2px;width:220px;min-width:max-content;color:#FFFFFF;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-submit-button:hover, .elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-submit-button:focus{background-color:#BE8D2D;}.elementor-36 .elementor-element.elementor-element-ee0453e.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-item-label{display:block;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-require > label:after{content:"*";}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-item{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:10px;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form{margin-bottom:-10px;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-item > label{margin-bottom:0px;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-field-subgroup{grid-gap:0px;}.elementor-36 .elementor-element.elementor-element-ee0453e .xpro-contact-form-item-type-submit{max-width:calc( 100% / 12 * 12);}.elementor-36 .elementor-element.elementor-element-ee0453e span.xpro-elementor-button-media svg{width:16px;height:16px;}.elementor-36 .elementor-element.elementor-element-ee0453e span.xpro-elementor-button-media i{width:16px;height:16px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-0151b95 *//* =========================================================
   VELMORA — CONTACT FORM FINAL
   ========================================================= */

body.page-id-36 .elementor-widget-xpro-contact-form,
body.page-id-36 .xpro-contact-form {
	--green: #0B4F49;
	--gold: #D3A13B;
	--gold-hover: #BE8D2D;
	--text: #173D3A;
	--muted: #7A8E8B;
	--border: #D7E0DE;
}

/* ОБЩАЯ ШИРИНА */
body.page-id-36 .elementor-widget-xpro-contact-form {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

/* LABEL */
body.page-id-36 .elementor-widget-xpro-contact-form label {
	color: #0B4F49 !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;

	margin-bottom: 6px !important;
}

/* INPUT + TEXTAREA */
body.page-id-36 .elementor-widget-xpro-contact-form input:not([type="submit"]),
body.page-id-36 .elementor-widget-xpro-contact-form textarea,
body.page-id-36 .elementor-widget-xpro-contact-form select {
	width: 100% !important;

	background: #FFFFFF !important;

	border: 1px solid #D7E0DE !important;
	border-radius: 8px !important;

	color: #173D3A !important;

	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;

	box-shadow: none !important;
	outline: none !important;

	transition:
		border-color .2s ease,
		box-shadow .2s ease !important;
}

/* INPUT HEIGHT */
body.page-id-36 .elementor-widget-xpro-contact-form input:not([type="submit"]) {
	height: 50px !important;
	padding: 0 14px !important;
}

/* MESSAGE */
body.page-id-36 .elementor-widget-xpro-contact-form textarea {
	min-height: 135px !important;
	padding: 13px 14px !important;
	resize: vertical !important;
}

/* PLACEHOLDER */
body.page-id-36 .elementor-widget-xpro-contact-form input::placeholder,
body.page-id-36 .elementor-widget-xpro-contact-form textarea::placeholder {
	color: #9AA8A6 !important;
	opacity: 1 !important;
}

/* FOCUS */
body.page-id-36 .elementor-widget-xpro-contact-form input:not([type="submit"]):focus,
body.page-id-36 .elementor-widget-xpro-contact-form textarea:focus,
body.page-id-36 .elementor-widget-xpro-contact-form select:focus {
	border-color: #0B4F49 !important;

	box-shadow:
		0 0 0 3px rgba(11, 79, 73, .08) !important;
}

/* REQUIRED STAR */
body.page-id-36 .elementor-widget-xpro-contact-form .required,
body.page-id-36 .elementor-widget-xpro-contact-form label span {
	color: #D3A13B;
}

/* BUTTON */
body.page-id-36 .elementor-widget-xpro-contact-form button,
body.page-id-36 .elementor-widget-xpro-contact-form input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	min-width: 175px !important;
	height: 50px !important;

	margin-top: 4px !important;
	padding: 0 28px !important;

	background: #D3A13B !important;
	border: 0 !important;
	border-radius: 8px !important;

	color: #FFFFFF !important;

	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;

	text-transform: uppercase !important;
	letter-spacing: .02em !important;

	box-shadow: none !important;

	cursor: pointer !important;

	transition:
		background .2s ease,
		transform .2s ease !important;
}

/* BUTTON HOVER */
body.page-id-36 .elementor-widget-xpro-contact-form button:hover,
body.page-id-36 .elementor-widget-xpro-contact-form input[type="submit"]:hover {
	background: #BE8D2D !important;
	transform: translateY(-1px) !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	body.page-id-36 .elementor-widget-xpro-contact-form {
		width: 100% !important;
	}

	body.page-id-36 .elementor-widget-xpro-contact-form label {
		font-size: 13.5px !important;
		margin-bottom: 5px !important;
	}

	body.page-id-36 .elementor-widget-xpro-contact-form input:not([type="submit"]) {
		height: 46px !important;
		padding: 0 12px !important;

		font-size: 14px !important;
	}

	body.page-id-36 .elementor-widget-xpro-contact-form textarea {
		min-height: 120px !important;
		padding: 12px !important;

		font-size: 14px !important;
	}

	body.page-id-36 .elementor-widget-xpro-contact-form button,
	body.page-id-36 .elementor-widget-xpro-contact-form input[type="submit"] {
		width: 100% !important;
		min-width: 0 !important;
		height: 48px !important;

		font-size: 14px !important;
	}
}/* End custom CSS */