@font-face {
    font-family: 'Neucha';
    src: url('../fonts/neucha-webfont.eot');
    src: url('../fonts/neucha-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neucha-webfont.woff') format('woff'),
         url('../fonts/neucha-webfont.ttf') format('truetype'),
         url('../fonts/neucha-webfont.svg#Neucha') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/16px Arial, sans-serif;
	color: #6f6f6f;
	width: 100%;
	height: 100%;
	background: url(../pic/back.jpg);
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
h1, h2, h3{
	font-family: 'Neucha', Tahoma, Helvetica, sans-serif;
	line-height: normal;
}
h1{
	font-size: 33px;
	color: #00AEEF;
	margin-bottom: 10px;
}

.left_pic{
	margin: 0 15px 15px 0;
	float: left;

}
.right_pic{
	margin: 0 0 15px 15px;
	float: right;
}
p{
	margin: 0 0 15px 0;
}
a{
	color: #F26522;
}
a:hover{
	color: #AE3E0A;
	color: #FF3C01;
	text-decoration: none;
}

input[type="text"], textarea{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input[type="button"]{
	padding: 5px 25px;
	border: none;
	background: #FF881D;
	color: #fff;
	cursor: pointer;
	position: relative;
}
input[type="button"]:active{
	top: 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3) inset;
}
table td{
  padding: 10px;
  vertical-align: top;
}

/************************* WINDOW *************************/
.window{
	padding: 20px;
}

.window_header{
	font-family: 'Neucha', Tahoma, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0 0 20px 0;
}
.window .message_text{
	margin: 0 0 20px 0;
}

/************************* HEADER *************************/
header {
	height: 215px;
}
header .info{
	color: #6a988f;
	padding: 20px 20px 0 20px;
}

header .info .left{
	float: left;
	width: 90%;
}
header .info .left img {
	float: left;
	margin: 0 15px 0 0;
}
header .info .left span{
	display: inline-block;
	margin: 10px 0 0 0;
}

header .info .right{
	float: right;
	width: 10%;
	text-align: right;
	padding: 12px 0 0 0;
}
header .info .right span{
	padding: 0 5px 0 0;
	display: inline-block;
}

.logo{
	display:block;
	text-align: center;
	margin: -7px 0 0 0;
}

/************************* MIDDLE *************************/
.wrapper.main{
	background: url(../pic/main_back.jpg) no-repeat #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.7);
}

.middle {
	width: 100%;
	padding: 0 0 260px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 195px 0 195px;
}
#quotes{
	margin: 8px 0;
	padding: 27px 195px;
}
.quote{
	text-align: center;
	position: absolute;
	/*	left: 50%;*/
	width: 100%;
	max-width: 550px;
}
.quote span{
	display: block;
	text-align: right;
}

.main_pic{
	margin:  0 0 5px 0;
}

.intro .pic{
	float: left;
	margin: 35px 15px 0 0;
}
.intro_header{
	display: block;
	margin: 0 0 10px 0;
}
article{
	background: #fff;
	min-height: 120px;
	padding: 15px 20px;
}

article>h1{
	text-align: center;
	color: #00a651;
}
article>h1 img{
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}

article>ul, article>ol, .float_list ul, .float_list ol, article li ul{
	margin: 10px 0 10px 0;
	line-height: 20px;
}
article>ol{
	margin-left: 30px;
}

article>ul li, .float_list li, article li li{
	padding: 0 0 0 30px;
	background: url(../pic/bullet.png) no-repeat 15px 7px;
}

/************************* SIDEBAR *************************/
.sidebar{
	width: 195px;
	position: relative;
	float: left;
}
.sidebar.left {
	margin-left: -100%;
}

.sidebar.right {
	margin-left: -195px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

.sidebar_block{
	text-align: center;
	margin: 0 0 5px 0;
}
.sidebar_block img{
	margin: 0 0 7px 0;
}

.sidebar_block ul{
	text-align: left;
}

.sidebar_block a{
	display: block;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 7px 40px 7px 22px;
}

.sidebar_block a span, .sidebar_block .sub_menu a{
	font-size: 14px;
	display: block;
}

.sidebar_block .menu_parent_children{
    display: none;
}
.sidebar_block .menu_parent a span{
    border-bottom: 1px dashed;
    display: inline;
}
.sidebar_block .menu_parent a:hover span{
    border-bottom: none;
}
.sidebar_block a:hover{
	color: #282828;
}
.sidebar_block.meet .sub_menu{
	display: none;
}

.sidebar_block.meet a span:first-letter{
	color: #ed1c24;
}
.sidebar_block.groups>ul>li{
	margin: 0 0 15px 0;
}

.sidebar_block.groups>ul>li>a{
	font-weight: bold;
}
.sidebar_block.groups>ul>li>a span:first-letter{
	color: #00a651;
}
.sidebar_block.info a span:first-letter{
	color: #0072bc;
}
.sidebar_block.parents a span:first-letter{
	color: #f26522;
}
.sidebar_block.dop a span:first-letter{
	color: #00aeef;
}

.sidebar_block.dop{
	margin: 53px 0 10px 0;
}
.sidebar_block.dop a{
	padding: 13px 22px;
}

.sidebar_block.dop a span{
	font-family: 'Neucha', Tahoma, Helvetica, sans-serif;
	font-size: 22px;
}

.sidebar .sity{
	display: block;
	margin: 0 0 30px 0;
}
.sidebar .sity img{
    max-width: 175px;
}
.sidebar .vb{
    display: block;
    margin: 30px 0 30px 0;
}
.sidebar .vb img{
    max-width: 175px;
}
.sidebar_block a span{
  position: relative;
}

.sidebar_block a span img{
  position: absolute;
    top: -9px;
    right: -30px;
}


/************************* NEWS *************************/
.news_item{
	margin: 0 0 35px 0;
}
.news_item_pic, .one_news_pic{
	float: left;
	margin-top: 3px;
}
.news_item_date, .one_news_date{
	font-size: 11px;
	color: #848484;
}
.news_item h2, .one_news h1{
	line-height: 25px;
	margin: 0 0 7px 0;
}

.news_item h2 a{
	color: #ff7901;
	font-size: 25px;
	text-decoration: none;
}
.news_item h2 a:hover{
	color: #FF3C01;
	text-decoration: underline;
}

.all_news{
	text-align: center;
	margin: 30px 0;
}

.all_news a{
	font-family: 'Neucha',Tahoma,Helvetica,sans-serif;
	color: #ff7901;
	font-size: 22px;
}
.all_news a:hover{
	color: #FF3C01;
}
.pagenator li{
	display: inline-block;
}
.pagenator li.selected_item{
	background: #F26522;
	border-radius: 3px;
}
.pagenator li.selected_item a{
	color: #fff;
	text-decoration: none;
}

.pagenator a{
	display: block;
	padding: 3px 7px;
	font-size: 14px;
}
/*********************** �������� ***************************/
.contacts_collum.left{
	width: 100%;
}
#main_contacts_map{
	width: 100%;
	height: 400px;
	margin-bottom: 28px;
}

.contacts_collum.right{
	width: 100%;
 	font-family: 'Neucha',Tahoma,Helvetica,sans-serif;
}

.main_contacts_data .contact_name{
	color: #ff881d;
	margin: 0 0 5px 0;
}
.main_contacts_data .contact_data{
	font-size: 14px;
	color: #545454;
	margin: 0 0 32px 0;
}
.main_contacts_data .contact_data a{
	color: #545454;
}
.main_contacts_data .contact_data p{
	margin: 0;
}


/************************* ���������� *************************/
.workers_group h2{
	text-align: center;
	color: #00b4ff;
	font-size: 27px;
	margin: 20px 0;
}
.workers_group .worker{
	margin: 0 0 5px 0;
	padding: 0 30px;
}

.workers_group .worker h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 3px 0;
}
.workers_group .worker h3 a{
	color: #00a651;
	text-decoration: none;
}
.workers_group .worker h3 a:hover{
	text-decoration: underline;
	color: #F26522;
}

.workers_group .worker .worker_pic{
	margin: 5px 20px 0 0;
}

.worker .worker_pic{
	margin: 8px 20px 0 0;
	float: left;
}
.worker_info{
	float: left;
}

/************************* ����� *************************/
.facts{
	background: #8dc63f;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 40px 0 10px 0;
}
.facts h2{
	font-size: 26px;
	color: #076100;
	text-align: center;
	margin: 0 0 5px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.facts span{
	font-size: 20px;
	color: #076200;
	padding: 0 2px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/******************** FEED_BACK_FORM **********************/
.feed_back_form{
	width: 100%;
	padding: 0 0 1px 0;
}
.feed_back_h{
	color: #ff881d;
	margin: 0 0 10px 0;
}

.feed_back_form .form_item{
	margin: 0 0 20px 0;
}

.feed_back_form input[type="text"]{
	width: 237px;
}
.feed_back_form textarea{
	width: 100%;
	height: 130px;
}
.send_feed_back{
	width: 100px;
}

/************************* COLUMNS *************************/
.columns{
	position: relative;
	width: 100%;
	clear: both;
}
.columns:after {
  content: '.';
	font-size: 0;
  display: table;
  clear: both;
}
.column{
	float: left;
}

/************************* FOOTER *************************/
footer {
	width: 952px;
	margin: -260px auto 0;
	padding: 28px 12px 20px 12px;
	height: 212px;
	background: #ffd15d;
	position: relative;
	color: #473b3b;
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
}
footer:before{
	content: '.';
	font-size: 0;
	background: url(../pic/footer_left_back.png) no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: -8px;
}
footer:after{
	content: '.';
	font-size: 0;
	background: url(../pic/footer_right_back.png) no-repeat;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: -8px;
}
footer a{
	color: #473b3b;
}
footer a:hover{
	color: #282828;
}
.copyright{
	width: 100%;
	margin-bottom: 26px;
}
.copyright img{
	float: left;
	margin: -10px 22px 0 5px;
}


.footer_column .row_name{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: right;
	font-weight: bold;
}

.footer_column .row_content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


.footer_column.addreses{
	width: 370px;
}
.footer_column.links{
	width: 582px;
}
.footer_column.addreses .columns{
	height: 70px;
}

.footer_column.addreses .row_name{
	width: 145px;
}
.footer_column.addreses .row_content{
	width: 225px;
	padding: 0 0 0 20px;
	line-height: 18px;
}
.footer_column.links .row_name{
	width: 190px;
}
.footer_column.links .row_content{
	width: 392px;
	padding: 0 0 0 20px;
}
.footer_column.links .gov{
	line-height: 22px;
}

.footer_column .columns.first{
	height: 85px;
}

.authors{
	position: absolute;
	right: 28px;
	bottom: 20px;
	font-weight: bold;
}
.authors a{
	font-weight: normal;
}

.group_info{
	margin: 0 0 20px 0;
}

.group_logo{
	float: left;
	width: 50%;
}
.group_logo img{
	max-width: 100%;
}
.slogan{
	float: left;
	width: 50%;
	font-style: italic;
	text-align: center;
	padding: 50px 0;
}
.teachers{
	float: left;
	width: 50%;
}
.teachers img{
	max-width: 100%;
}
.teachers_names{
	float: left;
	width: 45%;
	padding: 0px 5% 0px 0;
}

.module_bottom, .module_top{
	padding: 15px 20px;
}

.site_map ul{
	margin: 0 0 0 20px;
}
.site_map ul li{
	padding: 5px 0;
	background: none;
}

.font_control{
  /*float: right;*/
  margin: 0 0 20px 0;
}

.font_control li{
  display: inline;
  list-style: none;
  padding: 0 10px;
}
.font_control a{
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #0072BC;
}
.font_control a:hover{
  border: none;
}


.sidebar .search_form{
    max-width: 175px;
    margin: 0 0 30px 0 ;
}
.search_form_header{
    font-size: 20px;
    margin: 0 0 10px 0;
}
.ya-site-form table td{
    padding: 0;
}
#ya-site-form0 .ya-site-form__input-text{
    height: 30px;
    padding: 0 10px;
    line-height: 1.2;
}
#ya-site-form0 .ya-site-form__search-input {
    padding: 0;
}
#ya-site-form0 .ya-site-form__submit {
    height: 30px;
}
#ya-site-form0 .ya-site-form__search-input {
    padding: 0 !important;
}
#ya-site-form0 .ya-site-form__submit{
    padding: 5px 15px;
}
/*
.no_search{
    width: 980px;
    height: 50px;
    background: #E1E6EB linear-gradient(to bottom, #EDF1F5 0%, #E6EBF0 45%, #E1E6EB 100%) repeat scroll 0% 0%;
    position: absolute;
    text-outline: 0;
    z-index: 9999999;
    top: 0;
    left: 50%;
    margin-left: -490px;
    border-style: solid;
    border-color: #D3DAE0;
    border-width: 0px 1px;
    box-sizing: border-box;
}*/
