*{
    margin: 0; padding: 0;
}
a{
	text-decoration:none;
}
body{
	background-color:#fafaf2; font-family: 'Philosopher-Regular', sans-serif;
    background-image: url('../images/bg-fon.png');
}
@font-face {
  font-family: 'Philosopher-Regular';
  src: url('../font/Philosopher-Regular.eot');
  src: url('../font/Philosopher-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/Philosopher-Regular.svg#Philosopher-Regular') format('svg'),
       url('../font/Philosopher-Regular.ttf') format('truetype'),
       url('../font/Philosopher-Regular.woff') format('woff'),
       url('../font/Philosopher-Regular.woff2') format('woff2'); 	
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Philosopher-Bold';
  src: url('../font/Philosopher-Bold.eot');
  src: url('../font/Philosopher-Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/Philosopher-Bold.svg#Philosopher-Bold') format('svg'),
       url('../font/Philosopher-Bold.ttf') format('truetype'),
       url('../font/Philosopher-Bold.woff') format('woff'),
       url('../font/Philosopher-Bold.woff2') format('woff2');	   
  font-weight: normal;
  font-style: normal;
}
#content-main{
	width:1300px; overflow:hidden;
	margin:20px auto 0 auto;    
}
.back-but{
   display:inline-block; background:#8a493c; border-radius:10px;
   font-weight:700; color:#fff; font-size:20px;  text-transform:uppercase;
   padding:0 30px; height:50px; line-height:50px;
}
.back-but:hover{
	background-color:#2c439c;
}
.block{
   background-color:#2c439c; display: none;
   background-image:url("../images/bg-box.png");
   font-size:18px; margin-top:20px;
   border-radius:20px; color:#fff; padding:40px 40px; 
}
.block h1{
    font-size:30px;	color:#ffcd7d; text-align:center;
	text-transform:uppercase;
}
.ntn-text{
	margin-top:30px; overflow:hidden;
}
.ntn-text div{
	float:left; width:48%;
}
.ntn-text p{
	font-family: 'Philosopher-Bold'; 
	margin-bottom:20px; font-size:27px;
}
.ntn-text p span{ 
	float:right; margin-right:40px;
	color:#ffcd7d;
} 