@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700&subset=latin,cyrillic);

/*** Yahoo! CSS Reset ***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  vertical-align: top;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/*** Общие свойства ***/

p {
  margin: 14px 0;
}

.p1 {
  margin-top: 24px;
}

.nobr {
  white-space: nowrap;
}

small, .small, .text_marked_small, .text_success_small, small *, .text_small *, .text_marked_small *, .text_success_small * {
  font-size: 12px;
}

.big, .text_marked_big, .big *, .text_marked_big * {
  font-size: 22px;
}

.text_marked, .text_marked_small, .text_marked_big {
  color: #d22222;
}

.text_success, .text_success_small {
  color: #12aa2e;
}

blockquote {
  margin: 20px 0;
  padding: 5px 15px;
  background: #ebebeb;
  box-shadow: 0 0 3px 2px #ccc;
}

/*** Ссылки ***/

a:link, a:visited {
  text-decoration: underline;
  color: #0083ba;
}

a:hover, a:active {
  color: #d22222;
}

.pseudolink:link, .pseudolink:visited {
  text-decoration: none;
  border-bottom: dotted 1px #0083ba;
}

.pseudolink:hover, .pseudolink:active {
  border-bottom: dotted 1px #d22222;
}

.doc_href {
  background-image: url('files_icons/doc.png');
}

.docx_href {
  background-image: url('files_icons/docx.png');
}

.rtf_href {
  background-image: url('files_icons/rtf.png');
}

.ppt_href {
  background-image: url('files_icons/ppt.png');
}

.pptx_href {
  background-image: url('files_icons/pptx.png');
}

.xls_href {
  background-image: url('files_icons/xls.png');
}

.xlsx_href {
  background-image: url('files_icons/xlsx.png');
}

.rar_href {
  background-image: url('files_icons/rar.png');
}

.zip_href {
  background-image: url('files_icons/zip.png');
}

.pdf_href {
  background-image: url('files_icons/pdf.png');
}

.jpg_href, .jpeg_href, .jpe_href {
  background-image: url('files_icons/jpg.png');
}

.png_href {
  background-image: url('files_icons/png.png');
}

.gif_href {
  background-image: url('files_icons/gif.png');
}

.doc_href, .rtf_href, .docx_href, .ppt_href, .pptx_href, .xls_href, .xlsx_href, .rar_href, .zip_href, .pdf_href, .jpg_href, .jpeg_href, .jpe_href, .png_href, .gif_href {
  padding: 0 0 0 26px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left top;
}

h2 .pdf_href, h2 .doc_href, h2 .docx_href {
  background-position: left 5px;
}

.arrow_href {
  padding-left: 15px;
  background: url('arrow_href.png') left no-repeat;
}

.external_href {
  background: url('external_href.png') left top no-repeat;
}

.href_bold {
  font-weight: bold;
}

/*** Заголовки ***/

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-weight: bold;
}

h1, h1 * {
  font-size: 28px;
  color: #050c36;
}

h1 {
  margin: 10px 0;
}

.content h1, .content-inner h1 {
  border-bottom: 1px dotted #ccc;
}

h2, h2 * {
  font-size: 24px;
}

h2 {
  margin: 24px 0 12px 0;
  color: #050c36;
}

h3, h3 * {
  font-size: 20px;
  color: #050c36;
}

h3 {
  margin: 20px 0 10px 0;
  font-style: italic;
}

h4, h4 * {
  font-size: 16px;
}

h4 {
  margin: 20px 0 10px 0;
  color: #050c36;
}

/*** Списки ***/

ul li, ol li {
  margin: 12px 0 0 40px;
}

/***  Структура страницы ***/

html {
  height: 100%;
  padding: 0 25px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font-size: 15px;
  font-family: 'PT Sans', 'Tahoma', sans-serif;
  width: 100%;
  height: 100%;
  background: #050c36 url(bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
}

.wrapper {
  min-width: 1000px;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-size: 100%;
}

.header {
  height: 220px;
}

.middle {
  width: 100%;
  padding: 0;
  position: relative;
  background: #fff url('bg_middle.gif') left repeat-y;
  box-shadow: 0 0 3px 2px #ccc;
}

.middle:after {
  display: table;
  clear: both;
  content: '';
}

.container {
  width: 100%;
  float: left;
  overflow: hidden;
}

.content {
  padding: 20px 20px 25px 225px;
}

.content-inner {
  padding: 10px 20px 25px 225px;
}

.left-sidebar {
  float: left;
  width: 250px;
  margin-left: -100%;
  padding: 0 0 225px 0;
  position: relative;
}

.right-sidebar {
  float: left;
  width: 210px;
  margin: 0 0 0 -225px;
  padding: 0 0 25px 0;
  position: relative;
}

.footer {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1280px;
  height: 80px;
  position: relative;
}

/***  Шапка ***/

#logo, #logo_link {
  margin: 0 150px 0 10px;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
}

#logo *, #logo_link * {
  font-style: italic;
  color: #fff;
}

#logo *, #logo_link *, #left_bottom, #left_bottom *, #right_bottom, #right_bottom * {
  text-shadow: #000 2px 0px, #000 2px 2px, #000 0px 2px, #000 -2px 2px, #000 -2px 0px, #000 -2px -2px, #000 0px -2px, #000 2px -2px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px, #000 0 0 3px;
}

#logo img, #logo_link img, #right_top img {
  float: left;
  width: 150px;
  margin: 15px;
  border-radius: 200px;
}

#right_top {
  padding: 20px 40px 0 25px;
  float: right;
  width: 150px;
  z-index: 10;
}

#logo h1, #logo_link h1, #logo h1 *, #logo_link h1 * {
  font-size: 32px;
  margin: 0;
}

#logo h2, #logo_link h2, #logo h2 *, #logo_link h2 * {
  font-size: 18px;
  margin: 0;
}

#logo h1, #logo_link h1 {
  margin: 5px 0;
}

#logo h3, #logo_link h3, #logo h3 *, #logo_link h3 * {
  font-size: 22px;
  margin: 0;
}

#logo_link:hover, #right_top:hover img {
  cursor: pointer;
}

/***  Главное меню ***/

.suckertreemenu {
  margin: 0;
}

.suckertreemenu ul {
  margin: 0;
  padding: 0;
}

.suckertreemenu ul li {
  position: relative;
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  background: none;
  white-space: normal;
  width: 200px;
  background: #0b4f75;
  z-index: 10;
}

.suckertreemenu ul li a:link, .suckertreemenu ul li a:visited, .suckertreemenu ul li strong {
  display: block;
  padding: 6px 25px 6px 18px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.suckertreemenu #active, .suckertreemenu ul li:hover {
  background: #27c8da;
}

.suckertreemenu ul li ul {
  position: absolute;
  top: 0;
  visibility: hidden;
  border-left: 1px solid #fff;
  width: 220px;
}

.suckertreemenu ul li ul li {
  width: 220px;
}

.suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited {
  font-size: 14px;
  padding: 5px 25px 5px 10px;
}

.suckertreemenu ul li a:hover, .suckertreemenu ul li a:active,
.suckertreemenu #active_link:link, .suckertreemenu #active_link:visited, .suckertreemenu ul li:hover>a {
  text-decoration: underline;
  color: #000;
}

.suckertreemenu ul li strong {
  font-weight: normal;
  color: #000;
}

.suckertreemenu ul li:last-child, .suckertreemenu ul li:last-child #active {
  margin-bottom: 25px;
}

.suckertreemenu ul li ul li:first-child {
  border-radius: 10px 10px 0 0;
}

.suckertreemenu ul li ul li:last-child {
  border-radius: 0 0 10px 10px;
  margin-bottom: 0;
}

.suckertreemenu ul li:first-child a, .suckertreemenu ul li:first-child strong {
  padding-top: 10px;
}

.suckertreemenu .mainfoldericon, .suckertreemenu .subfoldericon {
  background-image: url('arrow_menu.gif');
  background-repeat: no-repeat;
  background-position: right center;
}

.suckertreemenu .mainfoldericon:hover, .suckertreemenu .subfoldericon:hover, .suckertreemenu #active>.mainfoldericon, .suckertreemenu ul li:hover>.mainfoldericon,  .suckertreemenu ul li:hover>.subfoldericon {
  background-image: url('arrow_menu_hover.gif');
}

* html p#iepara {
  display: none;
}

/*** Меню страницы ***/

#page_menu {
  clear: both;
}

#page_menu ul {
  margin: 0;
}

#page_menu ul li {
  list-style: none;
  position: relative;
  display: inline;
  float: left;
  margin: 7px 15px 7px 0;
}

#page_menu ul li ul {
  display: none;
}

#page_menu a, #page_menu span {
  padding: 5px;
  color: #005f87;
}

#page_menu .active, #page_menu .semiactive {
  border: #d22222 3px solid;
  border-radius: 10px;
  color: #d22222;
  font-weight: bold;
}

#page_menu_single ul li {
  color: #0083ba;
  margin-bottom: 10px;
  list-style: square;
}

#page_menu a:hover, #page_menu a:active, #page_menu_single ul li:hover, #page_menu_single ul li:hover * {
  color: #d22222;
}

#page_menu_single ul li ul {
  margin: 10px 0 0 -20px;
}

/*** Баннеры ***/

.block {
  background: #0b4f75;
  padding: 10px 15px 5px 15px;
  width: 180px;
  clear: both;
  box-shadow: 0 0 3px 2px #ccc;
}

.block, .block *, .footer * {
  color: #fff;
}

.block a, .footer a {
  color: #a8e2ff;
}

.block a:hover, .block a:active, .footer a:hover, .footer a:active {
  color: #ffffcc;
  text-decoration: underline;
}

.right-sidebar .block {
  margin: 15px 0 0 0;
}

.left-sidebar .block {
  margin: 15px 0 0 15px;
}

.block ul {
  padding: 0;
  margin: 0;
}

.block ul li {
  list-style: none;
  margin-bottom: 15px;
}

.block h2 {
  text-shadow: none;
  top: 0px;
  position: relative;
  background: #27c8da;
  color: #000;
  margin: -10px 0 0 -15px;
  font-size: 19px;
  width: 180px;
  padding: 10px 15px;
  font-weight: normal;
}

.block a img {
  width: 170px;
  border: 2px solid #fff;
}

.block a:hover img {
  border: 2px solid #d22222;
  opacity: 0.8;
}

.block p {
  margin: 10px 0;
}

.tags_info {
  padding: 10px 0;
}

/*** Хлебные крошки ***/

.breadcrumbs {
  margin-top: 5px;
  font-size: 12px;
}

.breadcrumbs *, .breadcrumbs a:link, .breadcrumbs a:visited {
  font-size: 12px;
}

.breadcrumbs .divider {
  margin: 0 5px;
}

/*** Навигатор страниц ***/

.page_nav {
  padding: 25px 0 0 0;
  margin: 0;
  font-size: 28px;
  clear: both;
}

.page_nav * {
  font-size: 28px;
}

.page_nav a {
  margin-right: 10px;
  padding: 5px;
}

.page_active {
  background-color: #ebebeb;
  padding: 5px;
  margin-right: 15px;
}

.page_div {
  margin-right: 15px;
}

/*** Центр ***/

.content img, .content-inner img {
  margin: 0 15px 10px 0;
}

.content .img_align_left, .content-inner .img_align_left {
  margin: 0 15px 10px 0;
  float: left;
}

.content .img_align_right, .content-inner .img_align_right {
  margin: 0 0 10px 15px;
  float: right;
}

.content .thumbnails img, .content-inner .thumbnails img {
  margin: 0;
}

.content_table td {
  border: 1px #777 solid;
  padding: 6px 10px;
  vertical-align: top;
}

.content_table_without_borders td {
  padding: 5px 20px 5px 0;
  vertical-align: top;
}

.content_table_selected, thead {
  font-weight: bold;
  background-color: #ebebeb;
}

.document_href {
  margin: 15px 0;
}

.document_properties, .document_description {
  margin-top: 3px;
  font-size: 12px;
}

.modify_date {
  display: block;
  color: #777;
  font-size: 12px;
}

/*** Новости ***/

.share {
  float: right;
  margin: 0 0 10px 15px;
}

#news {
  margin-top: 20px;
  padding-bottom: 20px;
}

#news_main {
  margin-top: 20px;
  clear: both;
  padding-bottom: 20px;
}

#news_main .page_nav:first-child {
  display: none;
}

.news_title_block {
  margin: 0;
  clear: both;
  padding: 15px 0;
}

.news_title_block:first-child {
  background: none;
  padding-top: 0;
}

.news_title_block p {
  margin: 0;
}

.news_title, .news_title * {
  font-size: 22px;
}

.news_annotation {
  font-style: italic;
  margin-bottom: 15px;
}

.news_annotation_title {
  margin-top: 5px;
}

.news_date, .ad_date, .news_annotation_title {
  display: block;
  font-weight: normal;
}

.news_annotation_title p {
  margin: 0 0 10px 0;
}

.news_date, .ad_date {
  font-size: 13px;
  color: #777;
}

.news_image_small {
  float: left;
  margin: 0 10px 5px 0;
  width: 200px;
}

.news_image_big {
  float: right;
  margin: 0 0 15px 15px;
}

.news_image_big img {
  max-width: 300px;
  margin-right: 0;
}

.back_href, .news_tags {
  margin-top: 30px;
  clear: both;
}

.archive_href {
  text-align: center;
}

.archive_href *, .back_href * {
  font-size: 16px;
}

.news_tags * {
  margin-right: 5px;
  font-size: 18px;
}

.news_tags a:after {
  content: ',';
}

.news_tags a:last-child:after {
  content: ' ';
}

.tags_h2 {
  display: none;
}

/*** Фотогалерея ***/

.thumbnails {
  margin-top: 30px;
}

.thumbnails .th, .collective div {
  display: block;
  margin: 0 15px 15px 0;
  float: left;
}

.collective div {
  width: 150px;
}

.thumbnails label {
  display: block;
  font-size: 14px;
  width: 300px;
  text-align: center;
}

.thumbnails .photogallery_href label {
  cursor: pointer;
  font-size: 15px;
  text-align: center;
}

.thumbnails .photogallery_href img, .highslide img {
  border: 3px solid #ddd;
}

.thumbnails .photogallery_href:hover img, .highslide:hover img {
  border: 3px solid #d22222;
}

.news_title_block .thumbnails {
  clear: both;
  margin-top: 10px;
}

.news_title_block .thumbnails .th {
  margin: 0 12px 7px 0;
}

.news_title_block .thumbnails img {
  width: 80px;
}

/*** Карта сайта ***/

#map ul li {
  list-style: none;
  margin-bottom: 5px;
}

#map ul {
  margin: 0 0 0 -35px;
}

#map ul li ul {
  margin: 5px 0 0 -20px;
}

/*** Формы ***/

input, textarea, select {
  color: #000;
  padding: 5px;
  font-size: 13px;
}

option {
  font-size: 13px;
}

input:disabled, textarea:disabled {
  color: #a9a9a9;
}

input[type=submit], input[type=reset], input[type=button] {
  padding: 5px 20px;
}

#feedback .loading {
  width: 350px;
  height: 28px;
  background: url('loading.gif') no-repeat;
  background-size: 20px;
  margin: 3px 0 20px 0;
}

#feedback #number{
  float: left;
}

#feedback #number_refresh{
  float: left;
  margin: 2px 10px 0 10px;
  width: 24px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#feedback #number_refresh:hover{
  animation-name: spin;
  animation-duration: 600ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

#feedback_div, #registration_div, #upload_abstract_div {
  margin-top: 20px;
  box-shadow: 0 0 3px 2px #ccc;
  background: #ebebeb;
  padding: 15px 0;
  width: 580px;
}

#registration_div {
  width: 700px;
}

#feedback .dashed_border td {
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
}

#feedback h2 {
  margin-top: 0;
}

#feedback td {
  padding: 7px 20px 0 20px;
}

#feedback input[type=text] {
  width: 350px;
}

#feedback select {
  width: 360px;
}

#feedback textarea {
  width: 350px;
  height: 120px;
}

#feedback #ed_number {
  width: 50px;
  margin: 0 0 10px 10px;
  float: left;
}

.vote input[type=radio] {
  cursor: pointer;
  margin: 0 7px 0 15px;
}

.vote span {
  cursor: pointer;
}

.vote img {
  border: none;
}

.vote input:disabled {
  color: #a9a9a9;
}

.vote input {
  color: #000;
}

.question {
  margin-bottom: 25px;
}

.answer{
  color: #d22222;
  font-style: italic;
}

.answer p{
  margin: 0 0 10px 0;
}

.field_error {
  border: 3px solid #d22222;
}

.abstract_div {
  margin: 5px 30px 10px 30px;
  padding: 5px 20px;
  background: #ebebeb;
  box-shadow: 0 0 3px 2px #ccc;
}

.abstract_authors {
  font-style: italic;
}

.participant {
  font-weight: bold;
  width: 150px;
  padding-right: 20px;  
}

/*** Мигающее изображение ***/

#photoswitcher div{
  width: 200px;
  height: 150px;
}

#photoswitcher{
  width: 200px;
  height: 150px;
  margin: 5px 0 25px 0;
}

#photoswitcher div{
  background-size: 100%;
}

/*** Поиск ***/

#form_search {
  margin: 5px 25px 25px 0;
  float: right;
  background-color: #fff;
  padding: 2px 0 2px 4px;
  width: 205px;
  border: #a9a9a9 1px solid;
  box-shadow: 0 0 3px 2px #ccc;
  z-index: 10;
}

#ed_search {
  width: 165px;
  border: none;
  padding: 3px 2px 2px 2px;
  float: left;
}

#icon_search {
  margin: 1px 3px 0 3px;
  cursor: pointer;
  float: right;
  width: 22px;
}

.bleak {
  color: #a9a9a9;
}

.search_select {
  background-color: #ebebeb;
}

.search_select_small {
  font-size: 13px;
  background-color: #ebebeb
}

.search_text {
  display: block;
  font-size: 13px;
}

/***  Низ ***/

#left_bottom {
  float: left;
  width: 500px;
  margin: 25px;
}

#left_bottom, #left_bottom *, #right_bottom, #right_bottom * {
  font-size: 13px;
  text-decoration: none;
}

#left_bottom img {
  height: 32px;
  float: left;
  margin: 5px 10px 0 0;
}

#left_bottom p {
  margin-top: 0;
}

#right_bottom {
  margin: 25px;
  float: right;
}