/* Temporary visual suppression. Remove the Bitrix loader at its production source. */
.b24-widget-button-wrapper,
.b24-widget-button-inner-container,
.b24-window-mounts,
.b24-window-popup-wrapper,
.v5-support-launcher,
.v5-support-modal {
	display: none !important;
}

.v5-jivosite-root,
.v5-jivosite-root * {
	box-sizing: border-box;
}

.v5-jivosite-root[hidden],
.v5-jivosite-root.is-ready {
	display: none !important;
}

.v5-jivosite-launcher {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 2147483000;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 9px 18px;
	border: 0;
	border-radius: 999px;
	background: #176b45;
	box-shadow: 0 9px 28px rgb(13 54 36 / 24%);
	color: #fff;
	cursor: pointer;
	font: 600 15px/1.15 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.v5-jivosite-launcher:hover:not([aria-busy="true"]) {
	background: #0f5838;
	box-shadow: 0 12px 34px rgb(13 54 36 / 30%);
	transform: translateY(-1px);
}

.v5-jivosite-launcher:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px #176b45, 0 12px 34px rgb(13 54 36 / 30%);
}

.v5-jivosite-launcher[aria-busy="true"] {
	cursor: progress;
	opacity: 0.92;
}

.v5-jivosite-labels {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.v5-jivosite-labels small {
	font-size: 10px;
	font-weight: 500;
	opacity: 0.8;
}

.v5-jivosite-status {
	position: fixed;
	right: 24px;
	bottom: 92px;
	z-index: 2147483000;
	width: min(340px, calc(100vw - 32px));
	padding: 14px 16px;
	border: 1px solid #d7e5dd;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 36px rgb(26 55 42 / 18%);
	color: #173d2e;
	font: 400 14px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.v5-jivosite-status[hidden],
.v5-jivosite-status [hidden] {
	display: none !important;
}

.v5-jivosite-status p {
	margin: 0 0 8px;
}

.v5-jivosite-status p:last-child {
	margin-bottom: 0;
}

.v5-jivosite-status a {
	display: inline-block;
	margin: 4px 12px 0 0;
	color: #176b45;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.v5-jivosite-noscript {
	margin: 12px;
	padding: 12px;
	border: 1px solid #d7e5dd;
	border-radius: 10px;
	background: #f6faf8;
}

@media (max-width: 600px) {
	.v5-jivosite-launcher {
		right: 16px;
		bottom: 16px;
	}

	.v5-jivosite-status {
		right: 16px;
		bottom: 84px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.v5-jivosite-launcher {
		transition: none;
	}
}
