.webit-contact-block {
	--webit-contact-accent: var(--theme-color, #3c72fc);
	--webit-contact-accent-10: var(--primary10, rgba(60, 114, 252, 0.1));
	--webit-contact-accent-16: rgba(60, 114, 252, 0.16);
	--webit-contact-accent-20: rgba(60, 114, 252, 0.2);
	--webit-contact-accent-26: rgba(60, 114, 252, 0.26);
	padding: 60px 24px;
	box-sizing: border-box;
}

.webit-contact-block__box {
	width: min(1325px, 100%);
	min-height: 535px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.45fr 0.8fr;
	align-items: center;
	gap: 74px;
	padding: 36px 86px 38px;
	background:
		radial-gradient(
			circle at 7% 18%,
			color-mix(in srgb, var(--webit-contact-accent) 8.5%, transparent) 0,
			color-mix(in srgb, var(--webit-contact-accent) 3.5%, transparent) 24%,
			transparent 43%
		),
		linear-gradient(
			110deg,
			color-mix(in srgb, var(--webit-contact-accent) 3%, #fff) 0%,
			color-mix(in srgb, var(--webit-contact-accent) 5%, #fff) 48%,
			color-mix(in srgb, var(--webit-contact-accent) 8%, #fff) 100%
		);
	border-radius: 27px;
	box-sizing: border-box;
}

.webit-contact-block__left {
	padding-top: 4px;
}

.webit-contact-block__title {
	margin: 0 0 26px;
	color: var(--webit-contact-accent);
	font-size: 46px;
	line-height: 1.08;
	font-weight: 750;
	letter-spacing: -1.4px;
}

.webit-contact-block__text {
	max-width: 690px;
	margin: 0;
	color: #15162d;
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
}

.webit-contact-block__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 650px;
	margin-top: 34px;
}

.webit-contact-block__feature {
	text-align: center;
}

.webit-contact-block__icon-circle {
	width: 54px;
	height: 54px;
	margin: 0 auto 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(
		145deg,
		color-mix(in srgb, var(--webit-contact-accent) 82%, #fff),
		var(--webit-contact-accent)
	);
	box-shadow: 0 8px 18px var(--webit-contact-accent-16);
}

.webit-contact-block__icon-circle svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.webit-contact-block__feature strong {
	display: block;
	margin-bottom: 5px;
	color: #17172f;
	font-size: 16px;
	line-height: 1.28;
	font-weight: 700;
}

.webit-contact-block__feature span {
	display: block;
	color: #27283f;
	font-size: 15px;
	line-height: 1.45;
}

.webit-contact-block__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	height: 59px;
	margin-top: 34px;
	padding: 0 28px;
	border: 0;
	border-radius: 4px;
	color: #fff;
	background: linear-gradient(
		90deg,
		var(--webit-contact-accent) 0%,
		color-mix(in srgb, var(--webit-contact-accent) 88%, #01123c) 100%
	);
	font-size: 17px;
	font-weight: 650;
	text-decoration: none;
	box-shadow: 0 8px 22px var(--webit-contact-accent-20);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.webit-contact-block__button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 28px var(--webit-contact-accent-26);
	color: #fff;
}

.webit-contact-block__privacy {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 17px;
	color: #36374f;
	font-size: 13px;
	line-height: 1.4;
}

.webit-contact-block__privacy svg {
	width: 14px;
	height: 14px;
	color: var(--webit-contact-accent);
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.webit-contact-block__card {
	width: 360px;
	min-height: 455px;
	justify-self: end;
	padding: 30px 37px 31px;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid color-mix(in srgb, var(--webit-contact-accent) 6%, transparent);
	border-radius: 17px;
	box-shadow:
		0 14px 35px rgba(15, 13, 29, 0.08),
		0 4px 12px rgba(15, 13, 29, 0.04);
	box-sizing: border-box;
}

.webit-contact-block__illustration {
	width: 104px;
	height: 104px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--webit-contact-accent-10);
	color: var(--webit-contact-accent);
}

.webit-contact-block__illustration svg {
	width: 66px;
	height: 66px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.webit-contact-block__card-title {
	margin: 0;
	text-align: center;
	color: var(--webit-contact-accent);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 750;
}

.webit-contact-block__divider {
	height: 2px;
	margin: 22px 0 24px;
	background: color-mix(in srgb, var(--webit-contact-accent) 28%, #fff);
	border-radius: 99px;
}

.webit-contact-block__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.webit-contact-block__list li {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px;
	color: #24253d;
	font-size: 13.5px;
	line-height: 1.35;
}

.webit-contact-block__list li:last-child {
	margin-bottom: 0;
}

.webit-contact-block__check {
	width: 19px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: var(--webit-contact-accent);
}

.webit-contact-block__check svg {
	width: 11px;
	height: 11px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1050px) {
	.webit-contact-block__box {
		grid-template-columns: 1fr;
		gap: 44px;
		padding: 48px;
	}

	.webit-contact-block__card {
		justify-self: start;
		width: min(420px, 100%);
	}
}

@media (max-width: 700px) {
	.webit-contact-block {
		padding: 24px 14px;
	}

	.webit-contact-block__box {
		padding: 34px 22px;
		border-radius: 20px;
	}

	.webit-contact-block__title {
		font-size: 36px;
	}

	.webit-contact-block__text {
		font-size: 16px;
		line-height: 1.65;
	}

	.webit-contact-block__features {
		grid-template-columns: 1fr;
		gap: 24px;
		max-width: 100%;
	}

	.webit-contact-block__feature {
		display: grid;
		grid-template-columns: 54px 1fr;
		gap: 14px;
		align-items: center;
		text-align: left;
	}

	.webit-contact-block__icon-circle {
		margin: 0;
	}

	.webit-contact-block__card {
		width: 100%;
		min-height: auto;
	}

	.webit-contact-block__button {
		width: 100%;
	}
}
