.vehicul-vehicle-park {
	--vvp-ink: #1f2a32;
	--vvp-muted: #59666f;
	--vvp-green: #62aa4f;
	--vvp-green-dark: #39772f;
	--vvp-green-soft: #eef6ec;
	--vvp-line: #d9e2df;
	--vvp-surface: #f7faf7;
	--vvp-white: #ffffff;
	width: 100%;
	overflow: hidden;
	background: var(--vvp-white);
	color: var(--vvp-ink);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.vehicul-vehicle-park,
.vehicul-vehicle-park * {
	box-sizing: border-box;
}

.vehicul-vehicle-park .vvp-shell {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.vehicul-vehicle-park h1,
.vehicul-vehicle-park h2,
.vehicul-vehicle-park p {
	margin: 0 !important;
	color: inherit !important;
	font-family: inherit !important;
	font-style: normal !important;
	text-transform: none !important;
}

.vehicul-vehicle-park h1,
.vehicul-vehicle-park h2 {
	font-weight: 750 !important;
	letter-spacing: -0.035em !important;
}

.vehicul-vehicle-park img {
	display: block;
	max-width: 100%;
}

.vehicul-vehicle-park .vvp-hero {
	position: relative;
	padding: 42px 0 46px;
	background: var(--vvp-white);
}

.vehicul-vehicle-park .vvp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	align-items: center;
	min-height: 460px;
	gap: clamp(44px, 6vw, 88px);
}

.vehicul-vehicle-park .vvp-hero__content {
	position: relative;
	z-index: 1;
	max-width: 520px;
	padding-block: 20px;
}

.vehicul-vehicle-park .vvp-eyebrow {
	margin-bottom: 18px !important;
	color: var(--vvp-green-dark) !important;
	font-size: 13px !important;
	font-weight: 750 !important;
	letter-spacing: 0.12em !important;
	line-height: 1.3 !important;
	text-transform: uppercase !important;
}

.vehicul-vehicle-park .vvp-hero h1 {
	font-size: clamp(48px, 5vw, 68px) !important;
	line-height: 1.02 !important;
}

.vehicul-vehicle-park .vvp-hero h1::after {
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 24px;
	background: var(--vvp-green);
	content: "";
}

.vehicul-vehicle-park .vvp-hero__title {
	max-width: 500px;
	margin-top: 27px !important;
	font-size: clamp(27px, 2.4vw, 36px) !important;
	font-weight: 700 !important;
	letter-spacing: -0.028em !important;
	line-height: 1.22 !important;
}

.vehicul-vehicle-park .vvp-hero__lead {
	max-width: 510px;
	margin-top: 22px !important;
	color: var(--vvp-muted) !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
}

.vehicul-vehicle-park .vvp-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 34px;
}

.vehicul-vehicle-park .vvp-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	gap: 12px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vehicul-vehicle-park .vvp-button i {
	width: 18px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.vehicul-vehicle-park .vvp-button--primary {
	min-width: 178px;
	background: var(--vvp-green) !important;
	color: var(--vvp-white) !important;
}

.vehicul-vehicle-park .vvp-button--primary:hover {
	background: var(--vvp-green-dark) !important;
	color: var(--vvp-white) !important;
	transform: translateY(-1px);
}

.vehicul-vehicle-park .vvp-button--secondary {
	padding-inline: 10px;
	background: transparent !important;
	color: var(--vvp-green-dark) !important;
}

.vehicul-vehicle-park .vvp-button--secondary:hover {
	background: var(--vvp-green-soft) !important;
	color: var(--vvp-green-dark) !important;
}

.vehicul-vehicle-park .vvp-button:focus-visible {
	outline: 3px solid #173c12;
	outline-offset: 3px;
}

.vehicul-vehicle-park .vvp-hero__media {
	position: relative;
	min-width: 0;
}

.vehicul-vehicle-park .vvp-hero__media::before {
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: 20px;
	left: 20px;
	z-index: 0;
	border: 1px solid var(--vvp-line);
	border-radius: 8px;
	content: "";
}

.vehicul-vehicle-park .vvp-hero__image {
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: 440px !important;
	border-radius: 8px !important;
	box-shadow: 0 22px 50px rgba(31, 42, 50, 0.13);
	object-fit: cover !important;
	object-position: 50% 50% !important;
}

.vehicul-vehicle-park .vvp-catalog {
	padding: 62px 0 26px;
	border-top: 1px solid #edf1ef;
}

.vehicul-vehicle-park .vvp-catalog__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px !important;
	font-size: clamp(30px, 3vw, 42px) !important;
	line-height: 1.18 !important;
	text-align: center;
}

.vehicul-vehicle-park .vvp-catalog__title::before,
.vehicul-vehicle-park .vvp-catalog__title::after {
	width: min(19vw, 220px);
	height: 1px;
	background: var(--vvp-line);
	content: "";
}

.vehicul-vehicle-park .vvp-category {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	align-items: center;
	min-height: 430px;
	gap: clamp(48px, 7vw, 96px);
	padding: 42px 0;
	border-bottom: 1px solid var(--vvp-line);
}

.vehicul-vehicle-park .vvp-category:last-child {
	border-bottom: 0;
}

.vehicul-vehicle-park .vvp-category--reverse .vvp-category__media {
	order: 2;
}

.vehicul-vehicle-park .vvp-category--reverse {
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.vehicul-vehicle-park .vvp-category--reverse .vvp-category__content {
	order: 1;
}

.vehicul-vehicle-park .vvp-category__media {
	min-width: 0;
}

.vehicul-vehicle-park .vvp-gallery-preview {
	display: grid;
	grid-template-columns: minmax(0, 2.15fr) minmax(138px, 0.85fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: 390px;
	gap: 12px;
}

.vehicul-vehicle-park .vvp-gallery-preview__item {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	border: 0;
	border-radius: 7px;
	background: #e8eeeb;
	box-shadow: 0 14px 34px rgba(31, 42, 50, 0.1);
	cursor: zoom-in;
	text-decoration: none !important;
	isolation: isolate;
}

.vehicul-vehicle-park .vvp-gallery-preview__item--main {
	grid-row: 1 / -1;
}

.vehicul-vehicle-park .vvp-gallery-preview__image {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
	transition: transform 260ms ease, filter 260ms ease;
}

.vehicul-vehicle-park .vvp-category--a .vvp-gallery-preview__item--main .vvp-gallery-preview__image {
	object-position: 50% 54% !important;
}

.vehicul-vehicle-park .vvp-gallery-preview__item:hover .vvp-gallery-preview__image {
	filter: saturate(1.04);
	transform: scale(1.025);
}

.vehicul-vehicle-park .vvp-gallery-preview__item:focus-visible {
	z-index: 3;
	outline: 3px solid #173c12;
	outline-offset: 3px;
}

.vehicul-vehicle-park .vvp-gallery-preview__count,
.vehicul-vehicle-park .vvp-gallery-preview__more {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--vvp-white);
	font-family: inherit;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
}

.vehicul-vehicle-park .vvp-gallery-preview__count {
	right: 14px;
	bottom: 14px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(15, 25, 29, 0.82);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(7px);
}

.vehicul-vehicle-park .vvp-gallery-preview__more {
	inset: 0;
	flex-direction: column;
	background: linear-gradient(180deg, rgba(20, 30, 34, 0.3), rgba(20, 30, 34, 0.78));
	font-size: 14px;
}

.vehicul-vehicle-park .vvp-gallery-preview__more i {
	font-size: 19px;
}

.vehicul-vehicle-park .vvp-category__content {
	max-width: 360px;
}

.vehicul-vehicle-park .vvp-category__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--vvp-green-soft);
	color: var(--vvp-green-dark);
	font-size: 22px;
}

.vehicul-vehicle-park .vvp-category__content h2 {
	font-size: clamp(30px, 3vw, 42px) !important;
	line-height: 1.12 !important;
}

.vehicul-vehicle-park .vvp-category__content h2::after {
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 18px;
	background: var(--vvp-green);
	content: "";
}

.vehicul-vehicle-park .vvp-category__content p {
	max-width: 330px;
	margin-top: 20px !important;
	color: var(--vvp-muted) !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
}

body.vvp-lightbox-open {
	overflow: hidden !important;
}

.vehicul-vehicle-park .vvp-lightbox[hidden] {
	display: none !important;
}

.vehicul-vehicle-park .vvp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: grid;
	place-items: center;
	padding: 20px;
	color: #f7faf8;
}

.vehicul-vehicle-park .vvp-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 13, 15, 0.88);
	backdrop-filter: blur(8px);
}

.vehicul-vehicle-park .vvp-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(1180px, 100%);
	max-height: calc(100vh - 40px);
	max-height: calc(100dvh - 40px);
	min-height: min(760px, calc(100vh - 40px));
	min-height: min(760px, calc(100dvh - 40px));
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: #11191d;
	box-shadow: 0 35px 100px rgba(0, 0, 0, 0.55);
}

.vehicul-vehicle-park .vvp-lightbox__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	gap: 24px;
	padding: 16px 20px 16px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: #172126;
}

.vehicul-vehicle-park .vvp-lightbox__eyebrow {
	margin-bottom: 3px !important;
	color: #9bd18d !important;
	font-size: 11px !important;
	font-weight: 750 !important;
	letter-spacing: 0.11em !important;
	line-height: 1.35 !important;
	text-transform: uppercase !important;
}

.vehicul-vehicle-park .vvp-lightbox__title {
	color: #ffffff !important;
	font-size: clamp(21px, 2vw, 28px) !important;
	letter-spacing: -0.02em !important;
	line-height: 1.2 !important;
}

.vehicul-vehicle-park .vvp-lightbox button {
	margin: 0;
	border: 0;
	font: inherit;
	cursor: pointer;
}

.vehicul-vehicle-park .vvp-lightbox button:focus-visible {
	outline: 3px solid #a8df98;
	outline-offset: 3px;
}

.vehicul-vehicle-park .vvp-lightbox__close,
.vehicul-vehicle-park .vvp-lightbox__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	transition: background-color 180ms ease, transform 180ms ease;
}

.vehicul-vehicle-park .vvp-lightbox__close:hover,
.vehicul-vehicle-park .vvp-lightbox__nav:hover {
	background: var(--vvp-green-dark);
	transform: translateY(-1px);
}

.vehicul-vehicle-park .vvp-lightbox__stage {
	display: grid;
	min-height: 0;
	flex: 1 1 auto;
	grid-template-columns: 72px minmax(0, 1fr) 72px;
	align-items: center;
	background: #080d0f;
}

.vehicul-vehicle-park .vvp-lightbox__nav {
	margin-inline: auto;
}

.vehicul-vehicle-park .vvp-lightbox__figure {
	display: grid;
	height: min(61dvh, 640px);
	min-height: 360px;
	margin: 0;
	grid-template-rows: minmax(0, 1fr) auto;
}

.vehicul-vehicle-park .vvp-lightbox__image {
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	padding: 14px;
	object-fit: contain !important;
	object-position: center !important;
}

.vehicul-vehicle-park .vvp-lightbox__caption {
	min-height: 48px;
	padding: 11px 16px 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #dce5e1;
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.vehicul-vehicle-park .vvp-lightbox__footer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	min-height: 94px;
	gap: 22px;
	padding: 12px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #172126;
}

.vehicul-vehicle-park .vvp-lightbox__counter {
	min-width: 62px;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	text-align: center;
}

.vehicul-vehicle-park .vvp-lightbox__thumbnails {
	display: flex;
	min-width: 0;
	overflow-x: auto;
	gap: 9px;
	padding: 4px;
	scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.vehicul-vehicle-park .vvp-lightbox__thumbnails > span {
	display: block;
	flex: 0 0 auto;
}

.vehicul-vehicle-park .vvp-lightbox__thumbnail {
	display: block;
	width: 92px;
	height: 62px;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent !important;
	border-radius: 6px;
	background: #263238;
	opacity: 0.68;
	transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.vehicul-vehicle-park .vvp-lightbox__thumbnail:hover,
.vehicul-vehicle-park .vvp-lightbox__thumbnail.is-current {
	border-color: #8dce7c !important;
	opacity: 1;
	transform: translateY(-1px);
}

.vehicul-vehicle-park .vvp-lightbox__thumbnail img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.vehicul-vehicle-park .vvp-final {
	margin-top: 64px;
	padding: 52px 0;
	border-block: 1px solid var(--vvp-line);
	background: var(--vvp-surface);
}

.vehicul-vehicle-park .vvp-final__grid {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
}

.vehicul-vehicle-park .vvp-final__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border: 2px solid var(--vvp-green);
	border-radius: 50%;
	color: var(--vvp-green-dark);
	font-size: 30px;
}

.vehicul-vehicle-park .vvp-final__content h2 {
	font-size: clamp(28px, 3vw, 38px) !important;
	line-height: 1.16 !important;
}

.vehicul-vehicle-park .vvp-final__content p {
	max-width: 590px;
	margin-top: 10px !important;
	color: var(--vvp-muted) !important;
	font-size: 16px !important;
}

.vehicul-vehicle-park .vvp-final__actions {
	align-items: stretch;
	flex-direction: column;
	margin-top: 0;
}

.vehicul-vehicle-park .vvp-final__actions .vvp-button {
	width: 250px;
}

@media (max-width: 1024px) {
	.vehicul-vehicle-park .vvp-hero {
		padding-top: 40px;
	}

	.vehicul-vehicle-park .vvp-hero__grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		gap: 38px;
		min-height: 430px;
	}

	.vehicul-vehicle-park .vvp-hero__image {
		height: 410px !important;
	}

	.vehicul-vehicle-park .vvp-category {
		gap: 46px;
		min-height: 380px;
	}

	.vehicul-vehicle-park .vvp-gallery-preview {
		height: 340px;
	}

	.vehicul-vehicle-park .vvp-final__grid {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.vehicul-vehicle-park .vvp-final__actions {
		grid-column: 2;
		flex-direction: row;
	}

	.vehicul-vehicle-park .vvp-final__actions .vvp-button {
		width: auto;
	}
}

@media (max-width: 760px) {
	.vehicul-vehicle-park .vvp-shell {
		width: min(100% - 34px, 620px);
	}

	.vehicul-vehicle-park .vvp-hero {
		padding: 38px 0 48px;
	}

	.vehicul-vehicle-park .vvp-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 40px;
	}

	.vehicul-vehicle-park .vvp-hero__content {
		max-width: none;
		padding: 0;
	}

	.vehicul-vehicle-park .vvp-eyebrow {
		margin-bottom: 12px !important;
	}

	.vehicul-vehicle-park .vvp-hero h1 {
		font-size: clamp(42px, 13vw, 56px) !important;
	}

	.vehicul-vehicle-park .vvp-hero__title {
		font-size: clamp(26px, 8vw, 34px) !important;
	}

	.vehicul-vehicle-park .vvp-hero__lead {
		font-size: 16px !important;
	}

	.vehicul-vehicle-park .vvp-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.vehicul-vehicle-park .vvp-button {
		width: 100%;
		min-height: 52px;
	}

	.vehicul-vehicle-park .vvp-hero__media::before {
		top: -10px;
		right: -8px;
		bottom: 10px;
		left: 8px;
	}

	.vehicul-vehicle-park .vvp-hero__image {
		height: clamp(270px, 76vw, 410px) !important;
	}

	.vehicul-vehicle-park .vvp-catalog {
		padding-top: 58px;
	}

	.vehicul-vehicle-park .vvp-catalog__title {
		margin-bottom: 18px !important;
		font-size: 32px !important;
	}

	.vehicul-vehicle-park .vvp-catalog__title::before,
	.vehicul-vehicle-park .vvp-catalog__title::after {
		display: none;
	}

	.vehicul-vehicle-park .vvp-category {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 26px;
		padding: 34px 0 42px;
	}

	.vehicul-vehicle-park .vvp-category--reverse .vvp-category__media,
	.vehicul-vehicle-park .vvp-category--reverse .vvp-category__content {
		order: initial;
	}

	.vehicul-vehicle-park .vvp-gallery-preview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: clamp(245px, 68vw, 370px) 108px;
		height: auto;
		gap: 9px;
	}

	.vehicul-vehicle-park .vvp-gallery-preview__item--main {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.vehicul-vehicle-park .vvp-gallery-preview__count {
		right: 12px;
		bottom: 12px;
		min-height: 40px;
	}

	.vehicul-vehicle-park .vvp-gallery-preview__more {
		font-size: 13px;
	}

	.vehicul-vehicle-park .vvp-category__content {
		max-width: none;
	}

	.vehicul-vehicle-park .vvp-category__icon {
		width: 46px;
		height: 46px;
		margin-bottom: 16px;
		font-size: 19px;
	}

	.vehicul-vehicle-park .vvp-category__content h2 {
		font-size: 32px !important;
	}

	.vehicul-vehicle-park .vvp-final {
		margin-top: 34px;
		padding: 42px 0;
	}

	.vehicul-vehicle-park .vvp-final__grid {
		grid-template-columns: 1fr;
		gap: 22px;
		text-align: center;
	}

	.vehicul-vehicle-park .vvp-final__icon {
		width: 70px;
		height: 70px;
		margin-inline: auto;
		font-size: 25px;
	}

	.vehicul-vehicle-park .vvp-final__actions {
		grid-column: auto;
		flex-direction: column;
	}

	.vehicul-vehicle-park .vvp-final__actions .vvp-button {
		width: 100%;
	}

	.vehicul-vehicle-park .vvp-lightbox {
		padding: 0;
	}

	.vehicul-vehicle-park .vvp-lightbox__dialog {
		width: 100%;
		height: 100vh;
		height: 100dvh;
		max-height: none;
		min-height: 0;
		border: 0;
		border-radius: 0;
	}

	.vehicul-vehicle-park .vvp-lightbox__header {
		min-height: 74px;
		padding: 12px 14px 12px 18px;
	}

	.vehicul-vehicle-park .vvp-lightbox__eyebrow {
		display: none;
	}

	.vehicul-vehicle-park .vvp-lightbox__title {
		font-size: 20px !important;
	}

	.vehicul-vehicle-park .vvp-lightbox__stage {
		position: relative;
		grid-template-columns: minmax(0, 1fr);
	}

	.vehicul-vehicle-park .vvp-lightbox__nav {
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 44px;
		height: 44px;
		flex-basis: 44px;
		background: rgba(17, 25, 29, 0.8);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
		transform: translateY(-50%);
	}

	.vehicul-vehicle-park .vvp-lightbox__nav:hover {
		transform: translateY(calc(-50% - 1px));
	}

	.vehicul-vehicle-park .vvp-lightbox__nav--previous {
		left: 8px;
	}

	.vehicul-vehicle-park .vvp-lightbox__nav--next {
		right: 8px;
	}

	.vehicul-vehicle-park .vvp-lightbox__figure {
		width: 100%;
		height: auto;
		min-height: 0;
		align-self: stretch;
	}

	.vehicul-vehicle-park .vvp-lightbox__image {
		padding: 8px 2px;
	}

	.vehicul-vehicle-park .vvp-lightbox__caption {
		min-height: 58px;
		padding-inline: 6px;
		font-size: 13px;
	}

	.vehicul-vehicle-park .vvp-lightbox__footer {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 8px 10px 12px;
	}

	.vehicul-vehicle-park .vvp-lightbox__counter {
		min-width: 0;
	}

	.vehicul-vehicle-park .vvp-lightbox__thumbnail {
		width: 72px;
		height: 50px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vehicul-vehicle-park .vvp-button,
	.vehicul-vehicle-park .vvp-gallery-preview__image,
	.vehicul-vehicle-park .vvp-lightbox__close,
	.vehicul-vehicle-park .vvp-lightbox__nav,
	.vehicul-vehicle-park .vvp-lightbox__thumbnail {
		transition: none;
	}
}
