@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1100px) {
	.contacts > div:first-child {
		display: block;
	}

	.contacts .address > div:first-child {
		padding: 0px;
	}

	.contacts form .row {
		flex-direction: column;
	}

	.contacts form .row .input:first-child {
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.contacts form input[type="text"],
	.contacts form input[type="email"] {
		width: 100%;
	}

	.page h3 {
		font-size: 14px;
	}

	.contacts form button {
		width: 100%;
	}
}
