html {
line-height:1.4em;
-webkit-text-size-adjust:100%;
font-size:18px;
font-family: 'Roboto', Arial, sans-serif;
overflow-y: scroll;
}
body {
font-family: 'Roboto', Arial, sans-serif;
font-weight:500;
margin:0;
color: #333;
}
h1 {
font-family: 'Roboto', Arial, sans-serif;
font-size:7.2rem;
font-style:normal;
font-weight:700;
line-height:8rem;
letter-spacing:-.02em;
-webkit-transform:translateX(-.2rem);
-ms-transform:translateX(-.2rem);
transform:translateX(-.2rem);
color:#333;
overflow:hidden;
margin:6rem 0;
}
a {
background-color:transparent;
text-decoration:unset;
color:#000f9f;
-webkit-transition:color, background .35s ease;
-o-transition:color, background .35s ease;
transition:color, background .35s ease;
}
img {
border-style:none;
max-width: 100%;
}
button,input,optgroup,select,textarea {
font-family:inherit;
font-size:100%;
line-height:1.15;
margin:0;
}
button,input {
overflow:visible;
background:unset;
outline:none;
border:none;
}
button,select {
text-transform:none;
}
[type=button],[type=reset],[type=submit],button {
-webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
border-style:none;
padding:0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
outline:1px dotted ButtonText;
}
p{
margin:0;
}


.not-found{
background: url(../images/realhost_notwork_cloud.png) no-repeat 25% 0;
max-width: 1190px;
margin:0 auto;
padding: 0 15px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
.not-found .lang_block{
padding: 60px 0;
font-size: 14px;
width: 100%;
text-align: right;
}
.not-found .lang_block a{
display: inline-block;
vertical-align: middle;
border-bottom: 1px solid #1965b8;
color: #1965b8;
padding-bottom: 3px;
text-transform: uppercase;
margin: 0 10px;
line-height: 14px;
}
.not-found .lang_block a:hover{
border-bottom: 1px solid #333;
color: #333;
}
.not-found .lang_block a.active{
color: #333;
border-bottom-color: transparent;
}
.not-found_img{
width: 50%;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 50px;
box-sizing: border-box;
}
.not-found_img img{
max-width: 115px;
opacity: 0.5;
margin-top: 50px;
}
.not-found_content{
width: 50%;
}
.not-found_logo{
margin-bottom: 40px;
}
.not-found_title{
font-size: 30px;
margin-bottom: 40px;
line-height: 1.4em;
}
.not-found_text{
color: #666666;
font-size: 14px;
padding-bottom: 40px;
border-bottom: 2px solid #c9c7c7;
max-width: 490px;
}
.not-found_text p{
margin-bottom: 10px;
line-height: 1.4em
}
.not-found_text ul{
list-style-type: none;
padding: 0;
line-height: 1.4em;
margin: 30px 0 0 0;
}
.not-found_text ul li{
position: relative;
padding-left: 35px; 
margin-bottom: 10px;
}
.not-found_text ul li:last-child{
margin-bottom: 0px;
}
.not-found_text ul li:before{
content: "";
height: 10px;
width: 10px;
background: #00ff00;
border-radius: 100%;
display: block;
position: absolute;
left: 10px;
top: 4px;
}
.not-found_btns{
padding: 35px 40px;
}
.not-found_btns .login_btn{
background: #1965b8;
height: 38px;
padding: 0 20px;
color: #fff;
line-height: 38px;
margin-bottom: 35px;
display: inline-block;
}
.not-found_btns .login_btn:hover{
background: #1965b8cf;
}
.not-found_contacts a{
color: #333;
font-size: 14px;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.not-found_contacts .mail{
color: #1d64b4;
border-bottom: 1px solid #1d64b4;
}
.go-billing-title {
padding-bottom: 15px;
color: #666666;
font-size: 14px;
}

@media screen and (max-width: 991px){
.not-found {
background: url(../images/realhost_notwork_cloud.png) no-repeat -10% 0;
}
.not-found_img {
width: 180px;
}
.not-found_content {
width: calc(100% - 180px);
padding-top: 45px;
}
}
@media screen and (max-width: 600px){
.not-found {
    background: url(../images/realhost_notwork_cloud.png) no-repeat center 0;
}
.not-found .lang_block {
    padding: 20px 0;
}
.not-found_img {
    width: 100%;
    justify-content: center;
    padding: 0;
}
.not-found_img img {
    margin-top: 10px;
}
.not-found_content {
    width: 100%;
    text-align: center;
}
.not-found_text ul li {
    text-align: left;
}
.not-found_title {
    font-size: 26px;
    line-height: 1.1em;
}
}
.hidden-block {
display: none;
}
.not-found_logo img {
	margin-left: -17px;
}

