html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0,0,0,0.87);
}

.container {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}

@media only screen and (min-width: 1550px) {
    .container {
        width: 80%;
    }

@media only screen and (min-width: 601px) {
  .row .col.offset-m1 {
      margin-left: -153px;
      margin-top: 54px;
      color: #fff;
  }
}

@font-face {
    font-family: 'Helios Cond Black';
    src: url('{% static "fonts/ofont.ru_Helios Cond.ttf" %}') format('ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helios Bold';
    src: url('{% static "fonts/ofont.ru_Helios.ttf" %}') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

    .row .col.xxl1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto;
    }
  .row .col.xxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xxl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xxl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xxl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xxl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xxl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xxl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xxl3 {
    margin-left: 25%;
  }
  .row .col.pull-xxl3 {
    right: 25%;
  }
  .row .col.push-xxl3 {
    left: 25%;
  }
  .row .col.offset-xxl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xxl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xxl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xxl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xxl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xxl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xxl6 {
    margin-left: 50%;
  }
  .row .col.pull-xxl6 {
    right: 50%;
  }
  .row .col.push-xxl6 {
    left: 50%;
  }
  .row .col.offset-xxl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xxl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xxl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xxl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xxl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xxl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xxl9 {
    margin-left: 75%;
  }
  .row .col.pull-xxl9 {
    right: 75%;
  }
  .row .col.push-xxl9 {
    left: 75%;
  }
  .row .col.offset-xxl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xxl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xxl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xxl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xxl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xxl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xxl12 {
    margin-left: 100%;
  }
  .row .col.pull-xxl12 {
    right: 100%;
  }
  .row .col.push-xxl12 {
    left: 100%;
  }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a:hover .article-title {
    text-decoration-color: black;
    text-decoration: underline;
}

.article-title {
    color: black;
}

.carousel-text-wrapper {
    background: #424242;
    opacity: 0.5;
    padding: 10px
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.issue_image {
    height: 235px;
}

.article-card {
    max-height: 400px
}

.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar-table td, th {
    padding: 0 !important;
}

.article-body h1 {
    font-size: 26px;
    font-weight: 300;
}

.article-body h2 {
    font-size: 24px;
    font-weight: 300;
}

.article-body h3 {
    font-size: 20px;
    font-weight: 300;
}

.article-body h4 {
    font-size: 18px;
    font-weight: 300;
}

.article-body h5 {
    font-size: 17px;
    font-weight: 300;
}

.article-body h6 {
    font-size: 16px;
    font-weight: 300;
}

.article-body a {
    word-break: break-word;
}

.article-body ul:not(.browser-default) {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
}

.article-body ul:not(.browser-default)>li {
    list-style-type: disc;
}

.toc-sticky{
    position: sticky;
    top: 0;
    z-index: 999;
}

.wide-button {
    width: 100% !important;
    display: block !important;
    margin-bottom: 5px;
}

.submission-toc-card {
    position: fixed !important;
    width: 375px;
    border-radius: 4px;
}

.carousel-text-wrapper a {
    color: white;
}

.disp-formula {
    overflow-x: auto;
}

.math-formulae {
    overflow-x: auto;
    padding-bottom: 1rem;
}

.table-wrap {
    overflow-x: auto;
}

.table-center {
    text-align: center;
}
.table-left {
    text-align: left;
}
.table-right {
    text-align: right;
}

.alm {
    display: inline-block;
    text-align: center;
    padding: 15px;
    width: 140px;
}

.alm_numbers {
    font-size: 1.3rem;
}

#logo-container svg {
    max-width: 100px;
    max-height: 49px;
    margin-top: 20px;
}

.news-card-title {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 10px 10px 10px 10px;
    width: 50%;
}

#reflist ul{
  padding-left: 0 !important;
}

#reflist li {
    word-wrap: break-word;
    list-style-type: none;
    padding-bottom: 8px;
}

.issue-link {
    color: rgba(0,0,0,0.87);
}

.issue-link:hover {
    text-decoration: underline;
}

.feature-article-image {
    width: 100%;
    object-fit: cover;
}

.feature-article-card {
    min-height: 360px;
}

.card-panel .row {
    margin-bottom: 0px;
}

h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 1.68rem 0 1.68rem 0;
    color:white;
}

h2 {
    font-size: 2.2rem;
    font-weight: 300;
}

h3 {
    font-size: 2.0rem;
}

h4 {
    font-size: 1.8rem;
    font-weight: 300;
    color:rgb(48, 48, 48);
}

h5 
{
  color: rgb(255, 255, 255); 
  font-size: 2.1rem; 
  margin-left: 93px;
  margin-top: 41px;
}

h6 
{
  color: #000000; 
  font-size: 2.5rem; 
  margin-left: 6rem;
}

 /* .h7
{
  font-size: 2.5rem;
  font-weight: 300;
  margin: 1.68rem 0 1.68rem 0;
  color: rgb(0, 0, 0);
}*/

.h7 {
    display: block; 
    font-size: 2.5rem;           /* Меньше, чем h6 */
    font-weight: 300;            /* Полужирный */
    color: #000000;                 /* Цвет текста */
    margin: 1.68rem 0 1.68rem 0;          /* Отступы сверху и снизу */
    line-height: 1;
}


.article_section {
    text-decoration: underline;
    text-decoration-color: #0a0a0a;
    text-decoration-style: solid;
}

.table-of-contents li {
    padding: 3px 0;
    font-size: 14px;
}

.table-of-contents a.active
{
 border-left: 2px solid rgb(3, 114, 36);
}


.small-caps {
    font-variant: all-small-caps
}

/* Remove default bullets */
.tree {
    margin-left: 20px;
}
.tree li {
    list-style-type: disc !important;
  }
  
  
  /* Hide the nested list */
  .nested {
    margin-left: 30px;
  }
  
  /* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
  #subjects .tree .active {
    display: block;
  }
.header-overrides {
    background-color: #f5f5f5; 
    color: rgb(5, 77, 43);
    font-size: 12px;
    padding: 100px 20px; 
    margin: 0 auto;      
    max-width: 1280px;   
    box-sizing: border-box;
    border-radius: 0 0 9px 9px;
    box-shadow: 0 4px 6px rgb(41, 166, 24);
}

.header-overrides-test {
    background-color: rgb(3, 114, 36); 
    padding: 8px 0;
    margin: 0 auto;                     /* центрируем */
    max-width: 1280px;                  /* такая же ширина, как у зелёной шапки */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    box-shadow: 0 -2px 6px rgb(41, 166, 24);
}

/* === Стили для самого меню === */
.header-overrides-test .right.hide-on-med-and-down {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 850px;
    width: 100%;
    justify-content: right; /* центрируем пункты внутри */
}


.header-overrides .nav-wrapper {
  padding: 12px 16px !important;
}

#homepage-element-search-bar {
  margin-top: 12px !important;
}

.header-overrides-test .right.hide-on-med-and-down li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.header-overrides-test .right.hide-on-med-and-down a {
  text-decoration: none;
  padding: 6px 45px;
  transition: background-color 0.2s;
}

.header-overrides-test .right.hide-on-med-and-down a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.page-footer {
    background-color: #fafafa;
    color: #616161;
}

.footer-copyright p, li {
    color: #616161;
}

.brand-logo {
    color: #616161;
}

.brand-logo img {
    min-height: 82px;
    max-height: 109px;
}

nav ul a {
    color: #ffffffff;
    font-size: 1.2rem;
}

nav ul li {
    line-height: 90px;
}

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
    line-height: 90px;
}

.header-override-image {
    padding: 5px;
    max-height: 90px;
}

.card .card-content p {
    padding-bottom: 15px;
}

.carousel-text-wrapper {
    opacity: 0.9;
}

.carousel-text-wrapper a {
    color: white;
}

.sidenav-trigger {
    color: #616161;
}

.card .card-image img {
    height: 260px;
    object-fit: cover;
}

.small-card-title {
    font-size: 18px !important;
}

.issue_title {
    font-size: 1.2rem;
    margin-top: 0;
}

.issue_items {
    font-size: 1.2rem;
}

.card.card-stacked {
    margin: 0px;
}

.card.card-stacked .card-content {
    padding: 12px;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.card-stacked .card-reveal {
    padding: 12px;
}

.card.card-stacked .card-content .activator {
    cursor: pointer;
    position: relative;
    max-height: 7.1em /* 5 lines */;
    overflow:hidden;
}

.fade-overflow-5 {
  position: relative;
  height: 7.1em; /* 5 lines */
  display: inline-block;
}

.fade-overflow-5:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.2em;
    /* might be a way to adjust this based on text/background colour */
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

:root {
    --facebook: #3b5998;
    --facebook-hover: white;
    --twitter: black;
    --twitter-hover: white;
    --linkedin: #0e76a8;
    --linkedin-hover: white;
}

.btn-small {
    height: 24px;
    line-height: 24px;
    padding: 0.1rem 0.8rem 0.1rem;
}

.facebook-bg {
    background-color: var(--facebook) !important;
    color: var(--facebook-hover) !important;
}

.facebook-bg:hover {
    background-color: var(--facebook-hover) !important;
    color:var(--facebook) !important;
}

.twitter-bg {
    background-color: var(--twitter) !important;
    color: var(--twitter-hover) !important;
}

.twitter-bg:hover {
    background-color: var(--twitter-hover) !important;
    color: var(--twitter) !important;
}

.linkedin-bg {
    background-color: var(--linkedin) !important;
    color: var(--linkedin-hover) !important;
}

.linkedin-bg:hover {
    background-color: var(--linkedin-hover) !important;
    color: var(--linkedin) !important;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.scroll-y {
    overflow-y: auto !important;
}

/* Allow the use of default <li> */
.default-li ul {
    display: block;
    list-style: disc outside none;
    padding: 0 0 0 40px;
}
.default-li ol {
    list-style-type: decimal;
    display: block;
    padding: 0 0 0 40px;
}
.default-li li {
    display: list-item;
}
.default-li ul ul, ol ul {
    list-style-type: circle;
}

.default-li ol ol, ul ol {
    list-style-type: lower-latin;
}

.default-li ul > li {
    list-style-type: revert;
}

.language-select {
    color: #616161;
}


.table-foot .table-footnotes li.fn {
    list-style-type: none;
}

.article-table {
  display: block;
  overflow-x: scroll;
}

.modal-large {
    width: 75%;
    max-height: 75%;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
    position: relative;
}

.modal-sticky-close{
    position: sticky;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 1050;
    float: right;
    margin-bottom: 0.2rem;
    min-width: 24px;
    min-height: 24px;
}

.card-full-height {
    height: 100%;
}

.journal-button-block {
    margin-top: 10px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.row.grid .cell {
  // flex: auto;
  // flex: 0;
  // flex: 1;
  margin-left: 0;
}

.card .journal-card-content {
    padding: 24px 24px 0 24px;
}

.card .journal-card-content p {
    padding-bottom: 0;
}

.journal-card {
    margin-bottom: 10px;
}

footer svg {
    height: 90%;
    width: 90%;
}

strong {
    font-weight: 650;
}


#homepage-element-search-bar .input-field {
    margin: 0;
    padding: 0;
}

/*наведение на кнопку лупы#*/

#search-toggle-icon:hover {
  background-color: #29622b !important;
  color: white !important;
  border-color: #29622b !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/*текст-подсказка поиска*/
#article_search::placeholder {
  color: #5c5959 !important;
  opacity: 1 !important; /* для Firefox */
}

#article_search {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(41, 98, 43, 0.3) !important;
  color: #333 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

#article_search:focus {
  background-color: white !important;
  border-color: #008040 !important;
  box-shadow: 0 2px 6px rgba(0, 128, 64, 0.15) !important;
}


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.list-inline {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9em;
  color: #666;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.decade-list-item:hover {
    text-decoration: underline;
}

.share-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    min-width: 40px;
}

#toc-card {
  max-height: 100vh;
  overflow-y: auto;
}

#article iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 1rem 0;
}

a {
    overflow-wrap: break-word;
}

.section-link {
    white-space: nowrap;
}

.section-link:not(:first-of-type) {
    margin-left: 0.5rem;
}

:root {
  --draw-attention: #FFEB3B;
}

.draw-attention{
    background-color: var(--draw-attention);
    transition: background-color 2s ease-out;
}

.back-links-list{
  list-style: none;
  padding-left: 0.2rem;
  margin: 0;
  display: inline;
  white-space: normal;
}

.back-links-list li {
  margin: 0;
  padding-left: 0.1rem;
  display: inline;
  white-space: normal;
}

.back-links-list li:not(:last-child)::after {
  content: " ";
}

.list-inline-bar {
    padding-left: 0;
    list-style: none;
}

.list-inline-bar li {
    display: inline-block;
}

.list-inline-bar li:not(:last-child)::after {
  content: " | ";   
}

.byline {
  font-size: 1.15rem;
  font-style: italic;
  line-height: 110%;
  font-weight: 400;
}

.metrics {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 110%;
}

.superscript-icon {
   vertical-align: super;
   font-size: 0.7em !important; 
   padding-left: 0.1rem;
}

.pad-icon {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.icon-recede{
    opacity: 70%;
}

.keywords-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  white-space: normal;
}
.keywords-list li{
  display: inline-block;
}

.btn-background, .btn-background:active, .btn-background:visited {
    background-color: inherit;
    color: inherit;
    border: 1px, solid, #00897b;
    padding: 0 10px;
    min-width: 7rem;
    min-height: 2rem;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
}

.btn-background + .btn-background {
    margin-left: 0.5rem;
}

input + .btn-background {
    height: 2.4375rem;
}

span + .btn-background {
    height: auto;
    min-height: 1.8rem;
}

p + .btn-background {
    height: auto;
    min-height: 2rem;
}

.btn-background:hover {
    color: white;
    background-color: #00897b;
    border-color: #00897b;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

#reading-options{
  display: flex;
  gap: 1rem;
  padding: 0 .75rem;
  justify-content: flex-end;
  min-height: fit-content;
  box-sizing: border-box;
}

#reading-sticky{
  position: sticky;
  top: 0;
  z-index: 1000;
}

.btn-opt {
    border: 1px solid #00897b;
    background-color: inherit;
    text-transform: none;
    color: inherit;
}

.dyslexia-friendly {
    font-family: Verdana !important;
    color: #4c4c4c;
    background-color: #F5F5DC;
}

.dyslexia-friendly em,
.dyslexia-friendly i {
    background-color: #FAFAC8;
    font-style: normal;
}

.dyslexia-friendly a {
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
}

#logo-container {
    display: flex !important;
    align-items: center !important;
    gap: 35px !important; /* расстояние между изображением и текстом */
    margin-top: -99px;
}

/* Стили для названия журнала */
.journal-name-in-nav {
    font-family: 'Helios Cond Black', Arial, sans-serif !important; 
    font-size: 2rem !important;
    font-weight: bold !important;
    color: rgb(3, 114, 36) !important;
    white-space: nowrap; /* чтобы название не переносилось */
}

/* Заголовки первого уровня */
h1,
.h1 {
    font-family: 'Helios Bold', Arial, sans-serif !important;
    font-weight: 700 !important;
}

/* Текстовые блоки (основной текст) */
body,
p,
.article-content,
.abstract,
.content-block {
    font-family: 'Helios Bold', Arial, sans-serif !important;
}

.journal-contact-info {
    margin-top: 8px;
    padding-top: 4px ;
    border-top: 1px solid #eee;
    font-size: 0.9rem ;
    color: #666;
}

.journal-contact-info p,
.journal-contact-info div {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3;
}

/* Для текста, который выводится через |linebreaksbr */
.journal-contact-info br {
    line-height: 1.3 !important;
}

/* Стили для блока "О журнале" */
#about_journal .col.m12 {
  width: 55% !important;
  margin-left: 114px !important;
  box-shadow: 0 2px 4px rgb(204, 200, 200);
  border-radius: 4px;
  padding: 20px;
  background: #f5f5f5;
  margin-top: -100px;
}

#about_journal .col.m8 {
  background: #f5f5f5;
}

.row .col.m4 {
  width: 72.3%;
}

/* стилизация карточки */
#about_journal .card-content {
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
}

#about_journal .card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.indexation-widget-container 
{
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* отступ между элементами */
  justify-content: space-between; /* распределяет элементы по краям */ 
}
.indexation-widget-container img
{ width: calc(50% - 8px);  
  height: auto; 
  border: 1px solid #ddd;
  border-radius: 4px; 
  object-fit: contain; 
  max-height: 304px; /* ограничение высоты */
}

.pagination li {
    vertical-align: middle !important;
    line-height: 32px !important; /* совпадает с height */
    padding: 0 12px !important;
}

/* Убрать лишний отступ сверху */
.pagination {
    margin-top: 24px !important;
}

/* Выравнивание панели фильтров по верхнему краю шапки */
aside.col.s12.l4 {
    top: 70px; 
    z-index: 10; 
    padding: 0; 
    max-width: 388px;
    margin-top: -33px;
}

@media only screen and (min-width: 993px) {
    aside.col.s12.l4 {
        top: 70px; /* Для больших экранов */
    }
}

@media only screen and (min-width: 993px) {
  .row .col.l8 {
    width: 66.7%;
    margin-left: auto;
    left: auto;
    right: auto;
    margin-top: -48px;
  }
}

   .row .col.l8 {
    width: 66.7%;
    margin-left: auto;
    left: auto;
    right: auto;
    margin-top: -48px;
  }

   .row .col.l5 {
    width: 38.7%;
    margin-left: auto;
    left: auto;
    right: auto;
    top: 20px;
}

  .row .col.xl4 {
    width: 23.3%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

/* Выпадающий список статьи*/
.dropdown-content { 
  width: 365px !important;
  top: 61px !important;
  height: auto !important;
  max-height: 110px !important;
  font-size: 19px!important;
}

/* Выпадающий список главная страница*/
.account-dropdown-content {
   display: none; /* Скрываем по умолчанию */
    position: absolute;
    top: 68px!important;
    left: 0;
    width: 256px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.account-dropdown-content li {
  clear: both;
  color: #26a69a;
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.account-dropdown-content li > a, .account-dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.account-dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 227px;
}

#account {
    position: relative;
}

/* .articleOnIssue
{
  margin-left: -150px;
}*/

/* Подпись к фильтрам на страницы статей*/
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}

.select-wrapper input.select-dropdown {
  color: rgb(0, 0, 0);
}

.btn
{
  text-decoration: none;
  color: #fff;
  background-color: rgb(3, 114, 36);
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.card 
{
background-color: #f5f5f5;
}

/* От фильтра на странице статей*/
.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: .5rem 0 1rem 0;
  border-radius: 16px;
  background-color: #f5f5f5;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: rgb(3, 114, 36);
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card.card-stacked {
  margin: 0px;
  background-color: #f5f5f5;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(255, 255, 255, 0.87);
}

.head .hero {
  background-position: 0 0;
  background-size: cover;
  padding: 20px 0 70px;
  height: auto;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 959px) {
  .mainMenu {
    position: static !important;
  }
}

@media (max-width: 1250px) and (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.mainMenu .menu {
  width: 100%;
  z-index: 10;
  margin-top: -50px;
  position: relative;
  background: rgba(237, 171, 66, 0.8) none repeat;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
  align-items: center;
}

.mainMenu .menu li {
  flex: 1 0 auto;
  -ms-flex: 1;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  border-right: 1px solid #fff;
}

@media (max-width: 959px) {
  .hero .logo {
    margin-top: -40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  width: 111%;
}

.logo .container {
  overflow: hidden;
}

.row
{
  margin-left: 0px !important; 
}

@media only screen and (min-width: 601px) {
  .row .col.m8 {
    margin-left: auto;
    left: auto;
    right: auto;
    width: 100%!important;
  }
}

/* Для основного текста статьи */
.article-body,
.article-body p,
.article-body div {
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}

/* Для абзацев в abstract, bio и других полях */
.abstract, .bio, .non_specialist_summary {
    line-height: 1.3 !important;
}

#auth-menu-top {
    position: absolute;
    top: 100%;
    right: 0; /* выравнивание по правому краю родителя (как в Materialize) */
    background-color: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 200px;
    padding: 8px 0;
    margin: -37px 184px 0;
    list-style: none;
    z-index: 9999;
    display: none;
}

#auth-menu-top.show {
    display: block;
}

#auth-menu-top a {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
}

#auth-menu-top a:hover {
    background-color: #f5f5f5;
}