footer {
	width: 100%;
    min-width: fit-content;
	background: url('/img/bg-contacts2.png') white;
	background-repeat: repeat-x;
	background-position: bottom center;
	color: black;
}

footer > * {
	height: 509px;
	align-items: center;
}

footer .contacts {
	background: white;
	padding: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	max-width: 80%;
}

footer .contacts > * {
	width: 50%;
}

footer .contacts > *:first-child {
	border-right: solid 1px #e0e7ee;
	padding-right: 20px;

}

footer .contacts > *:last-child {
	padding-left: 20px;
}

footer .contacts h2, footer .contacts .header {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

footer .contacts .contacts-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 15px;
	margin-bottom: 20px;
}

footer .contacts .contacts-icon {
	width: 33px;
	min-width: 33px;
	height: 33px;
	border: solid 3px #d1d8e0;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .contacts .contacts-icon:after {
	display: block;
	position: absolute;
	content: " ";
	width: 23px;
	height: 23px;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	background-color: #d1d8e0;
}

footer .contacts .contacts-icon img {
	z-index: 1;
	width: 20px;
}

footer .contacts .contacts-info {
	color: black;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 4px;
}

footer .contacts form {
	margin-block-end: 0;
}

footer .contacts form .header {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}

footer .contacts form .subheader {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

footer .contacts form .footer {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

footer .contacts form .subfooter {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

