.quick-contact {
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	padding: 34px 40px;
	border: 1px solid rgba(83, 113, 143, 0.28);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(12, 26, 43, 0.78) 0%, rgba(7, 17, 31, 0.9) 100%);
	color: #c7d2e0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 44px rgba(0, 0, 0, 0.22);
}

.card:has(> .card-body > .quick-contact) {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.card:has(> .card-body > .quick-contact):hover {
	border-color: transparent;
	box-shadow: none;
}

.card:has(> .card-body > .quick-contact) > .card-body {
	padding: 0;
}

.card:has(> .card-body > .quick-contact) .quick-contact {
	max-width: 100%;
}

.quick-contact *,
.quick-contact *::before,
.quick-contact *::after {
	box-sizing: border-box;
}

.quick-contact__title,
.quick-contact__subtitle {
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0;
}

.quick-contact__title {
	font-size: 20px;
	line-height: 28px;
}

.quick-contact__subtitle {
	font-size: 18px;
	line-height: 26px;
}

.quick-contact__links {
	display: grid;
	gap: 18px;
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
}

.quick-contact__link-item {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	min-height: 38px;
}

.quick-contact__icon {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	color: #00d4ff;
}

.quick-contact__icon svg {
	width: 34px;
	height: 34px;
	stroke: currentColor;
	stroke-width: 1.7;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.quick-contact__icon--text {
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
}

.quick-contact__value,
.quick-contact__value a {
	min-width: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: color 250ms ease;
}

.quick-contact__value:hover,
.quick-contact__value:focus,
.quick-contact__value a:hover,
.quick-contact__value a:focus {
	color: #33e0ff;
}

.quick-contact__cooperation {
	padding-top: 24px;
	border-top: 1px solid rgba(199, 210, 224, 0.12);
}

.quick-contact__cooperation:first-child {
	padding-top: 0;
	border-top: 0;
}

.quick-contact__steps {
	display: grid;
	gap: 0;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: quick-contact-step;
}

.quick-contact__step {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 18px;
	min-height: 76px;
	margin: 0;
	padding: 0 0 16px;
}

.quick-contact__step:last-child {
	min-height: 38px;
	padding-bottom: 0;
}

.quick-contact__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 38px;
	bottom: 0;
	left: 18px;
	width: 1px;
	border-left: 1px dashed rgba(0, 212, 255, 0.45);
}

.quick-contact__step-number {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid #00d4ff;
	border-radius: 50%;
	background: #07111f;
	color: #00d4ff;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
}

.quick-contact__step-content {
	display: grid;
	gap: 3px;
	padding-top: 2px;
}

.quick-contact__step-content strong {
	color: #ffffff;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
}

.quick-contact__step-content span {
	color: #c7d2e0;
	font-size: 13px;
	line-height: 19px;
}

@media (max-width: 575.98px) {
	.quick-contact {
		max-width: none;
		padding: 28px 24px;
	}
}
