.horizontal .form form {
	display: block;
}
.horizontal .form form .form__group {
	width: 32%;
	padding: 0 0 15px;
	display: inline-block;
	margin: 0px 5px;
}
.horizontal .form form .form-input-comments {
	width: calc(96% + 20px);
}
.wrap__footer,.day__name{
	background: #055c9b;
}
.fullwidth-layout h2 {
	margin: 0 0 22px!important;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 35%;
}
.contact-layout .wrap__form {
	background: #1586db!important;
}
@media(max-width: 1200px) {
	.horizontal .form form .form__group, .horizontal .form form .form__group:first-child {
		margin-left: 0px;
	}
	.horizontal .form form .form__group {
		width:100%;
	}
}
/* FIXED CONTACT FORM */
@media only screen and (min-width: 1200px){
	.form form .contact-form-columns .form-input-comments {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		margin-top: 0;
		padding-left: 7px;
		width: 48%;
		display: flex;
		flex-direction: column;
	}
}
