@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900&subset=latin,cyrillic-ext,latin-ext,cyrillic);
body {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

* {box-sizing: border-box;}

a {
	text-decoration:none;
	outline:none;
	/*overflow:hidden;*/
}

.error_page {
	position:fixed;
	background:#fff;
	width:100%; height:100%;
	top:0; left:0;
	z-index:100;
}

.error_block {
	position:absolute;
	width:680px;
	top:50%; left:50%;
	margin-left: -340px;
	box-sizing:border-box;
	text-align:center;
    background-repeat: no-repeat;
}


.error-container {
    width: 475px;
    height: 100%;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

.err-separator {
    display: block;
    width: 100%;
    height: 1px;
    background: #a37b7b;
    box-shadow: 0px 1px 0px #fff;
    margin: 30px 0 30px;
}

.err-separator.bottom {
    margin-top: 0;
    margin-bottom: 30px;
}

.error-code {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.error-descr {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.7;
	margin-bottom: 27px;
}
.ru .error-code {
    font-size: 73px;
}
.ru .error-descr
{
	font-size: 21px;
}
.error-text {
    font-size: 14px;
    text-align: left;
    padding: 30px 0px 20px;
    color: #746e6e;
    height: 115px;
    box-sizing: border-box;
}

.back_btn {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background: #0a603c;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	padding: 9px 0px;
	width: 230px;
	margin-top:30px;
}
.back_btn:hover {
	color:#fff;
	text-decoration:none;
	background:#67aa33;
}

.error-footer {
    font-size: 14px;
    color: #746e6e;
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
}
.type
{
	font-size: 200px;
	color: #0a603c;
	font-weight: 900;
	line-height: 1;
}
.text
{
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	font-size: 36px;
}
@media (max-width: 450px)
{
	.error_block {
		width:100%;
		padding:0px 10px;
	}
	.type {
		font-size:45px; 
	}
	.text.lv {
		font-size:27px;
		margin-bottom:5px;
	}
	.text.en {
		font-size:16px;
		margin-bottom:5px;
	}
	.text.ru {
		font-size:16px;
	}
	.error_message { top:9px;}
	.error_block img.error_block_image {
		width: 85%;
	}
	
}

@media (max-width: 335px)
{

	.type {
		font-size:37px; 
	}
	.text.lv {
		font-size:22px;
		margin-bottom:5px;
	}
	.text.en {
		font-size:14px;
		margin-bottom:5px;
	}
	.text.ru {
		font-size:14px;
	}
	.error_message { top:8px;}
	
	.back_btn {
		font-size:14px;
	}
	
}








