.rb-contact-widget {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 2140;
	font-family: inherit;
	color: #111827;
	pointer-events: none;
}
.rb-contact-widget * { box-sizing: border-box; }
html.rb-side-cart-open .rb-contact-widget,
html.rb-search-open .rb-contact-widget { display: none; }
.rb-contact-widget__panel {
	width: 320px;
	padding: 12px;
	margin-bottom: 74px;
	background: #fff;
	border: 1px solid #e8edf5;
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(11, 20, 38, .18);
	opacity: 0;
	overflow: hidden;
	transform: translateY(10px) scale(.985);
	transform-origin: right bottom;
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}
.rb-contact-widget.is-open .rb-contact-widget__panel {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.rb-contact-widget__title,
.rb-contact-widget__caption {
	display: block;
	padding: 0 42px 0 0;
}
.rb-contact-widget__title {
	color: #07152b;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0;
}
.rb-contact-widget__caption {
	margin-top: 4px;
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 1.35;
	color: #66738a;
}
.rb-contact-widget__close,
.rb-contact-widget__to-top,
.rb-contact-widget__launcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
	pointer-events: auto;
	transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.rb-contact-widget__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #e3eaf3;
	border-radius: 50%;
	color: #768399;
}
.rb-contact-widget__close svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}
.rb-contact-widget__row {
	display: grid;
	grid-template-columns: 42px 1fr 18px;
	gap: 10px;
	align-items: center;
	min-height: 58px;
	padding: 9px 11px;
	margin-top: 9px;
	text-decoration: none;
	color: #07152b;
	background: #fff;
	border: 1px solid #e7edf5;
	border-radius: 18px;
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.rb-contact-widget__row:hover,
.rb-contact-widget__row:focus-visible,
.rb-contact-widget__close:hover,
.rb-contact-widget__to-top:hover,
.rb-contact-widget__launcher:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 101, 0, .38);
	box-shadow: 0 14px 28px rgba(12, 26, 44, .08);
	text-decoration: none;
}
.rb-contact-widget__row:active,
.rb-contact-widget__close:active,
.rb-contact-widget__to-top:active,
.rb-contact-widget__launcher:active { transform: scale(.98); }
.rb-contact-widget__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 760;
}
.rb-contact-widget__icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}
.rb-contact-widget__icon--telegram { background: #2da8ee; }
.rb-contact-widget__icon--max { background: linear-gradient(135deg, #356bff, #6a55ff); }
.rb-contact-widget__icon--phone,
.rb-contact-widget__to-top,
.rb-contact-widget__launcher { background: #ff5a00; }
.rb-contact-widget__row b,
.rb-contact-widget__row small {
	display: block;
	letter-spacing: 0;
}
.rb-contact-widget__row b {
	color: #07152b;
	font-size: 14.5px;
	line-height: 1.2;
	font-weight: 800;
}
.rb-contact-widget__row small {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.25;
	color: #718097;
}
.rb-contact-widget__arrow {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #ff6500;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.rb-contact-widget__to-top {
	position: absolute;
	right: 72px;
	bottom: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 18px 36px rgba(255, 101, 0, .28), 0 10px 24px rgba(11, 27, 49, .16);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
}
.rb-contact-widget__to-top.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}
.rb-contact-widget__to-top::after {
	content: "";
	position: absolute;
	inset: -7px;
	border: 1px solid rgba(255, 101, 0, .22);
	border-radius: 50%;
	pointer-events: none;
}
.rb-contact-widget__to-top svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.rb-contact-widget__launcher {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(180deg, #ff7a1a 0%, #ff5a00 100%);
	box-shadow: 0 18px 36px rgba(255, 101, 0, .28), 0 10px 24px rgba(11, 27, 49, .16);
	animation: rbContactLauncherPulse 4.8s ease-in-out infinite;
}
.rb-contact-widget.is-open .rb-contact-widget__launcher { animation: none; }
.rb-contact-widget__launcher::after {
	content: "";
	position: absolute;
	inset: -7px;
	border: 1px solid rgba(255, 101, 0, .22);
	border-radius: 50%;
	pointer-events: none;
}
.rb-contact-widget__launcher svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
@keyframes rbContactLauncherPulse {
	0%,
	72%,
	100% { box-shadow: 0 18px 36px rgba(255, 101, 0, .28), 0 10px 24px rgba(11, 27, 49, .16); }
	82% { box-shadow: 0 18px 36px rgba(255, 101, 0, .36), 0 0 0 12px rgba(255, 101, 0, .12), 0 10px 24px rgba(11, 27, 49, .16); }
}
@media (max-width: 680px) {
	.rb-contact-widget {
		right: 14px;
		bottom: 14px;
	}
	.rb-contact-widget__panel {
		width: min(320px, calc(100vw - 28px));
		margin-bottom: 32px;
	}
}
