<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta http-equiv="Cache-control" content="no-cache">
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="Expires" content="0">
</head>
<body>
<div class="container">
		<div class="logo">
			<img src="/img-sys/suspend/logo.svg" alt="abelohost">
		</div>

		<div class="main">
			<div class="sign">
				<img class="attention" src="/img-sys/suspend/attention.svg" alt="attention">
			</div>

			<div class="info">
				<div class="title">This website is suspended</div>
				<div class="description">The owner has to login to the client area and resolve the issue at <a href="https://abelohost.com/" target="_blank">AbeloHost</a>, the leading offshore hosting provider. Please try again a bit later.</div>
			</div>
		</div>
	</div>

	<style>
		@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

		html {
			height: 100%;
		}

		body {
			margin: 0;
			height: 100%;
			font-family: 'Roboto';
			font-style: normal;
			color: #fff;
			background: url('/img-sys/suspend/background.png') no-repeat center;
			background-size: cover;
		}

		.container {
			position: relative;
			padding: 0 240px;
			height: 100%;
			display: flex;
			align-items: center;
		}

		.main {
			padding-bottom: 5em;
			display: flex;
		}

		.sign {
			margin: 0 15px 0 -57px;
			padding: 10px 0 0 0;
		}

		.attention {
			height: 42px;
			width: 42px;
		}

		.title {
			font-weight: 700;
			font-size: 46px;
			line-height: 54px;
			max-width: 560px;
		}

		.description {
			margin: 20px 0 0 0;
			font-weight: 400;
			font-size: 16px;
			line-height: 23px;
			color: #fff;
			max-width: 320px;
		}

		.description a {
			text-decoration: underline;
			color: #dc6663;
		}

		.description a:hover {
			color: #fff;
		}

		.logo {
			position: absolute;
			top: 25px;
		}

		.logo img {
			width: 160px;
			height: 43px;
		}

		@media (max-width: 992px) {
			.container {
				padding: 0 120px;
			}

			.sign {
				display: none;
			}
		}

		@media (max-width: 768px) {
			.container {
				padding: 0 20px;
			}

			.sign {
				margin: 0;
				padding: 0;
			}

			.logo {
				right: 0;
				left: 20px;
			}
		}
	</style>
</body>
</html>
