body{
	background: url(../images/bg-body.png) no-repeat #000;
	background-position: center 0px;
	background-attachment:fixed;
}

.p-content{
	font: 1.3em 'MyriadPro-Regular';
	color:#333335;
	padding-top: 3px;
}

.style-bold-font{
	font: 1em 'MyriadPro-Bold';
	color:#333335;
}

.style-font{
	font: 1.3em 'MyriadPro-Bold';
	color:#333335;
	line-height: 1.5;
}

.font-red{
	color:#ff0000; 
}

.style-red-font{
	color:#ff0000;
}

/*header
-------------*/

.header h1{
	font:3em 'MyriadPro-Bold';
	color:#fff;
}

p.p-blog{
	font:bold 1em 'MyriadPro-Regular';
	color:#fff;
}

.header{
	min-height: 115px;
	background: rgba(55,122,180,1);
	background: -moz-linear-gradient(top, rgba(55,122,180,1) 0%, rgba(46,116,177,1) 29%, rgba(20,102,169,1) 52%, rgba(2,91,163,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55,122,180,1)), color-stop(29%, rgba(46,116,177,1)), color-stop(52%, rgba(20,102,169,1)), color-stop(100%, rgba(2,91,163,1)));
	background: -webkit-linear-gradient(top, rgba(55,122,180,1) 0%, rgba(46,116,177,1) 29%, rgba(20,102,169,1) 52%, rgba(2,91,163,1) 100%);
	background: -o-linear-gradient(top, rgba(55,122,180,1) 0%, rgba(46,116,177,1) 29%, rgba(20,102,169,1) 52%, rgba(2,91,163,1) 100%);
	background: -ms-linear-gradient(top, rgba(55,122,180,1) 0%, rgba(46,116,177,1) 29%, rgba(20,102,169,1) 52%, rgba(2,91,163,1) 100%);
	background: linear-gradient(to bottom, rgba(55,122,180,1) 0%, rgba(46,116,177,1) 29%, rgba(20,102,169,1) 52%, rgba(2,91,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377ab4', endColorstr='#025ba3', GradientType=0 );
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 0px solid #000000;
}

.bg-aboutAvtor{
	background: #F4F7FF;
}

.aboutAvtor{
	position: relative;
	margin:20px auto;
	width: 985px;
	min-height:215px;
	background: rgba(233,246,255,1);
	background: -moz-linear-gradient(top, rgba(233,246,255,1) 0%, rgba(222,240,253,1) 51%, rgba(210,234,251,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,246,255,1)), color-stop(51%, rgba(222,240,253,1)), color-stop(100%, rgba(210,234,251,1)));
	background: -webkit-linear-gradient(top, rgba(233,246,255,1) 0%, rgba(222,240,253,1) 51%, rgba(210,234,251,1) 100%);
	background: -o-linear-gradient(top, rgba(233,246,255,1) 0%, rgba(222,240,253,1) 51%, rgba(210,234,251,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,246,255,1) 0%, rgba(222,240,253,1) 51%, rgba(210,234,251,1) 100%);
	background: linear-gradient(to bottom, rgba(233,246,255,1) 0%, rgba(222,240,253,1) 51%, rgba(210,234,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6ff', endColorstr='#d2eafb', GradientType=0 );
	border: 1px solid #C5D5FF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.top-imgAvtor{
	margin-top: 10px;
}

/* end header
-------------*/

/* content
-------------*/
.firstContent{
	margin-top: -30px;
	background: rgba(244,247,255,1);
	background: -moz-linear-gradient(top, rgba(244,247,255,1) 0%, rgba(233,239,254,1) 82%, rgba(228,235,254,1) 96%, rgba(225,233,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,247,255,1)), color-stop(82%, rgba(233,239,254,1)), color-stop(96%, rgba(228,235,254,1)), color-stop(100%, rgba(225,233,254,1)));
	background: -webkit-linear-gradient(top, rgba(244,247,255,1) 0%, rgba(233,239,254,1) 82%, rgba(228,235,254,1) 96%, rgba(225,233,254,1) 100%);
	background: -o-linear-gradient(top, rgba(244,247,255,1) 0%, rgba(233,239,254,1) 82%, rgba(228,235,254,1) 96%, rgba(225,233,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,247,255,1) 0%, rgba(233,239,254,1) 82%, rgba(228,235,254,1) 96%, rgba(225,233,254,1) 100%);
	background: linear-gradient(to bottom, rgba(244,247,255,1) 0%, rgba(233,239,254,1) 82%, rgba(228,235,254,1) 96%, rgba(225,233,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7ff', endColorstr='#e1e9fe', GradientType=0 );
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
}

.youtubeBlock{
	position: relative;
	margin:15px auto;
	text-align: center;
}

.formular{
	position: relative;
	margin:15px auto;
	width: 535px;
	height:240px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #9CB8FF;
	background: rgba(233,239,255,1);
	background: -moz-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(218,226,251,1) 51%, rgba(194,208,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,239,255,1)), color-stop(51%, rgba(218,226,251,1)), color-stop(100%, rgba(194,208,243,1)));
	background: -webkit-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(218,226,251,1) 51%, rgba(194,208,243,1) 100%);
	background: -o-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(218,226,251,1) 51%, rgba(194,208,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(218,226,251,1) 51%, rgba(194,208,243,1) 100%);
	background: linear-gradient(to bottom, rgba(233,239,255,1) 0%, rgba(218,226,251,1) 51%, rgba(194,208,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9efff', endColorstr='#c2d0f3', GradientType=0 );

}

.style-label{
	font:1.4em 'MyriadPro-Bold';
	color:#005790;
	margin-left: 25px;
	margin-top: 15px;
}

.input-style{
	width: 480px;
	height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #9CB8FF;
	padding-left: 20px;
	font:1.2em 'MyriadPro-Bold';
	color:#333335;
	margin-left: 25px;
}

button.your-contacts{
	width:360px;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border:0;
	font: 1.2em 'MyriadPro-Bold' ;
	color:#005790;
	background: rgba(252,224,99,1);
	background: -moz-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,224,99,1)), color-stop(39%, rgba(253,197,57,1)), color-stop(100%, rgba(255,163,3,1)));
	background: -webkit-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: -o-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: linear-gradient(to bottom, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce063', endColorstr='#ffa303', GradientType=0 );
}

button.your-contacts:active, button.your-contacts:hover{
	background: rgba(255,163,3,1);
	background: -moz-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,163,3,1)), color-stop(61%, rgba(253,197,57,1)), color-stop(100%, rgba(252,224,99,1)));
	background: -webkit-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: -o-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: linear-gradient(to bottom, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa303', endColorstr='#fce063', GradientType=0 );
}

.wrap-button{
	position: relative;
	margin:20px auto 10px;
	width:360px;
	height: 40px;
}

.link-privat{
	position: relative;
	margin:10px auto 15px;
	width: 235px;
	height: 25px;
	background: url(../images/key.png) no-repeat;
}

.link-privat a:link, .link-privat a:visited{
	font:1.1em 'MyriadPro-Regular' ;
	color: #005790;
	text-decoration: none;
	cursor: pointer;
	padding-left: 20px;
}

.link-privat a:active, .link-privat a:hover{
	text-decoration: underline;
}

.p-ativ{
	font: 2.1em 'MyriadPro-Bold';
	color:#333335;
}

.wrap-img{
	position: relative;
	margin:5px auto;
	text-align: center;
}
.top-block{
	padding-top: 35px;
}

.sidebarSite{
	margin-top: 35px;
	width: 245px;
	height: auto;
	min-height: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #EDEDED;
}

.h3-sidebar{
	font:1.1em 'MyriadPro-Bold' ;
	color:#005790;
}

.h3-sidebar-height{
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
	-ms-text-transform: uppercase;
	-o-text-transform: uppercase;
	text-transform: uppercase;
}

.forma-sidebar{
	background: url(../images/strelka.png) no-repeat;
	background-position: right 60px;
	min-height: 360px;
}

.wrap-forma-sidebar{
	min-height: 360px;
	background: rgba(233,239,255,1);
	background: -moz-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(217,226,250,1) 52%, rgba(194,208,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,239,255,1)), color-stop(52%, rgba(217,226,250,1)), color-stop(100%, rgba(194,208,243,1)));
	background: -webkit-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(217,226,250,1) 52%, rgba(194,208,243,1) 100%);
	background: -o-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(217,226,250,1) 52%, rgba(194,208,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,239,255,1) 0%, rgba(217,226,250,1) 52%, rgba(194,208,243,1) 100%);
	background: linear-gradient(to bottom, rgba(233,239,255,1) 0%, rgba(217,226,250,1) 52%, rgba(194,208,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9efff', endColorstr='#c2d0f3', GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #A9C1FF;
}

h3.h3-sidebar{
	font:1.7em 'MyriadPro-Regular';
	color:#055da4;
}

.input-sidebar{
	width: 200px;
	height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #9CB8FF;
	margin-left: 5px;
	padding-left: 10px;
}


button.button-sidebar{
	width:200px;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border:0;
	font: 1.2em 'MyriadPro-Bold' ;
	color:#005790;
	background: rgba(252,224,99,1);
	background: -moz-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,224,99,1)), color-stop(39%, rgba(253,197,57,1)), color-stop(100%, rgba(255,163,3,1)));
	background: -webkit-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: -o-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	background: linear-gradient(to bottom, rgba(252,224,99,1) 0%, rgba(253,197,57,1) 39%, rgba(255,163,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce063', endColorstr='#ffa303', GradientType=0 );
}

button.button-sidebar:active, button.button-sidebar:hover{
	background: rgba(255,163,3,1);
	background: -moz-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,163,3,1)), color-stop(61%, rgba(253,197,57,1)), color-stop(100%, rgba(252,224,99,1)));
	background: -webkit-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: -o-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	background: linear-gradient(to bottom, rgba(255,163,3,1) 0%, rgba(253,197,57,1) 61%, rgba(252,224,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa303', endColorstr='#fce063', GradientType=0 );
}

.left-go{
	margin-left: 5px;
	margin-top: 50px;
}

.sideBar-link{
	font-size: 0.9em;
	margin-left:8px;
}

.facebook{
	position: relative;
	margin-top: 15px;
	width: 245px;
	height: auto;
}

.link-uor-frends{
	position: relative;
	width:270px;
	height:25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/icon-face-book.png) no-repeat  #005790;
	background-position: 10px 6px;
	margin: 10px 0 30px 10px;
}

.link-uor-frends a{
	width: 100%;
	height:100%;
	display: block;
	cursor: pointer;
	font: 1.5em 'MyriadPro-Regular';
	color:#fff;
	padding-left: 35px;
	text-decoration: none;
}

.box-otzuv{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border:1px solid #83C1E9;
	min-height:185px;
	background: #fff;
	margin-bottom: 20px; 
}

img.img-box-otzuv{
	float: left;
	margin: 15px 20px 10px 25px ;
}

a.a-frend:link, a.a-frend:visited{
	font: 1em 'MyriadPro-Regular';
	color:#005790;
	text-decoration:none;
	cursor: pointer;
	margin-top: 12px;
	display: block;
}

a.a-frend:hover, a.a-frend:active{
	text-decoration: underline;
}

.year{
	font: 0.9em 'MyriadPro-Regular';
	color:#333335;
	padding-top: 5px;
}

.frend-text{
	font: 0.9em 'MyriadPro-Regular';
	color:#333335;
	padding-top: 15px;
	padding:0 5px 0 5px;
	line-height: 1.7;
}

.top-otstup{
	padding-top: 15px;
}

/* end content
-------------*/

/* footer
-------------*/
.footer{
	margin-top: 25px;
	min-height:50px;
	background: #2B73B0;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
}

.pFooter{
	font: 1em 'MyriadPro-Regular'; 
	color:#fff;
	padding-top: 15px;
}

.left{
	float: left;
}

.right{
	float: right;
}


/* end footer
-------------*/