* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  height: 100%;
  background-color: #EFEBE6; /* #F3F3F3 */
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 900px;
  max-height: 700px;
}

.excerpt__authors,
.issue_authors {
  font-size: 12px;
  color: #787878;
  font-style: italic;
  margin: 0 10px;
}

.excerpt__issue-link {
  margin: 5px 10px;
  display: block;
}

.excerpt-links {
  list-style: none;
  margin: 0 10px;
}
.excerpt-links::after {
  content: '';
  display: block;
  clear: both;
}
.excerpt-links__item {
  float: left;
  padding: 0 5px;
  border-left: 1px solid grey;
}
.excerpt-links__item:first-child {
  border: none;
  padding-left: 0;
}

.excerpt {
  padding-bottom: 20px;
}
.excerpt + .excerpt {
  border-top: 1px solid grey;
}

.excerpt__abstract {
  padding: 0 10px;
}
.excerpt__abstract p {
  margin: 10px 0;
}

/* Основые блоки */

#main {
  display: table;
  border-collapse: collapse;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 100%;
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

#top_tape {
  display: table-row;
  height: 40px;
  width: 100%;
/*  background-color: #496A9B; */
}

#top_tape a {
  color: #F1F1F1;
  font-weight: bold;
  text-decoration: underline;
}

#top_tape a:hover {
  color: #F1F1F1;
  text-decoration: none;
}

#header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  height: 115px;
}

#login_icons {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

#center {
  width: 100%;
  margin-top: 10px;
  display: table;
}

#content {
  display: table-cell;
  margin-right: -300px;
  min-height: 400px;
  padding: 20px 30px 100px 30px;
}

#right {
  display: table-cell;
  padding: 20px 0;
  word-wrap: break-word;
  width: 290px;
  margin-left: -290px;
  vertical-align: top;
}

#right_nav {
  margin-bottom: 10px;
}

#footer {
  box-sizing: border-box;
  display: table-row;
  height: 1px;
  width: 100%;
  border-top: 4px solid #3D9CCC;
  color: #FFF;
}

#footer p { text-indent: 0; }


/* Навигация */


.top_nav {
  width: 100%;
  text-align: center;
  display: table-row;
}

#nav span {
    display: none
}

#nav {
    background-color: #F3F3F3;
    border-bottom: 2px solid #496A9B;
    float: left;
    position: relative;
    width: 100%
}

#nav,
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nav ul.subs {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    color: #333;
    display: none;
    left: 0;
    padding: 10px 5px;
    position: absolute;
    top: 34px;
}

#nav>li {
    border-bottom: 2px solid transparent;
    position: relative;
    display: inline-block;
    margin-bottom: -2px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}

#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
    white-space: normal
}

#nav>li>a {
    color: #496A9B;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 15px;
    text-transform: uppercase
}

#nav>a:hover,
#nav>li:hover>a {
    background-color: #496A9B;
    color: #FFF
}

#nav li:hover ul.subs {
    display: block;
    z-index: 999;
}

#nav ul.subs>li {
    display: block;
    float: none;
}

#nav ul.subs>li a {
    color: #496A9B;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

#nav ul li a:hover {
    color: #F99B37;
}

#nav ul.subs>li>a {
    font-size: 12px;
    text-transform: uppercase;
}

#nav ul.subs>li a {
    float: none;
    padding: 3px 5px;
    -moz-transition: padding 100ms ease-out 0s;
    -ms-transition: padding 100ms ease-out 0s;
    -o-transition: padding 100ms ease-out 0s;
    -webkit-transition: padding 100ms ease-out 0s;
    transition: padding 100ms ease-out 0s
}

#nav ul.subs>li a:hover {
    padding: 3px 2px 3px 8px;
}




.margin_left {
  margin-right: 280px;
}

ul.nav {
  margin: 0;
  padding: 10px;
}

ul.nav li {
  list-style-type: none;
}

ul.nav li a {
  display: block;
  border-left: 4px solid #C5C5C5;
  padding: 8px 10px;
  color: #6081B3;
  cursor: pointer;
}

ul.nav li a:hover {
  border-left: 4px solid #D76E00;
  color: #D76E00;
}



/* Универсальные теги */

h1 {
  font-size: 22px;
  color: #D76E00;
  margin: 10px 10px 20px;
  text-align: center;
}

h2 {
  font-size: 14px;
  margin: 20px 0 5px 10px;
}

h3 {
  margin: 20px 10px 10px;
  font-size: 16px;
  color: #3E3E3E;
}

h3 a {
  color: #3E3E3E;
  text-decoration: underline;
}

h3 a:hover {
  text-decoration: none;
}

h4 {
  margin: 20px 10px;
  font-size: 14px;
}

p {
  margin: 10px;
  font-size: 14px;
  line-height: 20px;
}

br {
  line-height: 20px;
}

strong {
  font-weight: bold;
  /* color: #333; */
}

a {
  color: #0c61e0;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #1E90FF;
}

a img {
  border: 0;
}

i {
  color: red;
}

hr {
  margin: 5px;
  color: #CCC;
  background-color: #CCC;
  height: 1px;
  border: none;
}

table {
  border: none;
  border-collapse: collapse;
}

td {border: 1px solid grey;}

tr {border: none;}

table p {
  text-indent: 0;
}
.article {}

.article li {
    margin: 10px;
    font-size: 14px;
    color: #5F6773;
}

.breadcrumbs { font-size: 12px; margin: 10px 20px 30px; }

.breadcrumbs a { color: #5C5C5C; text-decoration: underline; }

.breadcrumbs a:hover { text-decoration: none; color: #8A8A8A; }


.home_sub {
    display: none;
}


.input {
  height: 30px;
  border: 1px solid #F1F1F1;
}

.excerpt__abstract,
.grey_font {
  font-size: 14px;
  color: #646786;
  margin-left: 10px;
  line-height: 20px;
}
.excerpt__abstract,
.grey_font p {
  margin: 5px 0;
}

.substance {
  width: 100%;
  display: table;
}

.heading {
  color: #C3C3C3;
  padding: 20px 0 10px 10px;
}

.heading a {
  color: #3F3F3F;
  text-decoration: underline;
}

.heading a:hover {
  text-decoration: none;
}

.archive_list {
  margin: 10px;
  display: inline-block;
}

blockquote {
  display: block;
  margin: 10px;
  border-left: 4px solid #CCC;
}

.login {
  float: right;
  padding: 10px;
  color: #FFF;
}

.float_left_little_margin {
  padding: 10px;
  float: left;
}

.send_article {
  padding: 10px;
  margin: 30px 50px 20px 10px;
  background-color: #496A9B;
  color: #FFF;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
}

.send_article:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background-color: #5173AA;
}

.authors {
  text-align: right;
  color: #3E3E3E;
  font-style: italic;
  font-size: 14px;
  margin: 20px 0;
}

.authors p {
  margin: 0px;
}

.authors a {
  color: #3E3E3E;
  text-decoration: underline;
  font-style: italic;
}

.authors a:hover {
  text-decoration: none;
}

.bio {
  border-top: 1px solid #D0D4DC;
  margin-bottom: 30px;
}

.bio br {
  line-height: 30px;
}

.abstract {
  margin: 5px 0 30px 0;
  text-indent: 30px;
  font-size: 14px;
  line-height: 20px;
}

.abstract p {
  text-indent: 30px;
  margin: 0 0 5px 0;
}

.keywords {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #3E3E3E;
  word-wrap: break-word;
}

.keywords a {
  color: #3E3E3E;
  text-decoration: underline;
  font-style: italic;
  margin-left: 2px;
}

.keywords a:hover {
  text-decoration: none;
}

.blue_button {
  font-size: 16px;
  padding: 6px 10px;
  margin: 10px;
  background-color: #496A9B;
  display: inline-block;
  color: #FFF;
  border-radius: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.blue_button:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background-color: #5B7CB0;
}

.letter {
  display: inline-block;
  font-size: 16px;
  font-family: monospace;
  font-weight: bold;
  border: 1px solid #496A9B;
  padding: 5px 10px;
  margin: 10px;
  color: #3E3E3E;
}

.letter:hover {
  background-color: #F99B37;
  border: 1px solid #F99B37;
  color: #FFF;
}

ul {
  margin: 20px 0 0 40px;
  list-style-type: square;
}

ol {
  margin: 20px 0 0 30px;
  font-size: 14px;
}

ol li {
 margin: 8px 0;
}

.fat {
  font-weight: bold;
}

.fat a {
  text-decoration: underline;
}

.fat a:hover {
  text-decoration: none;
}

.statistics {
  border: 1px solid #F1F1F1;
}

.statistics td {
  padding: 5px;
}

.link {
  margin: 20px 10px;
  padding: 10px;
  background-color: #F3F3F3;
  color: #496A9B;
  font-size: 12px;
}

.grey_link {
  font-style: italic;
  color: #333;
}

.grey_link:hover {
  color: #606060;
  text-decoration: underline;
}

.columns {
  display: table;
}

.column {
  display: table-cell;
  width: 50%;
}

.paginator {
  display: block;
  width: auto;
  float: right;
  margin: 0 10px;
  padding: 10px;
  background-color: aliceblue;
  font-size: 14px;
}

.paginator a {
  color: #3E3E3E;
  text-decoration: none;
}

.paginator a:hover {
  color: #242424;
  text-decoration: underline;
}

.language {
  float: right;
  margin-right: 10px;
}

.language span {
  color: #393939;
}

.language ul {
  display: inline-block;
  margin: 5px;
  padding: 2px;
  background-color: #CCC;
  border-radius: 4px;
}

.language li {
  display: inline-block;
  padding: 2px 8px;
  background-color: #CCC;
  border-radius: 2px;
  color: #393939;
}

.language li a {
  color: #FFF;
}

.language li.active {
  background-color: #FFF;
  border-radius: 2px;
}


/* Домашняя страница */


/* Старый вариант

.cover_block {
  float: left;
  display: table;
  max-width: 270px;
  margin: 5px;
  word-wrap: break-word;
  color: #496A9B;
}

.cover_block:hover {
  background-color: #FFF;
  color: grey;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 5px;
}

.cover_title h4 {
  margin: 10px;
  min-height: 35px;
}

.cover {
  width: 250px;
  height: 354px;
  margin: 10px;
  background-size: cover;
}

.cover img {
  width: 250px;
  height: 354px;
}

*/

.cover_block {
  float: left;
  display: table;
  max-width: 270px;
  margin: 5px;
  word-wrap: break-word;
  color: #FFF;
}

.cover_block:hover {
  background-color: #FFF;
  color: #545454;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 5px;
  opacity: 0.9;
  color: #FFF;
}

.cover_title h4 {
  margin: 5px;
  min-height: 30px;
  font-size: 14px;
  font-weight: normal;
}

.cover_title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  background-color: #454545;
  opacity: 0.8;
}

.cover_block:hover .cover_title {
  opacity: 0.8;
}

.cover {
  width: 250px;
  height: 354px;
  margin: 10px;
  position: relative;
  background-size: cover;
  border-radius: 2px;
}














/* ------------- */
/* ------------- */




.orange_center {
  font-size: 18px;
  font-weight: normal;
  color: #D76E00;
  text-align: center;
}

.submit_button {
  padding: 2px 4px;
  margin: 10px 5px;
  font-weight: bold;
}

.text_align_center {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #496A9B;
}

.rubric {
  font-size: 16px;
  font-weight: bold;
  color: #668ABF;
  margin: 40px 0 10px 10px;
}

.redaction {
  margin: 20px;
}

.redaction br {
  line-height: 30px;
}

.redactor_foto {
  padding: 25px;
  width: 210px;
  display: table-cell;
}

.redactor_foto img {
  width: 200px;
}

.float_left {
  width: 60%;
  margin-right: 20px;
}

.float_right {
  padding: 5px;
  display: table-cell;
  vertical-align: top;
}

/* Комментарии */

.comment_view {
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid #D0D4DC;
  color: #3E3E3E;
}

.bookmark {
  padding: 20px;
  border-top: 1px solid #D0D4DC;
  color: #3E3E3E;
  border: 1px solid #DADADA;
}

.comment_title {
  margin: 20px 10px;
  color: #3E3E3E;
  font-weight: bold;
}

.comment_author {
  color: #496A9B;
  font-weight: bold;
  margin-bottom: 10px;
}

.comment_time {
  color: #666;
  font-size: 12px;
}

.comments_block {
  margin: 30px 0;
  padding: 10px 0;
  border-top: 2px solid #496A9B;
}

.comments_block ul {
  padding-left: 0;
  margin-left: 0;
}

.comments_block li {
}

.comment_form {
  margin: 20px 10px;
}

.bookmark_title {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #3E3E3E;
  background-color: #F3F3F3;
  padding: 10px;
  margin: 20px 2px -1px 0;
  border: 1px solid #DADADA;
  border-radius: 5px 5px 0 0;
}

.bookmark_title:hover {
  text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.7);
}

.bookmark_title.active {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #3E3E3E;
  background-color: #FFF;
  padding: 10px;
  margin: 20px 2px -1px 0;
  border: 1px solid #DADADA;
  border-bottom: 1px solid #FFF;
}

.share {
  margin: 10px;
}

.articles_list {
  margin-bottom: 20px;
}

.series {
  margin: 30px 10px;
}

.documentation { 
  margin: 10px 30px;
  display: inline-block;
  vertical-align: top;
}

.documentation p {
  color: #DADADA;
}

.footer_link {
  color: #F3F3F3;
}

.footer_link:hover {
  color: #F3F3F3;
}

.news_text {
  margin: 30px 0;
}

#references li {
  margin: 10px 0;
}


/* Объявление */

.notice {
  margin: 5px 30px;
  float: left;
  font-size: 12px;
  max-width: 400px;
}

.notice h2 {
  font-size: 12px;
  margin: 0 10px;
  text-decoration: underline;
  color: #668ABF;
  font-weight: bold;
}

.notice p {
  font-size: 13px;
  color: #496A9B;
  margin: 5px 10px;
}

.notice strong {
  color: #A20000;
}

.static_notice {
  text-align: center;
  margin: 30px 20px 10px 10px;
  padding-top: 10px;
}

.static_notice + .static_notice {
  margin-top: 0;
  padding-top: 0;
}

.references {
  color: #393939;
  padding: 10px;
}

.references br {
  line-height: 30px;
}



/* Новостной блок */

.news_block {
  margin: 5px;
}

.news_block h2 {
  font-size: 16px;
  margin: 20px 10px 0;
}

.headline {
  margin: 20px 0;
}

.headline h3 {
  font-size: 12px;
  margin: 0 10px;
  font-weight: normal;
}

.headline p {
  font-size: 12px;
  color: #496A9B;
  line-height: 16px;
}

.header__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}

.header__logo {
  margin: 5px;
 }

/* Форма поиска */

.header-menu {
  min-width: 410px;
}

.search {
  margin: 20px 10px;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.form-wrapper input {
    width: 260px;
    height: 20px;
    padding: 10px;
    float: left;
    font: bold 16px sans-serif;
    color: #3E3E3E;
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input::-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input::-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper button {
  position: relative;
  float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 14px sans-serif;
    color: #FFF;
    text-transform: uppercase;
    background: #D76E00;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.form-wrapper button:hover{
    background: #F99B37;
}

.form-wrapper button:active,
.form-wrapper button:focus{
    background: #C42F2F;
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #D76E00 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #F99B37;
}

.form-wrapper button:focus:before{
    border-right-color: #C42F2F;
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.all-journals-link {
  display: block;
  text-align: center;
  padding-right: 50px;
}









@media only screen and (max-width : 1200px) {
  #header {height: 220px;}
  .notice {margin: 10px; float: left;}
}

@media only screen and (max-width : 992px) {
  .notice {max-width: 500px;}
  .language {margin: 10px; float: right;}
}

@media only screen and (max-width : 880px) {
  #header {height: 280px;}
  #right {float: left; margin-left: 15px; width: 90%;}
  #content {margin: 0 5px; padding: 0; display: block;}
  #logo_rr {float: none; display: block;}
  .notice {max-width: 700px;}
  .search {float: left;}
  .form-wrapper input {width: 200px;}
  .form-wrapper button {float: none;}
  .language {margin: 10px; float: right;}
  .top_nav {margin-top: 10px;}
  h1 {font-size: 18px;}
}


@media only screen and (max-width : 680px) {
  #right {float: left; margin-left: 5px; width: 90%;}
  #center {margin: 0; padding: 0 0 180px 0; width: 100%;}
  #content {margin: 0; padding: 0; width: 100%; display: block; min-height: 200px;}
  #header {height: 300px;}
  #logo_rr {float: none;}
  h1 {font-size: 18px;}
  ul.hr {margin: 10px; padding: 10; background-color: #FFF;}
  ul.hr li {display: inline-block; border: 1px solid #FFF; width: 32%; padding: 10px 0; margin: 0; background-color: #F3F3F3; font-size: 14px;}
  .search {margin: 10px; float: none;}
  .form-wrapper button {float: none;}
  .language {padding: 10px; float: none;}
  .language ul {float: none;}
  .top_nav {padding: 25px 0; margin-top: 10px;}
  .cover_block {margin: 20px; border: 1px solid #E6E6E6;}
  .margin_left {margin-left: 0;}
  .notice {margin: 10px 5px; float: none;}
  .form-wrapper input {width: 150px; font-weight: normal;}
  .comments_block li {font-size: 12px;}
  .bookmark_title.active {font-size: 12px;}
  .bookmark {padding: 2px;}
  .comment_view {margin: 10px 5px; padding: 10px 2px;}
  .comment_form {width: 90%; margin: 2px;}
  .redactor_foto {display: block;}
  .substance {display: block;}
}

@media only screen and (max-width : 480px) {
  #right {float: left; margin-left: 5px; width: 90%;}
  #center {margin: 0; padding: 0 0 180px 0; width: 100%;}
  #content {margin: 0; padding: 0; display: block; min-height: 200px;}
  #header {height: 330px;}
  #logo_rr {float: none; margin-bottom: 20px;}
  #comments {padding: 5px;}
  #right {display: block;}
  h1 {font-size: 18px;}
  ul.hr {margin: 10px; padding: 0;}
  ul.hr li {display: block; border: 1px solid #FFF; width: 100%; padding: 10px 0; margin: 0;}
  .bookmark p {font-size: 12px;}
  .search {margin: 10px; float: none;}
  .form-wrapper button {float: none;}
  .language {padding: 10px; float: none;}
  .top_nav {width: 100%}
  .cover_block {margin: 20px; border: 1px solid #E6E6E6;}
  .margin_left {margin-left: 0;}
  .notice {margin: 20px 5px; float: none;}
  .form-wrapper input {width: 150px; font-weight: normal;}
  .comments_block li {font-size: 12px;}
  .bookmark_title.active {font-size: 12px;}
  .bookmark {padding: 2px;}
  .comment_view {margin: 10px 5px; padding: 10px 2px;}
  .comment_form {width: 90%; margin: 2px;}
  .keywords strong {display: block;}
  .link {margin: 0; overflow: hidden;}
  .redactor_foto {float: none;}
  .float_left {width: 90%; margin: 15px;}
  .redactor_foto {display: block;}
  .substance {display: block;}

  #nav {
        background-color: #E6E6E6;
  }

  #nav>li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
        width: 100%;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }
    #nav li:hover ul.subs {
        display: none
    }
    #nav li #s1:target+ul.subs,
    #nav li #s2:target+ul.subs,
    #nav li #s3:target+ul.subs {
        display: block
    }
    #nav ul.subs>li {
        display: block;
        width: auto;
    }
    #nav ul.subs>li a {
      margin: 10px 0;
      line-height: normal;
      white-space: normal;
      font-weight: normal;
      width: 300px;
    }
}


@media only screen and (max-width : 360px) {
  #right {float: left; margin-left: 5px; width: 90%;}
  #center {margin: 0; padding: 0 0 180px 0; width: 100%;}
  #content {margin: 0; padding: 0; display: block;min-height: 200px;}
  #header {height: 330px;}
  #logo_rr {float: none; margin-bottom: 20px;}
  #comments {padding: 5px;}
  #right {display: block;}
  h1 {font-size: 18px;}
  ul.hr {margin: 10px; padding: 0;}
  ul.hr li {display: block; border: 1px solid #FFF; width: 100%; padding: 10px 0; margin: 0;}
  .bookmark p {font-size: 12px;}
  .search {margin: 10px; float: none;}
  .form-wrapper button {float: none;}
  .language {padding: 10px; float: none;}
  .top_nav {width: 100%}
  .cover_block {margin: 20px; border: 1px solid #E6E6E6;}
  .margin_left {margin-left: 0;}
  .notice {margin: 20px 5px; float: none;}
  .form-wrapper input {width: 150px; font-weight: normal;}
  .comments_block li {font-size: 12px;}
  .bookmark_title.active {font-size: 12px;}
  .bookmark {padding: 2px;}
  .comment_view {margin: 10px 5px; padding: 10px 2px;}
  .comment_form {width: 90%; margin: 2px;}
  .keywords strong {display: block;}
  .link {margin: 0; overflow: hidden;}
  .redactor_foto {float: none;}
  .float_left {width: 90%; margin: 15px;}
  .redactor_foto {display: block;}
  .substance {display: block;}

  #nav {
        background-color: #E6E6E6;
  }

  #nav>li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
        width: 100%;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }
    #nav li:hover ul.subs {
        display: none
    }
    #nav li #s1:target+ul.subs,
    #nav li #s2:target+ul.subs,
    #nav li #s3:target+ul.subs {
        display: block
    }
    #nav ul.subs>li {
        display: block;
        width: auto;
    }
    #nav ul.subs>li a {
      margin: 10px 0;
      line-height: normal;
      white-space: normal;
      font-weight: normal;
      width: 300px;
    }
}
