#wpadminbar {
	display: none !important;
}

h1 {
	font-size: 42px;
	margin-bottom: 40px;
	letter-spacing: -1.4px;
}

h2 {
	color: #2b2b2b;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1050px;
}

.form-block{
	max-height:846px;
}

.contact {
	min-height: calc(100vh - 75px);
	position: relative;
}

.form-block .gform-theme--foundation .gform_fields {
	grid-row-gap: 16px;
}

.form-block img {
	width: 24px;
	height: auto;
}

.form-title {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.form-title h2 {
	width: fit-content;
}

.contact .container {
	display: flex;
	width: 100%;
	height: 100%;
}
.background {
	position: absolute;
	width: calc(50% + 7px);
	height: 100%;
	background-color: #f5fbff;
}

.form-block {
	width: 50%;
	padding: 216px 100px 60px 18px;
	height: 100%;
}

.text-block {
	width: 50%;
	padding: 226px 10px 10px 108px;
}

.form-block,
.text-block {
	display: flex;
	flex-direction: column;
	line-height: 25px;
	font-size: 16px;
	font-family: "Montserrat", Sans-serif;
}



.text-block p {
	margin-bottom: 15px;
}

footer {
	margin-top: 0px !important;
}

.social-media {
	display: flex;
	gap: 25px;
	margin-top: 20px;
}

.social-media svg {
	width: 18px;
	height: 18px;
	position: relative;
	display: block;
}

.social-media a {
	line-height: 1px;
}

input {
	margin-bottom: 16px;
}
.form-block input:not(input[type="submit"]),
.form-block textarea {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #979797 !important;
	padding: 13px 23px !important;
	height: auto !important;
	outline: none !important;
	background: #ffffff !important;
	border: 1px solid #bbcdd9 !important;
	border-radius: 8px !important;
	width: 100% !important;
	resize: none !important;
	max-width: 405px !important;
}

.form-block input[type="submit"].gform-button.button {
	padding: 15px;
    display: flex;
    width: 100%;
    max-width: 137px;
    height: 60px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #369cd6;
	background-color: #369cd6 !important;
    border: 3px solid #1596dd !important;
    border-radius: 100px !important;
    margin-right: 20px;
}
    
.form-block textarea {
	height: 150px !important;
	margin-bottom: 22px;
}
input,
textarea {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #979797;
	padding: 13px 23px !important;
	height: auto;
	outline: none;
	background: #ffffff;
	border: 1px solid #bbcdd9;
	border-radius: 8px;
	width: 100%;
	resize: none;

	max-width: 405px;
}

textarea {
	height: 150px;
	margin-bottom: 22px;
}



form div:last-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

form div:last-child div {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: #979797;
	letter-spacing: -0.05px;
}

.submit {
	padding: 15px;
	display: flex;
	width: 100%;
	max-width: 137px;
	height: 60px;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #369cd6;
	border: 3px solid #1596dd;
	border-radius: 100px;
	margin-right: 20px;
}

@media (max-width: 1024px) {
	.form-block {
		padding-right: 10px;
	}

	.text-block {
		padding-left: 20px;
	}

	input,
	textarea {
		max-width: unset;
	}

	form div:last-child {
		flex-direction: column;
	}

	.submit {
		margin-right: 0;
		max-width: 100%;
	}

	h2 {
		font-size: 32px;
		line-height: 39px;
	}

	h1 {
		font-size: 32px;
		line-height: 39px;
	}
}

@media (max-width: 770px) {
	.contact .container {
		flex-direction: column-reverse;
	}

	.form-block,
	.text-block {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.form-block {
		background-color: #f5fbff;
		padding-top: 80px;
	}

	.text-block {
		padding-top: 150px;
		padding-bottom: 80px;
	}

	.background {
		display: none;
	}

	h2 {
		font-size: 24px;
		line-height: 36px;
	}

	h1 {
		font-size: 28px;
		line-height: 33px;
	}
}



