@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.ws-api-page .list-partners {
		margin-left: 0;
		margin-right: 0;
	}
}

.vin-api-preview {
	padding: 24px 20px;
	text-align: left;
}
.vin-api-preview h2 {
	font-size: 22px;
	line-height: 1.3;
}
.vin-api-preview dt {
	border-top: 1px solid #dde7f1;
	font-size: 14px;
	margin-top: 20px;
	padding-top: 16px;
}
.vin-api-preview dd {
	color: #1862a3;
	font-size: 28px;
	font-weight: 600;
	margin: 4px 0 0;
}
.vin-api-preview small {
	display: block;
	font-size: 16px;
}

footer.footer {
	margin-top: 0;
}
header.header {
	margin-bottom: 0;
}
.ws-api-page {
	color: #333333;
	font-family: "Open Sans", Arial, sans-serif;
}

.ws-api-hero {
	background: #d9edf9 url("../images/hero_window_sticker@2x.png") center center / cover no-repeat;
	border-bottom: 1px solid #dce5ef;
	position: relative;
}

.ws-api-hero:before {
	background: rgba(255, 255, 255, 0.18);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ws-api-hero__shell {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	min-height: 292px;
	padding: 36px 0 0;
	position: relative;
	z-index: 1;
	@media (min-width: 1024px) {
		min-height: 520px;
	}
}

.ws-api-hero__content {
	margin: 0 auto;
	max-width: 920px;
	text-align: center;
}
body {
	color: #333333;
}
.ws-api-hero h1 {
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 8px;
}

.ws-api-hero__lead {
	color: #333333;
	font-size: 20px;
	line-height: 1.28;
	margin: 0 auto 18px;
	max-width: 760px;
}

.ws-api-hero__actions {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.ws-api-hero__cta {
	box-sizing: border-box;
	font-size: 17px;
	min-height: 44px;
	min-width: 260px;
	padding: 10px 28px;
	text-align: center;
}

.ws-api-value-list {
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.ws-api-value-list li {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	font-size: 16px;
	line-height: 1.4;
}

.ws-api-value-list svg {
	flex: 0 0 auto;
	margin-top: 1px;
}

.ws-api-value-list span {
	min-width: 0;
}

.ws-api-developer-preview {
	background: #082942;
	border: 1px solid #1c4968;
	border-radius: 7px;
	box-sizing: border-box;
	color: #fff;
	margin-top: 28px;
	max-width: 510px;
	padding: 16px 18px 14px;
}

.ws-api-developer-preview__header {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.ws-api-developer-preview__icon {
	align-items: center;
	border: 1px solid #80a9c5;
	border-radius: 3px;
	display: inline-flex;
	height: 21px;
	justify-content: center;
	width: 28px;
}

.ws-api-developer-preview__icon img {
	display: block;
	filter: invert(1);
	height: 15px;
	width: 15px;
}

.ws-api-developer-preview__header h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.ws-api-copy .ws-api-developer-preview > p {
	border-top: 1px solid #396079;
	color: #d3e0e9;
	font-size: 13px;
	line-height: 1.45;
	margin: 4px 0 0;
	padding-top: 11px;
}

.ws-api-developer-preview__step {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 88px minmax(0, 1fr);
	padding: 7px 0;
}

.ws-api-developer-preview__step + .ws-api-developer-preview__step {
	border-top: 1px solid #204967;
}

.ws-api-developer-preview__step > span {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.ws-api-developer-preview__code {
	min-width: 0;
}

.ws-api-developer-preview__code code {
	color: #fff;
	display: block;
	font-family: Monaco, Consolas, "Courier New", monospace;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
	overflow-x: auto;
	white-space: nowrap;
}

.ws-api-developer-preview__code strong {
	color: #fff;
	font-weight: 700;
}

.ws-api-developer-preview__code pre {
	margin: 4px 0 0;
	overflow-x: auto;
}

.ws-api-developer-preview__code pre code {
	white-space: pre;
}

.ws-api-form-panel {
	background: #fff;
	border: 1px solid #d6e0ea;
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(31, 55, 79, 0.12);
	box-sizing: border-box;
	padding: 24px;
}

.ws-api-form-panel h2 {
	color: #333333;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 8px;
}

.ws-api-form-intro {
	color: #333333;
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 16px;
}

.ws-api-field {
	display: block;
	margin-bottom: 12px;
}

.ws-api-field .form__label,
.ws-api-field > span:first-child {
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.ws-api-field .field {
	border: 1px solid #c7d2df;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
	height: 32px;
	padding: 5px 10px;
	width: 100%;
}

.ws-api-field .field::placeholder {
	color: #7c8896;
}

.ws-api-field textarea.field {
	height: auto;
	min-height: 62px;
	resize: vertical;
}

.ws-api-field .form__error-message {
	color: #AA1313;
	display: none;
	margin-top: 4px;
}

.ws-api-server-error {
	color: #AA1313;
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 1.35;
	margin: -8px 0 12px;
}

.ws-api-field label.error {
	display: none !important;
}

.ws-api-field input.error,
.ws-api-field select.error,
.ws-api-field textarea.error {
	border-color: #AA1313;
}

.ws-api-field em {
	color: #AA1313;
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-top: 4px;
}

.ws-api-error-summary {
	background: #fff1ef;
	border: 1px solid #e8b5ad;
	border-radius: 4px;
	color: #8f2017;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.ws-api-success {
	background: #f4fbf7;
	border: 1px solid #b9dec9;
	border-radius: 6px;
	padding: 20px;
}

.ws-api-success p {
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.ws-api-submit {
	font-size: 16px;
	min-height: 38px;
	margin-top: 4px;
	text-align: center;
	width: 100%;
}

.ws-api-honeypot {
	left: -9999px;
	position: absolute;
}

.ws-api-secondary-link {
	font-size: 15px;
	font-weight: 700;
}

.ws-api-body {
	background: #fff linear-gradient(90deg, rgba(244, 248, 252, 0.38), rgba(255, 255, 255, 0.9) 38%, rgba(244, 248, 252, 0.38));
	padding: 50px 0 12px;
}

.ws-api-body__grid {
	align-items: start;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(330px, 1fr) 310px 410px;
}

.ws-api-copy h2 {
	color: #333333;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.22;
	margin: 12px 0 10px;
}

.ws-api-copy p {
	color: #333333;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	max-width: 510px;
}

.ws-api-preview {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #dde7f1;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 46px;
	padding: 8px 8px 12px;
	text-align: center;
}

.ws-api-preview img {
	background: #fff;
	border: 3px solid #1862a3;
	border-radius: 4px;
	/*box-shadow: 0 5px 14px rgba(31, 55, 79, 0.16);*/
	display: inline-block;
	height: auto;
	max-width: 270px;
	width: 100%;
}

.ws-api-preview__sample {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.ws-api-preview__sample span {
	display: block;
	margin-top: 8px;
}

.ws-api-preview p {
	color: #333333;
	font-size: 14px;
	line-height: 1.35;
	margin: 10px 0 0;
}

.ws-api-privacy {
	color: #334255;
	font-size: 12px;
	line-height: 1.42;
	margin: 12px auto 0;
	max-width: 330px;
	text-align: center;
}

.ws-api-proof {
	height: 90px;
}

.ws-api-proof__grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 420px minmax(0, 1fr);
}

.ws-api-proof__intro {
	align-items: center;
	display: flex;
	gap: 18px;
}

.ws-api-proof__intro h2 {
	color: #142230;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 4px;
}

.ws-api-proof__intro p {
	color: #263746;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.ws-api-proof__icon {
	align-items: flex-end;
	display: flex;
	gap: 4px;
	height: 28px;
	width: 34px;
}

.ws-api-proof__icon span {
	background: #196fb3;
	border-radius: 2px 2px 0 0;
	display: block;
	width: 7px;
}

.ws-api-proof__icon span:nth-child(1) {
	height: 14px;
}

.ws-api-proof__icon span:nth-child(2) {
	height: 24px;
}

.ws-api-proof__icon span:nth-child(3) {
	height: 19px;
}

.ws-api-proof__list {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ws-api-proof__list li {
	align-items: flex-start;
	border-left: 1px solid #c5d7e8;
	color: #1d2733;
	display: flex;
	gap: 8px;
	font-size: 14px;
	line-height: 1.35;
	padding: 12px 18px;
}

.ws-api-proof__list svg {
	flex: 0 0 auto;
	margin-top: -1px;
}

.ws-api-proof__list span {
	min-width: 0;
}

@media (max-width: 1180px) {
	.ws-api-hero__shell {
		min-height: 268px;
		padding: 32px 20px 0;
	}

	.ws-api-hero h1 {
		font-size: 38px;
	}

	.ws-api-body__grid {
		gap: 18px;
		grid-template-columns: minmax(260px, 1fr) 250px 350px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ws-api-preview {
		margin-top: 54px;
	}

	.ws-api-proof__grid {
		grid-template-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 949px) {
	.ws-api-body {
		padding: 32px 0 38px;
	}

	.ws-api-body__grid {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ws-api-copy {
		max-width: 690px;
	}

	.ws-api-preview {
		margin: 28px auto 0;
		max-width: 360px;
	}

	.ws-api-form-panel {
		margin-top: 26px;
	}

	.ws-api-proof__grid {
		grid-template-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 767px) {
	.ws-api-developer-preview__step {
		gap: 8px;
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.ws-api-developer-preview__step > span {
		font-size: 11px;
	}

	.ws-api-developer-preview__code code {
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.ws-api-developer-preview__code pre code {
		white-space: pre-wrap;
	}

	.ws-api-hero {
		background-image: url("../images/hero_window_sticker_mobile@2x.png");
		background-position: center bottom;
		background-position: center clamp(80%, calc(119% - 5.1vw), 100%);
	}

	.ws-api-hero__shell,
	.ws-api-body__grid {
		display: block;
		padding-left: 16px;
		padding-right: 16px;
	}

	.ws-api-hero__shell {
		min-height: 360px;
		padding-top: 34px;
	}

	.ws-api-hero__content {
		margin-bottom: 24px;
	}

	.ws-api-hero h1 {
		font-size: 31px;
		line-height: 1.18;
	}

	.ws-api-hero__lead {
		font-size: 17px;
	}

	.ws-api-desktop-break {
		display: none;
	}

	.ws-api-hero__actions {
		display: block;
	}

	.ws-api-hero__cta {
		display: block;
		margin: 0 auto 14px;
		min-width: 0;
		width: 100%;
	}

	.ws-api-form-panel {
		padding: 20px;
	}

	.ws-api-body {
		padding: 28px 0 32px;
	}

	.ws-api-preview {
		margin-top: 26px;
	}

	.ws-api-proof__grid,
	.ws-api-proof__list {
		display: block;
	}

	.ws-api-proof__grid {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ws-api-proof__list {
		margin-top: 16px;
	}

	.ws-api-proof__list li {
		border-left: 0;
		border-top: 1px solid #c5d7e8;
	}
}
