<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Suspended hosting by BESTHOSTING</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
    <link rel="icon" type="image/vnd.microsoft.icon" href="images/favicon.ico">
    <link rel="SHORTCUT ICON" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<style>
    body {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 27px;
        padding: 0 30px 0 30px;
        margin: 0;
        background: radial-gradient(74.04% 87.14% at 22.4% 25.96%, #26A6FF 0%, #55BAFF 0.01%, #50A4F2 100%), #FFF;
    }
    .lang{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        padding-top: 10px;
    }
    .lang_item{
        width: 40px;
        height: 30px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        color: white;
        margin-right: 10px;
        text-align: center;
        padding: 5px;
        text-decoration: none;
    }
    .screen_block{
        height: 100vh;
    }

    .info{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .nice_block{
        padding: 15px;
        background: #F8FBFC;
        border-radius: 20px;
        margin: 5px;
    }
    .p_h1{
        font-family: Arial;
        font-style: normal;
        font-weight: 900;
        font-size: 50px;
        line-height: 65px;
        text-transform: uppercase;
        color: white;
        margin-bottom: 0;
        text-align: center;
    }
    .p_h2{
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        color: white;
        text-align: center;
    }
    #ru_block .info_img, #en_block .info_img{
        padding-top: 5%;
    }
    a{
        color: #EF6564;
    }
    img{
        height: 50px;
        margin: 0 auto;
    }
    @media screen and (max-width: 834px) {
        body{
            padding: 0 3px;
        }
        .screen_block{
            height: auto;
        }
        .p_h1{
            font-size: 24px;
            line-height: 40px;
        }
        .nice_block{
            padding: 5px;
        }
        .reasons{
            flex-wrap: wrap;
        }
        .reasons div{
            width: 100%;
        }
        .with_btn{
            flex-wrap: wrap;
        }
        .btn.best{
            margin-left: unset;
            margin: 0 auto;
            margin-top: 10px;
        }
    }
    @media screen and (min-width: 440px) and (max-width: 549px) {
        .wwwimg1, .wwwimg2, .wwwimg3{
            margin-top: 15vh;
        }
    }
    @media screen and (min-width: 550px) and (max-width: 834px) {
        .wwwimg1, .wwwimg2, .wwwimg3{
            margin-top: 0vh;
        }
    }
    .d1{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .d2{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
        margin-right: 70px;
    }
    .info_p{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #514E4E;
        margin: 0;
    }
    .phone_p{
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 30px;
        color: #514E4E;
        margin: 0;
    }
    .besthost_p{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 41px;
        color: #514E4E;
        margin-top: 0;
    }
    .reasons{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }
    .contact_us p{
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 41px;
        text-align: center;
        color: #514E4E;
    }
    .support{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .bh_info_logo{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 40%;
    }
    .screen_block#ru_block {
        display: flex;
        align-items: center;
    }
    .screen_block#en_block {
        display: flex;
        align-items: flex-end;
    }
    .grade {
        background: url("images/suspended_hosting1.png");
        position: absolute;
        width: 96%;
        height: 100%;
        background-size: contain;
        z-index: -1;
        top: 25%;
        background-repeat: no-repeat;
        background-position: right;
    }
    .grade2 {
        background: url("images/suspended_hosting2.png");
        position: absolute;
        width: 98%;
        height: 100%;
        background-size: contain;
        z-index: -1;
        top: 176%;
        background-repeat: no-repeat;
    }
    .btn.best{
        background: rgba(0,0,0,0) linear-gradient(to top,#f4fff0,#fff,#fff) repeat scroll 0 0;
        border: 1px solid #82d043;
        color: #82d043;
        font-size: 16px;
        font-weight: bold;
        margin: 0 auto;
        padding: 10px 5px;
        text-transform: uppercase;
        width: 190px;
        cursor: pointer;
        border-radius: 4px;
        margin-left: 10px;
    }
    .with_btn{
        display: flex;
    }
</style>
<div class="main">

    <div class="grade"></div>

    <div id="ua_block" class="screen_block">
        <div class="lang">
            <a class="lang_item" href="#ua_block">UA</a>
            <a class="lang_item" href="#ru_block">RU</a>
            <a class="lang_item" href="#en_block">EN</a>
        </div>
        <div class="info">
            <p class="p_h1">В ДАНИЙ МОМЕНТ ЦЕЙ САЙТ ЗАБЛОКОВАНИЙ АДМІНІСТРАТОРОМ ХОСТИНГУ.</p>
            <p class="p_h2">Це могло відбутися з наступної причини:</p>
            <div class="reasons">
                <div class="nice_block with_btn">
                    <p class="info_p">Закінчився проплачений період хостингу.</p>
                    <button onclick="location.href='//besthosting.ua/ua/order.php?service=vz'" class="btn best" type="button">Продовжити</button>
                </div>
                <div class="nice_block">
                    <p class="info_p">Аккаунт викритий в спам діяльності </p>
                </div>
                <div class="nice_block">
                    <p class="info_p">Матеріали сайту порушують правила хостингу або закони України </p>
                </div>
                <div class="nice_block">
                    <p class="info_p">Надійшла скарга на зміст сайту (і користувач не відреагував на попередження адміністратора)! </p>
                </div>
            </div>
            <div style="width: inherit">
                <div class="nice_block">
                    <div class="contact_us">
                        <p>Якщо Ви власник цього домену, зв'яжіться, будь ласка, з відповідним відділом для обговорення розблокування.</p>
                    </div>
                    <div class="support">
                        <div class="bh_info_logo">
                            <p class="besthost_p">Хостинг надано компанією </p>
                            <a rel="nofollow" href="//besthosting.ua/ua/"><img src="images/logo_for_h.png"></a>
                        </div>
                        <div class="d1">
                            <div class="d2">
                                <p class="info_p">Київ</p>
                                <p class="phone_p">+38 (044) 590-08-07</p>
                            </div>
                            <div class="d2">
                                <p class="info_p">Вінниця</p>
                                <p class="phone_p">+38 (0432) 65-66-44</p>
                            </div>
                            <div class="d2">
                                <p class="info_p">Технічна підтримка</p>
                                <p class="phone_p">s@besthosting.ua</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="grade2"></div>
    <div id="ru_block" class="screen_block">
        <div class="info">
            <p class="p_h1">В ДАННЫЙ МОМЕНТ ЭТОТ САЙТ ЗАБЛОКИРОВАН АДМИНИСТРАТОРОМ ХОСТИНГА.</p>
            <p class="p_h2">Это могло произойти по следущей причине:</p>
            <div class="reasons">
                <div class="nice_block with_btn">
                    <p class="info_p">Закончился оплаченный период хостинга.</p>
                    <button onclick="location.href='//besthosting.ua/ru/order.php?service=vz'" class="btn best" type="button">Продлить</button>
                </div>
                <div class="nice_block">
                    <p class="info_p">Аккаунт уличен в спам деятельности</p>
                </div>
                <div class="nice_block">
                    <p class="info_p">Материалы сайта нарушают правила хостинга или законы Украины</p>
                </div>
                <div class="nice_block">
                    <p class="info_p">Поступила жалоба на cодержимое сайта (и пользователь не отреагировал на предупреждения администратора)!</p>
                </div>
            </div>
            <div style="width: inherit">
                <div class="nice_block">
                    <div class="contact_us">
                        <p>Если Вы владелец этого домена, свяжитесь, пожалуйста, с соответствующим отделом для обсуждения разблокировки.</p>
                    </div>
                    <div class="support">
                        <div class="bh_info_logo">
                            <p class="besthost_p">Хостинг предоставлен компанией </p>
                            <a rel="nofollow" href="//besthosting.ua/ru/"><img src="images/logo_for_h.png"></a>
                        </div>
                        <div class="d1">
                            <div class="d2">
                                <p class="info_p">Киев</p>
                                <p class="phone_p">+38 (044) 590-08-07</p>
                            </div>
                            <div class="d2">
                                <p class="info_p">Винница</p>
                                <p class="phone_p">+38 (0432) 65-66-44</p>
                            </div>
                            <div class="d2">
                                <p class="info_p">Техническая поддержка</p>
                                <p class="phone_p">s@besthosting.ua</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div id="en_block" class="screen_block">
        <div class="info">
            <p class="p_h1">AT THE MOMENT THIS SITE IS BLOCKED BY THE HOSTING ADMINISTRATOR. </p>
            <p class="p_h2">This could have happened for the following reason: </p>
            <div class="reasons">
                <div class="nice_block with_btn">
                    <p class="info_p">The paid hosting period has ended. </p>
                    <button onclick="location.href='//besthosting.ua/en/order.php?service=vz'" class="btn best" type="button">Prolong</button>
                </div>
                <div class="nice_block">
                    <p class="info_p">Account convicted of spam activity</p>
                </div>
                <div class="nice_block">
                    <p class="info_p">Site materials violate hosting rules or laws of Ukraine</p>
                </div>
                <div class="nice_block">
                    <p class="info_p">There was a complaint about the content of the site (and the user did not respond to the administrator's warnings)!</p>
                </div>
            </div>
            <div style="width: inherit">
                <div class="nice_block">
                    <div class="contact_us">
                        <p>If you are the owner of this domain, please contact the relevant department to discuss unlocking.</p>
                    </div>
                    <div class="support">
                        <div class="bh_info_logo">
                            <p class="besthost_p">Hosting provided by </p>
                            <a rel="nofollow" href="//besthosting.ua/en/"><img src="images/logo_for_h.png"></a>
                        </div>
                        <div class="d1">
                            <div class="d2">
                                <p class="info_p">Kyiv</p>
                                <p class="phone_p">+38 (044) 590-08-07</p>
                            </div>
                            <div class="d2">
                                <p class="info_p">Vinnytsia</p>
                                <p class="phone_p">+38 (0432) 65-66-44</p>
                            </div>
                            <div class="d2">
                                <p class="info_p">Technical support</p>
                                <p class="phone_p">s@besthosting.ua</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

</body>
</html>