/*------  Old css overrides (homepage-specific)  ------*/
#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;
}
.container header {
    position: static;
}
/*------  / Old css overrides  ------*/

/*------  Hero cover  ------*/
.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: var(--ds-color-overlay);
    }
    .cover__content {
        position: relative;
        max-width: 1200px;
        width: 96%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        color: var(--ds-color-white);
        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: var(--ds-color-white);
        background-color: var(--ds-color-link);
        margin-bottom: 20px;
    }
    .cover__button:hover {
        text-decoration: none;
        background-color: var(--ds-color-link-hover);
        color: var(--ds-color-white);
    }

/*------  Homepage search  ------*/
.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: var(--ds-color-white);
    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: var(--ds-color-white);
        color: var(--ds-color-heading);
    }
    .search__button {
        color: var(--ds-color-white);
        background-color: var(--ds-color-link);
        cursor: pointer;
    }
    .search__button:hover {
        background-color: var(--ds-color-link-hover);
    }

/*------  Width helpers  ------*/
.w25p {
    width: 25%;
}
.w30p {
    width: 30%;
}
.w50p {
    width: 50%;
}
.w75p {
    width: 75%;
}

/*------  Container  ------*/
.b_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/*------  Flex layout helpers  ------*/
.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;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
    .flex--jcsa {
        justify-content: space-around;
    }

/*------  News  ------*/
.news {
    padding: 60px 0;
}
    .news-i {
        padding: 24px 0;
    }
    .news-i.news-i--bt + .news-i.news-i--bt {
        border-top: 1px solid var(--ds-color-border);
    }
    .news-i__link {
        color: var(--ds-color-heading);
        text-decoration: none;
    }
    .news-i__link:hover {
        text-decoration: underline;
    }
    .news-i__link:visited {
        color: var(--ds-color-heading);
    }
    .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: var(--ds-color-muted);
        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 var(--ds-color-border);
    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  ------*/
.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;
        }
    }

/*------  Books / journals carousel  ------*/
.book-i {
    overflow: hidden;
    margin: 0 10px;
}
    .book-i__link {
        text-decoration: none;
        color: var(--ds-color-heading);
    }
    .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%;
        object-fit: contain;
    }
    .book-i__edition {
        font-size: 14px;
        margin-bottom: 8px;
        color: var(--ds-color-muted);
    }
    .book-i__title {
        font-size: 11px;
        font-weight: bold;
        text-overflow: ellipsis;
        color: var(--ds-color-heading);
        font-family: var(--ds-font-family);
    }

/*------  Latest section / wide background  ------*/
.latest {
    padding: 0;
    position: relative;
    background-color: var(--ds-color-bg);
}
.wide_bg {
    position: relative;
    background-color: var(--ds-color-bg);
}

/*------  Section headers  ------*/
.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;
        color: var(--ds-color-heading);
    }
    .s-header__title a {
        color: var(--ds-color-heading);
    }
    .s-header__button {
        height: 24px;
        padding: 0 12px;
        vertical-align: middle;
        font: 12px/24px 'Roboto', Arial, sans-serif;
        color: var(--ds-color-heading);
        background: var(--ds-color-border);
        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;
    }

/*------  Carousel controls  ------*/
.slider-wrap {
    position: relative;
}
.slick-arrows {
    /* slick carousel custom arrow container */
}

/*------  Subscription blocks  ------*/
.sub {
    background: var(--ds-color-link);
}
    .sub__container {
        display: flex;
        height: 64px;
        align-items: center;
        justify-content: center;
    }
    .sub__label {
        color: var(--ds-color-white);
        font-family: 'Georgia', serif;
        font-size: 24px;
    }
    .sub__input,
    .sub__button {
        font-family: 'Trebuchet MS', sans-serif;
        color: var(--ds-color-white);
        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  ------*/
.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 / team section  ------*/
.people {
    padding: 60px 0;
}
    .person-i {
        color: var(--ds-color-heading);
        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: var(--ds-color-muted);
    }

/*------  User content  ------*/
.user__content {
    position: relative;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--ds-color-heading);
    height: 100%;
    -webkit-flex: 1;
}
    .user__content img {
        max-width: 100% !important;
        height: auto !important;
    }

/*------  Archive news list  ------*/
.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;
    }

/*------  Abstract block  ------*/
.abstract-block {
    padding: 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: var(--ds-color-heading);
    }
    .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: 75px;
        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 );
    }
.abstract-block + .abstract-block {
    margin-top: 40px;
}

/*------  Authors block  ------*/
.authors-block {
    padding: 40px 0;
}
.authors-block-list { }
    .authors-block-item {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4em;
    }
    .authors-block-item .info {
        font-size: 14px;
        color: var(--ds-color-muted);
        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: var(--ds-color-heading);
    }
    .authors-block-gallery-item .position {
        font: 14px/1.2em 'Trebuchet MS';
        display: inline-block;
    }

/*------  Rubrics 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: var(--ds-color-heading);
    }
    .rubrics-block-item .quantity {
        color: var(--ds-color-secondary);
        font-size: 14px;
    }

/*------  Search wrapper  ------*/
.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;
    }

/*------  Legacy hero image  ------*/
.hero-image {
    min-height: 270px;
    padding-top: 80px;
    background: url(../images/hero-img.jpg) center 23% no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.hero-image + .content.container {
    padding-top: 0;
}
.hero-image-button,
.btn.hero-image-button {
    height: 60px;
    line-height: 47px;
    font-size: 20px !important;
    max-width: 500px;
    width: 90%;
    margin-top: 50px;
}
.hero-image-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--ds-color-overlay);
    box-shadow: 0 0 30px 15px var(--ds-color-overlay);
    padding: 20px;
    color: var(--ds-color-white);
}
.hero-image-text p {
    font-size: 18px;
}
.hero-image-text li {
    font-size: 16px;
    margin-bottom: 5px;
}
.hero-image-text a,
.hero-image-text a:hover {
    color: var(--ds-color-link);
}

/*------  Index search block  ------*/
.index-search-block {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.index-search-block .big-search-block {
    margin-bottom: 0;
}
.isb-tabs {
    border-bottom: none;
}
.isb-tabs > li {
    margin-top: 0;
}
.isb-tabs > li > a {
    color: var(--ds-color-white);
    font-size: 16px;
    background-color: var(--ds-color-success);
    border: none;
    margin-right: 5px;
    border-radius: 0;
}
.isb-tabs > li > a:hover {
    opacity: 0.9;
    background-color: var(--ds-color-success);
}
.isb-tabs > li.active > a,
.isb-tabs > li.active > a:focus,
.isb-tabs > li.active > a:hover {
    background-color: var(--ds-color-link);
    border: none;
    color: var(--ds-color-white);
    pointer-events: none;
}

/*------  Front form controls  ------*/
.front-checkbox input[type="checkbox"] {
    display: none;
}
.front-checkbox label {
    cursor: pointer;
}
.front-checkbox label:before {
    content: '\2714';
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid var(--ds-color-link);
    border-radius: 0;
    background: var(--ds-color-white);
    text-align: center;
    margin-right: 7px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 800;
    color: var(--ds-color-white);
}
.front-checkbox input:checked + label:before {
    color: var(--ds-color-link);
}
.front-radio input[type="radio"] {
    display: none;
}
.front-radio label {
    cursor: pointer;
}
.front-radio label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid var(--ds-color-link);
    border-radius: 50%;
    background-color: var(--ds-color-white);
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.front-radio input:checked + label:before {
    background-color: var(--ds-color-link);
    border: 1px solid var(--ds-color-white);
}

/*------  ISB content  ------*/
.isb-content {
    margin-top: 75px;
}
.isb-content .tab-pane {
    background-color: var(--ds-color-link);
    padding: 10px;
}
.isb-content .big-search-input {
    border-radius: 0;
}
.isb-content label {
    font-weight: normal;
}
.isb-row {
    margin-bottom: 15px;
}
.isb-row:last-child {
    margin-bottom: 0;
}
.isb-checkbox,
.isb-radio {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    line-height: 28px;
}
.isb-checkbox:last-child {
    margin-right: 0;
}
.isb-checkbox label:before {
    border: none;
}
.isb-radio label {
    margin-bottom: 0;
}
.isb-radio label:before {
    border: 1px solid var(--ds-color-white);
}
.front-radio input:checked + label:before {
    border-width: 3px;
}
.isb-range {
    display: none;
    margin-left: 10px;
}
.isb-range input {
    width: 120px;
    margin: 0 3px;
}
.front-radio input:checked ~ .isb-range {
    display: inline-block;
}
.isb-row select {
    height: 28px;
}
.isb-row input[type="text"] {
    padding: 0 10px;
    height: 28px;
    font: 14px/28px var(--ds-font-family);
    background-color: var(--ds-color-white);
    border: none;
    border-radius: 0;
}
.isb-row input[type="text"]::-webkit-input-placeholder { opacity: 0.8; font-style: italic; }
.isb-row input[type="text"]::-moz-placeholder          { opacity: 0.8; font-style: italic; }
.isb-row input[type="text"]:-ms-input-placeholder      { opacity: 0.8; font-style: italic; }
.isb-textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 0;
    border: none;
    padding: 0 10px;
    font: 14px/28px var(--ds-font-family);
    background-color: var(--ds-color-white);
}
.isb-textarea::-webkit-input-placeholder { opacity: 0.8; font-style: italic; }
.isb-textarea::-moz-placeholder          { opacity: 0.8; font-style: italic; }
.isb-textarea:-ms-input-placeholder      { opacity: 0.8; font-style: italic; }
.isb-file .file-caption-main {
    border: 1px solid var(--ds-color-white);
}
.isb-file .form-control,
.isb-file .form-control:focus,
.isb-file .form-control:hover {
    border: none;
}
.tooltip-wrapper {
    position: relative;
}
.tooltip-wrapper input[type="text"] {
    width: 100%;
    padding-right: 25px;
}
.tooltip-here {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: var(--ds-color-white);
    border-radius: 50%;
    background-color: var(--ds-color-heading);
    font-weight: 700;
    cursor: help;
    text-align: center;
}
.tooltip-here + .tooltip {
    width: 200px;
}
.isb-row .bootstrap-select .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border: none;
}
.isb-row .bootstrap-select .dropdown-toggle {
    border: none;
    margin-bottom: 1px;
}

/*------  Objects carousel  ------*/
.objects-block {
    margin-bottom: 30px;
}
.objects-block .content-block-title {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.objects-block-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.objects-block-title a {
    text-decoration: underline;
}
.objects-block-quantity {
    border-radius: var(--ds-radius-btn);
    color: var(--ds-color-white);
    padding: 0 15px;
    box-sizing: border-box;
    height: 32px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    background-color: var(--ds-color-success);
}
.objects-list {
    position: relative;
}
.objects-item {
    margin-bottom: 20px;
    padding-bottom: 35px;
    position: relative;
}
.objects-item-image {
    margin-bottom: 15px;
    display: block;
    height: 190px;
    border: 1px solid var(--ds-color-border);
    text-align: center;
}
.objects-item-image:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -5px;
}
.objects-item-image img {
    max-width: 97%;
    max-height: 97%;
    display: inline-block;
    vertical-align: middle;
}
.objects-item-title {
    font-size: 14px;
    margin-bottom: 8px;
    height: 37px;
    overflow: hidden;
}
.objects-item-link {
    position: absolute;
    bottom: 0;
    left: 15px;
    text-decoration: none;
    display: inline-block;
    color: var(--ds-color-white);
    background-color: var(--ds-color-link);
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    border-radius: var(--ds-radius-btn);
    transition: all 0.15s ease 0s;
}
.objects-item-link:hover,
.objects-item-link:focus {
    opacity: 0.8;
    text-decoration: none;
    color: var(--ds-color-white);
}
.objects-list a:hover {
    text-decoration: none;
}

/*------  Responsive: homepage-specific breakpoints  ------*/
@media (max-width: 1200px) {
    .news-i__title {
        font-size: 18px;
    }
    .news-i__title.news-i__title--big {
        font-size: 28px;
    }
}
@media (max-width: 1100px) {
    .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%;
    }
    .news-i.news-i--bt + .news-i.news-i--bt {
        border-top: none;
    }
    .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: 800px) {
    .news-i--bt:nth-child(4) {
        display: none;
    }
    .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) {
    .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;
    }
    .person-i {
        display: block;
        margin: 0 auto 30px;
    }
    .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%;
    }
}
@media (max-width: 450px) {
    .authors-block-gallery-item {
        width: 48%;
    }
    .slider-wrap .slick-list {
        margin-right: -30px;
        padding-right: 70px;
    }
    .slider-wrap .slick-arrows {
        display: none;
    }
}
