.elementor-4380 .elementor-element.elementor-element-84b0632{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4380 .elementor-element.elementor-element-84b0632.e-con{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-4380{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4380 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4380 .dialog-close-button{display:flex;}#elementor-popup-modal-4380 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-4380 .elementor-element.elementor-element-84b0632{--width:95.938%;}}/* Start custom CSS for html, class: .elementor-element-f1f07f8 *//* SINERIS: Bitrix24 feedback popup (Elementor popup ID 4380) */
#elementor-popup-modal-4380 {
	--sineris-blue: #0842ad;
	--sineris-blue-dark: #06368f;
	--sineris-ink: #101b33;
	--sineris-muted: #69758d;
	--sineris-line: #dbe5f4;
	--sineris-field: #f5f8fd;
	--sineris-focus: rgba(8, 66, 173, .14);
	--sineris-danger: #c62d37;
	--sineris-danger-line: #e9b2b8;
	--sineris-danger-bg: #fff6f7;
	background: rgba(4, 18, 44, .62) !important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

#elementor-popup-modal-4380 .dialog-widget-content {
	width: min(640px, calc(100vw - 32px)) !important;
	max-height: calc(100vh - 32px);
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff !important;
	border: 1px solid rgba(8, 66, 173, .09);
	border-radius: 20px !important;
	box-shadow: 0 28px 72px rgba(7, 24, 54, .28),
		0 4px 14px rgba(7, 24, 54, .1) !important;
}

#elementor-popup-modal-4380 .dialog-message,
#elementor-popup-modal-4380 .elementor-4380,
#elementor-popup-modal-4380 .elementor-widget-container,
#elementor-popup-modal-4380 .b24-form {
	width: 100%;
}

#elementor-popup-modal-4380 .b24-form-header {
    border-bottom: 0 !important;
}

#elementor-popup-modal-4380 .dialog-close-button {
	top: 18px;
	right: 18px;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: var(--sineris-blue) !important;
	background: #edf3fd;
	border-radius: 50%;
	transition: background-color .2s ease, transform .2s ease;
}

#elementor-popup-modal-4380 .dialog-close-button:hover {
	background: #e2ebfa;
	transform: rotate(90deg);
}

#elementor-popup-modal-4380 .dialog-close-button svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

#elementor-popup-modal-4380 .b24-form-wrapper {
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	font-family: Inter, Arial, sans-serif !important;
}

#elementor-popup-modal-4380 .b24-form-padding-side {
	padding-right: 40px !important;
	padding-left: 40px !important;
}

#elementor-popup-modal-4380 .b24-form-header {
	padding-top: 34px !important;
	padding-bottom: 22px !important;
	text-align: left !important;
}

#elementor-popup-modal-4380 .b24-form-header::before {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 10px;
	color: var(--sineris-blue);
	font: 700 11px/1 Inter, Arial, sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
	content: "SINERIS / Консультация";
	background: #edf3fd;
	border-radius: 999px;
}

#elementor-popup-modal-4380 .b24-form-header-title {
	max-width: calc(100% - 48px);
	color: var(--sineris-ink) !important;
	font: 600 clamp(23px, 3vw, 27px)/1.25 Manrope, Inter, Arial, sans-serif !important;
	letter-spacing: -.025em;
}

#elementor-popup-modal-4380 .b24-form-content {
	padding-bottom: 36px !important;
}

#elementor-popup-modal-4380 .b24-form-content form > div:first-child {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}

#elementor-popup-modal-4380 .b24-form-content form > div:first-child .b24-form-field {
	margin: 0 !important;
}

#elementor-popup-modal-4380 .b24-form-field-string,
#elementor-popup-modal-4380 .b24-form-field-text {
	grid-column: 1 / -1;
}

#elementor-popup-modal-4380 .b24-form-control-string .b24-form-control,
#elementor-popup-modal-4380 .b24-form-control-text .b24-form-control {
	width: 100% !important;
	color: var(--sineris-ink) !important;
	font: 500 15px/1.35 Inter, Arial, sans-serif !important;
	background: var(--sineris-field) !important;
	border: 1px solid var(--sineris-line) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#elementor-popup-modal-4380 .b24-form-control-string .b24-form-control {
	height: 56px !important;
	padding: 23px 15px 8px !important;
}

#elementor-popup-modal-4380 .b24-form-control-text .b24-form-control {
	min-height: 88px !important;
	padding: 26px 15px 10px !important;
	resize: vertical;
}

#elementor-popup-modal-4380 .b24-form-control:hover {
	border-color: #b9cce9 !important;
}

#elementor-popup-modal-4380 .b24-form-control:focus {
	background: #fff !important;
	border-color: var(--sineris-blue) !important;
	box-shadow: 0 0 0 4px var(--sineris-focus) !important;
	outline: 0 !important;
}

#elementor-popup-modal-4380 .b24-form-control-label {
	top: 19px !important;
	left: 16px !important;
	color: var(--sineris-muted) !important;
	font: 500 14px/1.2 Inter, Arial, sans-serif !important;
}

#elementor-popup-modal-4380 .b24-form-control:focus + .b24-form-control-label,
#elementor-popup-modal-4380 .b24-form-control-not-empty + .b24-form-control-label {
	top: 9px !important;
	color: var(--sineris-blue) !important;
	font-size: 11px !important;
}

#elementor-popup-modal-4380 .b24-form-control-required {
	color: var(--sineris-blue) !important;
}

#elementor-popup-modal-4380 .b24-form-control-string.b24-form-control-alert,
#elementor-popup-modal-4380 .b24-form-control-text.b24-form-control-alert {
	padding-bottom: 23px !important;
}

#elementor-popup-modal-4380 .b24-form-control-alert .b24-form-control {
	background: var(--sineris-danger-bg) !important;
	border-color: var(--sineris-danger-line) !important;
}

#elementor-popup-modal-4380 .b24-form-control-alert .b24-form-control-label,
#elementor-popup-modal-4380 .b24-form-control-alert .b24-form-control-required {
	color: var(--sineris-danger) !important;
}

#elementor-popup-modal-4380 .b24-form-control-alert .b24-form-control-alert-message {
	display: block !important;
	margin: 0 !important;
	padding: 5px 0 0 !important;
	color: var(--sineris-danger) !important;
	font: 400 12px/1.35 Inter, Arial, sans-serif !important;
	background: transparent !important;
	border-radius: 0 !important;
}

#elementor-popup-modal-4380 .b24-form-control-alert .b24-form-control-alert-message::before {
	display: none !important;
}

/* >>> ДОБАВЛЕНО: верхний отступ (был 0 сверху — чекбокс слипался с полем текста над ним) */
#elementor-popup-modal-4380 .b24-form-field-agreement {
	margin: 16px 0 22px !important;
}

/* >>> УСИЛЕНО: align-items: center + запасной селектор .b24-form-control-block.
   Было align-items: flex-start + нет !important — квадрат и текст стояли неровно. */
#elementor-popup-modal-4380 .b24-form-field-agreement .b24-form-control-container,
#elementor-popup-modal-4380 .b24-form-field-agreement .b24-form-control-block {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	line-height: 1.45 !important;
	color: var(--sineris-muted);
}

/* >>> ГЛАВНЫЙ ФИКС: position: relative сбрасывает absolute из b24 (вызывал наезд текста
   на квадрат); вертикальный margin обнулён — центрирование берёт на себя align-items: center;
   margin-right физически разделяет квадрат и текст при любой вложенности DOM. */
#elementor-popup-modal-4380 .b24-form-field-agreement input[type="checkbox"] {
	position: relative !important;
	flex: 0 0 19px !important;
	width: 19px;
	height: 19px;
	margin: 0 10px 0 0 !important;
	appearance: none;
	-webkit-appearance: none;
	background: #fff !important;
	border: 1px solid #c7d5eb !important;
	border-radius: 5px !important;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#elementor-popup-modal-4380 .b24-form-field-agreement input[type="checkbox"]:checked {
	background-color: var(--sineris-blue) !important;
	border-color: var(--sineris-blue) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

#elementor-popup-modal-4380 .b24-form-field-agreement input[type="checkbox"]:focus-visible {
	box-shadow: 0 0 0 4px var(--sineris-focus);
	outline: 0;
}

/* >>> ДОБАВЛЕНО: текст согласия занимает оставшуюся ширину, не наезжает на квадрат */
#elementor-popup-modal-4380 .b24-form-field-agreement .b24-form-control-desc,
#elementor-popup-modal-4380 .b24-form-field-agreement .b24-form-control-label,
#elementor-popup-modal-4380 .b24-form-field-agreement label,
#elementor-popup-modal-4380 .b24-form-field-agreement span {
	flex: 1 1 auto !important;
	margin: 0 !important;
	padding-left: 0 !important;
	opacity: 1 !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

#elementor-popup-modal-4380 .b24-form-control-desc,
#elementor-popup-modal-4380 .b24-form-field-agreement-link {
	color: var(--sineris-muted) !important;
	font: 400 12px/1.45 Inter, Arial, sans-serif !important;
}

#elementor-popup-modal-4380 .b24-form-field-agreement-link {
	text-decoration: underline;
	text-decoration-color: rgba(8, 66, 173, .3);
	text-underline-offset: 2px;
}

#elementor-popup-modal-4380 .b24-form-field-agreement-link:hover {
	color: var(--sineris-blue) !important;
}

#elementor-popup-modal-4380 .b24-form-control-agreement.b24-form-control-alert .b24-form-control-container {
	position: relative;
	padding-bottom: 23px;
}

#elementor-popup-modal-4380 .b24-form-control-agreement.b24-form-control-alert .b24-form-control-alert-message {
	bottom: 0 !important;
	left: 29px !important;
}

#elementor-popup-modal-4380 .b24-form-btn-container {
	margin: 0 !important;
}

#elementor-popup-modal-4380 .b24-form-btn {
	height: 56px !important;
	color: #fff !important;
	font: 600 16px/1 Inter, Arial, sans-serif !important;
	background: var(--sineris-blue) !important;
	border: 1px solid var(--sineris-blue) !important;
	border-radius: 10px !important;
	box-shadow: 0 12px 24px rgba(8, 66, 173, .2) !important;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease,
		transform .2s ease;
}

#elementor-popup-modal-4380 .b24-form-btn:hover {
	background: var(--sineris-blue-dark) !important;
	border-color: var(--sineris-blue-dark) !important;
	box-shadow: 0 16px 28px rgba(8, 66, 173, .28) !important;
	transform: translateY(-1px);
}

#elementor-popup-modal-4380 .b24-form-btn:active {
	box-shadow: 0 8px 16px rgba(8, 66, 173, .18) !important;
	transform: translateY(0);
}

#elementor-popup-modal-4380 .b24-form-state-text {
	color: var(--sineris-ink) !important;
	font-family: Inter, Arial, sans-serif !important;
}

@media (max-width: 640px) {
	#elementor-popup-modal-4380 .dialog-widget-content {
		width: calc(100vw - 20px) !important;
		max-height: calc(100dvh - 20px);
		border-radius: 16px !important;
	}

	#elementor-popup-modal-4380 .dialog-close-button {
		top: 14px;
		right: 14px;
		width: 36px;
		height: 36px;
	}

	#elementor-popup-modal-4380 .b24-form-padding-side {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	#elementor-popup-modal-4380 .b24-form-header {
		padding-top: 22px !important;
		padding-bottom: 18px !important;
	}

	#elementor-popup-modal-4380 .b24-form-header::before {
		margin-bottom: 10px;
	}

	#elementor-popup-modal-4380 .b24-form-header-title {
		max-width: calc(100% - 42px);
		font-size: 21px !important;
	}

	#elementor-popup-modal-4380 .b24-form-content {
		padding-bottom: 22px !important;
	}

	#elementor-popup-modal-4380 .b24-form-content form > div:first-child {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 16px;
	}

	#elementor-popup-modal-4380 .b24-form-control-string .b24-form-control {
		height: 52px !important;
	}

	#elementor-popup-modal-4380 .b24-form-control-text .b24-form-control {
		min-height: 74px !important;
	}

	#elementor-popup-modal-4380 .b24-form-field-agreement {
		margin-bottom: 18px !important;
	}

	/* >>> ДОБАВЛЕНО: на мобильных текст переносится на несколько строк —
	   квадрат прижимаем к первой строке (flex-start + margin-top), а не к центру блока */
	#elementor-popup-modal-4380 .b24-form-field-agreement .b24-form-control-container,
	#elementor-popup-modal-4380 .b24-form-field-agreement .b24-form-control-block {
		align-items: flex-start !important;
	}

	#elementor-popup-modal-4380 .b24-form-field-agreement input[type="checkbox"] {
		margin: 3px 10px 0 0 !important;
	}

	#elementor-popup-modal-4380 .b24-form-btn {
		height: 52px !important;
	}
}/* End custom CSS */