
.jscroll-inner {
    width: 100%;
}

.inline-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: super;
    color: #007bff;
    font-size: 11px;
    line-height: 1;
    border-bottom: 1px dotted transparent;
    cursor: default;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
}

sup .inline-tooltip {
    vertical-align: text-bottom;
}

.yearlist__item {
    max-width: 94px;
}

.yearlist__search {
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 36px;
    padding: 3px 10px 0;
    color: #333;
    font-size: 2.4rem;
    line-height: 36px;
    text-align: center;
    border: 1px solid transparent;
    outline: 0 none;
    background: #dfdede;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -moz-appearance: textfield;
}

.yearlist__search::-webkit-inner-spin-button,
.yearlist__search::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.yearlist__search:focus {
    color: #fff;
    background-color: #000000;
}

.yearlist-slider_state_error {
    color: #808080;
}

.yearlist-slider_state_error:focus {
    color: #808080;
}

.author-image_type_proportional-square {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.author-image_type_proportional-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.orcid-icon {
    width: 2rem;
    height: auto;
    position: relative;
    top: -0.3rem;
}

@media (min-width: 768px) {
    #main-wrapper .column-wrapper .leftcolumn {
        flex-basis: 20%;
        order: 1;
    }

    #main-wrapper .column-wrapper .centercolumn {
        flex-basis: 56%;
        order: 2;
    }

    #main-wrapper .column-wrapper .rightcolumn {
        order: 3;
    }
}


.responsive-menu {
    left: -200%
}

.responsive-menu-close {
    display: none;
}

.responsive-menu-open {
    z-index: 1002;
}

.burger {
    position: absolute;
    top: 3.5rem;
    right: 20px;
    z-index: 1003;
    display: block;
    width: 24px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
    border: 0 none;
    outline: 0 none;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

@media (min-width: 768px) {
    .burger {
        display: none;
    }
}

.burger:focus {
    outline: 0 none;
}

@media only screen and (min-width: 1025px) {
    .burger {
        width: 23px;
        height: 10px;
    }
}

.burger:hover {
    opacity: 0.8;
}

.burger:before,
.burger:after {
    content: '';
    position: absolute;
}

.burger:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 18px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: transform 0.2s ease;
}

@media only screen and (min-width: 1025px) {
    .burger:before {
        width: 23px;
        height: 8px;
    }
}

.burger:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 2px;
    background: #202020;
    transition: transform 0.2s ease;
}

.burger_type_close:before {
    height: 2px;
    border: 0 none;
    background: #202020;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.burger_type_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.burger_style_light:before,
.burger_style_light:after {
    border-color: #000;
}

.burger_style_light:after {
    background: #000;
}

.burger_style_light.burger_type_close:before {
    background: #000;
}

@media only screen and (max-width: 768px) {
    .header__center .searchform {
        display: none;
    }
}

.responsive-search-trigger {
    position: absolute;
    top: 3.5rem;
    left: 20px;
    z-index: 1005;
    font-size: 0;
    line-height: 1;
    outline: 0 none;
    border: 0 none;
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .responsive-search-trigger {
        display: none;
    }
}

.responsive-search-trigger:focus {
    outline: 0 none;
}

.responsive-search-trigger .search-ico {
    width: 2.5rem;
    height: auto;
    fill: #000;
}

.responsive-search {
    background-color: #d4d4d4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 200%;
    width: 100%;
    height: 100%;
    z-index: 10015;
    padding: 0;
    overflow-y: scroll;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}

.responsive-search.open {
    left: 0;
    -webkit-box-shadow: 0 0 13px 3px #000;
    box-shadow: 0 0 13px 3px #000;
}

.responsive-search .close-button {
    position: absolute;
    top: 3rem;
    right: 3rem;
}

.responsive-search .close-button svg {
    fill: #3e3e3e;
    width: 3rem;
}

.responsive-search__content {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 5rem 3rem;
}

.responsive-search__input {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0 0 1rem;
    padding: 0 20px;
    line-height: 42px;
    border: 1px solid #d0d0d0;
    background-color: transparent;
}

.responsive-search input {
    transition: all .3s ease;
}

.responsive-search input:focus {
    background: #fff;
}

.responsive-search__search {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.4rem 2rem;
    font-size: 1.5rem;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #525252;
    color: #e7e7e7;
}

.responsive-search__controls {
    padding: 1.5rem 0 0;
    text-align: left;
}

.responsive-search__controls_align_right {
    text-align: right;
}

.responsive-search__controls_align_center {
    text-align: center;
}

.responsive-search__controls_align_left {
    text-align: left;
}

.responsive-search__trigger,
.responsive-search__trigger:hover {
    color: inherit;
    text-decoration: none;
}

.responsive-search .additional-search {
    display: block;
}

.responsive-search__form {
    padding: 2rem 15px;
    background-color: #dbdbdb;
}

.responsive-search__panel {
    width: 100%;
}

.responsive-search__panel_state_hidden {
    display: none;
}


.responsive-search #closeAddSearch {
    display: none;
}

html body {
    background: #ededed;
}

body #toolbarContainer,
body .findbar,
body .secondaryToolbar {
    background: #2b2b2b;
}

body #download,
body #secondaryToolbarToggle,
body #pageRotateCw,
body #pageRotateCcw,
body #cursorSelectTool,
body #scrollVertical,
body #scrollHorizontal,
body #scrollWrapped,
body #spreadNone,
body #spreadOdd,
body #spreadEven,
body #documentProperties,
body #viewBookmark,
body #openFile,
    /* body #toolbarViewerMiddle, */
body #scaleSelectContainer,
body #print {
    display: none;
}

body #viewerContainer:not(.pdfPresentationMode) {
    border: 1px solid #d8d8d8;
}

body #viewerContainer {
    background: #808080;
}

.content-pdf:before {
    content: '';
    display: block;
    width: 100%;
    padding: 140% 0 0;
}

.content-pdf #outerContainer {
    position: absolute;
    top: 0;
    left: 0;
}

body #mainContainer {
    min-width: 290px;
}

#viewerContainer {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.search-results-type {
    margin: 0 0 3.2rem;
}

.search-results .search-results-item {
    padding: 0 2rem 1.1rem 0;
    margin-bottom: 3.2rem;
    border-bottom: 1px solid #e1e1e1;
}

.search-results .release-info {
    padding-left: 0;
}

.search-results .authors a {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff));
    background-image: linear-gradient(#007bff, #007bff);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    color: #004a99;
}

.search-results .authors :focus,
.search-results .authors :hover {
    background-size: 100% 1px;
}

.search-results .link {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff));
    background-image: linear-gradient(#007bff, #007bff);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #007bff;
    display: inline;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.search-results .link:focus,
.search-results .link:hover {
    text-decoration: none;
}

.search-results .link:focus,
.search-results .link:hover {
    background-size: 100% 1px;
}

.search-results .link a,
.search-results .link a:hover,
.search-results .link a:focus {
    text-decoration: none;
}

.search-results-item-highlight {
    display: block;
    margin: 10px 0;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    background: #dfdede;
    border: 1px solid #cccccc;
}

.search-results-item-highlight:hover {
    text-decoration: none;
}


@media only screen and (max-width: 768px) {
    .account {
        display: block;
    }
}

.newslist__all {
    max-width: 400px;
    margin: 0 auto;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .contentlist__rubric {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.author__articles-list-title {
    margin: 0 0 1rem;
    padding: 3rem 0;
    border-top: 1px solid #e1e1e1;
}

.author__articles-item {
    margin-bottom: 1rem;
}


.form-check-input {
    margin-top: 1.1rem;
}

.header__center .searchform {
    right: 19.3rem;
}

.account__link {
    right: 14.8rem
}

.header__center .lang-switcher {
    right: calc(5rem + 15px);
}

.content-inner .highlight {
    background-color: rgba(0, 100, 0, 0.3);
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .login-form .form-check .form-check {
        padding-left: 0;
    }

    .login-form .form-check label {
        padding-left: 0;
        font-size: 14px;
    }

    .login-form .form-check {
        padding-left: 0;
    }
}

/*.table-bordered, .table-bordered td, .table-bordered th {*/
/*    border: 0 none;*/
/*}*/

.home__release-info {
    font-size: 2.5rem;
    font-weight: 700;
}

.btn-main {
    background: #525252;
    color: #e7e7e7;
}

.btn-main:hover {
    color: #fff;
    background: #1f1f1f;
}

.range__fields {
    font-size: 0;
}

.range input.range__input {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.range__input:focus {
    position: relative;
    z-index: 10;
}

.range__input_type_to {
    margin-left: -1px;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-horizontal .noUi-handle {
    right: -6px !important;
    width: 12px;
    height: 12px;
    border: 3px solid #525252;
    border-radius: 50%;
    background: #ededed;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    outline: 0 none;
}

.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
    display: none;
}

.noUi-target {
    border: 0 none;
    background: transparent;
    box-shadow: none;
}

.noUi-connects {
    border-radius: 0;
}

.noUi-connect {
    background: #4b505a;
}

.social {
    padding: 15px 0 5px;
}

.social ul,
.social ol {
    padding: 0;
}

.header__center .offer-link {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.header__top {
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .header {
        margin-top: 0;
        padding-top: 28px;
    }

    .header__top {
        margin-top: -50px;
        padding: 0.3rem 0;
    }
}

.social-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.social-nav__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.social-nav__item:first-child {
    margin-left: 0;
}

.social-nav__link {
    display: block;
}

.social-nav__link:hover .social-nav__icon {
    fill: #fff;
}

.social-nav__icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: #929292;
    -webkit-transition: fill .3s ease;
    -moz-transition: fill .3s ease;
    -ms-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

#closeAddSearch {
    cursor: pointer;
}

.header .additional-search .form-check-input {
    margin-top: .5rem;
}

.reply-form {
    padding-left: 2rem;
    border-left: 3px solid rgba(0, 0, 0, .1);
}

.reply-form input[type=text] {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
    color: #2a2a2a;
    font-size: 1.6rem;
    outline: 0;
    border: 1px solid #d9dde0;
    background-color: transparent;
}

.reply-form textarea {
    width: 100%;
    resize: vertical;
    color: #2a2a2a;
    border: 1px solid #d9dde0;
    background-color: transparent;
    padding: 1rem;
    margin-bottom: 2rem;
    height: 10rem;
}

.reply-form input[type="submit"] {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    padding: 1rem;
    background-color: #2d2d2d;
    outline: none;
    width: 100%;
    border: none;
}

.reply-form + .comment-reply-btn {
    display: none;
}

.comments {
    border-top: 0 none;
    padding-top: 0;
}

.comments-list {
    padding-top: 5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.comments-list:empty {
    padding: 0;
    border-color: transparent;
}

@media (max-width: 992px) {
    .additional-search {
        position: relative;
        padding: 30px 0;
    }
}

.additional-search__wrapper {
    position: relative;
    padding-right: 50px;
    font-size: 0;
}

@media (min-width: 992px) {
    .additional-search__wrapper {
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 250px;
    }
}

.additional-search #closeAddSearch.additional-search__close {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-top: 0;
    float: none;
}

@media only screen and (min-width: 992px) {
    .additional-search #closeAddSearch.additional-search__close {
        top: 50%;
        transform: translate(0, -50%);
    }
}

@media only screen and (min-width: 1340px) {
    .additional-search #closeAddSearch.additional-search__close {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.additional-search__close:before,
.additional-search__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 30px;
    height: 1px;
    background: #343434;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.additional-search__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.additional-search__fields,
.additional-search__controls {
    font-size: 0;
}

.additional-search__controls {
    text-align: center;
    padding-right: 10px;
    padding-left: 50px;
}

@media (min-width: 500px) {
    .additional-search__controls {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .additional-search__fields,
    .additional-search__controls {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .additional-search__controls {
        position: absolute;
        top: 50%;
        right: 55px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 200px;
        padding: 0 10px 0 0;
    }
}

.additional-search__control {
    width: 100%;
}

@media (min-width: 500px) {
    .additional-search__control {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 175px;
    }
}

.additional-search input[type=submit] {
    margin: 0;
}

@media (min-width: 500px) {
    .additional-search__group,
    .additional-search__item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }
}

.additional-search__group {
    width: 100%;
}

@media (min-width: 992px) {
    .additional-search__group {
        width: 33.333%;
    }
}

@media (min-width: 1576px) {
    .additional-search__group {
        width: 40%;
    }

    .additional-search__group:nth-child(3) {
        width: 20%;
    }
}

.additional-search__item {
    padding: 0 10px 20px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .additional-search__item {
        padding: 0 10px;
    }
}

.additional-search input:not(.form-check-input) {
    padding-left: 10px;
    padding-right: 10px;
}

.responsive-search .additional-search,
.responsive-search .additional-search__wrapper,
.responsive-search .additional-search__controls {
    padding: 10px;
}

@media only screen and (max-width: 1200px) {
    .additional-search .check-elem__label {
        padding-left: 20px;
    }
}

.page-social {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 100;
}

.page-social .ya-share2__title {
    display: none;
}

.page-social .ya-share2__container_size_m .ya-share2__icon {
    width: 30px;
    height: 30px;
}

.page-social .ya-share2__list {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: right;
}

.page-social .ya-share2__list_direction_vertical > .ya-share2__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

@media only screen and (min-width: 768px) {
    .page-social {
        position: fixed;
        top: 50%;
        left: auto;
        right: 45px;
        bottom: auto;
        z-index: 100;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .page-social .ya-share2__container_size_m .ya-share2__icon {
        width: 50px;
        height: 50px;
    }

    .page-social .ya-share2__list_direction_vertical > .ya-share2__item {
        display: block;
        margin: 0 0 10px;
    }

    .page-social .ya-share2__list_direction_vertical > .ya-share2__item:last-child {
        margin-bottom: 0;
    }
}

.header__center .lang-switcher ul li a,
.header__center .buy-button,
.header__center .offer-link,
.header__bottom ul li a,
.newslist1__item_link a,
.calendar-panel__link {
    border-bottom: 1px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(#000, #000);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all .3s;
}

.newslist1__item_link a,
.calendar-panel__link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff));
    background-image: linear-gradient(#007bff, #007bff);
}

.header__center .lang-switcher ul li a.active,
.header__center .lang-switcher ul li a:hover,
.header__center .buy-button.active,
.header__center .buy-button:hover,
.header__center .offer-link.active,
.header__center .offer-link:hover,
.header__bottom ul li a.active,
.header__bottom ul li a:hover,
.header__bottom ul li a :focus,
.newslist1__item_link a:hover,
.calendar-panel__link:hover {
    border-bottom: 1px solid transparent;
    background-size: 100% 1px;
    text-decoration: none;
}


.newslist1__item_link a {
    color: #007bff;
}

.newslist1__item_link {
    line-height: 1;
}

.newslist1__item_text {
    line-height: 1.5;
    padding: 0 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #1d1d1b;
}

.page-share {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1000;
}

.share-group {
    opacity: 1;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -ms-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.share-group_state_hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
}

.share-group__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.share-group__item:last-child {
    margin-bottom: 0;
}

.share-group__link {
    display: block;
    padding: 5px;
    background: #444;
    opacity: 0.7;
    fill: #bdbdbd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.share-group__link:hover {
    fill: #fff;
    opacity: 1;
    background: #000;
}

.share-group__icon {
    display: block;
    width: 15px;
    height: 15px;
    fill: inherit;
}

@media only screen and (min-width: 768px) {
    .page-share {
        right: 2%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .share-group__item {
        display: block;
        margin: 0 0 10px;
    }

    .share-group__link {
        padding: 6px;
    }

    .share-group__icon {
        width: 24px;
        height: 24px;
    }
}

.newslist__item {
    padding: 1.5rem
}

.newslist1__item_text,
.newslist1__item_date,
.newslist1__item_link {
    padding-left: 0;
    padding-right: 0;
}


.check-elem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.check-elem__label {
    position: relative;
    display: block;
    min-height: 20px;
    padding: 0 0 0 25px;
    line-height: 20px;
}

.check-elem__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    margin: 2px 0 0;
    border-radius: 3px;
    border: 1px solid #a6a6a6;
    background: -moz-linear-gradient(top, rgb(222, 222, 222) 0%, rgb(237, 237, 237) 100%);
    background: -webkit-linear-gradient(top, rgb(222, 222, 222) 0%, rgb(237, 237, 237) 100%);
    background: linear-gradient(to bottom, rgb(222, 222, 222) 0%, rgb(237, 237, 237) 100%);
}

.check-elem__label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    transform: rotate(-45deg);
    display: block;
    width: 7px;
    height: 5px;
    margin: 5px 0 0;
    opacity: 0;
    border-left: 2px solid #424242;
    border-bottom: 2px solid #424242;
    transition: opacity .3s ease;
}

.check-elem__input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.check-elem__input[type='radio'] + .check-elem__label:before {
    border-radius: 50%;
}

.check-elem__input[type='radio'] + .check-elem__label:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0 none;
    background: #424242;
}

.check-elem__input:checked + .check-elem__label:after {
    opacity: 1;
}


.login-form .form-check {
    padding-left: 0;
}

.form-check,
.form-check label {
    padding-left: 0;
}

.header__center .lang-switcher ul li {
    margin-right: .8rem;
}

.comments h2 {
    font-size: 15px;
}

.author__articles-item .release-info {
    font-size: 1.6rem;
    font-weight: 400;
}

.person-filter {
    border: 0 none;
    background: #171717;
}


.person-filter .person-alphabet-letter label {
    color: #b5b5b5;
}

.person-filter .person-alphabet-letter input:disabled ~ label {
    color: #606060;
}

.person-filter .person-alphabet-letter input:checked ~ label {
    background: transparent;
}

.person-alphabet-filter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.person-filter .person-alphabet-letter {
    margin: 5px;
}

.person-filter .person-alphabet-letter label {
    width: auto;
}

.container-flex {
    display: flex;
    max-width: 100%;
}

.article-metadata .metadata-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.article-metadata .article-metadata__authors.tabs {
    margin-bottom: 0.5rem;
}

.article-metadata .metadata-group > .metadata-group__item {
    flex: 1;
    font-size: 1.3rem;
}

.article-metadata .metadata-group > .metadata-group__item p {
    font-size: 1.3rem;
}

.article-metadata .metadata-group > .metadata-group__item:first-child {
    flex: 0.6;
}

.copyright {
    font-size: 1.2rem;
    white-space: nowrap;
}
.copyright-icon {
    position: relative;
    top: -2px;

}

.meta_upload_form__notification {
    padding-bottom: 2rem;
}

.content-center {
    padding: 0 2rem;
}

.title-panel-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .container-flex {
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    .content-left {
        order: 2;
        max-width: 100%;
        flex-basis: 50%;
        padding: 1rem 0;
    }

    .content-right {
        order: 3;
        max-width: 100%;
        flex-basis: 100%;
        padding: 1rem 0;
    }

    .content-center {
        order: 4;
        flex-basis: 100%;
        max-width: 100%;
    }

    .title-panel-mobile {
        display: block;
        order: 1;
    }

    .title-panel {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .container-flex {
        flex-direction: column;
    }

    .content-left {
        order: 1;
        max-width: 100%;
        border: 0;
        padding-bottom: 0;
    }

    .content-right{
        order: 2;
        max-width: 100%;
        border: 0;
        padding-top: 0;
    }

    .content-center {
        order: 3;
    }

    .content-left .article-metadata {
        border-bottom: none;
    }
    .content-right .article-metadata {
        border-top: none;
    }
}

@media only screen and (max-width: 768px) {
    .person-alphabet-filter {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .person-filter .person-alphabet-letter {
        flex-basis: 6%;
        margin: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .person-filter .person-alphabet-letter {
        flex-basis: 10%;
        margin: 0;
    }
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

.tooltipster-content {
    font-size: 13px;
}

.tooltipster-sidetip .tooltipster-content {
    padding: 15px;
}

.responsive-menu .social-nav {
    padding: 40px 0 20px;
    text-align: center;
}

.responsive-menu .social-nav__item {
    display: inline-block;
    vertical-align: middle;
}


.responsive-menu .social-nav__link:hover {
    background: transparent;
}

.responsive-menu .social-nav__link:hover .social-nav__icon {
    fill: #000;
}

.yearlist.swiper-wrapper {
    align-items: center;
}

.yearlist__item {
    min-width: 60px;
    height: auto;
}

.yearlist__item.active:after {
    display: none;
}

.yearlist__item,
.yearlist__item.active {
    padding: 3rem 1.2rem;
}

.yearlist__item.active span {
    font-size: 1.4rem;
}

.yearlist__item a {
    display: inline-block;
    vertical-align: middle;
}

.yearlist__item.active:hover span {
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}

.yearlist__search-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: block;
    width: 60px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 31px;
    text-align: center;
    border: 0 none;
    outline: 0 none;
    border-radius: 100px / 50px;
    background: #dfdede;
}

@media only screen and (min-width: 768px) {
    .yearlist__search-line {
        width: 75px;
        height: 35px;
        padding-top: 1px;
        font-size: 2rem;
        line-height: 35px;
        border-radius: 75px / 35px;
    }
}

.yearlist__search-line:focus,
.yearlist__search-line:active,
.yearlist__search-line:hover {
    outline: 0 none;
    border: 0 none;
}

.newslist__illustration,
.newslist1__illustration {
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
    text-decoration: none;
    background-position: center top;
    background-size: cover;
}

.newslist__illustration:before,
.newslist1__illustration:before {
    content: '';
    display: block;
    width: 100%;
    padding: 66% 0 0;
}

.newslist1__illustration_type_secondary:before {
    min-width: 250px;
    padding: 155% 0 0;
}

.newslist__illustration-image,
.newslist1__illustration-image {
    display: none;
}

.single-author .dates {
    margin: -2rem 0 1rem;
    font-size: 18px;
    white-space: nowrap;
}

.header__bottom ul {
    background: #cacaca;
}

.additional-search {
    background: #dededee6;
}

@media only screen and (max-width: 768px) {
    .header__center .logo {
        max-width: 200px;
    }
}

.header__center .logo img {
    width: 110px;
    max-width: 100%;
}

.no-break {
    display: inline-block;
}

.authors__thumbnail {
    filter: grayscale(1);
    transition: all .3s ease;
}

.newslist1__item:hover .authors__thumbnail {
    filter: grayscale(0);
}

.header__trigger {
    display: none;
}

@media only screen and (min-width: 768px) {
    .header__center {
        position: relative;
    }

    .header__trigger {
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translate(-50%, 0);
        display: block;
        width: 30px;
        height: 30px;
        font-size: 0;
        line-height: 0;
        border: 0 none;
        outline: 0 none;
        background: transparent;
        cursor: pointer;
    }

    .header__trigger:focus,
    .header__trigger:active {
        outline: 0 none;
    }

    .header__trigger:hover:before {
        border-color: #343434;
    }

    .header__trigger:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 10px;
        height: 10px;
        transform: translate(-50%, 0) rotate(45deg);
        border-top: 1px solid #a2a2a2;
        border-left: 1px solid #a2a2a2;
        transition: all .3s ease;
    }

    .header-minimize .header__bottom ul li a:link {
        font-size: 1.6rem;
    }


    .header-minimize .header__trigger {
        bottom: 0;
    }

    .header-minimize .header__trigger:before {
        transform: translate(-50%, -70%) rotate(225deg);
    }

    .header-minimize .logo__subtitle {
        display: none;
    }

    .logo {
        overflow: hidden;
    }

    .header-minimize .logo {
        height: 57px;
    }

    .header-minimize .header__center .logo img {
        max-width: 150px;
    }

    .header-minimize {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .header__bottom ul {
        transition: all .3s ease-in;
    }

    .header-minimize .header__bottom ul {
        padding: 10px 0 0;
    }

    .header-minimize .header__center .col {
        position: relative;
    }

    .header-minimize .header__center {
        padding: 0 0 10px;
    }

    .header__center .searchform,
    .header__center .account__link,
    .header__center .lang-switcher,
    .header__center .offer-link,
    .header__center .buy-button {
        transition: all .3s linear !important;
    }

    .header-minimize .header__center .searchform,
    .header-minimize .header__center .account__link,
    .header-minimize .header__center .lang-switcher,
    .header-minimize .header__center .offer-link,
    .header-minimize .header__center .buy-button {
        top: 50%;
        transform: translate(0, -50%);
        transition: all .3s linear !important;
    }

    .header-minimize .header__top {
        padding: 0;
    }
}

.content-favorite {
    padding: 10px 0;
    text-align: right;
}

.favorite {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 12px;
}

.favorite__link {
    position: relative;
    z-index: 10;
    display: none;
    padding: 0 20px 0 0;
    color: #cacaca;
    font-size: 12px;
    text-decoration: none;
    transition: all .3s ease-in;
}

.favorite__link_type_add {
    display: block;
}

.favorite__link_type_remove,
.favorite_type_added .favorite__link_type_add {
    display: none;
}

.favorite_type_added .favorite__link_type_remove {
    display: block;
}

.favorite_type_added .favorite__link,
.favorite__link:hover {
    color: #007bff;
    text-decoration: none;
}

.favorite__icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translate(0, -70%);
    display: block;
    width: 14px;
    height: 14px;
    fill: #cacaca;
    transition: all .3s ease-in;
}

.favorite_type_added .favorite__icon,
.favorite:hover .favorite__icon {
    fill: #575757;
}

.favorite_type_simple .favorite__link {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
}

.content-pdf {
    position: relative;
    /*max-width: 58.333333%;*/
    margin: 0 auto;
    padding: 0 0 10px;
    border: 0 none;
}

.content-pdf #outerContainer {
    height: calc(100% - 20px);
}

.yearlist-wrapper .yearlist-slider {
    opacity: 0;
    transition: all .3s ease-in;
}

.yearlist-wrapper_state_active .yearlist-slider {
    opacity: 1;
}

.release-info_type_multi {
    position: relative;
    font-size: 14px;
}

.release-info_type_multi a {
    color: #828282;
}

.release-info .content-favorite {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.searchform__input {
    font-size: 1.3rem;
}

.author .author__link {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff));
    background-image: linear-gradient(#007bff, #007bff);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s;
    color: #004a99;
}

.author .author__link:hover {
    background-size: 100% 1px;
}

.commentform .comment-text,
.reply-form .comment-text {
    margin-bottom: 0;
}

.commentform .comment-length,
.reply-form .comment-length {
    font-size: 12px;
    line-height: 1;
    color: #212529;
    opacity: .7;
}

.commentform .comment-length {
    margin-bottom: 5rem;
}

.reply-form .comment-length {
    margin-bottom: 2rem;
}

.reply-recipient a {
    color: #212529;
}

.js-reply-link:target {
. background-color: #ffa;
    -webkit-transition: all 1s linear;
}

.comment-info {
    padding: 5px;
}

.comment-item.highlight > .comment-info {
    background-color: #d9d9d9;
    -webkit-transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.non-published-message {
    text-align: center;
    color: #a5a5a5;
    padding: 2rem 0;
}

.article-metadata-link-wrap {
    border: 1px solid #333;
}

.article-metadata-link {
    display: block;
    color: #696969;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 1rem;
}

.article-metadata-link {
    display: block;
    color: #696969;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 1rem;
}

.article-metadata-link:hover {
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}

.article-metadata {
    margin: 1rem 0;
}

.article-metadata__item {

}

.article-metadata__item__label {
    border-bottom: 1px dashed #696969;
}

.article-metadata__authors {
    margin: 0.5rem 0;
}

.header__social {
    padding: 10px 0;
}

.header__top {
    margin-bottom: 1rem;
}

.searchform__icon {
    top: -2px;
}

@media only screen and (max-width: 1025px) {
    .content-pdf {
        max-width: 100%;
    }
}

.article-metadata-link-wrap {
    border: 1px solid #cacaca;
    background: #fff;
}

.article-metadata {
    margin: 0;
    padding: 15px;
    background: #fff;
    /*border: 1px solid #cacaca;*/
}

.article-metadata .article-metadata__item__label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
    font-weight: 700;
}

.article-metadata p:last-child {
    margin-bottom: 0
}

.article-metadata p {
    font-size: 1.6rem;
}

.article-metadata__item {
    margin: 0 0 15px;
}

.article-metadata__item:last-child {
    margin: 0;
}

.tabs {
    display: block;
}

.tabs__nav {
    display: flex;
    line-height: 1.6;
}

.tabs__item,
.tabs__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs__item {
    margin: 0 20px 0 0;
    padding: 5px 0;
}

.tabs__item:last-child {
    margin-bottom: 0;
}

.tabs__label {
    display: block;
    color: #2a2a2a;
    opacity: .6;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: 0 90%;
    background-size: 0 1px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s linear;
}

.tabs__label:hover,
.tabs__label:active,
.tabs__label:focus {
    color: #2a2a2a;
    opacity: 1;
    background-size: 100% 1px;
}

.tabs__label_state_active {
    color: #2a2a2a;
    opacity: 1;
    background-size: 100% 1px;
}

.tabs__label_state_disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.tabs__panel_state_hidden {
    display: none;
}

.tabs__panel_state_active {
    display: block;
}

.tabs__item {
    margin: 0;
    padding: 0;
}

.tabs__label {
    padding: 5px 15px;
    opacity: .5;
    font-weight: 700;
    border: 1px solid transparent;
    border-bottom: 0 none;
    background: transparent;
    transition: all .3s ease;
}

.tabs__label_state_active {
    opacity: 1;
    border-color: #cacaca;
    background: #ededed;
}

.tabs__label:hover,
.tabs__label:active,
.tabs__label:focus {
    text-decoration: none;
}

.content-inner ol.tabs__nav,
.content-inner ul.tabs__nav {
    padding-left: 0;
}

.article-metadata .article-metadata__item__label {
    font-size: 18px;
    border-bottom: 0 none;
}

.article-metadata .tabs .article-metadata__item__label {
    font-size: 16px;
    border-bottom: 0 none;
}

.article-metadata__authors.tabs {
    padding: 0;
    margin: 0 0 15px;
}

.tabs__panel {
    padding: 15px;
    border: 1px solid #cacaca;
}

.article-metadata-link {
    position: relative;
    margin-left: 0;
    padding: 0 0 0 20px;
    color: #007bff;
}

.article-metadata-link:hover {
    color: #0056b3;
}

.article-metadata-link:hover:before,
.article-metadata-link:hover:after {
    background: #0056b3;
}

.article-metadata-link:before,
.article-metadata-link:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 10px;
    display: block;
    width: 2px;
    height: 10px;
    opacity: 0;
    font-size: 0;
    transform: translate(0, -50%);
    background: #007bff;
}

.article-metadata-link:after {
    left: 11px;
    width: 10px;
    height: 2px;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.article-metadata-link.collapsed:before {
    opacity: 1;
}


.article-metadata-link-wrap {
    border: 1px solid transparent;
    background: transparent;
}

.article-metadata {
    /*border: 1px solid #cacaca;*/
    /*background: transparent;*/
    background-color: #cacaca45;
}

.article-metadata .tabs__panel,
.article-metadata .tabs__label {
    padding: 0;
    border: 1px solid transparent;
}

.article-metadata .article-metadata__item__label,
.article-metadata .tabs .article-metadata__item__label {
    margin: 0;
    font-size: inherit;
}

.pdfViewer .page {
    max-width: 680px;
}

@font-face {
    font-family: CirceBold;
    src: url(../fonts/circe/new/Circe-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/circe/new/Circe-Bold.woff) format("woff"), url(../fonts/circe/new/Circe-Bold.ttf) format("truetype"), url(../fonts/circe/new/Circe-Bold.svg#Circe-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

.content-inner__title_article h1 {
    font-family: 'CirceBold', sans-serif;
}


.short-logo {
    display: none;
    width: auto;
    height: 57px;
    margin: 0 auto;
}

.header-minimize .short-logo {
    display: block;
}

.header-minimize .full-logo {
    display: none;
}

@media only screen and (max-width: 430px) {
    .author-image, .authors__thumbnail {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .footer__bottom {
        padding-bottom: 6rem;
    }
}

/* ======== SERGEY  ======= */
.footer__social {
    float: right;
}

@media (max-width: 768px) {
    .footer__bottom .col a:last-child {
        display: none;
    }

    .footer__social .social-nav__item {
        margin-left: 0;
    }
}

/* ======= / SERGEY  ======= */


.article-metadata__group {
    display: table;
    width: 100%;
}

.article-metadata .article-metadata__group > .article-metadata__item__label {
    word-break: normal;
    display: table-cell;
}

.article-metadata__group > * {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}

.article-metadata__group > *:first-child {
    padding-left: 0;
}

.article-metadata__group > *:last-child {
    padding-right: 0;
}

.article-metadata__group_auto {
    width: auto;
}

.article-metadata__group i {
    white-space: nowrap;
}

.article-metadata .article-metadata__item__label,
.article-metadata .tabs .article-metadata__item__label,
.article-metadata .article-metadata__group > *:first-child {
    width: 25%;
}

.article-metadata .article-metadata__group > *:last-child {
    width: 75%;
}

@media only screen and (max-width: 768px) {

    .article-metadata .article-metadata__item__label, .article-metadata .tabs .article-metadata__item__label,
    .article-metadata .article-metadata__group > *:first-child {
        width: 100%;
    }

    .article-metadata .article-metadata__group > *:last-child {
        width: 100%;
    }
}

.article-metadata .article-metadata__group-item > .article-metadata__item__label {
    width: 100%;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 768px) {
    .article-metadata__group-item {
        display: block;
        padding: 5px 0;
    }
}

@media (min-width: 769px) {
    .rightcolumn {
        max-width: 24%;
    }
}

.banner-carousel {
    width: 100%;
    max-width: 100%;
    font-size: 0;
}

.banner-carousel__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
}

.banner-carousel__img {
    display: block;
    width: 100%;
    height: auto;
}


.banner-carousel .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.banner-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo__second-subtitle {
    display: block;
    color: #333;
    font-size: 1.6rem;
    opacity: .7;
}

.related-articles {
    padding-bottom: 30px;
}

.header__center .logo__subtitle {
    margin-top: 0;
}

.header__center .logo img {
    margin-bottom: 1rem;
}

.block-bordered {
    border: 1px solid black;
    padding: 5px;
}

.header__bottom ul li {
    min-height: 32px;
}


.tooltipster-big-content {
    min-height: 400px;
}

.tooltipster-content *:last-child {
    margin-bottom: 0;
}

.header-minimize {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .header-minimize .header__bottom ul {
        padding: 15px 0 5px;
    }
}

.tooltipster-sidetip .tooltipster-box {
    border: none;
    border-radius: 2px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#thumbnailView {
    width: auto !important;
}

@media only screen and (min-width: 768px) {
    .header-minimize .header__center {
        padding: 0;
    }

    .header__trigger:before {
        top: 60%;
    }
}

.cl-page__text p {
    margin-bottom: 10px;
}

.single-article .yearlist-wrapper {
    margin-top: -3rem;
}


.field-group {
    display: flex;
    justify-content: end;
}

.field-group__item {
    flex: 1;
}

.field-group__item:nth-child(even) {
    padding-left: 1rem;
}

.field-group__item:nth-child(odd) {
    padding-right: 1rem;
}

@media only screen and (max-width: 768px) {
    .field-group {
        flex-direction: column;
    }

    .field-group__item:nth-child(even) {
        padding-left: 0;
    }

    .field-group__item:nth-child(odd) {
        padding-right: 0;
    }
}

.content-inner__title.content-inner__title_article a,
.content-inner__title.content-inner__title_article a:visited {
    color: #007bff;
}

.genre__title {
    font: italic 1.6rem Circe, sans-serif;
    color: #7b7b7b;
}

.cl-viewer__meta {
    display: none!important;
}

.cl-viewer {
    padding-bottom: 100px!important;
    min-height: 500px;
}

.annotation-group,
.tags-group,
.for-citation-group,
.acknowledgment-group{
    flex-direction: column;
}

.article-metadata .annotation-group > .annotation-group__text,
.article-metadata .tags-group > .tags-group__text,
.article-metadata .for-citation-group > .for-citation-group__text,
.article-metadata .acknowledgment-group > .acknowledgment-group__text {
    width: 100%;
    padding-left: 0;
}

.cl-page__text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.metadata-group__item > .article-metadata__item__label {
    white-space: nowrap;
}

.orcid-text {
    white-space: nowrap;
}

@media screen and (max-width:1510px){
    .article-metadata .metadata-group > .metadata-group__item:first-child {
        flex: 3;
    }
}

@media screen and (max-width:1000px){
    .metadata-group {
        flex-direction: column;
    }

    .metadata-group > * {
        padding-left: 0;
    }
}

@media screen and (max-width: 1510px){
    .article-metadata  .metadata-group.author-group > *,
    .article-metadata  .metadata-group.doi-group > *{
        flex-basis: 50%;
    }
}

@media screen and (max-width: 1120px){
    .article-metadata  .metadata-group.author-group,
    .article-metadata  .metadata-group.doi-group{
        flex-direction: column;
    }

    .article-metadata  .metadata-group.author-group > *,
    .article-metadata  .metadata-group.doi-group > *{
        padding-left: 0;
        flex-basis: 100%;
        width: 100%;
    }
}

span.article-metadata__group-item.metadata-group__item {
    padding-left: 0;
}

.calendar {
    position: relative;
    margin: -20px 0 0;
    padding: 0 0 60px;
}

.calendar__item {
    margin: 0 0 31px;

    width: 100%;
}

.calendar__item:last-child {
    margin-bottom: 0;
}

.calendar-panel {
    padding: 15px;
    line-height: 1.4;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .calendar-panel {
        padding: 32px 35px 43px 25px;
    }
}

.calendar-panel__tag {
    display: inline-block;
    vertical-align: middle;
    margin: 00 0 22px;
    padding: 9px 13px;
    color: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    background: #EAEAEA;
    border-radius: 3px;
}

.calendar-panel__tag:last-child {
    margin-bottom: 0;
}

.calendar-panel__tag:hover {
    color: inherit;
    text-decoration: none;
}

.calendar-panel__title {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 700;
}

.calendar-panel__title:last-child {
    margin-bottom: 0;
}

.calendar-panel__link {
    color: inherit;
}

.calendar-panel__description {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.5;
}

.calendar-panel__description:last-child {
    margin-bottom: 0;
}

.calendar-props {
    overflow: hidden;
}

.calendar-props__item {
    margin: 0 0 15px;
}

.calendar-props__item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 920px) {
    .calendar-props__holder {
        display: flex;
        justify-content: space-between;
        margin: 0 -15px;
    }

    .calendar-props__item {
        flex-basis: auto;
        flex-grow: 1;
        padding: 0 15px;
        margin: 0;
    }

    .calendar-props__item:first-child {
        flex: 0 0 275px;
    }

    .calendar-props__item:last-child {
        flex: 0 0 240px;
    }
}

.calendar-panel__label,
.calendar-props__label {
    display: block;
    margin: 0 0 7px;
    color: #9C9C9C;
    font-size: 16px;
}

.calendar-panel__label:last-child,
.calendar-props__label:last-child {
    margin-bottom: 0;
}

.calendar-props__value {
    color: #212529;
    font-size: 16px;
    /*font-weight: 800;*/
}

.calendar-organizer {
    display: flex;
    align-items: center;
}

.calendar-organizer__illustration {
    /* background: #EAEAEA; */
}

.calendar-organizer__image {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.calendar-organizer__name {
    padding: 0 0 0 10px;
    font-size: 12px;
}

.calendar-organizer__name:first-child {
    padding-left: 0;
}

.calendar-panel__props {
    margin: 0 0 23px;
}

.calendar-panel__props:last-child {
    margin-bottom: 0;
}

.calendar-panel__line-items {
    font-size: 16px;
}

.calendar-panel__line-items a {
    color: inherit;
    text-decoration: underline;
}

.calendar-panel__line-items a:hover {
    color: #007BFF;
    text-decoration: none;
}

.calendar-panel__controls {
    padding: 35px 0 0;
}

.calendar-organizer__illustration {
  flex: 0 0 70px;
}

@media only screen and (min-width: 920px) {
  .calendar-organizer__illustration {
    flex-basis: 40px;
  }
}

.calendar-organizer__name {
  flex: 1 1 auto;
  max-width: 100%;
}

.calendar-organizer__image {
  max-width: 100%;
  height: auto;
}

.calendar-props__label:last-child {
  margin: 0 0 7px;
}

.btn.calendar-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 59px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    background: #007BFF;
    border: none;
    outline: none;
    transition: all .3s ease;
    opacity: 0.7;
}

.btn:hover {
    color: #fafafa;
    background: #0061c9;
}

.filter-panel {
    padding: 20px;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .filter-panel {
        padding: 42px 19px 48px;
    }
}

.filter-panel__group {
    margin: 0 0 25px;
}

.filter-panel__group:last-child {
    margin-bottom: 0;
}

.filter-panel__title {
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 20px;
    border-bottom: 1px solid #C3C3C3;
}

.filter-panel__title:last-child {
    margin-bottom: 0;
}

.filter-panel__items {
    display: inline-block;
    width: 100%;
}

.filter-panel__item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 6px;
}

.filter-panel__item:last-child {
    margin-bottom: 0;
}

.filter-panel__count {
    padding: 0 0 0 15px;
    color: #C3C3C3;
}

.hidden {
    display: none;
}

.jscroll-added {
    padding: 0;
}

.filter-bar {
    top: 0;
}

@media screen and (max-width: 768px){
    .filter-bar {
        order: -1;
        margin-bottom: 31px;
    }
}

.jscroll-inner {
    padding-top: 0;
}

.calendar__filter-panel {
    transition: transform .3s ease-out;
}

.grecaptcha-badge {
    visibility: hidden;
}

.cl-viewer .cl-page .cl-page__text {
    padding-left: 0;
    padding-right: 0;
}

#archive_inner .cl-viewer {
    margin: -5rem 0 0;
}

.cl-page__text h1,
.cl-page__text h2,
.cl-page__text h3,
.cl-page__text h4,
.cl-page__text h5 {
    margin: 0 0 25px;
}

.cl-page__text h1:last-child,
.cl-page__text h2:last-child,
.cl-page__text h3:last-child,
.cl-page__text h4:last-child,
.cl-page__text h5:last-child {
    margin: 0;
}

.content-text h4 {
    margin-bottom: 1.5rem;
}

.cl-contents__label-wrapper,
a.cl-contents__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff));
    background-image: linear-gradient(#007bff, #007bff);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size .3s !important;
    transition: background-size .3s !important;
    color: #004a99;
}

.cl-contents__label-wrapper {
    color: #007bff !important;
}

.cl-contents__label-wrapper:hover {
    color: #0056b3 !important;
}

.cl-contents__label-wrapper:focus,
.cl-contents__label-wrapper:hover,
a.cl-contents__link:focus,
a.cl-contents__link:hover {
    background-size: 100% 1px;
}

@media only screen and (max-width: 1024px) {
    .cl-viewer.cl-viewer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cl-viewer .cl-viewer__main-panel {
        margin-top: 50px;
    }

    .cl-viewer .cl-viewer__controls {
        right: auto;
        left: 0;
        padding: 0 0 10px;
        transform: translate(0, -100%);
    }

    .cl-viewer .cl-controls-group,
    .cl-viewer .cl-controls {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .cl-viewer .cl-controls-group__item,
    .cl-viewer .cl-controls__item {
        flex: 0 1 auto;
        margin: 0 10px 0 0;
    }

    .cl-viewer .cl-controls-group__item:last-child,
    .cl-viewer .cl-controls__item:last-child {
        margin-right: 0;
    }

    .cl-viewer .cl-viewer__footer {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1025px) {
    .cl-grid__item_size_1 {
        flex-basis: 90% !important;
    }
}

.cl-viewer .contents__heading {
    margin: 0 0 15px;
}

.cl-viewer .contents__heading:last-child {
    margin-bottom: 0;
}

.cl-viewer .dd-list {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
    font-size: 16px;
    line-height: 1.333;
    list-style: none;
}

.cl-viewer .dd-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.cl-viewer .dd-list__item:last-child {
    margin-bottom: 0;
}

.cl-viewer .dd-list__label {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto 0 0;
    padding: 0 2px 0 0;
    background: #ededed;
}

.cl-viewer .dd-list__label + .dd-list__value {
    margin-left: 20px;
}

.cl-viewer .dd-list__value {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 40px;
    margin: 0;
    padding: 0 0 0 2px;
    text-align: center;
    background: #ededed;
}

.cl-viewer .dd-list__label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 100%;
    bottom: 4px;
    width: 1999px;
    height: 0;
    border-bottom: 1px dotted #939393;
}

.person-filter+.authors-page__search {
    margin-top: -2rem;
}

.authors-page__search {
    padding: .5rem;
    margin: 0 0 4rem;
}

.authors-page__search:last-child {
    margin-bottom: 0;
}

.search-form {
    display: block;
}

.search-form__field {
    position: relative;
    display: block;
}

.search-form__input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 0 0 40px;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
    outline: none;
    transition: border-color .3s ease;
}

.search-form__input:focus {
    border-color: #171717;
}

.search-form__input::placeholder {
    color: #cacaca;
    font-size: 14px;
    opacity: 1;
}

.search-form__button {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    color: #171717;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
    transform: translate(-50%, -50%);
    transition: color .3s ease;
}

.search-form__icon {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.banner-top__desktop {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-decoration: none;
    padding: 15px;
}

.banner-top__desktop img {
    display: block
}

.header__top {
    display: block;
    text-align: center;
}

@media (max-width: 768px) {
    .header__top .header__social {
        display: none;
    }
}

.banner-top__mobile,
.banner-top__desktop {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-decoration: none;
    padding: 15px;
}

banner-top__mobile img,
.banner-top__desktop img {
    display: block
}

.header__top {
    display: block;
    text-align: center;
    font-size: 0;
}

.banner-top__mobile {
    display: none;
    padding: 30px 15px 15px;
}

@media (max-width: 768px) {
    .header__top .header__social {
        display: none;
    }

    .banner-top__mobile {
        display: inline-block;
    }

    .banner-top__desktop {
        display: none;
    }
}

.header__top {
    margin-bottom: 3rem;
}

.search-form__icon {
    width: 20px;
    height: 20px;
}

.search-form__button {
    color: #17171752;
}

.person-filter {
    padding: .3rem 2rem 0;
}
.person-filter .person-alphabet-letter label {
    height: 30px;
    line-height: 34px;
    font-size: 1.5rem;
}

.cl-viewer .cl-page .cl-page__text .no-text {
    text-align: center;
}

.cl-viewer .cl-page .cl-page__text {
    min-height: 50vh;
}

.burger_style_light:before {
    border-color: #dfdede;
}

.burger_style_light:not(.burger_type_close):after {
    background: #dfdede;
}

.responsive-search-trigger_style_light .search-ico {
    fill: #dfdede;
}

#main-wrapper {
  position: relative;
}

.navigation {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.navigation__link {
  position: absolute;
  z-index: 100;
  display: block;
  width: 30px;
  height: 20px;
  font-size: 0;
  text-decoration: none;
}

.navigation__link:before,
.navigation__link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transition: all .3s ease;
}

.navigation__link:before {
  width: 100%;
  height: 1px;
  background: #000;
  transform: translate(0, -50%);
}

.navigation__link:after {
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(0, -50%) rotate(45deg);
}

.navigation__link:hover:before {
  background: #007bff;
}

.navigation__link:hover:after {
  border-color: #007bff;
}

.navigation__link_type_prev {
  top: 90px;
  left: 15px;
}

.navigation__link_type_next {
  top: 90px;
  right: 15px;
}

@media (min-width: 769px) {
  .navigation__link_type_prev,
  .navigation__link_type_next {
    top: 95px;
  }
}

.navigation__link_type_next:after {
  left: auto;
  right: 0;
  transform: translate(0, -50%) rotate(-135deg);
}

.navigation__link_type_modern-next:after {
  left: auto;
  right: 0;
  transform: translate(0, -50%) rotate(-135deg);
}

.navigation__link_type_modern-next:before {
    left: auto;
    right: 0
}


.navigation__link_type_modern-next,
.navigation__link_type_modern-prev {
  top: 95px;
  right: 15px;
}

@media (min-width: 1025px) {
  .navigation__link_type_modern-prev,
  .navigation__link_type_modern-next {
    top: 110px;
  }
}


.navigation__link_type_modern-prev {
    left: 25px;
}


.navigation__link_type_modern-next {
    right: 25px;
    padding: 0 45px 0 0;
}

.navigation__link_type_modern-prev:hover,
.navigation__link_type_modern-next:hover {
    color:  #007bff;
    text-decoration: none;
}

.navigation__link_type_modern-prev:before,
.navigation__link_type_modern-next:before {
  height: 2px;
  width: 25px;
}

.navigation__link_type_modern-prev:after,
.navigation__link_type_modern-next:after {
  border-width: 2px;
  width: 15px;
  height: 15px;
}

html body.no-scroll {
    position: static;
    overflow: auto;
    height: auto;
    width: auto;
    touch-action: auto;
}

.content-inner {
    word-break: break-word
}



.navigation__link_type_icon-prev {
    top: 95px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s ease;
}

@media (min-width: 1025px) {
    .navigation__link_type_icon-prev {
        top: 110px;
    }
}

.navigation__link_type_icon-prev:hover {
    color: #007bff;
    text-decoration: none;
}

.navigation__link_type_icon-prev:before,
.navigation__link_type_icon-prev:after {
    display: none;
}

.navigation__link-icon {
    width: 25px;
    height: 16px;
    stroke-width: 0;
    fill: currentColor;
}

.navigation__link-text {
    opacity: 0;
    transition: opacity .3s ease;
}

.navigation__link_type_icon-prev:hover .navigation__link-text {
    opacity: 1;
}

@media only screen and (min-width: 1025px) and (max-width: 1700px) {
    .cl-viewer_zoom-mode.cl-viewer {
        padding: 33px 160px 20px;
    }

    .cl-viewer_zoom-mode .cl-viewer__main {
        max-width: none !important;
        width: auto;
        margin: 0 -100px;
    }
}