<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f8f8f8;
  color: #818080;
}

h1 {
  font-family: MyriadPro;
  font-size: 24px;
  color: #045884;
  font-weight: normal;
  text-shadow: 0px 1px 0px #fff; 
}

h2 {
  font-family: MyriadPro;
  font-size: 18px;
  color: #b3b3b3;
  font-weight: normal;
}

hr {
  height: 1px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
}

.img_block {
	float: left;
	margin: 3px;
}

.img_block  .small_img_page {
  margin: 5px 5px;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.img_block  .small_img_page:hover {
  cursor: pointer;
}

a.about {
  display: table;
  padding: 10px 20px;
  background: #045884;
  border-bottom: 2px solid #00324d;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
a.about:hover {
  background: #3b3b3b;
  border-bottom: 2px solid #b3b3b3;
}

.arrrow_top{
	width:30px;
	height:30px;
	background:#045884;
	border-radius:5px;
	position:fixed;
	right:20px;	
	bottom:20px;
	cursor:pointer;
	opacity:0.2;
	font-size:2.2em;
	color:#eee;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding:0px 5px;
	font-family:tahoma;
	border:1px solid #f8f8f8;
}

.arrrow_top:hover{
	opacity:1;
}

.top_line {
  width: 100%;
  height: 15px;
  background: #045884;
  position: relative;
}
.top_line .top_line_wrapper {
  margin: 0 auto;
  width: 960px;
  height: 15px;
  position: relative;
}
.top_line .top_line_wrapper .arrow_top_line_down, .top_line .top_line_wrapper .arrow_top_line_up {
  background: url(../_pic/arrow_top_line_down.png);
  cursor: pointer;
  position: absolute;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box; /* Ширина блока с полями */
  width: 24px;
  height: 24px;
  bottom: -8px;
  left: 30px;
  z-index: 100;
}
.top_line .top_line_wrapper .arrow_top_line_up {
  background: url(../_pic/arrow_top_line_up.png);
  bottom: -80px;
}
.top_line .top_line_wrapper .top_line_info_block {
  width: 960px;
  height: 85px;
  position: relative;  
  display:none; 
}
.top_line .top_line_wrapper .top_line_info_block .lang_block {
  width: 108px;
  height: 30px;
  position: relative;
  margin:27px 0;
  float:left;
}

.top_line .top_line_wrapper .top_line_info_block .lang_block .line{
  width: 2px;
  height: 22px;
  float:left;
  background:#fff;
  margin:3px 0; 
}

.top_line .top_line_wrapper .top_line_info_block .lang_block a{
  float:left;
  color:#fff;
  font-family: MyriadPro;
  font-size: 1.8em; 
  text-transform: uppercase;
  margin:0 7px;
  text-decoration:none;
}

.top_line .top_line_wrapper .top_line_info_block .lang_block a:hover{
  text-decoration:underline;
}

.top_line .top_line_wrapper .top_line_info_block .search_block {
  width: 315px;
  height: 36px;
  position: relative;
  margin:23px 0 25px 20px;
  float:left;
}

.top_line .top_line_wrapper .top_line_info_block .search_block .search_text{
  width: 270px;
  height: 30px;
  font-size:20px;
}

.top_line .top_line_wrapper .top_line_info_block .search_block .button_search{
  margin:6px 5px;	
  float:right;
}
.top_line .top_line_wrapper .top_line_info_block .contact_block {
	width: 250px;
	height: 65px;
	position: relative;
	margin: 10px 0 10px 20px;
	float: right;
}

.top_line .top_line_wrapper .top_line_info_block .contact_block  p{
	color:#fff;
	font-family: MyriadPro;
	font-size:1.4em;
	text-decoration:none;
	text-align:right;
}

.page_wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 960px
}

header {
  min-height: 130px;
  position: relative;
}

header .logo_name_group{
	float:left;
}

header .logo_name_group a{
	text-decoration:none;
}

header .logo {
  width: 85px;
  height: 67px;
  background: url(../_pic/logo_header.png);
  margin: 32px 0;
  float: left;
}
header .comany_name {
  margin: 40px 10px;
  float: left;
}
header .comany_name h1 {
  text-transform: uppercase;
}
header .comany_name h2 {
  text-transform: uppercase;
}

header nav{
  float: right;
}

header ul.main_menu{
	list-style: none;
	}

header ul.main_menu li {
  float: left;
  position:relative;
}
header ul.main_menu li.sub_menu {
  float: left;
  background: url(../_pic/sub_menu_arrow.png)50% 70% no-repeat; 
}
header ul.main_menu li &gt; a {
  width: 90px;
  height: 27px;
  display: table;
  padding: 50px 0;
  text-align: center;
  font-family: MyriadPro;
  font-size: 18px;
  color: #3b3b3b;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid #f8f8f8;
}
header ul.main_menu li:hover a{
  background: #045884;
  color: #fff;
  border-bottom: 3px solid #00324d;
}



header ul.main_menu li.active a{
  background: #045884;
  color: #fff;
  border-bottom: 3px solid #00324d;
}

header ul.main_menu li.active.sub_menu &gt; a{
  background: #045884 url(../_pic/sub_menu_arrow_act.png)50% 70% no-repeat;
}

header ul.main_menu li.sub_menu:hover &gt; a{
  background: #045884 url(../_pic/sub_menu_arrow_act.png)50% 70% no-repeat;
  color: #fff;
  border-bottom: 3px solid #00324d;
}



header ul.main_menu li.sub_menu ul{
	position:absolute;
	min-height:20px;
	background:#252525;
	z-index:9999;
	display:none;
	left:0px
}

header ul.main_menu li.sub_menu:hover ul{
	display:block;
}

header ul.main_menu li.sub_menu ul li{
	background:#252525;
}


header ul.main_menu li.sub_menu ul li a:hover {
  background:#ecc233;
  border-bottom:2px solid #64500a;  
  color: #fff;
}



header ul.main_menu li.sub_menu  ul li a {
  width: 160px;
  height: 15px;
  display: table;
  padding: 5px 10px;
  text-align: left;
  font-family:Arial;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom:2px solid #252525;
  background:#252525;
  text-transform: none;
}




.main_slide_show {
  height: 437px;
}

.mission_center {
  margin: 40px 0 0 0;
  min-height: 100px;
  position: relative;
}
.mission_center hr {
  width: 960px;
}
.mission_center p {
  text-align: justify;
  font-size: 14px;
  color: #818080;
  margin: 25px 0;
}
.mission_center .title_mission_center {
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -63px;
  background: #f8f8f8;
  padding: 0 10px;
}

.incuator_block {
  width:30%;
  float:left;
  margin-top: 20px;
  min-height: 50px;
}
.incuator_block .img_incubator {
  width:100%;
  margin: 10px 0;
  height: 209px;
  background: url(../_pic/img_incubator2.jpg);
  background-position:center;
}
.incuator_block p {
  text-align: justify;
  font-size: 12px;
  color: #818080;
  margin: 25px 0;
}

.offer_list{
	width:70%;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.offer_list a{
	display: table;
	width: 48%;
	float:left;
	margin:1%;
	text-decoration:none;
}

.offer_list a:hover{
	background:#f3f3f3;
	border-radius:15px;
}

.offer {
	height:auto;
	width:100%;
	margin-top: 20px;
}

.offer .icon {
  width:30%;
  height: 100px;
  float:left;
  margin:5% 2.5%;
  background-position: center center;
  background-repeat: no-repeat;
}

.offer_text{
	width:65%;
	float:left;
}

.offer p.text {
  font-size: 12px;
  color: #818080;
  margin: 10px 0;
  overflow: hidden;
  height: 90px;  
}

.offer p.more {
  font-size: 12px;
  color: #045884;
  margin: 6px 5% 6px 0;
  text-align:right;  
}

.important, .programm {
	width:23%;
	float:left;
	margin-left:1%;
	margin-right:1%;
}

.important hr, .programm hr, .left_main_block hr ,.main_text hr,.our_program hr{ 
	margin:7px 0;
}

.important .mini_slider, .programm .mini_slider {
  width:100%;
  position: relative;
  min-height: 280px;
}
.mini_slider .arrow_up,.mini_slider .arrow_down{
  width: 49px;
  height: 13px;
  background-image: url(../_pic/mini_slide_arrow_up.png);
  background-position:center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  cursor:pointer;
  padding:5px 0;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box; /* Ширина блока с полями */
  
}

.mini_slider .arrow_down, .mini_slider .arrow_down {
  background-image: url(../_pic/mini_slide_arrow_down.png);
  background-position:center center;
  background-repeat: no-repeat;
}
.important .mini_slider ul, .programm .mini_slider ul {
  position: relative;
}

.important .mini_slider ul li a{
  display: table;
  width: 90%;
  height: 60px;
  background: #e8e8e8;
  margin: 10px 0;
  padding: 5px 5%;
  text-decoration: none;
  color: #3b3b3b;
  font-style: italic;
  
}

.programm .mini_slider ul li a {
  display: table;
  width: 100%;
  height: 70px;
  margin: 10px 0;
  text-decoration: none;
  color: #3b3b3b;
  font-style: italic;
  
}

.important .mini_slider ul li a span, .programm .mini_slider ul li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em; 
}
.important .mini_slider ul li a .programm_item{
  width: 100%;
  height: 60px;
}

 .programm .mini_slider ul li a .programm_item {
  width: 100%;
  height: 70px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(filters.svg#grayscale); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

 .programm .mini_slider ul li a .programm_item:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url(filters.svg#grayscale_hover); /* Firefox 4+ */
  filter: normal; /* IE 6-9 */
}

.programm .mini_slider ul li a .programm_item {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;	
	background-color:#e8e8e8;
}

.horizontal_slider {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	float:left;
}

.horizontal_slider .arrow_left,.horizontal_slider .arrow_right{
  width: 13px;
  height: 49px;
  background: url(../_pic/mini_slide_arrow_left.png);
  margin: 25px 10px;
  cursor:pointer;
  float:left;
}

.horizontal_slider .arrow_right{
  background: url(../_pic/mini_slide_arrow_right.png); 
}

.horizontal_slider .our_program_slider{
  float:left; 
  width:870px;
}

.horizontal_slider .our_program_slider ul li a{
  display: table;
  width: 167px;
  height: 100px;
  background: #e8e8e8;
  margin:0px 10px;
  padding: 5px 15px;
  text-decoration: none;
  color: #3b3b3b;
  font-style: italic;
  float:left;
}

.horizontal_slider .our_program_slider ul li a{
  display: table;
  width: 167px;
  height: 100px;
  background: #e8e8e8;
  margin:0px 10px;
  padding: 5px 15px;
  text-decoration: none;
  color: #3b3b3b;
  font-style: italic;
  float:left;
}

.horizontal_slider .our_program_slider ul li a .programm_item{
  width: 167px;
  height: 60px;
}

.sub_left_main_block{display:none}

.left_main_block{
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.left_main_block .news_block a{
	color: #016fa8;
	font-weight: bold;
	margin: 0 0 4px 0;
	display: table;
}

.left_main_block .news_block a:hover{
	text-decoration:none;
}

.left_main_block .news_block .date_block{
	width:100%;
	height:20px;
}

.left_main_block .news_block .date_block .calendar{
	width:20px;
	height:20px;
	float:right;
	background:url(../_pic/min_calendar.png);
	margin:0 2px;
}

.left_main_block .news_block .date_block .date{
	font-size:11px;
	font-weight:bold;
	color:#3b3b3b;
	float:right;
	padding:4px 0;
}

.main_text {
	float:right;
	width:73%;
	margin-left:1%;
	margin-right:1%;
	padding-bottom:20px;
	height:auto;
	min-height: 400px;
}

.breadcrow_block{
	width:100%;
	min-height:15px;
	color:#b3b3b3;
	font-weight:bold;
	font-size:10px;
	margin-left:10px;
	margin-right:10px;	
}

.breadcrow_block a{
	color:#b3b3b3;
	font-size:10px;	
	font-weight:bold;
}

.main_text h2{
	color:#3b3b3b;
	font-size:20px;
}

.main_text .news_data_block{
	font-size: 14px;
	color: #3b3b3b;
	text-align: right;
	font-family: MyriadPro;
	margin:5px 0;
}
.main_text .news_data_block{
	font-size: 14px;
	color: #3b3b3b;
	text-align: right;
	font-family: MyriadPro;
	margin:5px 0;
}

.main_text .news_list .news_list_block {
  width: 100%;
  margin: 5px 0;
  display: table;
}
.main_text .news_list .news_list_block .title {
  margin: 5px 0;
}
.main_text .news_list .news_list_block a {
  color: #3b3b3b;
  font-size: 20px;
  font-family: MyriadPro;
  text-decoration:none;
}
.main_text .news_list .news_list_block a:hover{
  color: #045884;
}
.main_text .news_list .news_list_block span {
  font-size: 10px;
  color: #016fa8;
  margin: 0 5px;
}
.main_text .news_list .news_list_block .cover_list_news {
  background-position: center center;
  width: 150px;
  float: left;
  margin: 0 10px 0 0;
}
.main_text .news_list .news_list_block hr{
  margin:15px 0 5px 0;
}

.main_text .news_list .news_list_block  .date_news {
  float: left;
  width: 150px;
  height: 75px;
  background:#313131;
  margin: 0 10px 0 0;
  text-align: center;
  color: #fff;
}

.main_text .news_list .news_list_block .date_news .day {
  font-size: 42px;
  float:left;
  margin:14px 0 14px 10px;
}
.main_text .news_list .news_list_block .date_news .month {
  font-size: 16px;
  margin:18px 0 0 0;
}
.main_text .news_list .news_list_block .date_news .year {
  font-size: 16px;
  margin:0 0 18px 0;
}
/*
.main_text .news_list .news_list_block {
  width: 100%;
  margin: 5% 0;
  display: table;
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  padding:2%;
  background-color:#e1e1e1;
  border-left:5px solid #045884;
}
.main_text .news_list .news_list_block .title {
  margin: 5px 0;
  width:100%;
}
.main_text .news_list .news_list_block a {
  color: #3b3b3b;
  font-size: 1.6em;
  font-family: MyriadPro;
  text-decoration:none;
}

.main_text .news_list .news_list_block p {
  font-size: 1em;
  overflow:hidden;
}

.main_text .news_list .news_list_block a:hover{
  color: #045884;
}
.main_text .news_list .news_list_block span {
  font-size: 0.9em;
  color: #016fa8;
  margin: 0 5px;
}
.main_text .news_list .news_list_block .cover_list_news {
  background-position: center center;
  background-repeat: no-repeat;
  width: 35%;
  height: 100px;
  background-size: contain;
  float: left;
  margin: 10px 10px 2px 0;
}*/

.left_main_block .list_sub_page li{
	position:relative;
	width:100%;
}

.left_main_block .list_sub_page li a{
	width:100%;
	padding:10px;
	background:#045884;
	margin:3px 0;
	display:table;
	text-decoration:none;
	-moz-box-sizing: border-box; /* Для Firefox */  
	box-sizing: border-box; /* Ширина блока с полями */
	border-bottom:2px solid #00324d;
	color:#fff;
	font-size:1.2em;
}

.left_main_block .list_sub_page li a span{
	display:table-cell;
	vertical-align:middle;
}

.left_main_block .list_sub_page li.active a{
	background:#ecc233;
	color:#fff;
	border-bottom:2px solid #64500a;
}

.left_main_block .list_sub_page li a:hover{
	background:#ecc233;
	color:#fff;
	border-bottom:2px solid #64500a;
}

.min_news {
  min-height: 300px;
  margin:20px 1% 0 1%;
  position: relative;
  width:48%;
  float:left;
}
.min_news li {
  float: left;
  margin: 10px 0 2px 0;
  width:100%;
}
.min_news li .date_news {
  float: left;
  width: 70px;
  height: 95px;
  background: url("../_pic/news_date.png") top center no-repeat;
  margin: 0 20px 0 0;
  text-align: center;
  color: #fff;
  border-radius:5px;
}
.min_news li .date_news .day {
  font-size: 30px;
}
.min_news li .date_news .month {
  font-size: 12px;
}
.min_news li .date_news .year {
  font-size: 12px;
}
.min_news li .title_news a {
  color: #016fa8;
  font-weight: bold;
  margin: 0 0 4px 0;
  display: table;
}
.min_news li .text_news {
  text-align: justify;
}

.min_news li .cover_list_news {
	width:70px;
	height:70px;
	background-size:cover;
	border-radius:5px;
	float:left;
	margin:0 20px 0 0;
}

.partner {
  height: 190px;
  width: 100%;
  display:table;
  padding-bottom:10px;  
  background: url("../_pic/fon_partner.jpg");
}

.partner_list{
	margin:5px auto;
	width:960px
}

.partner h1 {
  margin: 10px 0 5px 0;
  color: #3b3b3b;
}

.partner a{
  width: 100px;
  height: 60px;
  float: left;
  margin: 3px 8px; 
}

.partner .item_partner{
  width: 100px;
  height: 60px;
  margin: 3px 8px; 
  background-image:url(../_pic/all_partners.png);
}

.partner .item_partner:hover{
	background-position-y: top;
}

footer {
  background: #3a3a3a;
  width: 100%;
}

footer .footer_wrapper {
  position: relative;
  width: 958px;
  min-height: 300px;
  padding: 0 65px;
  margin: 0px auto;
}

footer .footer_wrapper:after, footer .footer_wrapper:before {
  content: "";
  right: 0px;
  position: absolute;
  width: 65px;
  height: 300px;
  background: url("../_pic/footer_right.jpg") repeat-y;
}

footer .footer_wrapper:before {
  background: url("../_pic/footer_left.jpg") repeat-y;
  left: 0px;
}

footer .footer_wrapper ul.footer_menu {
  width: 63%;
  margin: 20px 2% 10px 2%;
  float:left;
}

footer .footer_wrapper ul.footer_menu li {
	float: left;
	width: 146px;
	margin: 0 2px;
}

footer .footer_wrapper ul.footer_menu  li  &gt; a {
  width:100%;
  height: 25px;
  display: table;
  text-align: left;
  font-family: MyriadPro;
  font-size: 2.1em;
  color: #747474;
  text-decoration: none;
  text-transform: capitalize;
  /*border-left: 1px solid #747474;*/
  margin:0 0 7px 0;
}

footer .footer_wrapper ul.footer_menu li a:hover {
  text-decoration: underline;
}

footer .footer_wrapper ul.footer_menu li.sub_menu ul li{
  display:table;
  height:30px;
  margin:2px 0;
}

footer .footer_wrapper ul.footer_menu li.sub_menu ul li a{
  text-align: left;
  font-family:Tahoma;
  font-size: 1em;
  text-transform: none;
  vertical-align:middle;
  display:table-cell;
}

footer .footer_wrapper ul.footer_contact {
  width:30%;
  margin: 25px 1% 0 1%;
  float:right;
}

footer .footer_wrapper ul.footer_contact li {
  float: left;
  margin: 5px;
  width: 100%;
}

footer .footer_wrapper ul.footer_contact li span {
  margin: 3px 10px;
}

footer .footer_wrapper ul.footer_contact .house, footer .footer_wrapper ul.footer_contact .phone, footer .footer_wrapper ul.footer_contact .mail {
  width: 20px;
  height: 20px;
  background: url("../_pic/footer_contact_icon.png") no-repeat;
    float:left;
}

footer .footer_wrapper ul.footer_contact .house {
  background-position: 50% 0px;
}

footer .footer_wrapper ul.footer_contact .phone {
  background-position: 50% -20px;
}

footer .footer_wrapper ul.footer_contact .mail {
  background-position: 50% -40px;
}

footer .footer_wrapper hr {
  width: 50%;
  margin: 10px 25%;
  height: 1px;
  background: #525050;
  border-top: 0px;
  float:left;
}

footer .footer_wrapper .footer_copyright {
  width: 90%;
  text-align: center;
  margin: 10px 5%;
  float:left;
}

.end_site{
	display:none;
}

.remove_float{
	display:none
}

.header_top_line_scroll{
	position:fixed;	
	z-index:9999;
	width:100%;
	background:#045884;
	border-bottom:#00324d 1px solid;
	display:none;
}

.header_top_line_wrapper{
	width:960px;
	margin:0px auto;
}

.header_top_line_wrapper .menu{
	float:left;
}

.header_top_line_wrapper .menu .main_menu li{
	float:left;
	padding:13px 7px;
}

.header_top_line_wrapper .menu .main_menu li a{
	text-align: center;
	font-family: MyriadPro;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.header_top_line_wrapper .menu .main_menu li a:hover{
	text-decoration: none;
}


.header_top_line_wrapper .search{
	float:left;
}

.header_top_line_wrapper .search form{
	margin:5px 20px;
}

.header_top_line_wrapper .search .header_search_input{
	margin:7px 10px;
	float:left;
}

.header_top_line_wrapper .search .header_search_button{
	margin:7px 0px;
	float:left;
}

.header_top_line_wrapper .lang_block{
	float:right;
	margin:12px 5px;
}

.header_top_line_wrapper .lang_block a{
	float: left;
	color: #fff;
	font-family: MyriadPro;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0 7px;
	text-decoration: underline;
}

.header_top_line_wrapper .lang_block a:hover{
	text-decoration: none;
}

.header_top_line_wrapper .lang_block .line {
	width: 2px;
	height: 18px;
	float: left;
	background: #fff;
	margin: 3px 0;
}

div.main_text p {
	display: block;
	margin: 1em 0 1em 0;
	}	

div.main_text ol{
	display: block;
	list-style-type: decimal;
	margin: 1em 0px 1em 0px;
	padding: 0 0 0 40px;
	}

div.main_text ul {
	display: block;
	list-style-type: disc;
	margin: 1em 0px 1em 0px;
	padding: 0 0 0 40px;
	}

	
/* Error 404 */

.error_404_container{
	height: 180px;
	text-align:center;
}

.error_404{
	color:#BF2020;
	display:block;
	font-size:2.8em;
	font-weight:normal;
	letter-spacing:0;
	line-height:2em
}

.error_404_text{
	color:#BF2020;
	display:block;
	font-size:1.2em;
}	</pre></body></html>