.where-buy-intro {
	max-width: 1040px;
}
.where-buy-marketplace-card .card {
	background: transparent;
}
.where-buy-marketplace-card .marketplace-thumb {
	display: block;
	overflow: hidden;
	max-height: 160px;
}
.where-buy-marketplace-card .marketplace-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.where-buy-marketplace-card .card-title {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #626261;
}
@media (min-width: 992px) {
	.where-buy-marketplace-card .card-body {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
/*
.where-buy-intro p {
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #626261;
}
*/
.custom__map-hint {
	margin-top: 2rem;
	margin-bottom: 2.25rem;
}
/*
.custom__map-hint p {
    font-weight: 700;
    color: #626261;
    line-height: 1.4;
}
*/
.custom__legend_span {
	font-size: 12px;
}
.legend-block {
	width: 30px;
	height: 15px;
}
.legend-map > ul > li {
	vertical-align: middle;
}
.custom__ledgend_li {
	margin-bottom: .75rem;
}
.where-buy-marketplace-card > .card {
	border-radius: 0px;
}
.where-buy-marketplace-card .card {
	overflow: hidden;
}
.marketplace-thumb {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}
.marketplace-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.marketplace-badge__logo {
	display: block;
	max-width: 120px;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.marketplace-badge--wb {
	--badge-bg: #d61bb4;
}
.marketplace-badge {
	--badge-bg: #d61bb4;
	--badge-height: 47px;
	--badge-width: 166px;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 14;
	width: var(--badge-width);
	height: var(--badge-height);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px 0 10px;
	box-sizing: border-box;
	isolation: isolate;
	pointer-events: none;
}
.marketplace-badge::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--badge-bg);
	-webkit-mask:
		url("data:image/svg+xml,%3Csvg width='166' height='47' viewBox='0 0 84 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79163 2.48729C6.26027 1.02225 7.61759 0 9.15574 0H84V24H3.69574C1.29102 24 -0.41102 21.6502 0.332316 19.3267L5.79163 2.48729Z' fill='black'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
	mask:
		url("data:image/svg+xml,%3Csvg width='166' height='47' viewBox='0 0 84 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79163 2.48729C6.26027 1.02225 7.61759 0 9.15574 0H84V24H3.69574C1.29102 24 -0.41102 21.6502 0.332316 19.3267L5.79163 2.48729Z' fill='black'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
	transform: rotate(180deg);
	transform-origin: center;
}
.partner-banner {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border-radius: 14px;
	background: #204E2B;
	max-width: 860px;
	width: 100%;
}
/* Левая картинка */
.partner-banner__image {
	position: relative;
	flex: 0 0 52%;
	min-height: 182px;
	max-height: 182px;
	overflow: hidden;
}
.partner-banner__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Диагональный срез справа у картинки */
.partner-banner__image::after {
	content: "";
	position: absolute;
	top: -12px;
	right: -42px;
	width: 80px;
	height: calc(100% + 24px);
	background: #204E2B;
	border-radius: 25px 0 0 25px;
	transform: skewX(-10deg);
	z-index: 2;
}
/* Правая часть */
.partner-banner__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px 36px 28px 10px;
	color: #fff;
	background: #204E2B;
}
.partner-banner__title {
	margin: 0 0 22px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.partner-banner__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	max-width: 360px;
	letter-spacing: -0.1px;
}
.partner-banner__text a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.partner-banner__text a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.partner-banner {
		flex-direction: column;
	}
	.partner-banner__image {
		flex-basis: auto;
		min-height: 180px;
		max-height: 230px;
	}
	.partner-banner__image::after {
		top: auto;
		right: auto;
		left: -12px;
		bottom: -36px;
		width: calc(100% + 24px);
		height: 70px;
		border-radius: 30px 30px 0 0;
		transform: skewY(-4deg);
	}
	.partner-banner__content {
		padding: 24px 20px 22px;
	}
	.partner-banner__title {
		margin-bottom: 14px;
		font-size: 16px;
	}
	.partner-banner__text {
		font-size: 15px;
		max-width: none;
	}
	.partner-banner__image img {
		max-height: 230px;
	}
	.partner-banner__image::after {
		opacity: 0;
	}
	.where-buy-marketplace-card .marketplace-thumb img {
		max-height: 160px;
		object-fit: cover;
	}
}
.partner-banner {
	margin: 0 auto;
}
.where-buy-intro {
	max-width: unset;
}
@media (min-width: 1200px) {
	.where-buy-marketplace-card .marketplace-thumb {
		max-height: 220px;
	}
}