@font-face{
	font-family: 'NotoBold';
	src: url("fonts/NotoSans-Bold.ttf") format('truetype');
}
@font-face{
	font-family: 'NotoBoltItalic';
	src: url("fonts/NotoSans-BoldItalic.ttf") format('truetype');
}
@font-face{
	font-family: 'NotoItalic';
	src: url("fonts/NotoSans-Italic.ttf") format('truetype');
}
@font-face{
	font-family: 'Noto';
	src: url("fonts/NotoSans-Regular.ttf") format('truetype');
}

h1{
	font-family: 'NotoBold';
	letter-spacing: 6px;
    text-transform: uppercase;
    color: #343639;
	font-size: 40px!important;
	line-height: 1;
	margin: 10 0 20 0;
}
p{
	font-family: 'Noto';
	font-size: 20px;
	margin: 0 0 10 0;
}
a{
	font-family: 'Noto';
}
.container{
	max-width: 1060px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 35px;
}
.header{
	height: 100px;
    background: #fff;
    position: fixed;
    z-index: 50;
    width: 100vw;
    top: 0;
    -webkit-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out;
    -webkit-box-shadow: 0 3px 4px rgba(203,209,221,.6);
    box-shadow: 0 3px 4px rgba(203,209,221,.6);
}
.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-col, .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.pc-center-space-between, .pc-stretch-space-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.pc-stretch-space-between {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: justify;
    max-height: 100%;
    height: 100%;
}
.pc-center-flex-start {
    -ms-flex-line-pack: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
}
.pc-center-flex-end, .pc-center-flex-start {
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.logo_img{
	width: 220px;
	height: auto;
}
.number{
	font-size: 30px;
	float: right;
	color: #33484b;
}
.content{
	width: auto;
	position: relative;
    z-index: 0;
}
#not-found{
	padding-top: 120px;
    padding-bottom: 40px;
    text-align: center;
}
#not-found p{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
}
.err-pic{
	max-width: 100%;
}
.btn-lk{
	margin-top: 10px;
	width: 180px;
	height: 40px;
	background-color: #5DADE2;
	border: 2px solid #5DADE2;
	border-radius: 50px;
	color: white;
	-webkit-box-shadow: 0 12px 12px 0 rgba(227,232,235,.7), 0 6px 6px 0 rgba(227,232,235,.8), 0 2px 2px 0 #e3e8eb;
    box-shadow: 0 12px 12px 0 rgba(227,232,235,.7), 0 6px 6px 0 rgba(227,232,235,.8), 0 2px 2px 0 #e3e8eb;
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out;
	outline: none!important;
}
.btn-lk:hover{
	background-color: white;
	color: #5DADE2;
}
/*media*/
@media (max-width: 960px){
    #not-found h1{
		font-size: 26px!important;
		letter-spacing: 2px;
	}
	#not-found p{
		font-size: 16px;
	}
}
@media (max-width: 760px) {
    .logo_img{
		width: 160px!important;
		height: auto;
	}
    .number{
		font-size: 18px;
	}
	#not-found h1{
		font-size: 22px!important;
		letter-spacing: 2px;
	}
}
@media (max-width: 460px) {
    #not-found h1{
		font-size: 20px!important;
		letter-spacing: 2px;
	}
	#not-found p{
		font-size: 14px;
	}
}