.page-template-page-contact .footer {
	display: none;
}
.contact {
	position: relative;
	height: calc(100vh - 122px);
}
.contact__form {
	display: flex;
    flex-direction: column;
    border-radius: 30px;
    width: 320px;
    padding: 50px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    text-align: center;
    margin: 0 auto;
    background-color: white;
    position: absolute;
    left: 200px;
    top: 240px;
    z-index: 99;
}

.contact__title {
	font-size: 30px;
    line-height: 100%;
    color: #2c3a59;
    font-family: 'Rotonda Regular';
}

.contact__address {
	font-size: 18px;
	padding: 42px 0;
	line-height: 30px;
}

.contact__icon{
	display: flex;
    flex-direction: column;
}

.contact__icon ul {
	display: flex;
	list-style: none;
	justify-content: center;

}

.contact__icon--item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0px 10px;
	transition: all .5s;
}

.contact__icon--item:hover {
	box-shadow: 0 0 4px 1px #8f8f8f;
}
.page-template-page-contact .contact:before {
	content: '';
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	position: absolute;
	width: 100%;
	z-index: 9;
}
@media (min-width: 819px) {
	.iframe-map-xs {
		display: none;
	}
}
@media (max-width: 1440px) {
	.contact__form {
		left: 100px;
		top: 60px;
	}
}
@media (max-width: 1200px) {
	.contact__form {
		left: 60px;
		top: 40px;
	}
}
@media (max-width: 820px) {
	.iframe-map-md {
		display: none;
	}
	.contact__form {
    	left: 15px;
	    right: 15px;
	}
}
@media (max-width: 576px) {
	.page-template-page-contact .contact:before {
			display: none;
	}
}
@media (max-width: 480px) {
 	.contact__form {
 		top: 15px;
 	}
}
@media (max-width: 360px) {
	.contact__form {
		width: 260px;
		padding: 30px 10px 10px;
		right: 0;
		left: 0;
	}
	.contact__title {
		font-size: 26px;
		line-height: 22px;
	}
	.contact__address {
    	font-size: 16px;
    	padding: 30px 0;
    	line-height: 26px;
	}
}