.contact-section .contact-list {
	display: flex;
	flex-direction: column;
}

.contact-section .contact-list .contact-item {
	height: 33.33%;
	border-bottom: 3px solid #ffffff;
}

.contact-section .contact-list .contact-item:last-child {
	border-bottom: none;
}

.contact-section .form-group input {
	max-width: 100%;
}

.contact-section .contact-form__error .error-list .error-item {
	color: #fe5f55 ;
}

.contact-section .alert {
	position: fixed;
	top: 110px;
	min-height: 100px;
	max-height: 350px;
	z-index: 1;
	margin: 0 1rem;
	line-height: 70px;
}

.contact-section .alert .alert-text {
	font-size: 22px;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.contact-section .alert {
		right: 50px;
	}
}