/*#map, */
.showA, .showB
{
	display: none;
}

.preloader{
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 10;
	background: #E3F4FD;
	opacity: 0.9;
	background-image: url("../calc/loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.preloader.active{
	display: block;
}

.preloader{
	width: 30%;
}

.preloaderTitle{
	display: grid;
	height: 100vh;
	align-content: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 600;
	color: #8CAAB2;
	margin-top: -60px;
}

