body section.contact-launcher {
	position: fixed;
	right: 16px;
	right: max(16px, env(safe-area-inset-right));
	bottom: 16px;
	bottom: max(16px, env(safe-area-inset-bottom));
	z-index: 600;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.contact-launcher__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	height: 56px;
	padding: 0 22px 0 15px;
	color: #fff;
	background: var(--vk-color-primary, #126ba3);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 5px 18px rgb(0 0 0 / 24%);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.5;
	white-space: nowrap;
	cursor: pointer;
	transition: padding 220ms ease, gap 220ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.contact-launcher__toggle:hover {
	background: #0d5685;
	box-shadow: 0 6px 22px rgb(0 0 0 / 30%);
}

.contact-launcher__toggle:active {
	transform: scale(.97);
}

.contact-launcher__icon {
	flex: none;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.contact-launcher__icon circle {
	fill: currentColor;
	stroke: none;
}

.contact-launcher__label {
	display: inline-block;
	max-width: 14em;
	overflow: hidden;
	white-space: nowrap;
	transition: max-width 220ms ease, opacity 150ms ease;
}

.contact-launcher__hint {
	position: absolute;
	right: 0;
	bottom: 70px;
	display: flex;
	align-items: center;
	width: max-content;
	max-width: calc(100vw - 32px);
	padding: 2px 2px 2px 14px;
	color: #0d5685;
	background: #fff;
	border: 1px solid rgb(18 107 163 / 30%);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 200ms ease, transform 200ms ease;
}

.contact-launcher__hint::after {
	position: absolute;
	right: 24px;
	bottom: -7px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-right: 1px solid rgb(18 107 163 / 30%);
	border-bottom: 1px solid rgb(18 107 163 / 30%);
	content: "";
	transform: rotate(45deg);
}

.contact-launcher__hint.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.contact-launcher__hint[hidden] {
	display: none;
}

.contact-launcher__hint-open {
	min-height: 44px;
	padding: 9px 0;
	color: inherit;
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	cursor: pointer;
}

.contact-launcher__hint-close {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #425466;
	background: transparent;
	border: 0;
	border-radius: 50%;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.contact-launcher__hint-open:hover {
	color: #0a456b;
}

.contact-launcher__hint-close:hover {
	color: #0d5685;
	background: #eef6fb;
}

.contact-launcher__panel {
	position: absolute;
	right: 0;
	bottom: 68px;
	width: min(304px, calc(100vw - 32px));
	padding: 18px;
	color: #243340;
	background: #fff;
	border: 1px solid rgb(18 107 163 / 18%);
	border-radius: 14px;
	box-shadow: 0 10px 32px rgb(0 0 0 / 20%);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 150ms ease, transform 150ms ease;
}

.contact-launcher__panel[hidden] {
	display: none;
}

.contact-launcher.is-open .contact-launcher__panel {
	opacity: 1;
	transform: translateY(0);
}

.contact-launcher__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.contact-launcher__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.contact-launcher__close {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: -10px -10px -10px 0;
	padding: 0;
	color: #425466;
	background: transparent;
	border: 0;
	border-radius: 50%;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
}

.contact-launcher__close:hover {
	color: #0d5685;
	background: #eef6fb;
}

body section.contact-launcher a.contact-launcher__action {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 58px;
	padding: 10px 14px;
	color: #fff;
	background: var(--vk-color-primary, #126ba3);
	border: 1px solid var(--vk-color-primary, #126ba3);
	border-radius: 9px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

body section.contact-launcher a.contact-launcher__action:visited {
	color: #fff;
	text-decoration: none;
}

body section.contact-launcher a.contact-launcher__action + a.contact-launcher__action {
	margin-top: 10px;
}

body section.contact-launcher a.contact-launcher__action span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	font-weight: 500;
}

body section.contact-launcher a.contact-launcher__form:hover {
	color: #fff;
	background: #0d5685;
	border-color: #0d5685;
}

body section.contact-launcher a.contact-launcher__phone,
body section.contact-launcher a.contact-launcher__phone:visited {
	color: #0d5685;
	background: #fff;
}

body section.contact-launcher a.contact-launcher__phone:hover {
	color: #0a456b;
	background: #eef6fb;
	border-color: #0d5685;
}

.contact-launcher__toggle:focus-visible,
.contact-launcher__hint-open:focus-visible,
.contact-launcher__hint-close:focus-visible,
.contact-launcher__close:focus-visible,
.contact-launcher__action:focus-visible {
	outline: 3px solid rgb(18 107 163 / 42%);
	outline-offset: 3px;
}

body #pageTop {
	right: 16px;
	right: max(16px, env(safe-area-inset-right));
	bottom: 84px;
	bottom: calc(max(16px, env(safe-area-inset-bottom)) + 68px);
	transition: opacity 150ms ease, visibility 150ms ease;
}

body.contact-launcher-open #pageTop,
body.contact-launcher-hint-visible #pageTop {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

body footer .foot_bottom small {
	box-sizing: border-box;
	padding-right: 188px;
}

@media screen and (max-width: 767px) {
	.contact-launcher.is-compact .contact-launcher__toggle {
		gap: 0;
		padding: 0 15px;
	}

	.contact-launcher.is-compact .contact-launcher__label {
		max-width: 0;
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-launcher__toggle,
	.contact-launcher__label,
	.contact-launcher__hint,
	.contact-launcher__panel,
	.contact-launcher__action,
	body #pageTop {
		transition: none;
	}

	body section.contact-launcher a.contact-launcher__action {
		transition: none;
	}
}
