@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1100px) {
	.contacts > div:first-child {
		height: 840px;
		min-height: 840px;
		display: block;

	}
	.contacts > div {
		text-align: center;
	}
	.contacts > div:first-child h2:before {
		left: calc(50% - 120px);
	}
	.contacts .address .name {
		font-size: 14px;
	}
	.contacts .address div {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 20px;
	}
	.contacts > div:nth-child(2) {
		min-height: 200px;
	}
	.contacts form {
		margin: auto auto;
	}
	.contacts > div:nth-child(2) iframe {
	    min-height: 200px;
	    height: calc(100% - 700px);
	}
	.contacts #form_completed p {
		text-align: center;
	}
}
