/**
* Section Contacts
**/

.numbers-items {
	position: relative;
	z-index: 2;
}

.numbers-item {
	position: relative;
	padding-left: 130px;
	margin-bottom: 40px;
}

.numbers-item .icon {
	border: 2px solid #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 20%);
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 52px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.numbers-item .icon:after {
	margin-top: -1px;
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	width: 40px;
	height: 2px;
	background: #000;
}

.numbers-item .title {
	padding: 10px 0;
	font-family: 'Caveat';
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #000;
}

.contacts-form,
.form-comment,
.comment-respond {
	position: relative;
	z-index: 2;
}

.contacts-form .group,
.form-comment .group,
.comment-respond .group {
	position: relative;
	margin-bottom: 30px;
}

.contacts-form label strong,
.contacts-form label b {
	color: #a52929;
}

.contacts-form label,
.form-comment label,
.comment-respond label {
	padding: 0;
	display: block;
	text-indent: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.contacts-form input,
.form-comment input,
.comment-respond input,
.contacts-form textarea,
.form-comment textarea,
.comment-respond textarea {
	margin-top: 10px;
}

.terms-label {
	margin-right: 30px;
	display: inline-block;
	line-height: 56px;
}

.wpcf7-list-item-label {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
}

.wpcf7-list-item input {
	margin-top: 0px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.contacts-form .bg-img {
	position: absolute;
	left: -135px;
	bottom: -32px;
	width: 240px;
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}