<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Сайт заблоковано</title>
  <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300' rel='stylesheet' type='text/css'>
</head>
<style>
  html {
    background: url('https://hyperhost.ua/assets/images/404/404-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
  }
  #bgalfa {
    width: 100%;
    min-height: 100px;
    position: absolute;
    top: 100px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -240px;
  }
  a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.5em;
  }
  a:hover {
    text-decoration: underline;
  }
  h1, h2, h3 {
    margin: 0;
    display: block;
  }
  h1 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 5em;
  }
  h2 {
    font-weight: 300;
    font-size: 3em;
  }
  h3,
  h3 > a {
    font-weight: 400;
    font-size: 1em;
  }
  h3 > a {
    text-decoration: underline;
  }
  h3 > a:hover {
    text-decoration: none;
  }
  #logo {
    margin-top: 50px;
  }
  #soc {
    background: url('https://hyperhost.ua/assets/images/404/404-soc.png') no-repeat;
    width: 190px;
    height: 30px;
    position: fixed;
    right: 30px;
    bottom: 20px;
  }
  #soc a {
    width: 29px;
    height: 29px;
    margin-right: 2px;
    display: block;
    float: left;
  }
</style>
<body>
  <div id="bgalfa">
    <div class="title">
      <h2>на жаль</h2>
      <h1>сайт заблоковано</h1>
      <h3>зверніться, будь ласка, у <a href="mailto:billing@hyperhost.ua">відділ продаж</a></h3>
    </div>
    <div id="logo">
      <img src="https://hyperhost.ua/assets/images/logo.png" alt="">
    </div>
    <div class="contact">
      <a href="https://hyperhost.ua/">https://hyperhost.ua/</a><br/>
      <a href="mailto:billing@hyperhost.ua">billing@hyperhost.ua</a>
    </div>
  </div>
  <div id="soc">
    <a href="https://vk.com/hyper_host/" title="Вконтакте"></a>
    <a href="https://www.facebook.com/hyperhosting.com.ua/" title="Facebook"></a>
    <a href="https://twitter.com/HyperHostUA" title="Twitter"></a>
    <a href="https://ok.ru/group/51828127367281" title="Однокласники"></a>
    <a href="https://plus.google.com/+HyperhostingUa" title="Google+"></a>
    <a href="https://hyperhost.ua/info/" title="Блог"></a>
  </div>
</body>
</html>
