.kolba-contact-form-wrap {
	max-width: 760px;
	margin: 32px 0 10px;
}

.kolba-contact-form {
	padding: 28px;
	background: #f7f8fa;
	border: 1px solid #e5e7eb;
}

.kolba-contact-field {
	margin-bottom: 18px;
}

.kolba-contact-field label {
	display: block;
	margin-bottom: 7px;
	color: #30343a;
	font-weight: 600;
}

.kolba-contact-field input,
.kolba-contact-field textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #cfd4dc;
	border-radius: 2px;
	color: #30343a;
	font: inherit;
}

.kolba-contact-field input:focus,
.kolba-contact-field textarea:focus {
	border-color: #a72250;
	box-shadow: 0 0 0 3px rgba(167, 34, 80, .12);
	outline: none;
}

.kolba-contact-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 6px 0 22px;
	color: #5f6670;
	font-size: 14px;
	line-height: 1.5;
}

.kolba-contact-consent input {
	margin-top: 4px;
}

.kolba-contact-form button {
	padding: 12px 22px;
	background: #a72250;
	border: 1px solid #a72250;
	border-radius: 2px;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.kolba-contact-form button:hover,
.kolba-contact-form button:focus {
	background: #851b40;
	border-color: #851b40;
}

.kolba-contact-notice {
	padding: 14px 16px;
	border-left: 3px solid;
}

.kolba-contact-notice.is-success {
	background: #effaf4;
	border-color: #2f855a;
}

.kolba-contact-notice.is-error {
	background: #fff4f4;
	border-color: #c53030;
}

.kolba-contact-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 600px) {
	.kolba-contact-form {
		padding: 20px;
	}
}
