html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100% }

.mail {
	padding: 0;
}
#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px
}
.messenger .email, .messenger .telegram {
	position: relative;
	color: inherit;
	text-decoration: none;
}

.messenger .email:hover, .messenger .telegram:hover {
	text-decoration: underline;
}

.messenger .email {
	margin-left: 23px;
	margin-right: 40px;
}

.messenger .email::before {
	left: -23px;
	top: 1px;
	display: inline-block;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: url(../img/line-icon-15.svg) 100% 100%;
	background-size: cover;
}

.messenger .telegram::before {
	left: -23px;
	top: 1px;
	display: inline-block;
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: url(../img/telegram_logo.png) 100% 100%;
	background-size: cover;
}
