.wrpf-branches-page .wrpf-branches-atlas {
	position: relative;
	width: 100vw;
	margin: 0 0 76px calc(50% - 50vw);
	padding: clamp(68px, 7vw, 104px) 0 clamp(50px, 6vw, 86px);
	overflow: hidden;
	background:
		radial-gradient(circle at 83% 8%, rgba(230, 51, 35, .2), transparent 31%),
		radial-gradient(circle at 8% 92%, rgba(201, 157, 51, .11), transparent 25%),
		linear-gradient(145deg, #202126 0%, #121316 58%, #0c0d0f 100%);
	color: #fff;
}

.wrpf-branches-page .wrpf-branches-atlas::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
	pointer-events: none;
}

.wrpf-branches-page .wrpf-branches-atlas__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.wrpf-branches-page .wrpf-branches-atlas__page-head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	min-height: clamp(300px, 27vw, 340px);
	padding-top: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__page-copy {
	position: relative;
	z-index: 2;
}

.wrpf-branches-page .wrpf-branches-atlas__globe {
	position: absolute;
	z-index: 0;
	top: 48%;
	right: clamp(-70px, -4vw, -36px);
	width: min(62vw, 720px);
	aspect-ratio: 1460 / 1078;
	isolation: isolate;
	opacity: .1;
	transform: translateY(-50%);
	pointer-events: none;
}

.wrpf-branches-page .wrpf-branches-atlas__globe::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 20% 12% 10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(230,51,35,.11), rgba(230,51,35,.025) 55%, transparent 72%);
	filter: blur(24px);
}

.wrpf-branches-page .wrpf-branches-atlas__globe img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(.2) sepia(.08) contrast(.9);
}

.wrpf-branches-page .wrpf-branches-atlas__globe-pulse {
	position: absolute;
	border-radius: 50%;
	display: block;
	width: 5px;
	height: 5px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 6px 2px rgba(255,255,255,.42), 0 0 14px 5px rgba(230,51,35,.16);
	opacity: .1;
	animation: wrpf-globe-node-pulse 6.4s ease-in-out infinite;
}

.wrpf-branches-page .wrpf-branches-atlas__globe-pulse--one {
	top: 31%;
	left: 53%;
}

.wrpf-branches-page .wrpf-branches-atlas__globe-pulse--two {
	top: 46%;
	left: 68%;
	animation-delay: -2.1s;
}

.wrpf-branches-page .wrpf-branches-atlas__globe-pulse--three {
	top: 55%;
	left: 36%;
	animation-delay: -4.2s;
}

.wrpf-branches-page .wrpf-branches-atlas__page-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--wrpf-gold, #c99d33);
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-branches-atlas__page-kicker::before {
	content: "";
	width: 32px;
	height: 3px;
	background: var(--wrpf-red, #e63323);
}

body.wrpf-branches-page:not(.home) .wrpf-content .wrpf-content__inner .wrpf-branches-atlas .wrpf-branches-atlas__page-head h1 {
	max-width: 900px;
	margin: 22px 0 20px !important;
	color: #fff !important;
	font-family: var(--wrpf-font-h1, "Oswald", sans-serif) !important;
	font-size: clamp(38px, 7.5vw, 106px) !important;
	font-weight: 700;
	letter-spacing: -.055em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

body.wrpf-branches-page:not(.home) .wrpf-content .wrpf-content__inner .wrpf-branches-atlas .wrpf-branches-atlas__page-head p {
	max-width: 660px;
	margin: 0;
	color: #d1d2d5;
	font-size: clamp(20px, 2.2vw, 29px) !important;
	line-height: 1.45 !important;
}

.wrpf-branches-page .wrpf-branches-atlas__header {
	margin-bottom: 28px;
}

.wrpf-branches-page .wrpf-branches-list-heading > span {
	margin: 0 0 10px;
	color: var(--wrpf-gold, #c99d33);
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-branches-atlas__lead {
	max-width: 760px;
	margin: 0;
	color: #c9cbd0;
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.65;
}

.wrpf-branches-page .wrpf-branches-atlas__counter {
	display: flex;
	gap: 10px;
	align-items: center;
	width: max-content;
	margin-top: 24px;
	padding: 14px 19px;
	border-left: 4px solid var(--wrpf-red, #e63323);
	background: rgba(255,255,255,.065);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.wrpf-branches-page .wrpf-branches-atlas__counter strong {
	color: #fff;
	font-family: var(--wrpf-font-h1, "Oswald", sans-serif);
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
}

.wrpf-branches-page .wrpf-branches-atlas__counter span {
	color: #aaaeb6;
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-branches-atlas__toolbar {
	display: grid;
	grid-template-columns: auto minmax(270px, 420px) 1fr;
	gap: 14px 20px;
	align-items: center;
	margin-bottom: 14px;
}

.wrpf-branches-page .wrpf-branches-atlas__toolbar label {
	color: #fff;
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-branches-atlas__select-wrap {
	position: relative;
}

.wrpf-branches-page .wrpf-branches-atlas__select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.wrpf-branches-page .wrpf-branches-atlas select {
	width: 100%;
	height: 48px;
	padding: 0 48px 0 16px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 0;
	appearance: none;
	background: #2a2b30;
	color: #fff;
	font: 600 15px/1.2 var(--wrpf-font-body, "Inter", sans-serif);
	cursor: pointer;
}

.wrpf-branches-page .wrpf-branches-atlas select:focus-visible {
	border-color: var(--wrpf-gold, #c99d33);
	outline: 2px solid var(--wrpf-gold, #c99d33);
	outline-offset: 2px;
}

.wrpf-branches-page .wrpf-branches-atlas__hint {
	display: none;
	margin: 0;
	color: #969aa3;
	font-size: 12px;
	line-height: 1.4;
}

.wrpf-branches-page .wrpf-branches-atlas__map-shell {
	position: relative;
	box-shadow:
		0 28px 70px rgba(0,0,0,.38),
		0 0 0 1px rgba(201,157,51,.16);
}

.wrpf-branches-page .wrpf-branches-atlas__viewport {
	position: relative;
	overflow: auto;
	border: 1px solid rgba(201,157,51,.34);
	border-top: 5px solid var(--wrpf-red, #e63323);
	background: #eaf4f8;
	cursor: grab;
	overscroll-behavior: contain;
	scrollbar-color: var(--wrpf-red, #e63323) #24262a;
	scrollbar-width: thin;
	touch-action: pan-x pan-y;
}

.wrpf-branches-page .wrpf-branches-atlas__viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.wrpf-branches-page .wrpf-branches-atlas__map {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	aspect-ratio: 2.05 / 1;
	overflow: hidden;
	background:
		radial-gradient(ellipse at 18% 44%, #177eb0 0%, rgba(23,126,176,.9) 13%, transparent 33%),
		radial-gradient(ellipse at 48% 38%, #d39a32 0%, rgba(211,154,50,.82) 12%, transparent 29%),
		radial-gradient(ellipse at 51% 68%, #318b62 0%, rgba(49,139,98,.84) 15%, transparent 32%),
		radial-gradient(ellipse at 72% 39%, #c34d43 0%, rgba(195,77,67,.82) 20%, transparent 42%),
		radial-gradient(ellipse at 85% 73%, #6657a5 0%, rgba(102,87,165,.92) 13%, transparent 31%),
		linear-gradient(108deg, #24688f 0%, #25836f 31%, #b8842f 49%, #b84b40 72%, #6256a4 100%);
	isolation: isolate;
	transform-origin: left top;
}

.wrpf-branches-page .wrpf-branches-atlas__map > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: contrast(.96) saturate(1.14);
	mix-blend-mode: screen;
	user-select: none;
	pointer-events: none;
}

.wrpf-branches-page .wrpf-branches-atlas__map::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		radial-gradient(circle at 50% 43%, rgba(255,255,255,.16), transparent 27%),
		linear-gradient(180deg, rgba(80,169,211,.045), rgba(33,105,143,.105));
	box-shadow: inset 0 0 70px rgba(26,80,110,.08);
	pointer-events: none;
}

.wrpf-branches-page .wrpf-branches-atlas__markers {
	position: absolute;
	z-index: 2;
	inset: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls {
	position: absolute;
	z-index: 8;
	top: 18px;
	right: 14px;
	display: grid;
	grid-template-columns: 40px 56px 40px 46px;
	border: 1px solid rgba(255,255,255,.24);
	background: rgba(23,24,27,.94);
	box-shadow: 0 8px 24px rgba(0,0,0,.28);
	backdrop-filter: blur(5px);
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls button,
.wrpf-branches-page .wrpf-branches-atlas__map-controls output {
	display: grid;
	min-width: 0;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 0;
	border-right: 1px solid rgba(255,255,255,.14);
	background: transparent;
	color: #fff;
	font: 800 20px/1 var(--wrpf-font-body, "Inter", sans-serif);
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls output {
	color: var(--wrpf-gold, #c99d33);
	font-size: 11px;
	letter-spacing: .03em;
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls button {
	cursor: pointer;
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls button.is-reset {
	border-right: 0;
	font-size: 11px;
	letter-spacing: .04em;
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls button:hover,
.wrpf-branches-page .wrpf-branches-atlas__map-controls button:focus-visible {
	background: var(--wrpf-red, #e63323);
	color: #fff;
	outline: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls button:focus-visible {
	box-shadow: inset 0 0 0 2px var(--wrpf-gold, #c99d33);
}

.wrpf-branches-page .wrpf-branches-atlas__map-controls button:disabled {
	cursor: default;
	opacity: .38;
}

.wrpf-branches-page .wrpf-branches-atlas__marker {
	position: absolute;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.wrpf-branches-page .wrpf-branches-atlas__marker > span {
	position: relative;
	display: grid;
	width: 11px;
	height: 11px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--wrpf-red, #e63323);
	box-shadow:
		0 0 0 2px rgba(255,255,255,.28),
		0 3px 10px rgba(0,0,0,.45);
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.wrpf-branches-page .wrpf-branches-atlas__marker > span::after {
	content: "";
	position: absolute;
	inset: -7px;
	border: 1px solid rgba(230,51,35,.42);
	border-radius: 50%;
	animation: wrpf-branch-pulse 2.4s ease-out infinite;
}

.wrpf-branches-page .wrpf-branches-atlas__marker.is-cluster > span {
	width: 27px;
	height: 27px;
	border-color: var(--wrpf-gold, #c99d33);
	background: #18191d;
	font-family: var(--wrpf-font-body, "Inter", sans-serif);
	font-size: 10px;
	font-weight: 800;
}

.wrpf-branches-page .wrpf-branches-atlas__marker::after {
	content: attr(data-label);
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: calc(100% + 3px);
	max-width: 220px;
	padding: 7px 9px;
	border-radius: 2px;
	transform: translate(-50%, 4px);
	background: #17181b;
	box-shadow: 0 8px 18px rgba(0,0,0,.3);
	color: #fff;
	font: 700 11px/1.25 var(--wrpf-font-body, "Inter", sans-serif);
	letter-spacing: .01em;
	opacity: 0;
	pointer-events: none;
	transition: opacity .16s ease, transform .16s ease;
	white-space: nowrap;
}

.wrpf-branches-page .wrpf-branches-atlas__marker:hover > span,
.wrpf-branches-page .wrpf-branches-atlas__marker:focus-visible > span,
.wrpf-branches-page .wrpf-branches-atlas__marker.is-selected > span {
	transform: scale(1.18);
	background: var(--wrpf-gold, #c99d33);
	box-shadow: 0 0 0 6px rgba(230,51,35,.2), 0 4px 12px rgba(0,0,0,.48);
}

.wrpf-branches-page .wrpf-branches-atlas__marker:hover::after,
.wrpf-branches-page .wrpf-branches-atlas__marker:focus-visible::after {
	transform: translate(-50%, 0);
	opacity: 1;
}

.wrpf-branches-page .wrpf-branches-atlas__marker:focus-visible {
	outline: 3px solid var(--wrpf-gold, #c99d33);
	outline-offset: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__selection {
	display: block;
	min-height: 126px;
	padding: 25px 28px;
	border-bottom: 1px solid rgba(255,255,255,.13);
	background: rgba(255,255,255,.065);
	scroll-margin-top: 140px;
}

.wrpf-branches-page .wrpf-branches-atlas__selection-kicker {
	display: block;
	margin-bottom: 6px;
	color: var(--wrpf-gold, #c99d33);
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-branches-atlas__selection h3 {
	margin: 0 0 9px;
	color: #fff;
	font-family: var(--wrpf-font-h1, "Oswald", sans-serif);
	font-size: clamp(24px, 2.3vw, 34px);
	font-weight: 700;
	line-height: 1.08;
}

.wrpf-branches-page .wrpf-branches-atlas__selection-details {
	max-width: 1050px;
	color: #c4c7cd;
	font-size: 14px;
	line-height: 1.55;
}

.wrpf-branches-page .wrpf-branches-atlas__selection-details p {
	margin: 2px 0;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 12px;
	margin-top: 17px;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-row {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	min-height: 58px;
	padding: 11px 13px;
	border: 1px solid rgba(255,255,255,.09);
	background: rgba(8,9,11,.25);
}

.wrpf-branches-page .wrpf-branches-atlas__detail-row.is-person,
.wrpf-branches-page .wrpf-branches-atlas__detail-row.is-pin,
.wrpf-branches-page .wrpf-branches-atlas__detail-row.is-info {
	grid-column: 1 / -1;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-icon {
	width: 19px;
	height: 19px;
	margin-top: 3px;
	background: var(--wrpf-gold, #c99d33);
	-webkit-mask: var(--wrpf-branch-icon) center / contain no-repeat;
	mask: var(--wrpf-branch-icon) center / contain no-repeat;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-icon.is-person {
	--wrpf-branch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E");
}

.wrpf-branches-page .wrpf-branches-atlas__detail-icon.is-phone {
	--wrpf-branch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.wrpf-branches-page .wrpf-branches-atlas__detail-icon.is-pin {
	--wrpf-branch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a8 8 0 0 0-8 8c0 5.5 8 12 8 12s8-6.5 8-12a8 8 0 0 0-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

.wrpf-branches-page .wrpf-branches-atlas__detail-icon.is-mail {
	--wrpf-branch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h16a2 2 0 0 0 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
}

.wrpf-branches-page .wrpf-branches-atlas__detail-icon.is-info {
	--wrpf-branch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 10h2v8h-2v-8Zm0-4h2v2h-2V6Zm1-4a10 10 0 1 0 0 20 10 10 0 0 0 0-20Z'/%3E%3C/svg%3E");
}

.wrpf-branches-page .wrpf-branches-atlas__detail-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
	color: #e2e3e6;
	font-size: 14px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-copy strong {
	color: #91959e;
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-copy a,
.wrpf-branches-page .wrpf-branches-atlas__detail-links a {
	color: #fff;
	text-decoration-color: var(--wrpf-red, #e63323);
	text-underline-offset: 3px;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-copy a:hover,
.wrpf-branches-page .wrpf-branches-atlas__detail-copy a:focus-visible {
	color: var(--wrpf-gold, #c99d33);
}

.wrpf-branches-page .wrpf-branches-atlas__detail-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 13px;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-links a {
	position: relative;
	padding: 8px 30px 8px 11px;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(40,42,47,.82);
	color: #dfe1e5;
	font: 700 12px/1.2 var(--wrpf-font-body, "Inter", sans-serif);
	text-decoration: none;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-links a::after {
	content: "↗";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-54%);
	color: var(--wrpf-gold, #c99d33);
}

.wrpf-branches-page .wrpf-branches-atlas__detail-links a:hover {
	border-color: var(--wrpf-red, #e63323);
	background: rgba(40,42,47,.82) !important;
	color: var(--wrpf-gold, #c99d33) !important;
	outline: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__detail-links a:focus-visible {
	border-color: var(--wrpf-gold, #c99d33);
	background: rgba(40,42,47,.82);
	color: #fff;
	outline: 2px solid var(--wrpf-gold, #c99d33);
	outline-offset: 2px;
}

.wrpf-branches-page .wrpf-branches-atlas__country-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wrpf-branches-page .wrpf-branches-atlas__country-list button {
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 2px;
	background: #282a2f;
	color: #fff;
	font: 600 12px/1.25 var(--wrpf-font-body, "Inter", sans-serif);
	cursor: pointer;
}

.wrpf-branches-page .wrpf-branches-atlas__country-list button:hover,
.wrpf-branches-page .wrpf-branches-atlas__country-list button:focus-visible {
	border-color: var(--wrpf-red, #e63323);
	background: var(--wrpf-red, #e63323);
	outline: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__selection-copy {
	min-width: 0;
}

.wrpf-branches-page .wrpf-branches-atlas__noscript {
	margin: 16px 0 0;
	color: #c9cbd0;
	font-size: 14px;
}

.wrpf-branches-page .wrpf-branches-list-heading {
	margin: 0 0 28px;
	padding-top: 4px;
}

.wrpf-branches-page .wrpf-branches-list-heading h2 {
	margin: 0;
	color: #17181b;
	font-family: var(--wrpf-font-h1, "Oswald", sans-serif);
	font-size: clamp(34px, 4.2vw, 54px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1;
	text-transform: uppercase;
}

.wrpf-branches-page .wrpf-partner-card {
	scroll-margin-top: 118px;
}

.wrpf-branches-page .wrpf-partner-card.is-map-target {
	box-shadow: 0 0 0 4px var(--wrpf-red, #e63323), 0 24px 48px rgba(15,16,18,.22);
}

.wrpf-branches-page .wrpf-partner-card.is-map-target::after {
	content: "ВЫБРАНО НА КАРТЕ";
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	padding: 7px 10px;
	background: var(--wrpf-red, #e63323);
	color: #fff;
	font-family: var(--wrpf-font-h4, "Roboto Condensed", sans-serif);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
}

@keyframes wrpf-branch-pulse {
	0% { transform: scale(.45); opacity: .8; }
	80%, 100% { transform: scale(1.5); opacity: 0; }
}

@keyframes wrpf-globe-node-pulse {
	0%, 58%, 100% { transform: scale(.7); opacity: .1; }
	68% { transform: scale(1.55); opacity: .82; }
	80% { transform: scale(.9); opacity: .18; }
}

@media (max-width: 900px) {
	.wrpf-branches-page .wrpf-branches-atlas__inner {
		width: min(100% - 32px, 1180px);
	}

	.wrpf-branches-page .wrpf-branches-atlas__header {
		margin-bottom: 22px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__page-head {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.wrpf-branches-page .wrpf-branches-atlas__toolbar {
		grid-template-columns: auto minmax(220px, 1fr);
	}

	.wrpf-branches-page .wrpf-branches-atlas__hint {
		display: block;
		grid-column: 1 / -1;
	}

	.wrpf-branches-page .wrpf-branches-atlas__viewport {
		-webkit-overflow-scrolling: touch;
	}

	.wrpf-branches-page .wrpf-branches-atlas__map {
		width: 820px;
	}

}

@media (max-width: 620px) {
	.wrpf-branches-page .wrpf-branches-atlas {
		margin-top: 0;
		margin-bottom: 50px;
		padding: 50px 0 44px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__page-head {
		display: block;
		min-height: 245px;
		padding-top: 16px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__globe {
		top: 46%;
		right: -105px;
		width: 330px;
		opacity: .08;
	}

	body.wrpf-branches-page:not(.home) .wrpf-content .wrpf-content__inner .wrpf-branches-atlas .wrpf-branches-atlas__page-head p {
		max-width: 310px;
		font-size: 20px !important;
	}

	.wrpf-branches-page .wrpf-branches-atlas__inner {
		width: calc(100% - 24px);
	}

	.wrpf-branches-page .wrpf-branches-atlas__lead {
		font-size: 15px;
		line-height: 1.55;
	}

	.wrpf-branches-page .wrpf-branches-atlas__toolbar {
		grid-template-columns: 1fr;
	}

	.wrpf-branches-page .wrpf-branches-atlas__toolbar label {
		margin-bottom: -5px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__hint {
		grid-column: auto;
	}

	.wrpf-branches-page .wrpf-branches-atlas__selection {
		min-height: 0;
		padding: 22px 18px;
		scroll-margin-top: 92px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__map-controls {
		top: 12px;
		right: 10px;
		grid-template-columns: 36px 48px 36px 42px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__map-controls button,
	.wrpf-branches-page .wrpf-branches-atlas__map-controls output {
		height: 36px;
	}

	.wrpf-branches-page .wrpf-branches-atlas__detail-grid {
		grid-template-columns: 1fr;
	}

	.wrpf-branches-page .wrpf-branches-atlas__marker::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wrpf-branches-page .wrpf-branches-atlas__marker > span {
		transition: none;
	}

	.wrpf-branches-page .wrpf-branches-atlas__marker > span::after {
		animation: none;
	}

	.wrpf-branches-page .wrpf-branches-atlas__globe-pulse {
		animation: none;
		opacity: .12;
	}
}
