@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0; padding: 0;
}
html {
	height: 100vh;
	overflow: hidden;
}
body {
	margin: 0; padding: 0;
	min-height: 100vh;
	overflow: hidden;
	overflow-y:auto;
	font-family: Lato;
	font-size:   15px;
	line-height: 20px;
	color: #333;
}

/* defaults */

	h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }
	ul { margin: 0; padding: 0; font-size: 0; line-height: 0; }
	ul > li { margin: 0; padding: 0; vertical-align: top; list-style: none; }

main {
	text-align: center;
}
.logo {
	display: block;
	height: 50px;
	margin-bottom: 10px;
	background-image: url('../../images/logo/logo-2c-positive.svg');
	background-image: url('../../images/logo/logo-1c-positive.svg');
	background-repeat: no-repeat;
	background-size: 400px 150px;
	background-position: center center;
	background-size: contain;
}
h1 {
	font-weight: normal;
	font-size: 0.8rem;
}
.coming-soon {
	width:         300px;
	border-radius: 300px;
	aspect-ratio:1 / 1;
	background-color: #5FADB5;
	color: white;
	font-size: 1.5rem;
	line-height: 1.5;
	position: fixed;
	left: 50%; top: 50%;
	transform:translate(-50%,-50%); 
}
.coming-soon p {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
	position: fixed;
	left: 50%; top: 50%;
	transform:translate(-50%,-50%); 
}
footer {
	position: fixed;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: left;
}
footer .contacts {
	display: inline-block;
	position: relative;
	left: 50%;
	transform:translateX(-50%);
	text-align: left;
	font-size: 0.8rem;
	padding: 15px 0;
}
footer .contacts i {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	color: #FF931E;
	margin-right: 5px;
}
footer .contacts em {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
footer .contacts a { text-decoration: none; color: inherit; }
footer .contacts p[data-label="adr"] i:before { content:"\EBFA"; }
footer .contacts p[data-label="pho"] i:before { content:"\EC21"; }
footer .contacts p[data-label="ema"] i:before { content:"\EBCA"; }


