@charset "windows-1251";
/* CSS Document */
body, html {
	margin: 0px !important;
	padding: 0;
	width: 100% !important;
	height: 100%;
	background: -moz-linear-gradient(70deg, rgb(219, 226, 210) 15%, rgb(144, 183, 242) 100%);
	background: -webkit-linear-gradient(70deg, rgb(219, 226, 210) 15%, rgb(144, 183, 242) 100%);
	background: -o-linear-gradient(70deg, rgb(219, 226, 210) 15%, rgb(144, 183, 242) 100%);
	background: -ms-linear-gradient(70deg, rgb(219, 226, 210) 15%, rgb(144, 183, 242) 100%);
	background: linear-gradient(160deg, rgb(219, 226, 210) 15%, rgb(144, 183, 242) 100%);
	
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-clip:padding-box;
}
h3, h2 {
	width:100%;
	padding-top:20px;
	text-align:center;
}

.lines {
	display:block;
	width:100%;
	height:100px;
	padding:0;
	margin:0;
	/*background: -moz-linear-gradient(0deg, rgba(200,200,200,1) 0, rgba(0, 0, 0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(200,200,200,1) 0, rgba(0, 0, 0,0) 100%);
	background: -o-linear-gradient(0deg, rgba(200,200,200,1) 0, rgba(0, 0, 0,0) 100%);
	background: -ms-linear-gradient(0deg, rgba(200,200,200,1) 0, rgba(0, 0, 0,0) 100%);*/
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAAY0lEQVQoz43Syw3AMAgDUNfdIDN0ns7YGTJhLiiiKIA5cXiyxOf6HlhNxHpdT41t2DGDPQOoMeDmUJgbpmYzwoyFxJz9YMUcrNmGHTPYM4AaA6ixw8Kz21Njh8TsRaixAKuHW1F8FE+di4jQAAAAAElFTkSuQmCC"), linear-gradient(180deg, rgb(144, 183, 242) 0, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.3) 100%);
	

	top:0;
	z-index:2;
	position:fixed;
}
.topp {
	height:100px;
}
.firbody {
	padding:0;
	width: 100%;
	height: 100%;
}
.firpage {
}
#accord {
	width: 100%;
	display: block;
	font-size: 10px;
}
.logot {
	position:fixed;
	display:block;
	z-index:1100;
	top:10px;
	left:10px;
}
.gmenu {
	display:block;
	width:100%;
	position:fixed;
	top:30px;
}
.bodytext {
	display:block;
	width:100%;
	text-align:center;
	padding:10px;
}
.text_about{
	max-width:1000px;
	min-width:600px;}