article {
	text-align:center;
}
article > div {
	display:inline-block;
	vertical-align:top;	
}
article h2 {
	font-size:1.2rem;
}
article > * {
	margin: 10px;
}
#message .button {
	width:100%;
	margin-top:15px;
}
#info {
	list-style-type:none;	
	display:inline-flex;
	text-align:left;
	padding:10px;
	max-width:400px;
}
#info img {
	align-self:center;
	max-width:105px;
	max-height:110px;
	height:auto;
	width:100%;
	margin-right:10px;
}
.map_wrapper {
	flex-direction:column;
	width: 100%;
	height: 350px;
}
#message {
	width:300px;
}
#message > h2 {
	text-align:left;
	margin-bottom:10px
}
#message .formfields, #message textarea {
	padding:5px;
	margin-top:10px;
}

#message .sendbtn:before {
	content:url(../img/contact/fastLetter.png);
	display:inline-block;
	font-weight:bold;
	padding-right:10px;
	color:white;	
}
#message .sendbtn:hover {
	text-decoration:none;
}
@media screen and (max-width: 1025px) {
	.yandexMade {
		display:none;
	}
}