.vehicul-contacts {
	--vc-green: #238b3d;
	--vc-green-dark: #176d2e;
	--vc-green-soft: #eaf5eb;
	--vc-ink: #151719;
	--vc-muted: #59615d;
	--vc-line: #dce3dd;
	--vc-sage: #f4f8f2;
	--vc-warm: #fbfcfa;
	--vc-white: #fff;
	width: 100%;
	background: var(--vc-white);
	color: var(--vc-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.vehicul-contacts *,
.vehicul-contacts *::before,
.vehicul-contacts *::after {
	box-sizing: border-box;
}

.vehicul-contacts h1,
.vehicul-contacts h2,
.vehicul-contacts h3,
.vehicul-contacts p {
	margin-top: 0;
}

.vehicul-contacts a {
	text-decoration: none;
}

.vc-shell {
	width: min(100% - 64px, 1280px);
	margin-inline: auto;
}

.vc-hero {
	background: var(--vc-white);
	border-bottom: 1px solid var(--vc-line);
}

.vc-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
	gap: clamp(58px, 7vw, 112px);
	align-items: center;
	min-height: 480px;
	padding-block: clamp(60px, 6vw, 88px);
}

.vc-hero__intro {
	max-width: 710px;
}

.vc-eyebrow {
	position: relative;
	margin-bottom: 26px;
	padding-bottom: 15px;
	color: var(--vc-green-dark);
	font-size: 14px;
	font-weight: 750;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.vc-eyebrow::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 2px;
	background: var(--vc-green);
	content: "";
}

body.vehicul-contacts-page #main .vehicul-contacts .vc-hero__intro h1 {
	max-width: 680px;
	margin: 0 0 24px !important;
	color: var(--vc-ink) !important;
	font-family: inherit !important;
	font-size: clamp(40px, 3.7vw, 58px) !important;
	font-style: normal !important;
	font-weight: 750 !important;
	letter-spacing: -.048em !important;
	line-height: 1.05 !important;
	text-transform: none !important;
}

.vc-hero__lead {
	max-width: 610px;
	margin-bottom: 32px;
	color: var(--vc-muted);
	font-size: clamp(17px, 1.35vw, 18px);
	line-height: 1.65;
}

.vc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	align-items: center;
}

.vc-button,
.vc-text-link,
.vc-map-trigger,
.vc-map__external {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	font-weight: 700;
	line-height: 1.3;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.vc-button {
	gap: 10px;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid var(--vc-green);
	border-radius: 5px;
}

.vc-button--primary {
	background: var(--vc-green);
	color: var(--vc-white);
}

.vc-button--primary:hover {
	border-color: var(--vc-green-dark);
	background: var(--vc-green-dark);
	color: var(--vc-white);
}

.vc-button .dashicons,
.vc-text-link .dashicons,
.vc-map-trigger .dashicons,
.vc-map__external .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
}

.vc-text-link {
	gap: 7px;
	color: var(--vc-green-dark);
}

.vc-text-link:hover,
.vc-map-trigger:hover {
	color: var(--vc-green);
}

.vc-text-link:hover .dashicons,
.vc-map-trigger:hover .dashicons {
	transform: translateX(3px);
}

.vc-direct {
	min-width: 0;
	padding-left: clamp(34px, 4.6vw, 72px);
	border-left: 1px solid var(--vc-line);
}

body.vehicul-contacts-page #main .vehicul-contacts .vc-direct > h2 {
	position: relative;
	margin: 0 0 30px !important;
	padding-bottom: 14px;
	color: var(--vc-ink) !important;
	font-family: inherit !important;
	font-size: clamp(22px, 1.7vw, 26px) !important;
	font-style: normal !important;
	font-weight: 750 !important;
	letter-spacing: -.025em !important;
	line-height: 1.25 !important;
	text-transform: none !important;
}

.vc-direct > h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 2px;
	background: var(--vc-green);
	content: "";
}

.vc-direct__item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.vc-direct__item + .vc-direct__item {
	margin-top: 25px;
}

.vc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--vc-green-soft);
	color: var(--vc-green-dark);
}

.vc-icon .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 1;
}

body.vehicul-contacts-page #main .vehicul-contacts .vc-direct__item h3 {
	margin: 0 0 4px !important;
	color: var(--vc-ink) !important;
	font-family: inherit !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 750 !important;
	letter-spacing: -.01em !important;
	line-height: 1.4 !important;
	text-transform: none !important;
}

.vc-direct__item p {
	margin-bottom: 0;
	color: var(--vc-muted);
	font-size: 15px;
	line-height: 1.65;
}

.vc-contact-links a {
	display: block;
	width: fit-content;
	min-height: 36px;
	padding-block: 5px;
	color: var(--vc-ink);
}

.vc-contact-links a:first-child {
	color: var(--vc-green-dark);
	font-weight: 750;
}

.vc-contact-links a:hover {
	color: var(--vc-green);
}

.vc-locations {
	display: grid;
	grid-template-columns: minmax(340px, 34%) minmax(0, 66%);
	min-height: 520px;
	border-bottom: 1px solid var(--vc-line);
}

.vc-locations__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(52px, 6vw, 86px) clamp(32px, 5vw, 76px);
	background: var(--vc-white);
}

.vc-location {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 21px;
	padding-block: 32px;
	border-bottom: 1px solid var(--vc-line);
}

.vc-location:first-child {
	padding-top: 0;
}

.vc-location:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.vc-location .vc-icon {
	margin-top: 2px;
	background: #f2f4f2;
	color: #7a827d;
}

.vc-location.is-active .vc-icon {
	background: var(--vc-green-soft);
	color: var(--vc-green-dark);
}

body.vehicul-contacts-page #main .vehicul-contacts .vc-location h3 {
	margin: 0 0 6px !important;
	color: var(--vc-ink) !important;
	font-family: inherit !important;
	font-size: clamp(17px, 1.3vw, 20px) !important;
	font-style: normal !important;
	font-weight: 750 !important;
	letter-spacing: -.015em !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}

.vc-location p {
	max-width: 330px;
	margin-bottom: 14px;
	color: var(--vc-muted);
	font-size: 15px;
	line-height: 1.55;
}

.vc-map-trigger {
	gap: 6px;
	min-height: 44px;
	padding: 5px 0;
	border: 0;
	background: transparent;
	color: var(--vc-green-dark);
	font-family: inherit;
	font-size: 15px;
	cursor: pointer;
}

.vc-map {
	position: relative;
	min-width: 0;
	min-height: 520px;
	background: #eef2ed;
}

.vc-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.vc-map__external {
	position: absolute;
	right: 24px;
	bottom: 24px;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid var(--vc-line);
	border-radius: 4px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 7px 24px rgba(20, 35, 24, .13);
	color: var(--vc-ink);
	font-size: 14px;
}

.vc-map__external:hover {
	border-color: var(--vc-green);
	color: var(--vc-green-dark);
}

.vc-form-section {
	display: grid;
	grid-template-columns: minmax(350px, 35%) minmax(0, 65%);
	scroll-margin-top: 120px;
	background: var(--vc-white);
}

.vc-form-aside {
	display: flex;
	flex-direction: column;
	padding: clamp(56px, 6vw, 84px) clamp(32px, 5vw, 72px);
	background: var(--vc-sage);
}

.vc-form-aside > div:first-child {
	position: relative;
	padding-left: 64px;
}

.vc-form-aside .vc-icon--message {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--vc-white);
}

body.vehicul-contacts-page #main .vehicul-contacts .vc-form-aside h2 {
	margin: 0 0 8px !important;
	color: var(--vc-ink) !important;
	font-family: inherit !important;
	font-size: clamp(27px, 2.2vw, 32px) !important;
	font-style: normal !important;
	font-weight: 750 !important;
	letter-spacing: -.035em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}

.vc-form-aside h2::after {
	display: block;
	width: 46px;
	height: 2px;
	margin-top: 15px;
	background: var(--vc-green);
	content: "";
}

.vc-form-aside__lead {
	max-width: 390px;
	margin: 0;
	color: var(--vc-muted);
	font-size: 15px;
	line-height: 1.65;
}

.vc-form-facts {
	display: grid;
	gap: 20px;
	margin-top: 34px;
}

.vc-form-facts > div {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
}

.vc-form-facts .dashicons {
	width: 26px;
	height: 26px;
	color: var(--vc-green-dark);
	font-size: 26px;
	line-height: 1;
}

.vc-form-facts p {
	margin: 0;
	color: var(--vc-muted);
	font-size: 14px;
	line-height: 1.5;
}

.vc-form-facts strong {
	display: block;
	margin-bottom: 2px;
	color: var(--vc-ink);
	font-size: 15px;
}

.vc-assistance {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 15px;
	align-items: center;
	margin-top: auto;
	padding: 20px 0 0;
	border-top: 1px solid var(--vc-line);
}

.vc-assistance strong {
	display: block;
	font-size: 15px;
}

.vc-assistance p {
	margin: 2px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.vc-assistance a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--vc-green-dark);
}

.vc-form-panel {
	min-width: 0;
	padding: clamp(56px, 6vw, 84px) clamp(34px, 6vw, 88px);
	background: var(--vc-white);
}

.vehicul-contacts .wpcf7 {
	margin: 0;
}

.vehicul-contacts .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 30px;
	margin: 0;
}

.vehicul-contacts .wpcf7-form > p {
	grid-column: 1 / -1;
	margin: 0;
}

.vehicul-contacts .wpcf7-form > .vc-field--half {
	grid-column: span 1;
}

.vehicul-contacts .wpcf7-form > .vc-field--full,
.vehicul-contacts .wpcf7-form > .wpcf7-response-output,
.vehicul-contacts .wpcf7-form > .wpcf7-spinner,
.vehicul-contacts .wpcf7-form > .akismet-fields-container {
	grid-column: 1 / -1;
}

.vehicul-contacts .wpcf7-form > .vc-form-grid {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 30px;
	color: var(--vc-ink);
}

.vehicul-contacts .vc-form-grid > .fusion-layout-column {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

.vehicul-contacts .vc-form-grid > .fusion-layout-column p,
.vehicul-contacts .vc-form-grid > p {
	margin: 0;
}

.vehicul-contacts .vc-form-grid > p {
	grid-column: 1 / -1;
}

.vehicul-contacts .wpcf7-form .vc-field {
	color: var(--vc-ink);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
}

.vehicul-contacts .wpcf7-form label {
	display: block;
	color: var(--vc-ink);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
}

.vehicul-contacts .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.vehicul-contacts .wpcf7-form-control:not(.wpcf7-submit) {
	display: block;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid #cbd3cc;
	border-radius: 4px;
	background: var(--vc-white);
	box-shadow: none;
	color: var(--vc-ink);
	font: inherit;
	font-size: 16px;
}

.vehicul-contacts textarea.wpcf7-form-control {
	height: 184px;
	min-height: 184px;
	resize: vertical;
}

body.vehicul-contacts-page #main .vehicul-contacts .wpcf7-form input[type="submit"].wpcf7-submit {
	min-width: 178px;
	min-height: 52px !important;
	margin: 0;
	padding: 13px 24px !important;
	border: 1px solid var(--vc-green) !important;
	border-radius: 4px !important;
	background-color: var(--vc-green) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--vc-white) !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 750 !important;
	letter-spacing: normal !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	cursor: pointer;
}

body.vehicul-contacts-page #main .vehicul-contacts .wpcf7-form input[type="submit"].wpcf7-submit:hover {
	border-color: var(--vc-green-dark) !important;
	background-color: var(--vc-green-dark) !important;
	background-image: none !important;
	color: var(--vc-white) !important;
}

.vehicul-contacts .wpcf7-not-valid {
	border-color: #b42318 !important;
}

.vehicul-contacts .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #9d1c14;
	font-size: 13px;
	font-weight: 500;
}

.vehicul-contacts .wpcf7-response-output {
	margin: 0 !important;
	padding: 13px 15px !important;
	border-radius: 4px;
	font-size: 14px;
}

.vehicul-contacts .wpcf7-spinner {
	margin: 0 0 0 12px;
}

.vc-form-unavailable {
	margin: 0;
	padding: 20px;
	border: 1px solid #e2b866;
	background: #fff9eb;
	color: #6d4b11;
}

.vehicul-contacts a:focus-visible,
.vehicul-contacts button:focus-visible,
.vehicul-contacts input:focus-visible,
.vehicul-contacts textarea:focus-visible,
.vehicul-contacts select:focus-visible,
.vehicul-contacts iframe:focus-visible {
	outline: 3px solid #f2ba23;
	outline-offset: 3px;
}

.vehicul-contacts .wpcf7-form-control:not(.wpcf7-submit):focus {
	border-color: var(--vc-green);
	box-shadow: 0 0 0 3px rgba(35, 139, 61, .12);
}

@media (prefers-reduced-motion: reduce) {
	.vehicul-contacts *,
	.vehicul-contacts *::before,
	.vehicul-contacts *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

@media (max-width: 1100px) {
	.vc-shell {
		width: min(100% - 48px, 1120px);
	}

	.vc-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
		gap: 52px;
	}

	.vc-locations {
		grid-template-columns: minmax(320px, 38%) minmax(0, 62%);
	}

	.vc-form-section {
		grid-template-columns: minmax(330px, 38%) minmax(0, 62%);
	}

	.vc-form-aside,
	.vc-form-panel {
		padding-inline: 38px;
	}
}

@media (max-width: 820px) {
	.vc-shell {
		width: min(100% - 40px, 760px);
	}

	.vc-hero__grid {
		grid-template-columns: 1fr;
		gap: 46px;
		min-height: 0;
		padding-block: 62px;
	}

	.vc-direct {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
		padding: 36px 0 0;
		border-top: 1px solid var(--vc-line);
		border-left: 0;
	}

	body.vehicul-contacts-page #main .vehicul-contacts .vc-direct > h2 {
		grid-column: 1 / -1;
		margin-bottom: 0 !important;
	}

	.vc-direct__item {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 13px;
	}

	.vc-direct__item + .vc-direct__item {
		margin-top: 0;
	}

	.vc-locations {
		grid-template-columns: 1fr;
	}

	.vc-locations__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
		padding: 48px 32px;
	}

	.vc-location,
	.vc-location:first-child,
	.vc-location:last-child {
		padding: 0;
		border-bottom: 0;
	}

	.vc-map,
	.vc-map iframe {
		min-height: 440px;
	}

	.vc-form-section {
		grid-template-columns: 1fr;
	}

	.vc-form-aside {
		min-height: 0;
	}

	.vc-assistance {
		margin-top: 36px;
	}
}

@media (max-width: 620px) {
	.vc-shell {
		width: min(100% - 36px, 560px);
	}

	.vc-hero__grid {
		padding-block: 48px;
	}

	body.vehicul-contacts-page #main .vehicul-contacts .vc-hero__intro h1 {
		font-size: clamp(38px, 10vw, 46px) !important;
	}

	.vc-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vc-button,
	.vc-text-link {
		width: 100%;
	}

	.vc-direct {
		grid-template-columns: 1fr;
	}

	body.vehicul-contacts-page #main .vehicul-contacts .vc-direct > h2 {
		grid-column: auto;
	}

	.vc-direct__item {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.vc-contact-links a {
		min-height: 44px;
	}

	.vc-locations__list {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 42px 22px;
	}

	.vc-location,
	.vc-location:first-child,
	.vc-location:last-child {
		padding-block: 27px;
		border-bottom: 1px solid var(--vc-line);
	}

	.vc-location:first-child {
		padding-top: 0;
	}

	.vc-location:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.vc-map,
	.vc-map iframe {
		min-height: 370px;
	}

	.vc-map__external {
		right: 14px;
		bottom: 14px;
	}

	.vc-form-aside,
	.vc-form-panel {
		padding: 46px 22px;
	}

	.vc-form-aside > div:first-child {
		padding-left: 58px;
	}

	.vehicul-contacts .wpcf7-form {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.vehicul-contacts .wpcf7-form > .vc-form-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.vehicul-contacts .vc-form-grid > .fusion-layout-column,
	.vehicul-contacts .vc-form-grid > p {
		grid-column: 1;
	}

	.vehicul-contacts .wpcf7-form > .vc-field--half,
	.vehicul-contacts .wpcf7-form > .vc-field--full {
		grid-column: 1;
	}

	body.vehicul-contacts-page #main .vehicul-contacts .wpcf7-form input[type="submit"].wpcf7-submit {
		width: 100%;
	}

	.vc-assistance p span {
		display: none;
	}

	.vc-assistance a {
		display: flex;
		width: fit-content;
	}
}

@media (max-width: 390px) {
	.vc-shell {
		width: calc(100% - 28px);
	}

	body.vehicul-contacts-page #main .vehicul-contacts .vc-hero__intro h1 {
		font-size: 36px !important;
	}

	.vc-form-aside > div:first-child {
		padding-left: 0;
	}

	.vc-form-aside .vc-icon--message {
		position: static;
		margin-bottom: 18px;
	}
}
