html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, code, del, em, font, img, small, 
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, 
label, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
body { 
	line-height: 1;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	background:#cad4dd;
} 
ol, ul { 
	list-style: none; 
} 
blockquote, q { 
	quotes: none; 
} 
h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	text-align:center;
}
h1{
	font-size:36px;
	color:#8396ff;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	font-size:35px;
	color:#b3bfff;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
h3{
	font-size:30px;
	color:#8396ff;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
p {
	color:#ffffff;
	font-size:1em;
	margin-bottom:20px;
	text-align:left;
	line-height:1.3em;
}
a {
	text-decoration:none;
	color: #2387c3;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#c82693;
}
figure {
  margin: 0;
}
img{
	vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.chc1{
	color:#ff0000;
}
.clear{
	clear:both;
}
.container{
	width:100%;
	max-width:988px;
	margin:0 auto 0 auto;
	padding-right: 15px;
  	padding-left: 15px;
	box-sizing:border-box;
	overflow:hidden;
	min-width:960px;
}
.clear:before,
.clear:after,
.container:before,
.container:after{
  display: table;
  content: " ";
}
.clear:after,
.container:after{
  clear: both;
}
.btn-block {
  display: block;
  width: 100%;
}
header{
	background: #cad4dd url(../img/header.jpg) no-repeat top center;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	position:relative;
	z-index:20;
}
.header-text{
	margin-top:293px;
	padding-top:22px;
	text-transform:uppercase;
	color:#333333;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	line-height:1.2em;
	background:#cad4dd url(../img/header-textbg.jpg) no-repeat top center; 
}
.header-text img{
	display:block;
	margin:0 auto 0 auto;
}
.btn-enter{
	display:inline-block;
	margin:30px auto 0 auto;
}
.btn-enter:hover{
	opacity:0.8;
}
.bl1{
	background: url(../img/line.jpg) no-repeat top center, #cad4dd url(../img/bl1.jpg) no-repeat top center;
	padding:40px 0 40px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	position:relative;
	z-index:15;
}
.block-text{
	
	font-size:14px;
	line-height:1em;
}
.block-text p{
	
	font-size:14px;
	line-height:1em;
}
.block1{
	background: #7d888e no-repeat left center;
	padding:30px 30px 50px 30px;
	border-radius:30px;
}
.block1 p{
	margin-bottom:10px;
}
.l1{
	float:left;
}
.r1{
	float:right;
}
.ul1{
	list-style:url(../img/ul1.png) outside;
	padding-left:18px;
}
.ul1 li{
	margin-bottom:8px;
}
footer{
	padding:20px 0 20px 0;
	border-top:4px solid #EAE600;
	background:#7d888e;
	color:#dbdbdb;
}
footer .container{
	box-sizing:border-box;
	padding:0 120px 0 120px;
}
footer p{
	text-align:left;
	margin-bottom:0px;
	font-size:14px;
	color:#dbdbdb;
	
}
.footer1{
	float:left;
	width:25%;
}
.footer2{
	float:left;
	width:25%;
}
.footer3{
	float:left;
	width:50%;
	text-align:right;
	padding-top:15px;
}