body
{
	background-color: var(--bg-color); 
}

body,
body *
{
	color: var(--color); 
	font-family: var(--font-family), sans-serif; 
}

a
{
	text-decoration: none !important;
	outline: none;
}

#wrapper
{
	padding-top: 50px;
	z-index: 2;
	position: relative;
}

#wrapper:before
{
	content: '';
	background-image: url("/bitrix/images/webprostor.underconstruct/theme/web-maintenance.png"); 
	background-repeat: no-repeat; 
	background-size: cover; 
	display: block;
	width: 450px;
	height: 450px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	top: 350px;
	z-index: 0;
}

#wrapper.dark:before
{
	background-image: url("/bitrix/images/webprostor.underconstruct/theme/web-maintenance_light.png"); 
}

#logo
{
	margin-bottom: 50px;
}

#logo img,
#logo svg
{
	max-height: 50px;
}

#heading
{
	font-size: 44px;
    font-weight: 900;
	line-height: 1.1;
	margin-bottom: 15px;
}

#message
{
	font-size: 18px;
    font-weight: 300;
	margin-bottom: 50px;
}

#countdown
{
	margin-top: 30px;
}

#date_open
{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 10px 30px 5px rgb(0 0 0 / 5%);
}

#wrapper.dark #date_open *
{
	color: var(--bg-color);
}

#date_open .counter
{
	text-align: center;
}

#date_open .counter span
{
	display: block;
	font-size: 40px;
}

#date_open .counter i
{
	display: block;
	font-style: unset;
	font-weight: 100;
	font-size: 80%;
	text-transform: uppercase;
}

#date_open .separator
{
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 25px;
}

#countdown strong,
#contacts strong
{
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
    font-weight: 400;
}

#contacts a
{
	color: var(--color); 
	display: inline-block;
	margin-bottom: 15px;
}

#contacts a,
#contacts p
{
	font-size: 110%;
    font-weight: 300;
}

#contacts i
{
	font-size: 120%;
	margin-right: 5px;
}

#contacts a + a
{
	margin-left: 40px;
}

#social
{
	margin-top: 70px;
}

#social .icon
{
	border: 1px solid var(--color);
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	-webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

#social .icon:hover
{
	background-color: var(--link-color);
	border-color: var(--link-bg-color);
}

#social .icon:hover,
#social .icon:hover *
{
	color: var(--link-bg-color);
}

@media (max-width: 1200px)
{
	#heading
	{
		font-size: 32px;
	}

	#wrapper:before
	{
		width: 350px;
		height: 350px;
	}
}

@media (max-width: 992px)
{
	#wrapper:before
	{
		width: 200px;
		height: 200px;
		top: 500px;
	}
}

@media (max-width: 768px)
{
	body
	{
		text-align: center;
		font-size: 14px;
	}
	#heading
	{
		font-size: 24px;
	}
	#message
	{
		font-size: 16px;
	}
	#wrapper {
		padding-top: 30px;
	}
	#wrapper:before
	{
		display: none;
	}
	#logo,
	#message
	{
		margin-bottom: 30px;
	}
	#social
	{
		margin-top: 30px;
	}
	#contacts a {
		margin-left: 0 !important;
		display: block;
	}
}

@media (max-width: 576px)
{
	#date_open .counter span
	{
		font-size: 20px;
	}

	#date_open .counter i
	{
		font-size: 70%;
	}
	#date_open .separator
	{
		display: none;
	}
}