a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #042d48;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}

nav.navbar .language a.current {
    color: #29abe2;
}

.head a.search {
    color: #000
}

nav.navbar {
    background: #ae0122 none repeat scroll 0 0
}

.head h2 {
    font-weight: bold;
    font-size: 42px;	
    color: #000;
}

.sidebar .menu {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;    
    font-family: 'PT Sans', sans-serif;
}

//.mainMenu .menu { 
//    display: none;
//    height: 50px;
//}

//.mainMenu {
//  margin-top: 0px;
//}

//li#sidebar_author, li#sidebar_editorialc, li#sidebar_policy, li#sidebar_ethics, div#sidebarCrossref .block, #notification, div .block, div .right, #simpleSearchForm, .head a.search {display: none;}



@media (min-width: 1401px){



    .head h2 {
       font-weight: bold;
       font-size: 42px;	
       color: #000;
       margin: -1px 0 10px 0;
    }

    //.head .hero {
    //    height: 130px;
    //}

    //.head {
     //   height: 130px;
    //}
}

@media (max-width: 959px){
    .head h2{
        font-size: 30px;
        line-height: 22px;
        color: #000
    }

    .mainMenu .mobile-view {
        background: #ae0122 none repeat scroll 0 0;
    }

    img#botlogo { margin-top: 25px; }

    //.head .hero {
    //    height: 130px;
    //}

}

@media (max-width: 500px){
    .mainMenu .mobile-view {
        background: #ae0122 none repeat scroll 0 0;
    }
    img#botlogo { margin-top: 25px; }

    .head .hero {
        height: 130px;
    }
}

.footer {
  background: #2e3a59;
}



.sidebar .menu li a.submitArticle::before {
  background: url(https://submit.vit-j.ru/styles/Upload_red-05.svg) 100% 100% no-repeat;
}


/*sticky footer*/
#container{
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 40px);
}
.body{
  flex:1;
}
/*end sticky footer*/
.sidebar .menu li a{
  font-size: 15px;
}

div.readmore {display:none}