/*------  Old css ------*/
html, body{
    min-width:320px;
    min-height:100%;
}
body{
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom:0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh;
}
body > .content,
.l-wrapper > .content{
    -webkit-flex: 1;
}
#up{
    margin-right:0;
}

@media print {
    #up {
        display: none;
    }
}

#up .btn{
    right:15px;
}
.catalog-title,
.catalog-title~.breadcrumbs{
    display: inline-block;
    vertical-align: baseline;
}
.content header{
    position: static;
}
.l-wrapper iframe{
    max-width: 100%;
}
.container header{
    position: static;
}
/*------ / Old css ------*/
.cover {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-image: url(https://source.unsplash.com/collection/1128948/1600x900);
    background-attachment: fixed;
    background-size: cover;
}
    .cover--bottom {
        height: 360px;
    }
    .cover__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .cover__content {
        position: relative;
        max-width: 1200px;
        width: 96%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cover__title {
        font: bold 44px 'Georgia', serif;
        margin-bottom: 24px;
    }
    .cover__subtitle {
        font:italic 22px 'Georgia', serif;
        margin-bottom: 48px;
    }
    .cover__button {
        width: 320px;
        height: 44px;
        font-size: 16px;
        line-height:44px;
        text-align: center;
        color: #fff;
        background-color: #2F80ED;
        margin-bottom:20px;
    }
    .cover__button:hover{
        text-decoration: none;
        background-color: #2F6CD8;
        color: #fff;
    }
.search__cover{
    height:auto;
    min-height: 0;
    padding:40px 0;
    color: inherit;
    background-image: none;
}
.search__form{
    width:100%;
}
.search {
    max-width: 600px;
    width: 100%;
    height: 44px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin:0 auto 24px;
}
    .search__input,
    .search__button {
        border: 0;
        outline: 0;
        padding: 0 16px;
        font-size: 18px;
    }
    .search__input {
        width: 100%;
        background-color: #fff;
        color: #333;
    }
    .search__button {
        color: #fff;
        background-color: #EB5757;
        cursor: pointer;
    }
    .search__button:hover{
        background-color: #B85151;
    }
.w25p {
    width: 25%;
}
.w30p {
    width: 30%;
}
.w50p {
    width: 50%;
}
.w75p {
    width: 75%;
}
.b_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding:0 15px;
}
.flex__column {
    display: flex;
    flex-direction: column;
}
.flex {
    display: flex;
}
    .flex.flex--jcsb {
        justify-content: space-between;
    }
    .flex.flex--center {
        align-items: center;
    }
    .flex.flex--right {
        justify-content: flex-end;
    }
.flex__container {
    max-width: 1170px;
    /*padding:0 15px;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
    .flex--jcsa {
        justify-content: space-around;
    }
.news {
    padding: 60px 0;
}
    .news-i {
        padding: 24px 0;
    }
    .news-i.news-i--bt + .news-i.news-i--bt {
        border-top: 1px solid #dfdfdf;
    }
    .news-i__link {
        color: #333;
        text-decoration: none;
    }
    .news-i__link:hover {
        text-decoration: underline;
    }
    .news-i__link:visited {
        color: #333;
    }
    .news-i__image {
        margin-bottom: 16px;
        max-width:100%;
        max-height: 240px;
        display: block;
        overflow: hidden;
    }
    .news-i__image-big{
        height: 382px;
        max-height:none;
    }
    .news-i__image img{
        width:100%;
    }
    .news-i__image:hover {
        opacity: .8;
    }
    .news-i__title {
        display: inline-block;
        font: bold 20px 'Georgia', serif;
        margin-bottom: 16px;
    }
    .news-i__title.news-i__title--big {
        font-size: 32px;
    }
    .news-i__preview,
    .news-i__preview p{
        margin-bottom: 16px;
        font-size: 14px !important;
        line-height: 1.5em !important;
        font-weight: normal !important;
        font-style: normal !important;
    }
    .news-i__date {
        color: #555;
        font-size: 12px;
        text-transform: uppercase;
    }
.news_col-1{
    width:50%;
    padding-right: 24px;
}
.news_col-2,
.news_col-3{
    width:25%;
    border-left: 1px solid #dfdfdf;
    padding-right: 24px;
    padding-left: 24px;
}
.news_col-3{
    padding-right: 0;
}
.news_col-2 .news-i__image {
    max-height:150px;
}
.news_row .news-i{
    justify-content:flex-start;
}
    .news_row .news-i{
        width: 31%;
        margin-right:3.5%;
    }
    .news_row .news-i:nth-child(3n){
        margin-right:0;
    }
    .news_row .news-i__image {
        height:240px;
        overflow: hidden;
        object-fit: cover;
    }
.news-without-image .news-i__image,
.news-without-image-anons .news-i__image,
.news-without-image-anons .news-i__preview{
    display:none;
}
.news-slider .slick-track{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    .news-slider .slick-track::before,
    .news-slider .slick-track::after{
        display: none;
    }
    .news-slider + .slick-arrows{
        display: none;
    }
    .news-slider + .slick-arrows .slick-left{
        left:-15px;
    }
    .news-slider + .slick-arrows .slick-right{
        right:-15px;
    }
    @media (min-width:701px){
        .news-slider .slick-track,
        .news-slider .slick-list{
            width:100% !important;
        }
    }
.news-page{
    margin-bottom:60px;
}
    .news-page-title{
        font: bold 29.124px/1.4em 'Trebuchet MS', sans-serif;
        margin-bottom:10px;
    }
    .news-page-date{
        font-size:12px;
        color: #555;
        margin-bottom:40px;
        text-align: right;
    }
    .news-page-image{
        margin-bottom:50px;
        text-align: right;
    }
    .news-page-image img{
        max-height: 650px;
        max-width:100%;
        object-fit: cover;
    }
    .news-page-annotation img,
    .news-page-text img{
        max-width: 100%;
    }
    .news-page-annotation{
        font-size: 18px;
        margin-bottom:30px;
        color: #666;
        text-align: left !important;
    }
    .news-page-annotation p{
        font-size: 18px;
        margin-bottom:30px;
    }
    .news-page-annotation p:last-child{
        margin-bottom:0;
    }
    .news-page-text{
        max-width:800px;
        font: 18px/1.6em 'Georgia', serif;
    }
    .news-page-text p,
    .news-page-text p *,
    .news-page-annotation p,
    .news-page-annotation p *,
    .news-page-text ul li,
    .news-page-text ol li{
        font-size: 18px !important;
        line-height: 1.4em !important;
        font-weight: normal !important;
        font-style: normal !important;
        text-decoration: none !important;
        color: #333 !important;
        background: none !important;
        margin-bottom:30px;
    }
    .news-page-text a,
    .news-page-text p a,
    .news-page-annotation a,
    .news-page-annotation p a,
    .news-page-text ul a,
    .news-page-text ol a{
        color: #2F80ED !important;
        text-decoration: underline !important;
    }
    .news-page-text a:hover,
    .news-page-text p a:hover,
    .news-page-annotation a:hover,
    .news-page-annotation p a:hover,
    .news-page-text ul a:hover,
    .news-page-text ol a:hover{
        color: #2F6CD8 !important;
    }
    .news-page-text ul,
    .news-page-text ol{
        margin-bottom:15px;
    }
    .news-page-text ul li,
    .news-page-text ol li{
        margin-bottom:15px;
    }
    .news-page-text h1{
        font: bold 29px/1.4em 'Trebuchet MS', sans-serif;
        margin-bottom: 30px;
        margin-top:0;
    }
    .news-page-text h2{
        font: bold 26px/1.4em 'Trebuchet MS', sans-serif;
        margin-bottom: 30px;
        margin-top:0;
    }
    .news-page-text h3{
        font: bold 22px/1.4em 'Trebuchet MS', sans-serif;
        margin-bottom: 30px;
        margin-top:0;
    }
    .news-page-text p:last-child{
        margin-bottom:0;
    }
    .news-page-text header{
        position: static;
    }
    .news-page + .news{
        padding-top:0;
    }
@media (min-width: 1200px) {
    .news-page-title,
    .news-page-annotation,
    .news-page-text {
        padding-left: 23%;
    }
}
.book-i {
    overflow: hidden;
    margin:0 10px;
}
    .book-i__link {
        text-decoration: none;
        color:#333;
    }
    .book-i__link:hover {
        text-decoration: underline;
    }
    .book-i__link:visited {
        color: inherit;
    }
    .book-i__preview {
        height: 240px;
        margin-bottom: 16px;
    }
    .book-i__preview img{
        max-width:100%;
        max-height:100%;
    }
    .book-i__edition {
        font-size: 14px;
        margin-bottom: 8px;
        color: #777;
    }
    .book-i__title {
        font-size: 11px;
        font-weight: bold;
        text-overflow: ellipsis;
    }
.l-wrapper{
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
    padding-bottom:0;
}

.cookie-info {
    display: none;
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookie-info__container {
    max-width: 1140px;
    margin: 0 auto;
}

.cookie-info__info-block {
    background-color: hsla(0, 0%, 7%, 0.8);
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: row;
}

.cookie-info__text {
    padding-right: 0.5rem;
}

.cookie-info__button-container {
    margin-top: auto;
    margin-bottom: auto
}

.cookie-button {
    background-color: #2F80ED;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 6px 12px;
}

@media print {
    .l-wrapper {
        overflow-x: initial;
        padding: 0.25rem;
    }
}
.latest {
    padding: 40px 0;
    position: relative;
    background-color: #f4f3f3;
}
.wide_bg{
    position: relative;
    background-color: #f4f3f3;
}

.s-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto 44px;
}
    .s-header__title {
        font: bold 32px 'Georgia', serif;
        margin-bottom:0;
    }
    .s-header__title a{
        color:#333;
    }
    .s-header__button {
        height: 24px;
        padding: 0 12px;
        vertical-align: middle;
        font: 12px/24px 'Roboto', Arial, sans-serif;
        color: #111;
        background: #dfdfdf;
        display: inline-block;
        border-radius: 12px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .s-header__button:hover {
        text-decoration: none;
    }
    .s-header__button:visited {
        color: inherit;
    }
.slider-wrap{
    position: relative;
}
.sub {
    background: #2F80ED;
}
    .sub__container {
        display: flex;
        height: 64px;
        align-items: center;
        justify-content: center;
    }
    .sub__label {
        color: #fff;
        font-family: 'Georgia', serif;
        font-size: 24px;
    }
    .sub__input,
    .sub__button {
        font-family: 'Trebuchet MS', sans-serif;
        color: #fff;
        height: 40px;
        border: 0;
        outline: 0;
        padding: 0 16px;
    }
    .sub__input {
        margin: 0 24px;
        width: 25%;
        background: rgba(0, 0, 0, .1);
    }
    .sub__button {
        background: rgba(0, 0, 0, .15);
        cursor: pointer;
    }
.book-svg {
    width: 180px;
    position: relative;
}
    .book-svg .book-i__volume {
        position: absolute;
        top: 16px;
        left: 18px;
        width: 100%;
    }
    .book-svg .book-i__title {
        position: absolute;
        top: 50%;
        left: 0;
        padding: 18px;
    }
.people {
    padding: 60px 0;
}
    .person-i {
        color: #333;
        text-decoration: none;
    }
    .person-i:hover {
        text-decoration: none;
        opacity: .8;
    }
    .person-i__image {
        margin-bottom: 16px;
    }
    .person-i__name {
        font: bold 18px 'Georgia', serif;
    }
    .person-i__info {
        font-size: 14px;
        color: #555;
    }
.cover--bottom {
    height: 360px;
}

.b_footer {
    background: #111;
    padding-top:15px;
    flex-shrink:0;
}   
@media print {
    .b_footer {
        display: none;
    }
}
    .footer__floor {
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .editorum-footer {
        border-top: 1px solid #333;
    }
    .editorum-footer:only-child{
        border-top: none;
    }
    .footer__link {
        color: #aaa;
        font-size: 14px;
        text-decoration: none;
        margin:0 20px 5px;
        cursor: pointer;
        display: inline-block;
    }
    .footer__link:hover,
    .b_footer a:hover{
        text-decoration: underline;
        color:#fff;
    }
    .footer__link--dark {
        color: #555;
    }
    .domain-footer-menu{
        display: flex;
        justify-content:center;
        align-items:stretch;
        flex-wrap: wrap;
    }
    .domain-footer-menu > .domain-footer-menu-item{
        margin:0 10px 15px;
    }
    .domain-footer-menu > .domain-footer-menu-item > .footer__link{
        font-size:16px;
        margin-bottom:10px;
    }
    .domain-footer-submenu .domain-footer-submenu .footer__link{
        opacity:0.8;
        padding-left:5px;
    }

.editorum-footer{
    height:50px;
    margin-bottom:0;
}
    .b_copyright{
        padding-top:5px;
        padding-bottom:5px;
        color:rgba(255,255,255,0.6);
    }
.b_header{
    height: 64px;
    position: static;
    flex-shrink:0;
}

@media print {
    .b_header {
        display: none;
        height: 0 !important;
        padding-bottom: 0 !important;
    }

    .content,
    .content.container,
    .b_header + .content.container {
        padding-top: 0 !important;
    }
}
    .b_header + .content.container{
        padding-top:70px;
        height:100%;
    }
.b_nav {
    min-width: 320px;
    min-height: 64px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: transform .14s ease-in;
}
    .nav__left{
        float: left;
    }
    .nav__right{
        float: right;
        margin-left: 20px;
        justify-content: flex-end;
        height: 64px;
    }
    .nav__left,
    .nav__right{
        display: flex;
        align-items: center;
        margin-top: 2px;
    }
    .b_nav:before{
        display: none;
    }
    .b_nav.nav--static {
        position: static;
    }
    .b_nav.nav--hide {
        transform: translateY(-100%);
    }
    .b_nav.nav--home {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 1px solid rgba(255,255,255,.4);
    }
    .b_nav .personal-image{
        margin-left: 4px;
    }
    .b_nav .user-menu{
        top:100%;
    }
    .b_nav .personal-links{
        max-width:180px;
        margin-right:0;
        padding-left:5px;
        width: auto;
    }
    .b_nav .personal-links span{
        text-transform: none;
    }
    .b_nav .nav__link .dropdown-toggle:hover{
        opacity:1;
    }
    .nav__logo {
        flex: none;
        display: inline-block;
        width: 10em;
        text-align: center;
        margin-left:20px;
        margin-right:15px;
        height: 60px;
        line-height:60px;
    }
    .nav__logo img{
        max-width: 100%;
        max-height: 100%;
    }
    .nav__link {
        font-size: 14px;
        text-decoration: none;
        padding: 3px 10px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        color: #333;
    }
    .nav__link:hover {
        text-decoration: none;
        color: #333;
        opacity: .8;
    }
    .nav__link.active,
    .nav__link.active:hover{
        font-weight:bold;
        color:#43b77a;
    }
    .nav__link+.nav__link{}
    .nav--home .nav__link {
        color: #fff;
    }
    .nav--home .nav__link:visited {
        color: #fff;
    }
    .nav__link.open{
        opacity:1;
    }
    .i-search {
        background: url(./images/ic_search_black_24px.svg);
    }
    .nav__input {
        width: 320px;
        height: 32px;
        border: 0;
        outline: 0;
        background: #f0f0f0;
        padding: 8px 16px;
        transition: width 0.2s ease;
    }
.top-search{
    position: relative;
    height: 32px;
}
    .top-search-input{
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 1;
        font-size: 0;
    }
    .top-search-input::-webkit-input-placeholder { opacity: 0; transition: opacity 0.2s ease;}
    .top-search-input:-ms-input-placeholder { opacity: 0; transition: opacity 0.2s ease;}
    .top-search-input::-ms-input-placeholder { opacity: 0; transition: opacity 0.2s ease;}
    .top-search-input::placeholder { opacity: 0; transition: opacity 0.2s ease;}
    .top-search:hover .top-search-input,
    .top-search-input:focus{
        width: 600px;
        font-size: 14px;
    }
    .top-search:hover .top-search-input::-webkit-input-placeholder, .top-search-input:focus::-webkit-input-placeholder { opacity: 1;}
    .top-search:hover .top-search-input:-ms-input-placeholder, .top-search-input:focus:-ms-input-placeholder { opacity: 1;}
    .top-search:hover .top-search-input::-ms-input-placeholder, .top-search-input:focus::-ms-input-placeholder { opacity: 1;}
    .top-search:hover .top-search-input::placeholder, .top-search-input:focus::placeholder  { opacity: 1;}
    .top-search-button{
        border:none;
        background: none;
        box-shadow: none;
        font-size: 18px;
        margin-right:10px;
        line-height: 32px;
        position: relative;
        z-index: 1;
    }
    .nav__searchbar {
        display: inline-flex;
        align-items: center;
    }
    .nav__searchbar.nav__searchbar--show {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #EB5757;
    }
    .nav__input:focus {
        width:600px;
    }
    .nav__button {
        display: inline-block;
        height: 32px;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 16px;
        color: #fff;
        background: #2F80ED;
        flex-shrink:0;
    }
    .nav__button:hover{
        text-decoration: none;
        color:#fff;
        background-color: #2F6CD8;
    }
    .lang-link{
        font-size: 13px;
        text-decoration: none;
        padding: 0 16px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }
    .lang-switcher{
        z-index: 1010;
    }
.hidden {
    visibility: hidden;
}
    .show-hidden .hidden {
        visibility: visible;
    }
.b_popup {
    width: 100vw;
    height: 100vh;
    min-height:600px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}
.b_popup.active{
    visibility: visible;
}
.popup__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    cursor: pointer;
}
.checkbox__toggle {
    display: none;
}
    .checkbox__toggle:checked + .popup {
        visibility: visible;
    }
.auth {
    width: 360px;
    background: #fff;
    padding: 48px;
    text-align: center;
    position: relative;
}
    .auth__title {
        position: absolute;
        top: -48px;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 28px;
        color: #ccc;
    }
    .auth__nav {
        color: inherit;
    }
    .auth__nav:hover,
    .auth__nav.auth__nav--active {
        color: #fff;
        text-decoration: none;
    }
    .auth__nav--active{
        font-weight:bold;
    }
    .auth__input,
    .auth__button {
        width: 100%;
        height: 48px;
        border: 0;
        outline: 0;
        font-size: 18px;
        padding: 0 16px;
    }
    .auth__input {
        border: 1px solid #eee;
    }
    .auth__input + .auth__input {
        border-top: 0;
    }
    .auth__button {
        margin-bottom: 24px;
        color: #fff;
        background: #2F80ED;
        text-align: center;
        cursor: pointer;
    }
      .auth__button:hover {
          color:#fff;
          background-color: #2F6CD8;
      }
    .auth__link {
        font-size: 14px;
        text-decoration: none;
    }
    .auth__link:hover {
        text-decoration: underline;
    }
    .auth__text {
        margin: 16px 0;
        font-size: 14px;
        text-align: center;
        color: #333;
    }
.dropdown {
    position: relative;
    display: inline-block;
}
    .dropdown__label {
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom:0;
    }
    .dropdown__list {
        position: absolute;
        top: 100%;
        left: -16px;
        list-style: none;
        background: #fff;
        border: 1px solid #dfdfdf;
        visibility: hidden;
        padding:0;
        margin:0;
        min-width:120px;
        max-width:240px;
    }
    .dropdown__list:hover,
    .dropdown__label:hover ~ .dropdown__list {
        visibility: visible;
    }
    .dropdown__list-item,
    .dropdown__list .nav__link{
        color: #333;
        font-size: 14px;
        display: block;
        padding: 8px 15px;
    }
    .dropdown__list-item:hover,
    .dropdown__list .nav__link:hover,
    .dropdown__list .nav__link.active  {
        background: #eee;
    }
    .dropdown__list-link {
        display: inline-block;
        padding: 12px 16px;
        text-decoration: none;
        color: inherit;
    }
    .dropdown-language .dropdown__list{
        left:auto;
        right:0;
        min-width:0;
    }
.main-nav .dropdown__list{
    left:0;
    max-width:none;
}
    .dropdown__list .dropdown{
        display: block;
    }
    .dropdown__list .dropdown__list{
        top:0;
        left:100%;
    }
.login-btn{
    cursor: pointer;
    color: #50b7ff;
    font-weight: bold;
}
.title-block{
    /*margin-top:-46px;*/
    height: calc(100vh - 64px);
}
.user__content{
    position: relative;
    padding:30px 0;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    height:100%;
    -webkit-flex: 1;
}
    /*.title-block .cover__overlay:after,*/
    /*.title-block .cover__overlay:before,*/
    /*.dark-bg-block .cover__overlay:after,*/
    /*.dark-bg-block .cover__overlay:before,*/
    /*.light-bg-block .cover__overlay:after,*/
    /*.light-bg-block .cover__overlay:before,*/
    /*.user__content:after,*/
    /*.user__content:before{*/
        /*content: '';*/
        /*position: absolute;*/
        /*width:1000px;*/
        /*height:100%;*/
        /*background-color: rgba(0,0,0,0.5);*/
        /*top:0;*/
    /*}*/
    /*.light-bg-block .cover__overlay:after,*/
    /*.light-bg-block .cover__overlay:before,*/
    /*.user__content:after,*/
    /*.user__content:before{*/
        /*background-color: rgba(255,255,255,0.6);*/
    /*}*/
    /*.title-block .cover__overlay:before,*/
    /*.dark-bg-block .cover__overlay:before,*/
    /*.light-bg-block .cover__overlay:before,*/
    /*.user__content:before{*/
        /*right:100%;*/
    /*}*/
    /*.title-block .cover__overlay:after,*/
    /*.dark-bg-block .cover__overlay:after,*/
    /*.light-bg-block .cover__overlay:after,*/
    /*.user__content:after{*/
        /*left:100%;*/
    /*}*/
    .user__content img{
        max-width: 100% !important;
        height: auto !important;
    }
.archive-news-list{
    flex-wrap:wrap;
    justify-content:flex-start;
    padding:0;
    margin-bottom:30px;
}
    .archive-news-list .news-i{
        width: 31%;
        margin-right:3.5%;
    }
    .archive-news-list .news-i:nth-child(3n){
        margin-right:0;
    }
.nav-mobile{
    display: none;
    border-bottom:none;
    padding-bottom:0;
}
    .nav-mobile-left{
        float: left;
        position: relative;
    }
    .nav-mobile-menu{
        width:50px;
        height:50px;
        border-right:1px solid #dfdfdf;
        display: flex;
        align-items:center;
        justify-content:center;
    }
    .nav-mobile-menu .fa{
        font-size:30px;
    }
    .nav-mobile-menu-inner{
        padding:0;
        margin:0;
        border-radius: 0;
        width:300px;
        border: 1px solid #e2e5e6;
        background: #fbfeff;
        overflow-y: auto;
    }
    .nav-mobile-menu-inner a{
        display: block;
        width: 100%;
        height: 65px;
        padding-top: 23px;
        padding-left: 20px;
        text-decoration: none;
        border-bottom: 1px solid #e2e5e6;
    }
    .nav-mobile-menu-inner .dropdown{
        display: block;
    }
    .nav-mobile-menu-inner .dropdown__list{
        position: static;
        width: auto;
        border: none;
        visibility: visible;
        margin-top:-1px;
    }
        .nav-mobile-menu-inner .dropdown__list .nav__link{
            padding-left:30px;
            height: auto;
            padding-top:12px;
            padding-bottom:12px;
        }
    .nav-mobile-menu-inner .dropdown__list .dropdown__list .nav__link{
        padding-left:40px;
        text-transform: none;
    }
    .nav-mobile-logo{
        width:100px;
        margin: 0 auto;
        display: block;
        height:50px;
        line-height:50px;
    }
    .nav-mobile-logo img{
        display: inline;
        max-height:45px;
    }
    .nav-mobile-right{
        float: right;
        display: flex;
        align-items:center;
        justify-content:flex-end;
        height:50px;
        border-left:1px solid #dfdfdf;
    }
    .nav-mobile-right > .nav__link{
        padding:0;
    }
    .nav-mobile-right .personal-links span{
        display: none;
    }
    .nav-mobile-right .fa-user{
        display: inline-block !important;
        visibility: visible;
        font-size:30px;
    }
    .nav-mobile-right .nav-mobile-user{
        height:50px;
        padding:0 15px;
        display: flex;
        align-items:center;
        justify-content:center;
    }
    .nav-mobile-right .dropdown-language{
        height:50px;
        width:50px;
        display: flex;
        align-items:center;
        justify-content:center;
        padding:0;
        border-left:1px solid #dfdfdf;
    }
    .nav-mobile-right .user-menu{
        right:0;
    }
    .dropdown-language .user-menu{
        width:100px;
    }
.nav-mobile-bottom{
    background-color: #333;
    padding:10px 15px;
    flex-shrink: 0;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
    .nav-mobile-bottom form{
        width:70%;
    }
    .nav-mobile-bottom .nav__input,
    .nav-mobile-bottom .nav__input:focus{
        width:95%;
    }
.news-page{
    display: flex;
    align-items:stretch;
}
    .news-page-content{
        padding-right:25px;
        margin-bottom:50px;
        width: 100%;
    }
    .other-news{
        flex-shrink: 0;
        width: 300px;
        padding-left:25px;
        border-left:1px solid #dfdfdf;
        margin-bottom:50px;
    }
.other-news .news-i{
    padding-top:0;
}
.abstract-block{
    padding: 40px 0;
    display: flex;
    height: 350px;
    align-items: flex-start;
}
    .abstract-block-image{
        width: 250px;
        height: 350px;
        flex-shrink: 0;
        margin-right:30px;
    }
    .abstract-block-image img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
    .abstract-block-info{    }
    .abstract-block-title{
        font: bold 20px 'Georgia', serif;
        margin-bottom:15px;
    }
    .abstract-block-title a{
        color:#333;
    }
    .abstract-block-authors{
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom:15px;
    }
    .abstract-block-text,
    .abstract-block-text p{
        font-size: 16px !important;
        line-height: 1.5em !important;
        margin-bottom:15px;
    }
    .abstract-block-text p:last-child{
        margin-bottom:0;
    }
    .abstract-block-info--cut{
        overflow: hidden;
        position: relative;
        height:100%;
    }
    .abstract-block-info--cut:after{
        content: '';
        position: absolute;
        width:100%;
        bottom:0;
        left:0;
        height:30px;
        background: -moz-linear-gradient(top, rgba(244,243,243,0) 0%, rgba(244,243,243,1) 100%);
        background: -webkit-linear-gradient(top, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 100%);
        background: linear-gradient(to bottom, rgba(244,243,243,0) 0%,rgba(244,243,243,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f3f3', endColorstr='#f4f3f3',GradientType=0 );
    }
.authors-block{
    padding:40px 0;
}
.s-header + .abstract-block,
.latest .abstract-block{
    padding-top: 0;
    padding-bottom:0;
}
.abstract-block + .abstract-block{
    margin-top: 40px;
}
.authors-block-list{}
    .authors-block-item{
        margin-bottom:10px;
        font-size: 16px;
        line-height: 1.4em;
    }
    .authors-block-item .info{
        font-size:14px;
        color: #666;
        line-height: 1.3em;
    }
    .authors-block-gallery{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .authors-block-gallery-item{
        width: 15.5%;
        margin-bottom:15px;
    }
    .authors-block-gallery-item .image{
        display: block;
        height:180px;
        margin-bottom:15px;
    }
    .authors-block-gallery-item .avatar{
        width:100%;
        height: 100%;
        object-fit: cover;
    }
    .authors-block-gallery-item .avatar-default{
        opacity:0.4;
    }
    .authors-block-gallery-item .name{
        font:bold 16px/1.3em 'Georgia', serif;
    }
    .authors-block-gallery-item .name a{
        color: #333;
    }
    .authors-block-gallery-item .position{
        font: 14px/1.2em 'Trebuchet MS';
        display: inline-block;
    }
.rubrics-block{
    padding-top:40px;
    padding-bottom:40px;
}
    .rubrics-block-item{
        font: 16px/1.3em 'Trebuchet MS';
        margin-bottom: 8px;
    }
    .rubrics-block-item a{
        color: #333;
    }
    .rubrics-block-item .quantity{
        color: #888;
        font-size:14px;
    }
/*---------  Entities' editing  --------*/
.topmenu-editing{
    margin-bottom:30px;
}
    .topmenu-editing > li{
        display: inline-block;
        margin-right:10px;
        position: relative;
    }
    .topmenu-editing li:after{
        display: inline-block;
        content: '/';
        color: #c0c0c0;
        margin-left:10px;
        font-size:22px;
        position: relative;
        bottom:-4px;
    }
    .topmenu-editing li:last-child:after{
        display: none;
    }
    .topmenu-editing > li > a{
        padding:0;
        border-bottom:1px dotted;
        display: inline-block;
    }
    .topmenu-editing > li > a:focus, .topmenu-editing > li > a:hover{
        background-color: none;
    }
    .topmenu-editing > .active > a{
        border-bottom:none;
        color: #333;
        font-weight:bold;
        pointer-events: none;
        font-size:16px;
    }
    .topmenu-editing .fa-upload{
        display: none;
    }

.toptabs-editing{
    margin-bottom: 20px;
}
    .toptabs-editing > li{
        display: inline-block;
        margin-right:2px;
        position: relative;
        margin-bottom:10px;
    }
    .toptabs-editing > li > a{
        padding:7px 10px;
        border:1px solid #2db1ee;
        display: inline-block;
        border-radius:3px;
        font-size:15px;
        position: relative;
    }
    .toptabs-editing > li > a:focus,
    .toptabs-editing > li > a:hover,
    .toptabs-editing > .active > a{
        background-color: #2db1ee;
        color:#fff;
    }
    .toptabs-editing .fa-upload,
    .toptabs-editing .for-request{
        display: none;
    }
    .toptabs-editing > .request-btn > a,
    .request-dropdown .request-btn{
        background-color: #43b77a;
        border: 1px solid #43b77a;
        border-radius: 0;
        color: #fff;
        height: auto;
        padding:7px 10px;
        font-size: 15px;
    }
    .toptabs-editing > .request-btn > a:hover,
    .request-dropdown .request-btn:hover{
        background-color: #40955B;
        border-color: #40955B;
    }
    .toptabs-editing > li >.tabs-number-1,
    .toptabs-editing > li >.tabs-number-2,
    .toptabs-editing > li >.tabs-number-3{
        padding-left:30px;
    }
    .tabs-number-1:before,
    .tabs-number-2:before,
    .tabs-number-3:before{
        position: absolute;
        height: 19px;
        line-height:19px;
        font-size:12px;
        width:19px;
        text-align: center;
        color:#fff;
        background-color: #888;
        border-radius: 50%;
        top:50%;
        left:5px;
        margin-top:-10px;
    }
    .tabs-number-1:before{
        content: '1';}
    .tabs-number-2:before{
        content: '2';}
    .tabs-number-3:before{
        content: '3';}
.search-wrapper{
    display: flex;
    margin-bottom: 35px;
}
    .search-wrapper .search-wrapper--input{
        height: 40px;
        padding: 0 15px;
        border-radius: 0;
        width: 100%;
        min-width: 0;
    }
    .search-wrapper--btn{
        border-radius: 0;
        flex-shrink: 0;
    }
.search-select{
    width: 100% !important;
}
    .search-checkbox,
    .form-group .search-checkbox{
        padding-left: 0;
        margin-top: 10px;
    }
    .search-checkbox--label{
        display: inline-block;
        min-width: 160px;
        vertical-align: middle;
    }
    .search-checkbox--input,
    .search-checkbox--input[type="checkbox"],
    .search-checkbox--input[type="radio"]{
        margin: 0;
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }
.short-nav{
    display: none;
}
    .short-nav .main-nav{
        display: block;
    }

    .archive {
        display: flex;
        flex-flow: column;
    }

    .archive__container {
        margin-bottom: 16px;
    }

    .archive__title {
        padding-left: 6px;
    }
/*---------  Adaptive  ---------*/
@media (max-width: 1400px) {
    .short-nav {
        display: block;
    }
    .main-nav{
        display: none;
    }
    .nav-mobile-menu-inner .main-nav{
        display: block;
    }
}
@media (max-width: 1200px){
    .news-i__title{
        font-size: 18px;
    }
    .news-i__title.news-i__title--big{
        font-size: 28px;
    }
}
@media (max-width: 1100px){
    .nav__input:focus,
    .top-search:hover .top-search-input,
    .top-search-input:focus{
        width: 320px;
        font-size: 14px;
    }
    .news .flex{
        flex-wrap: wrap;
    }
    .news_col-1{
        width: 65%;
    }
    .news_col-2{
        width: 35%;
        padding-right: 0;
    }
    .news_col-3{
        width: 100%;
        flex-direction: row;
        padding-left: 0;
        border-left: none;
    }
    .news-i--bt{
        width: 23.5%;
        margin-right: 1.5%;
    }
    .other-news .news-i--bt{
        width:100%;
        margin-right:0;
    }
    .news-i.news-i--bt + .news-i.news-i--bt{
        border-top:none;
    }
    .other-news .news-i.news-i--bt + .news-i.news-i--bt{
        border-top:1px solid #dfdfdf;
    }
    .news-slider .news-i:nth-child(3){
        display: none;
    }
    .news-slider .news-i:nth-child(2){
        margin-right:0;
    }
}
@media (max-width: 991px){
    .archive-news-list .news-i{
        width: 47%;
        margin-right:6%;
    }
    .archive-news-list .news-i:nth-child(3n){
        margin-right:6%;
    }
    .archive-news-list .news-i:nth-child(2n){
        margin-right:0;
    }
    .news-i__image-big{
        max-height:380px;
        height: auto;
    }
    .authors-block-gallery-item{
        width: 18%;
    }
}
@media (max-width: 900px){
    .main-nav{
        margin-top:0;
    }
    .other-news{
        width: 250px;
    }
}
@media (max-width: 800px){
    .news-i--bt:nth-child(4){
        display: none;
    }
    .other-news .news-i--bt:nth-child(4){
        display: block;
    }
    .news-i--bt{
        width: 30%;
        margin-right: 3.3%;
    }
    .authors-block-gallery-item{
        width: 23%;
    }
    .authors-block-gallery-item .name{
        font:bold 14px/1.25em 'Georgia', serif;
    }
}
@media (max-width: 767px){
    .container{
        width:100%;
    }
    .user__content .flex__container,
    .people .flex__container{
        flex-wrap: wrap;
    }
}
@media (max-width: 700px){
    .news .flex{
        flex-direction: column;
    }
    .news_col-1,
    .news_col-2{
        width:100%;
        padding:0;
    }
    .news_col-2{
        border-left:none;
        flex-direction: row;
    }
    .news_col-2 .news-i{
        width: 47%;
        margin-right:3%;
    }
    .news-i--bt .news-i__title{
        font-weight:normal;
    }
    .b_nav{
        display: none;
    }
    .nav-mobile{
        display: block;
    }
    .person-i{
        display: block;
        margin:0 auto 30px;
    }
    .news-page-content{
        padding-right:0;
    }
    .other-news{
        display: none;
    }
    .news-page-image,
    .news-page-date{
        text-align: left;
    }
    .news-slider .news-i,
    .news-slider .news-i:nth-child(3){
        margin-left: 20px;
        margin-right:20px;
        display: block;
        width:auto;
    }
}
@media (max-width: 600px){
    .cover__title{
        font-size:36px;
        line-height:1.1em;
    }
    .s-header__title{
        font-size:26px;
    }
    .archive-news-list .news-i{
        width: auto;
        margin-right:0 !important;
    }
    .news_row .news-i__image{
        max-width: 500px;
    }
    .news_col-3{
        display: none;
    }
    .news_col-2{
        flex-direction: column;
    }
    .news_col-2 .news-i{
        width: 100%;
        margin-right:0;
    }
    .news-slider + .slick-arrows{
        display: block;
    }
    .cover--bottom{
        height:auto;
        min-height:0;
        padding:50px 0;
    }
    .abstract-block{
        flex-direction: column;
        height:auto;
    }
    .abstract-block-image{
        max-width: 350px;
        width:100%;
        margin-right:0;
        margin-bottom:20px;
        height:auto;
    }
    .abstract-block-info--cut:after{
        display: none;
    }
    .authors-block-gallery-item{
        width: 30%;
    }
    .l-wrapper iframe{
       width: 100%;
    }
}
@media (max-width: 450px){
    .nav-mobile-logo{
        float: left;
        margin-left:10px;
    }
    .authors-block-gallery-item{
        width: 48%;
    }
    .slider-wrap .slick-list{
        margin-right: -30px;
        padding-right: 70px;
    }
    .slider-wrap .slick-arrows{
        display: none;
    }
}

@media print {
    .cookie-info,
    .b24-widget-button-inner-container,
    .noprint{
        display: none !important;
    }

    #reference-item a,
    .glyphicon-envelope:before,
    .author-id,
    .name {
        color: #50b7ff !important;
    }
}

a.tab-link {
    color: #707070 !important;
    text-decoration: none !important;
}

a.tab-link_active {
    color: white !important;
}

.year-header {
    margin-left: 0.5rem;
}