.contact-route-priority {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 30px 0 24px;
}

.contact-route-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(93, 133, 171, 0.24);
	border-radius: 5px;
	display: flex;
	gap: 16px;
	min-width: 0;
	padding: 20px;
}

.contact-route-card__icon {
	align-items: center;
	background: rgba(141, 177, 201, 0.18);
	border-radius: 5px;
	color: #5d85ab;
	display: flex;
	flex: 0 0 44px;
	font-size: 22px;
	height: 44px;
	justify-content: center;
}

.contact-route-card__body {
	min-width: 0;
}

.contact-route-card h3 {
	color: #5d85ab;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 9px;
}

.contact-route-card p {
	margin: 0 0 8px;
}

.contact-route-time {
	font-style: italic;
	opacity: 0.72;
}

.contact-route-link {
	color: #497591;
	display: inline-block;
	font-weight: 700;
	margin-top: 4px;
	text-decoration: underline;
	text-decoration-color: rgba(73, 117, 145, 0.32);
	text-underline-offset: 3px;
}

.contact-route-link:hover,
.contact-route-link:focus {
	color: #c4473d;
	text-decoration-color: rgba(196, 71, 61, 0.45);
}

.contact-route-link i {
	font-size: 0.78em;
	margin-left: 4px;
}

.contact-route-accordion {
	border-top: 1px solid rgba(93, 133, 171, 0.18);
}

.contact-route-group {
	border-bottom: 1px solid rgba(93, 133, 171, 0.18);
}

.contact-route-heading {
	margin: 0 !important;
}

.contact-route-trigger {
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: #5d85ab;
	cursor: pointer;
	display: flex;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.35;
	padding: 13px 4px;
	text-align: left;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, padding 0.3s ease;
	width: 100%;
}

.contact-route-toggle {
	flex: 0 0 20px;
	height: 20px;
	margin-left: 16px;
	position: relative;
}

.contact-route-toggle::before,
.contact-route-toggle::after {
	background: rgba(93, 133, 171, 0.24);
	content: '';
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-route-toggle::before {
	height: 2px;
	width: 14px;
}

.contact-route-toggle::after {
	height: 14px;
	width: 2px;
}

.contact-route-group.is-open .contact-route-trigger,
.contact-route-group.is-closing .contact-route-trigger {
	background: rgba(196, 71, 61, 0.07);
	box-shadow: inset 3px 0 0 rgba(196, 71, 61, 0.72);
	color: #c4473d;
	padding-left: 14px;
	padding-right: 12px;
}

.contact-route-group.is-open .contact-route-toggle::before,
.contact-route-group.is-open .contact-route-toggle::after,
.contact-route-group.is-closing .contact-route-toggle::before,
.contact-route-group.is-closing .contact-route-toggle::after {
	background: rgba(196, 71, 61, 0.36);
}

.contact-route-group.is-open .contact-route-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.contact-route-panel {
	opacity: 1;
	overflow: visible;
}

.contact-route-accordion.is-enhanced .contact-route-panel {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.45s ease, opacity 0.28s ease;
}

.contact-route-accordion.is-enhanced .contact-route-group.is-open .contact-route-panel {
	opacity: 1;
}

.contact-route-panel__inner {
	padding: 4px 0 22px;
}

.contact-route-panel .from {
	background: #f0f0f0;
	border-radius: 5px;
	margin-top: 8px;
	padding: 6px 12px 7px 32px;
	position: relative;
}

.contact-route-panel .from i {
	color: #5d85ab;
	left: 10px;
	position: absolute;
	top: 10px;
}

.contact-route-panel .transport,
.contact-route-panel .time,
.contact-route-panel .contact-route-link {
	margin-left: 30px;
	margin-right: 10px;
}

.contact-route-panel .transport {
	margin-top: 10px;
}

.contact-route-panel .time {
	font-style: italic;
	opacity: 0.72;
}

.contact-route-panel .contact-route-next {
	margin-top: 16px;
}

.contact-route-panel .contact-route-link {
	margin-top: 12px;
}

.contact-route-note {
	border-left: 3px solid rgba(232, 205, 118, 0.9);
	margin-top: 24px;
	padding: 3px 0 4px 14px;
}

.contact-route-note p {
	margin: 0 0 5px;
}

.contact-page .address-block [itemprop='geo'] {
	display: none;
}

@media (max-width: 767px) {
	.contact-route-priority {
		grid-template-columns: minmax(0, 1fr);
	}

	.contact-route-card {
		padding: 16px;
	}

	.contact-route-trigger {
		font-size: 16px;
		padding: 12px 2px;
	}

	.contact-route-panel .transport,
	.contact-route-panel .time,
	.contact-route-panel .contact-route-link {
		margin-left: 10px;
	}
}
/* Smooth print-icon color transition without moving the sprite. */
.contact-page .to-print a {
	color: #777;
	font-size: 14px;
	line-height: 1.25;
	transition: color 0.45s ease !important;
	width: 74px;
}

.contact-page .to-print a:hover,
.contact-page .to-print a:focus-visible {
	color: #497591;
}
.contact-page .to-print a::before,
.contact-page .to-print a::after {
	background-image: url('/bitrix/templates/point_new/images/print-clean.png?v=20260716-3');
	background-repeat: no-repeat;
	background-size: 70px 140px;
	border: 0;
	border-radius: 0;
	content: '';
	height: 70px;
	left: 2px;
	position: absolute;
	top: 0;
	width: 70px;
}

.contact-page .to-print a::before,
.contact-page .to-print a:hover::before,
.contact-page .to-print a:focus-visible::before {
	background-position: center top;
}

.contact-page .to-print a::after {
	background-position: center bottom;
	opacity: 0;
	transition: opacity 0.45s ease !important;
}

.contact-page .to-print a:hover::after,
.contact-page .to-print a:focus-visible::after {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.contact-page .to-print a,
	.contact-page .to-print a::after {
		transition-duration: 0.01ms;
	}
}