.contact-card{
	margin: 80px 0 120px;
}
.intro{

	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 25px;
}



.left-map{
	width: 63%;
}
.map{
	height: 542px;
}
.map img{
	height: 100%;
	object-fit: cover;
}
.contacts{
	width: 37%;
	padding: 0 0 0 45px;
}
.contacts .item{
	margin-bottom: 65px;
}

.contacts .title{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 6px;
	position: relative;
	line-height: 25px;
}
.contacts .title:after{
	content:'';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 3px;
	height: 14px;
	background: #010955;

}
.contacts .phone p{
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}



.message a{
	display: inline-block;
	width: 172px;
	line-height: 41px;
	background: #010955;
	border-radius: 4px 4px 4px 4px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

















@media screen and (max-width: 992px){
.contact-card {
    margin: 40px 0 80px;
}



.left-map{
	width: 100%;
}
.map {
    height: 300px;
    margin-bottom: 30px;
}




.contacts{
	width: 100%;
	padding: 0;
}
.contacts .item {
    margin-bottom: 25px;
}





}