body {background:white;padding:0;margin:0;font-family:arial, sans-serif;font-size:12px;}
html,table,tr,td {font-family:arial, sans-serif;font-size:12px;}
img {border:0;}

a {color: #002fa7;}
a:hover {color:#eea200;}
a.action_link {text-decoration:none;border-bottom:dashed 1px #c00;}
a.action_link_red {color:#c00;text-decoration:none;border-bottom:dashed 1px #c00;}
a.action_link_active {color:black;text-decoration:none;font-weight:bold;}

.npe_leftcolumn,.npe_leftbigcolumn {width:252px;}
.npe_centercolumn {width:570px;}
.npe_rightcolumn {width:254px;}
.npe_centerbigcolumn {width:850px;}
.npe_centerinnerlcolumn {width:260px;overflow:hidden;}

.row {margin-top:25px;}
.row_element,.col_element {display:inline;}

.novsu_w6 {width:552px;float:left;margin-left:39px;}
.novsu_w4 {width:369px;float:left;margin-left:18px;}
.novsu_w3 {width:256px;float:left;margin-left:39px;}
.novsu_w2 {width:184px;float:left;margin-left:32px;}

.row>.row_el>.col>.col_element:first-child>div {margin-left:0;}
.row .novsu_w3:first-child {margin-left:0;}
.row>.row_el {margin-top:5px;float:left;margin-left:32px;}
.row>.row_el:first-child {margin-left:0;}

#col_1 {float:left;width:253px;}
#col_2 {margin-left:296px;}
#col_2_inner {float:right;width:254px;margin-left:37px;}

.novsu_block ul {list-style:none;padding:0;}
.novsu_block li {margin-bottom:12px;list-style:none;}
.novsu_block_title {font-size:18px;color:#333;border-bottom:none;padding:7px 1px;}
.novsu_block_title .novsu_block_navigation {float:right;}
.novsu_block_title .novsu_block_navigation a {color:#000;text-decoration:none;margin-right:8px;}

.novsu_block_green .novsu_block_title {border-color: #82ba79;}
.novsu_block_braun .novsu_block_title {border-color: #c5ab50;}
.novsu_block_cyan .novsu_block_title {border-color: #68afc1;}
.novsu_block_red .novsu_block_title {border-color: #c55050;}
.novsu_block_yellow .novsu_block_title {border-color: #e1c070;}
.novsu_block_hzcolor .novsu_block_title {border-color: #6bb2a0;}

.portlet_icons {float:right;}

.newsblock .newsblock_item {clear:both;margin-bottom:6px;line-height:18px;}
.newsblock .newsblock_item .newsblock_edit {float:right;visibility:hidden;}
.newsblock .newsblock_item:hover .newsblock_edit {visibility:visible;}
.newsblock .newsblock_item .newsblock_kdpv {width:40px;float:left;}
.newsblock .newsblock_item .newsblock_title {font-weight:bold;margin-left:50px;}
.newsblock .newsblock_item .newsblock_date {font-size:11px;margin-left:50px;}

.row_el {overflow:hidden;}


#hotlinks_bg {background: none;
background-repeat:none;
background-color:#002fa7;
text-align:center;}
#hotlinks {
	display: flex;
    color: white;
    width: 1143px;
    margin: 0 auto;
    font-size: 11px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

#hotlinks>#hotlinks_today {
	display: flex;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	margin-right: auto;
}
#hotlinks>#hotlinks_today a {color:#fff;text-decoration:none;}
#hotlinks>#hotlinks_today a:hover {color:#eea200;}
#hotlinks>#hotlinks_fontsize {
	display: flex;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    flex-wrap: nowrap;
    padding: 0 10px;
}
#hotlinks>#hotlinks_fontsize>.letter {color:white;text-decoration:none;}
#hotlinks>#hotlinks_fontsize>#letter1 {font-size:21px;}
#hotlinks>#hotlinks_fontsize>#letter2 {font-size:16px;}
#hotlinks>#hotlinks_fontsize>#letter3 {font-size:12px;}

#hotlinks>#hotlinks_language {
	display: flex;
    padding: 0 10px;
    justify-content: space-evenly;
    align-items: center;
}
#hotlinks>#hotlinks_language>a {color:#fff;margin-left:17px;}
#hotlinks>#hotlinks_language>a:hover {color:#eea200;}

.header__top-list,.header__top-list-item{
position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.header__top-list-item{
min-height:45px;
padding:0 29px;
display: flex;
    background: none;
    min-height: 45px;
    color: #fff;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	max-width: 200px;
	cursor: pointer;
}
.header__top-list-item:hover{
background:#eea200
}
.header__top-list-item:hover svg{
transition:all .3s ease-out;
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
.header__top-list-item:hover .header__sub-list{
visibility:visible;
opacity:1
}
.header__top-list-item:last-child .header__sub-list{
right:0;
left:auto
}
.header__top-list-item a{
display:-webkit-box;
display:-ms-flexbox;
display:block;
-webkit-box-align:center;
-ms-flex-align:center;
text-align:left;
padding: 5px;
padding-left: 7px;
padding-top:10px;

color:#000;
text-decoration:none!important;

}
.header__top-list-item span{
margin-right:4px
}
.header__top-list-item svg{
height:6px;
width:12px
}
.header__bot-list-item:hover .header__sub-list{
visibility:visible;
opacity:1
}
.header__sub-list{
position:absolute;
visibility: hidden;
opacity:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
font-size:14px;
background:#fff;
box-shadow:0 0 10px rgba(0,0,0,.1);
color:#002fa7;
top:45px;
padding:0px;
min-width:100%;
left:0;
transition:all .3s ease-out;
z-index:2
}
.header__sub-list,.header__sub-list-link{
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.header__sub-list-link{
font-size:20px;
padding:0 40px 0 0;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
margin-bottom:15px
}
.header__sub-list-link:hover{
color:#eea200
}
.header__top-list-item a:hover{
	background:#e1e1e1;
}



#header {width:1143px;margin:0 auto;padding-bottom:18px;}
#header>#header_left {float:left;}
#header>#header_right {margin:19px 0 0 788px;}

#link_logo {
	background:url('//portal.novsu.ru/npe/design/themes/novsu2013/images/logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width:370px;
	height:150px;
	display:block;
	}

.noteaser {border-bottom:2px solid #d1d1d1;}
.noteaser #link_logotext {background:url('//portal.novsu.ru/npe/design/themes/novsu2013/images/title.png');width:339px;height:87px;display:block;}
.noteaser .teaser_minimize {display:none;}
.noteaser .teaser_maximize {display:block;width:150px;height:62px;position:absolute;margin-left:497px;}
.noteaser #button_teaser_23feb {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/teaser_button_23feb.png');}
.noteaser #button_teaser_8march {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/teaser_button_8march.png');}
.noteaser #button_teaser_9may {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/tiser_9may_button.png');}
.noteaser #button_teaser_1sep {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/novgu_tiser_1september_button.png');}
.noteaser #button_teaser_newYear {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/novgu_tiser_new_year_button.png');}
.noteaser #button_teaser_elections {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/elections_small.png');}
.noteaser #button_teaser_unti      {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/teasers/unti_button.png');}


.teaser {height:410px;border-bottom:none;}
.teaser .link_logotext {background:url('//portal.novsu.ru/npe/design/themes/novsu2013/images/logotext_white.png');width:192px;height:90px;display:block;}
/*.teaser a {color:#ffc;}*/
.teaser .teaser_minimize {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/teaser_minimize.png');width:121px;height:38px;display:block;margin-top:230px;}

#footer {clear:both;width:1143px;margin:32px auto 50px auto;border-top:2px solid #959595;line-height:160%}
#footer .certs {margin-top:15px;}
#footer .certs im {margin-right:5px;}
#footer div.row {padding:0;}

#login_social_block {margin:10px 0 -15px 0;opacity:1;height:26px;}
#login_social_block #login_social_text {padding:0 5px 0 0;float:left;font-weight:bold;}
#login_social_block #login_social_icons {padding:0 0 0 0;float:left;}

.login_social {display:inline-block;width:16px;height:16px;background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/social.png');background-repeat: no-repeat;}

#login_livejournal {}
#login_facebook {background-position:-19px 0;}
#login_vkontakte {background-position:-38px 0;}
#login_google {background-position:-57px 0;}
#login_mailru {background-position:-76px 0;}
#login_twitter {background-position:-95px 0;}
#login_yandex {background-position:-114px 0;}

.form_div {background:#dedede;border-radius:5px;padding:4px 3px 5px 5px;margin-top:86px;}
.form_div input[type=text] {width:263px;height:25px;border:1px solid #ccc;padding:1px 4px;}
.form_div input[type=submit] {width:68px;height:31px;padding:0;}
.form_div .search_hint {padding:4px 2px 5px 2px;color:#333;font-size:11px;}
#search_form_radios {padding:4px 0 0 4px;font-size:11px;margin:0 0 -14px 0;}
#search_form_radios>.sf_div_radio {float:left;}
#search_form_radios>.sf_div_text {float:left;padding:3px 10px 3px 2px;}

#hmenu {border-bottom:4px solid #989898;width:1143px;margin:0 auto;padding:3px 0 6px 0;}
#hmenu>ul {padding:0;margin:0;list-style:none;}
#hmenu>ul>li {margin:0;float:left;list-style:none;margin-right:15px;border:1px solid transparent;}
#hmenu a {font-size:18px;padding:8px;display:block;border-top:1px solid white;}
#hmenu #mobilemenu {display:none;}

#hmenu>ul>li .hmenu_l2 {display:none;border:solid 1px #b8b8b8;margin-left:-1px;position:absolute;z-index:98;}
#hmenu>ul>li .hmenu_l2 ul {padding:5px 15px 0 20px;margin:0;}
#hmenu>ul>li .hmenu_l2 ul>li {padding:0 0 0 3px;list-style:none url('//portal.novsu.ru/npe/design/themes/novsu2013/images/list.gif');margin:0 0 10px 0;}
#hmenu>ul>li .hmenu_l2 a {font-size:12px;padding:0;display:inline;}

#hmenu>ul>li .hmenu_l2 ul>li>ul {padding:5px 0 0 0;margin:0;}
#hmenu>ul>li .hmenu_l2 ul>li>ul>li {margin:0;list-style:none;padding:0 0 0 10px;float:left;clear:none;}
#hmenu>ul>li .hmenu_l2 ul>li>ul>li>a {font-size:11px;padding:0;margin:0;}

#hmenu>ul>li:hover {border-top:1px solid #b8b8b8;border-left:1px solid #b8b8b8;border-right:1px solid #b8b8b8;
	background: #e6e6e6; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	}

#breadcrumb {width:1143px;margin:0 auto -30px auto;padding:20px 0 13px 0;}
#breadcrumb>a {float:left;}
#breadcrumb ul {float:left;margin:0;padding:0 0 0 20px;}
#breadcrumb ul>li {float:left;margin:0;padding:0 20px 0 20px;list-style: none;background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/bc.gif') no-repeat 0 center;}
#breadcrumb .bc_active {font-weight:bold;color:black;text-decoration:none;}

.printpage {float:right;}
.printpage>a {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/print.gif') no-repeat left center;padding:0 0 1px 30px;}

#hmenu>ul>li:hover .hmenu_l2 {display:block;position:absolute;background:white;padding:28px;}
#hmenu>ul>li:hover>a {color:#333333;text-decoration:none;}

#hmenu .whiteline {height:1px;width:200px;background-color:white;position:absolute;margin:8px 0 0 -8px;z-index:99;}

#body {width:1143px;margin:22px auto 52px auto;}

#slider {width:548px;height:428px;}

#slider_right {width:25px;height:51px;display:block;background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/slider-right.png');float:right;margin:165px 0 0 523px;position:absolute;}
#slider_left {width:25px;height:51px;display:block;background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/slider-left.png');float:left;margin-top:165px;position:absolute;}

#slider_info {background:#333;height:132px;width:484px;display:block;padding:12px 32px 0 32px;margin-top:319px;}
#slider_title {font-family:times; font-size:30px;color: #ffc;text-decoration:none;display:block;margin:0;}
#slider_subtitle {font-family:times; font-size:21px;color: #ffc;text-decoration:none;display:block;margin:0;}
#slider_subtitle2 {font-family:times; font-size:25px;color: #ffc;text-decoration:none;display:block;margin:0;}
#slider_description {font-size:12px;color:white;text-decoration:none;display:block;margin:7px 0 0 0;}
#slider_hint {font-size:11px;color:#ccc;margin:2px 0 0 0;}

#slider_container {width:548px;height:428px;position:absolute;overflow:hidden;}
.slider_element {cursor:pointer;width:548px;height:428px;position:absolute;background-position:center;}

.novsu_tabs {overflow:hidden;background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/tabs_common_bg.gif');height:50px;}
.novsu_tabs>div.tab {float:left;height:36px;overflow:hidden;}
.novsu_tabs>div.tab>a {display:block;padding:10px 19px 11px 19px;
	border: #d8d8d4 solid 1px;
	border-radius: 3px;
	margin-right:2px;
	background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/tab_bg.gif');
	background-repeat: repeat-x;
	font-size:16px;
	text-decoration:none;
	}

.novsu_tabs>div.tab>a.tab_active {background:#fff;}
.novsu_tabs>div.tab_active {height:39px;overflow:hidden;}
.novsu_tabs>div.tab_active>a {padding-bottom:16px;color:#222;}

.novsu_tabs #news_more {margin-top:10px;font-size:11px;}
.novsu_tabs #news_more img {vertical-align:text-top;margin:-2px 0 0 7px;}



#news_more {float:right;}

.news_item {margin-bottom:11px;}
.news_item img {float:left;width:90px;height:60px;}
.news_title {font-weight:bold;font-size:12px;margin-left:109px;}
.news_date {color:black;font-size:11px;margin-left:109px;margin-top:3px;}

.news_navigation {text-align:right;padding-bottom:6px;}
.news_navigation a {color:black;text-decoration:none;font-size:17px;margin:10px 0 0 6px;}
.news_navigation img {vertical-align:text-top;margin-top:3px;}




.blogs_title {font-size:12px;margin-top:12px;}
.blogs_author {font-size:11px;color:#333;float:left;margin:6px 0 6px 0;}
.blogs_comments {font-size:11px;float:left;background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/icon_quote.gif');padding:0 0 0 20px;background-repeat:no-repeat;margin:6px 0 0 10px;}
.blogs_likes {font-size:11px;float:left;background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/icon_like.gif');padding:0 0 0 20px;background-repeat:no-repeat;margin:6px 0 0 10px;}


.block_social img {float:left;margin:0 11px 8px 0;width:24px;height:24px;border:0;}
.block_social li a {font-weight:bold;}
.block_social .social_description {font-size:11px;color:#000;margin-top:2px;}

.bd_links {margin:12px 0 0 0;}
.bd_action_link {font-size:11px;margin-right:10px;}
ul.bd_list {margin:15px 0 0 0;}
ul.bd_list>li {margin:9px 0 0 0;}

.video_block {margin:14px 0 10px 0;}
.video_block .video_item {clear:both;}
.video_block .video_image {float:left;width:120px;height:66px;background-size:cover;cursor:pointer;margin:0 16px 14px 0;}
.video_block .video_image>div {background:black;color:white;border-radius:4px;padding:2px;float:right;font-weight:bold;opacity:0.7;font-size:11px;margin:46px 3px 0 0;}
.video_block .video_author {font-size:11px;color:#333;margin-top:4px;}

.poetry_block {margin:24px 20px 10px 38px;background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/quotes.png') top right no-repeat;}
.poetry_text {font-style:italic;line-height:18px;}
.poetry_author {font-weight:bold;margin-top:15px;}

#.red {color:#c55050;}

#footer h2 {font-size:14px;font-weight:bold;color:#333;margin:0 0 12px 0;}
#footer p {margin:0 0 12px 0;padding:0;}
#footer ul {list-style:none;padding:0;margin:0 0 25px 0;}
#footer li {list-style:none;padding:0;margin:0;}

#login_form {position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:1000;left:0;top:0;text-align:center;vertical-align:middle;}
#login_form>div {width:480px;background-color:white;padding:35px;}
#login_form label {font-size:12px;}
#login_form input[type=text],#login_form input[type=password] {border:1px solid #ccc;padding:6px;width:100%;}
#login_form .login_button_div {border-top:1px solid #999;padding-top:14px;margin-top:7px;}
#login_form .login_title {border-bottom:3px solid #9bc34f;font-weight:bold;font-size:16px;color:#333;text-align:left;padding-bottom:3px;margin-bottom:10px;}
#login_form #login_close {background-image:url(//portal.novsu.ru/npe/design/themes/novsu2013/images/close.gif);font-size:1px;color:transparent;width:12px;height:12px;display:block;float:right;}
#login_form #login_error_message {color:red;border:1px solid red;padding:6px;text-align:left;margin-bottom:10px;background:#fff8f8;display:none;}

.content .content_edit {padding:8px;border:1px solid #fcc;margin-bottom:10px;visibility:hidden;}
.content .content_edit a {color:red;padding:10px;}
.content:hover .content_edit {visibility:visible;}

.content h1 {font-family:arial;font-size:21px;color:#666;font-weight:normal;}
.content h2 {font-family:arial;font-size:18px;color:#333;font-weight:normal;}
.content h3 {font-family:arial;font-size:16px;color:#000;font-weight:normal;}
.content h4 {font-family:arial;font-size:14px;color:#000;font-weight:bold;}

.content p {line-height:18px;padding:0;margin:0 0 17px 0;color:#333;}

.content ul {padding:0;margin:0 0 25px 25px;}
.content ul>li {line-height:18px;margin-bottom:3px;}
.content ul>li>ul {margin-bottom:0;}

.content .selected {background-color:#ffcc00;}
.content .note {background: #ffc url('//portal.novsu.ru/npe/design/themes/novsu2013/images/note.gif') 9px 13px no-repeat;color:#333;font-size:11px;padding:11px 9px 9px 34px;line-height:130%;}
.content .quote {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/quote.gif') 9px 13px no-repeat;padding:11px 9px 9px 70px;font-style:italic;}
.content .quote_float {background: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/quote.gif') 9px 13px no-repeat;padding:11px 9px 9px 60px;width:250px;float:right;font-style:italic;font-size:11px;line-height:140%;}

.content .ref {border-top: #959595 1px solid;padding:10px 10px 10px 30px;font-size:11px;font-weight:bold;}
.content .ref li {font-weight:normal;margin:0 0 6px 0;}

.content .image_left {float:left;margin:10px 10px 10px 0;}
.content .image_right {float:left;margin:10px 0 10px 10px;}

.content strong, .content b {font-weight:bold;color:#000;}


.block2 {}
.block2 h2 {border-bottom:3px solid #c8c7a1;padding:0 0 8px 0;font-size:18px;font-weight:normal;}
.block2 ul {padding:0;margin:0 0 0 10px;list-style:none;}
.block2 ul>li {padding:0;margin:0 0 6px 0;list-style:none;}

.block3 {background-color:#f7f5eb;margin:21px 0 0 0;line-height:20px;padding:0;}
.block3>.block_3padding {padding:12px 18px 16px 18px;}
.block3>.block3_bg1 {background-color:white;background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/block3_left.gif');width:10px;height:7px;float:left;}
.block3>.block3_bg2 {background-color:white;background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/block3_right.gif');width:11px;height:7px;float:right;}
.block3>.block3_bg3 {border-top:3px solid #c8c7a1;}

.block3 h1 {padding:0;margin:0 0 10px 0;font-size:14px;font-weight:bold;}
.block3 h2 {padding:0;margin:0 0 10px 0;font-size:13px;font-weight:bold;}
.block3 h3 {padding:0;margin:0 0 10px 0;font-size:12px;font-weight:bold;}
.block3 ul {padding:0;margin:0 0 0 10px;list-style:none;}
.block3 ul>li {padding:0;margin:0 0 6px 0;list-style:none;}

a.more {background-image: url('//portal.novsu.ru/npe/design/themes/novsu2013/images/arrow.gif');padding:0 0 0 19px;background-repeat: no-repeat; background-position: 0 center;}
div.more {text-align:right;border-top:1px solid #c8c7a1;padding:8px 0 0 0;background-image: url('data:image/gif;base64,R0lGODlh9AEBAIAAAP///wAAACH5BAAAAAAALAAAAAD0AQEAAAIUhI+py+0Po5y02ouz3rz7D4biiBQAOw==');background-repeat:no-repeat;background-position:top left;}

table.viewtable {width: 100%; border-collapse: separate;border:1px solid #c8c7a1;padding:0;border-spacing:2px;margin-bottom:12px;}
table.viewtable th {background-color:#e9e9d9; margin:2px; padding:6px; vertical-align:top;}
table.viewtable td {background-color:#f7f7f1; margin:2px; padding:6px; vertical-align:top;}
table.viewtable th.dark_cell,
table.viewtable td.dark_cell {background-color:#c8c7a1;color:white;}

table.viewtable {margin-top:6px;}

table.viewtablewhite {width: 100%}
table.viewtablewhite th {margin:0px; padding:6px; vertical-align:top;}
table.viewtablewhite td {margin:0px; padding:6px; vertical-align:top;}

/*таблицы для расписания*/
table.shedultable {  border-collapse: separate;border:1px solid #c8c7a1;}
table.shedultable th {background-color:#e9e9d9; padding:1px;  vertical-align:top;}
table.shedultable td {background-color:#f7f7f1;   vertical-align:top;}



/*table.shedultable {margin-top:6px;}*/

/*
table.filetable {width: 100%; border-collapse: collapse;margin-top:6px;}
table.filetable th {background-color:#f7f5eb; margin:0px; padding:6px; vertical-align:top; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-top:1px solid #FFFFFF; border-bottom:1px solid #777777;}
table.filetable td {background-color:#f7f5eb; margin:0px; padding:6px; vertical-align:top; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-top:1px solid #E9E9E9; border-bottom:1px solid #E9E9E9;}
*/
table.filetable {width: 100%; border-collapse: separate;border:1px solid #c8c7a1;padding:0;border-spacing:2px;margin-bottom:12px;}
table.filetable th {background-color:#e9e9d9; margin:2px; padding:6px; vertical-align:top;}
table.filetable td {background-color:#f7f7f1; margin:2px; padding:6px; vertical-align:top;}
table.filetable th.dark_cell,
table.filetable td.dark_cell {background-color:#c8c7a1;color:white;}

.novsu_success_story img {width:80px;float:left;margin:0 6px 6px 0;}
.novsu_success_story p {line-height:140%;}
.novsu_success_story .fulltext br {margin:10px;display:block;}
.novsu_success_story .name {font-weight:bold;}

.block2 ul.dept_struct_1 ul li,
ul.dept_struct_2  {list-style-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/images/liarraw.gif);margin-left:10px;}

.teaser_23feb {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/23-february.png);background-repeat: no-repeat;background-position:center 34px;}
.teaser_8march {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/8-march.png);background-repeat: no-repeat;background-position:center 34px;}
.teaser_9may {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/tiser_9may.png);background-repeat: no-repeat;background-position:center 34px;}
.teaser_1sep {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/novgu_tiser_1september.png);background-repeat: no-repeat;background-position:center 34px;}
.teaser_newYear {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/novgu_tiser_new_year.png);background-repeat: no-repeat;background-position:center 34px;}
.teaser_elections {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/elections_large.png);background-repeat: no-repeat;background-position:center 34px;}
.teaser_unti      {background-image: url(//portal.novsu.ru/npe/design/themes/novsu2013/teasers/unti.png);          background-repeat: no-repeat;background-position:center 34px;}


.panel {
	font-family: 'PT Sans Caption', sans-serif;
	cursor: pointer;
	opacity: 1.0;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
  background-size: cover;
  
}
.panel a {
	width: 100%;
}
.panel:hover {
	
	opacity: 0.6;
	font-size: 120%;
}
.panel:active {
	
	opacity: 0.8;
	font-size: 120%;
}

.panel .panel9 {
	flex: 1;
	
	display: inline-block;
  background-size: cover;
	
}

.panel span {
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 150px;
	width: 180px;
	color: white;
    margin-left: 40px;
    
    font-size: 180%;
    position: absolute;
}
.tline {
  width:100%;
  margin-left: 2px;
  border-bottom: 1px solid rgba(255,255,255);
}

.panel a img {
	border-radius:5px;
}









@media screen and (max-width : 1145px) {
	
	.novsu_w4 {width:241px;float:left;margin-left:10px;}
	.panel span {height: 100px;}
	.header__top-list-item {min-height: 62px;}
	.header__sub-list{top:62px;}
	
	
	
	#hotlinks {color:white;width:745px;}
	#header {width:745px;}
	#footer {width:745px;}
	#hmenu {width:745px;}
	#breadcrumb {width:745px;}
	#body {width:745px;}
	#header>#header_right {margin:19px 0 0 395px;}
	.form_div input[type="text"] {width:260px}
	#hmenu > ul > li {margin-right:5px;}
	#hmenu a {padding:8px 4px;font-size:18px;}

	.novsu_w6 {width:350px;float:left;margin-left:39px;}
	
	.novsu_w3 {width:178px;float:left;margin-left:9px;}
	.novsu_w2 {width:178px;float:left;margin-left:9px;}

	#slider {width:350px;height:428px;}

	#slider_right {margin:165px 0 0 325px;}
	#slider_left {margin-top:165px;}

	#slider_info {width:286px;padding:22px 32px 0 32px;margin-top:279px;}
	#slider_title {font-size:18px;}
	#slider_description {font-size:11px;}

	#slider_container {width:350px;}
	.slider_element {width:350px;}

	#hotlinks_os_container {width:750px;}

	.npe_leftcolumn {width:340px;}
	.npe_centercolumn {width:750px;}
	.npe_rightcolumn {width:340px;}
	.npe_centerbigcolumn {width:750px;}
	.row >.npe_leftbigcolumn {width:750px;margin-left:0;}

	.noteaser .teaser_maximize {display:none;}
	}
@media screen and (max-width : 750px) {
	#hotlinks {color:white;width:640px;}
	.panel span {height: 100px;}
	}
@media screen and (max-width : 639px) {
	
	
	
	.panel span {height: 150px;}
	.row .row_el {margin-top: 0px;}
	
	
	
	body {padding:10px;}
	#header {width:100%;}
	#footer {width:100%;}
	#hmenu {width:100%;}
	#breadcrumb {width:100%;}
	#body {width:100%;}

	#footer .certs {display:none;}

	.npe_leftcolumn {width:100%;}
	.npe_centercolumn {width:100%;}
	.npe_rightcolumn {width:100%;}
	.npe_centerbigcolumn {width:100%;}
	.row >.npe_leftbigcolumn {width:100%;margin-left:0;}

	#header #link_logotext {background:url('//portal.novsu.ru/npe/design/themes/novsu2013/images/title.png');width:auto;max-width:339px;background-size:contain;background-repeat:no-repeat;}

	#hotlinks {display:none;}
	#header>#header_left {float:none;}
	#header>#header_right {float:none;margin:10px 0 0 0;}
	#header>#header_right img {display:none;}
	#header>#header_right .form_div {margin:10px 0 0 0;width:100%;}
	#header>#header_right .form_div input[type="text"] {width:73%}
	#header>#header_right .form_div input[type="submit"] {width:20%}
	
	#hmenu ul {display:none;}
	#hmenu #mobilemenu {display:block;width:100%;padding:6px;}

	
	.row_el {overflow:visible;}
	
	#slider {display:none;}
	.printpage {display:none;}

	.novsu_w6 {width:100%;float:none;margin:5px 0 0 0;}
	.novsu_w4 {width:100%;float:none;margin:5px 0 0 0;}
	.novsu_w3 {width:100%;float:none;margin:5px 0 0 0;}
	.novsu_w2 {width:100%;float:none;margin:5px 0 0 0;}

	/*#login_social_block {display:none;}*/

	.noteaser .teaser_maximize {display:none;}
	.teaser .teaser_minimize {display:none;}
	.teaser a {color:inherit;}

	.teaser {height:auto;}
	.teaser_23feb {background-image: none;}
	.teaser_8march {background-image: none;}
	.teaser_9may {background-image: none;}
	.teaser_1sep {background-image: none;}
	.teaser_newYear {background-image: none;}
	.teaser_elections {background-image: none;}
	.teaser_unti {background-image: none;}

	}

.upshotVideoOverlay {
    height: 508px;
    overflow: hidden;
    width: 676px;
}

.upshotVideoOverlay iframe {
    height: 100%;
    width: 100%;
}

.npe_gallery {max-height:300px;overflow-y:scroll;}
.npe_documents_portlet {max-height:300px;overflow-y:scroll;}


#businessCardContent .vcard a { font-size:130% }

.footer__right-socials-icons svg:hover path{
transition:all .3s ease-out;
fill:#eea200
}

.footer__right-socials-icons{
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.footer__right-socials-icons a{
margin-right:15px
}