<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>This site can’t be reached in your area.</title>
<meta name="description" content="Access restricted">
<style>
html,body{
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
}
.country-restriction-page{
display: flex;
flex-direction: column;
align-items: center;
background-color: #161e2e;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-size: 20px;
line-height: 28px;
background-image: url(/r/images/site/banners/restriction-bg.jpg);
background-size: cover;
box-sizing: border-box;
padding: 101px 81px
}
.country-restriction-page-wrap{
width: 100%
}
.page-logo, .page-icon{
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.page-logo{
background-image: url(/r/images/site/icons/site_logo.svg);
width: 260px;
height: 150px;
margin: 60px 0;
}
.page-icon{
}
.description-restriction-page{
max-width: 790px;
}
.pege-text-title{
font-size: 60px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 41px;
}
.page-link{
margin: 100px 0 20px;
color: #fff;
line-height: 1.3;
text-decoration: none
}
.pege-text{
font-size: 30px;
}
.page-link:hover{
color: #3aae2a
}
@media only screen and (max-width: 1200px){
.country-restriction-page{
padding: 20px
}
country-restriction-page-wrap{
max-width: 100%;
}
.pege-text-title{
font-size: 44px
}
.pege-text{
font-size: 24px
}
}
</style>
</head>
<body class="country-restriction-page">
<div class="country-restriction-page-wrap">
<div class="page-logo"></div>
<div class="page-icon"></div>
<div class="description-restriction-page">
<p class="pege-text-title">ΠΕΡΙΟΡΙΣΜΟΣ ΤΟΠΟΘΕΣΙΑΣ
</p>
<p class="pege-text">Η ιστοσελίδα <a class="page-link" href="https://www.betonalfa.com.cy/">www.betonalfa.com.cy</a>
είναι προσβάσιμη μόνο στην Κύπρο, σύμφωνα με τους ισχύοντες κανονισμούς.
</p>
</div>
</div>
</body>
</html>