.contact-titles{
	margin-bottom: 30px;
	text-transform: uppercase;	    
	font-weight: 900;
    font-size: 16px;
}
.adress{
	font-family: "FiraSansCondensed";
}
.page__contact .row.header{
	margin-top: 80px;
}
.page__contact .adress{
	font-size: 16px;
}
a:hover{
	color: unset;
}
iframe.ggl-map{
	position: relative;
	right: -13%;
	bottom: -84px;
	width: 1334px;
	height: 500px;
    transition: 0.5s;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
iframe.ggl-map:hover{
    box-shadow: 0px 0px 41px rgba(0,0,0,0.2);	
}

@media (max-width: 1024px) {
	iframe.ggl-map{		
	    position: fixed;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 58vh;
	}
	.page__contact .adress{
		font-size: 14px;
	}
}
@media (max-width: 450px) {
	.bottom-pannel{
		position: fixed!important;
	}
	iframe.ggl-map{
		height: 30vh;
	}
	.header{
		margin-top: 35px!important;
	}
	.contact-titles{
		margin-bottom: 5px;
	}
	.contact-containers{
		margin: 20px 0 0 0;
	}
	.page__contact .adress{
		font-size: 12px;
	}
	iframe.ggl-map{
		bottom: 45px;
	}
}
@media (max-width: 360px) {
	.bottom-pannel{
		position: absolute!important;
	}	
}
@media (max-width: 320px) {	
	.contact-containers{
		margin: 10px 0;
	}
}

/* CUSTOM SIZE */
@media (width: 1600px){
	iframe.ggl-map{
		right: -5%;
		bottom: -50px;
	}
}
@media (width: 1366px) {
	iframe.ggl-map{
    	bottom: -35px;
	    width: 1055px;
	    height: 400px;
	}
}
@media (width: 1280px){
	iframe.ggl-map{		
		width: 975px;
	}
}
@media (width: 768px){
	.page__contact h1{
		margin-bottom: 15px;
	}
}