.contact {
	margin: 75px 0 170px
}

.contact>.container,
.contact .col-md-6 {
	position: relative
}

.contact .contact--content_description {
	margin: 20px 0
}

.contact .contact--content_description p {
	font-size: 19px;
	letter-spacing: 0.19px;
	color: #515151
}

.contact .contact--accent_dots {
	position: absolute;
	top: -30px;
	left: -25px;
	z-index: -1
}

.contact .contact--form {
	position: relative;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 12px 40px 0px rgba(161, 180, 189, 0.25);
	padding: 25px
}

.contact .contact--form button[type="submit"] {
	width: 100%;
	max-width: none
}

.contact .contact--form_accent_1 {
	position: absolute;
	top: -20px;
	right: -20px
}

.contact .contact--form_accent_2 {
	position: absolute;
	bottom: 20px;
	left: -20px
}

.contact .contact--content h1 {
	padding-right: 30px
}

.contact .contact--content .g--pretitle {
	margin-bottom: 10px
}

.contact .contact--content_contact h6 {
	margin-top: 50px;
	font-family: "Poppins", sans-serif;
	font-weight: 600
}

.contact .contact--content_contact ul {
	max-width: 400px;
	list-style-type: none;
	padding-left: 0;
	margin: 40px 0
}

.contact .contact--content_contact ul li {
	margin-bottom: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

.contact .contact--content_contact ul li i {
	-ms-flex: 0 0 53px;
	flex: 0 0 53px;
	max-width: 53px;
	height: 53px;
	background-color: #e4f5fa;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #009aba;
	border-radius: 50%;
	font-size: 20px
}

.contact .contact--content_contact ul li a {
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	color: #009aba;
	transition: all 0.3s ease
}

.contact .contact--content_contact ul li a:hover {
	color: #eeb249
}

@media (min-width: 768px) {
	.contact .contact--form {
		padding: 55px
	}

	.contact .contact--content h1 {
		padding-right: unset
	}

	.contact .contact--content h1 span:before {
		display: none;
	}

}
@media (max-width:500px){
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}