.ag-type-seo {
	display: grid;
	gap: 38px;
	color: #203040;
}

.ag-type-seo__section {
	display: grid;
	gap: 18px;
}

.ag-type-seo__section p {
	margin: 0;
	font-size: 18px;
	line-height: 1.58;
}

.ag-type-seo a.catalog-link-orange,
.ag-type-seo a {
	color: inherit !important;
	text-decoration: none !important;
}

.ag-type-seo__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.ag-type-seo__cards li {
	min-width: 0;
}

.ag-type-seo__cards a {
	display: block;
	height: 100%;
}

.ag-type-seo__cards figure {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 210px;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #0b6fa4;
}

.ag-type-seo__cards img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.03);
	transform: scale(1.01);
}

.ag-type-seo__cards figure:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .68));
}

.ag-type-seo__cards figcaption {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	padding: 18px;
	color: #fff;
}

.ag-type-seo__cards span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.ag-type-seo__cards small {
	font-size: 14px;
	line-height: 1.35;
}

.ag-type-seo__tabs {
	display: grid;
	gap: 14px;
}

.ag-type-seo__tablist {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.ag-type-seo__tablist button {
	border: 1px solid #d5e3ec;
	background: #fff;
	color: #203040;
	border-radius: 8px;
	padding: 10px 16px;
	font-weight: 700;
	cursor: pointer;
}

.ag-type-seo__tablist button[aria-selected=true] {
	background: #0b6fa4;
	border-color: #0b6fa4;
	color: #fff;
}

.ag-type-seo__tabpanel {
	border: 1px solid #d5e3ec;
	border-radius: 8px;
	padding: 18px;
	background: #f7fbfd;
}

.ag-type-seo__tabpanel data {
	display: inline-block;
	margin-top: 12px;
	color: #0b6fa4;
	font-weight: 700;
}

.ag-type-seo__table-wrap {
	overflow-x: auto;
	border-radius: 8px;
}

.ag-type-seo__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 680px;
	background: #fff;
}

.ag-type-seo__table th,
.ag-type-seo__table td {
	border: 1px solid #d5e3ec;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.ag-type-seo__table th {
	background: #eef6fb;
	font-weight: 700;
}

.ag-type-seo-map {
	margin: 4px 0 0;
	border: 1px solid #d5e3ec;
	border-radius: 8px;
	overflow: hidden;
	background: #eaf5fb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.ag-type-seo-map__canvas {
	position: relative;
	min-height: 360px;
	aspect-ratio: 2.05 / 1;
	overflow: hidden;
	background: #dfeef4;
}

.ag-type-seo-map__canvas.leaflet-container {
	font: inherit;
	z-index: 1;
}

.ag-type-seo-map__loader {
	position: absolute;
	z-index: 500;
	left: 18px;
	top: 18px;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 14px;
	border: 1px solid rgba(213, 227, 236, .9);
	border-radius: 8px;
	background: rgba(255, 255, 255, .92);
	color: #203040;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(32, 48, 64, .16);
	transition: opacity .18s ease, visibility .18s ease;
}

.ag-type-seo-map--loaded .ag-type-seo-map__loader {
	visibility: hidden;
	opacity: 0;
}

.ag-type-seo-map .leaflet-control-zoom {
	overflow: hidden;
	border: 1px solid rgba(32, 48, 64, .14);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(32, 48, 64, .16);
}

.ag-type-seo-map .leaflet-control-zoom a {
	border: 0;
	color: #0b6fa4;
	font-weight: 900;
}

.ag-type-seo-map .leaflet-control-attribution {
	padding: 3px 8px;
	border-radius: 8px 0 0 0;
	background: rgba(255, 255, 255, .86);
	color: #536879;
	font-size: 10px;
}

.ag-type-seo-map__pin-icon {
	border: 0;
	background: transparent;
}

.ag-type-seo-map__pin {
	position: relative;
	display: block;
	width: 34px;
	height: 43px;
	filter: drop-shadow(0 10px 12px rgba(32, 48, 64, .3));
}

.ag-type-seo-map__pin:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 4px;
	width: 28px;
	height: 28px;
	border: 2px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: linear-gradient(135deg, #ffad3d 0%, #ff7a00 62%, #f05c00 100%);
	box-shadow: 0 0 0 4px rgba(255, 122, 0, .14);
	transform: translateX(-50%) rotate(-45deg);
}

.ag-type-seo-map__pin > span {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 9px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.ag-type-seo-map__pin-icon--approx .ag-type-seo-map__pin:before {
	border-color: #ff7a00;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 122, 0, .18);
}

.ag-type-seo-map__pin-icon--approx .ag-type-seo-map__pin > span {
	color: #ff7a00;
}

.ag-type-seo-map .leaflet-marker-icon {
	transition: transform .15s ease;
}

.ag-type-seo-map .leaflet-marker-icon:hover {
	z-index: 900 !important;
}

.ag-type-seo-map .leaflet-marker-icon:hover .ag-type-seo-map__pin {
	transform: scale(1.08);
}

.ag-type-seo-map .leaflet-popup-content-wrapper {
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(32, 48, 64, .24);
}

.ag-type-seo-map .leaflet-popup-content {
	margin: 11px 14px;
	color: #203040;
	font-size: 13px;
	line-height: 1.35;
}

.ag-type-seo-map__popup-link {
	color: #ff7a00 !important;
	font-weight: 700;
}

.ag-type-seo-map figcaption {
	padding: 12px 16px;
	border-top: 1px solid #d5e3ec;
	background: #fff;
	color: #536879;
	font-size: 14px;
	line-height: 1.45;
}

.ag-type-seo__region-nav {
	display: block;
	margin: 0;
}

.ag-type-seo__region-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ag-type-seo__region-cards figure {
	min-height: 190px;
}

.ag-type-seo__reviews {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ag-type-seo__review {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid #d5e3ec;
	border-radius: 8px;
	background: #fff;
}

.ag-type-seo__review header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ag-type-seo__review header img,
.ag-type-seo__review header > span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	flex: 0 0 48px;
}

.ag-type-seo__review header img {
	object-fit: cover;
}

.ag-type-seo__review header > span {
	display: grid;
	place-items: center;
	background: #eef6fb;
	color: #0b6fa4;
	font-weight: 900;
}

.ag-type-seo__review strong {
	font-size: 16px;
	line-height: 1.25;
}

.ag-type-seo__review p {
	font-size: 16px;
	line-height: 1.5;
}

.ag-type-seo__review a {
	justify-self: start;
	color: #ff7a00 !important;
	font-weight: 700;
}

.ag-type-seo__faq {
	display: grid;
	gap: 10px;
}

.ag-type-seo__details {
	border: 1px solid #d5e3ec;
	border-radius: 8px;
	background: #fff;
	padding: 0;
}

.ag-type-seo__details summary {
	cursor: pointer;
	padding: 16px 18px;
	font-weight: 700;
	list-style: none;
}

.ag-type-seo__details summary::-webkit-details-marker {
	display: none;
}

.ag-type-seo__details summary:after {
	content: "+";
	float: right;
	color: #0b6fa4;
	font-size: 22px;
	line-height: 1;
}

.ag-type-seo__details[open] summary:after {
	content: "-";
}

.ag-type-seo__details p {
	padding: 0 18px 18px;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.ag-type-seo__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ag-type-seo__reviews {
		grid-template-columns: 1fr 1fr;
	}

	.ag-type-seo-map__canvas {
		min-height: 320px;
	}
}

@media (max-width: 640px) {
	.ag-type-seo {
		gap: 28px;
	}

	.ag-type-seo__section p {
		font-size: 16px;
	}

	.ag-type-seo__cards,
	.ag-type-seo__region-cards {
		grid-template-columns: 1fr;
	}

	.ag-type-seo__cards figure {
		min-height: 190px;
	}

	.ag-type-seo__tablist {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.ag-type-seo__tablist button {
		padding: 10px 8px;
	}

	.ag-type-seo__tabpanel {
		padding: 14px;
	}

	.ag-type-seo-map__canvas {
		width: 100%;
		min-height: 280px;
		aspect-ratio: 1.16 / 1;
	}

	.ag-type-seo-map {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.ag-type-seo-map__pin {
		width: 25px;
		height: 32px;
	}

	.ag-type-seo-map__pin:before {
		top: 4px;
		width: 20px;
		height: 20px;
	}

	.ag-type-seo-map__pin > span {
		top: 7px;
		width: 15px;
		height: 15px;
		font-size: 8px;
	}

	.ag-type-seo-map figcaption {
		font-size: 13px;
	}

	.ag-type-seo__reviews {
		grid-template-columns: 1fr;
	}

	.ag-type-seo__review {
		padding: 16px;
	}
}
