/* Стили затрагивают так же страницу "press-centr/smi-about-medsi/"*/

.content .content-entry .news-list {
    list-style: none;
    padding-left: 0;
}
.content .content-entry .news-list__item-wrapper {
    padding-left: 0;
}
.content .content-entry .news-list__item-wrapper:not(:last-child) {
    margin-bottom: 20px;
}
.news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px;
}
.news-list__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.news-list__preview-image {
    max-width: 100%;
    max-height: 220px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.news-list__preview-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 10px;
    padding-left: 15px;
}
.news-list__preview-info:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff5858;
}
.news-list__preview + .news-list__preview-info {
    padding-left: 0;
}
.news-list__preview + .news-list__preview-info:before {
    display: none;
}
.news-list__item .news-list__preview-info h2 {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .news-list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-list__preview {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .news-list__preview-image {
        max-height: 480px;
    }
    .news-list__preview + .news-list__preview-info {
        padding-left: 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .news-list__preview + .news-list__preview-info:before {
        display: block;
    }
}

.med-articles-page__wrapper {
    margin-top: 45px;
}
.med-articles-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .med-articles-page__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        border-bottom: none;
        padding: 20px 0;
    }
}
.med-articles-page__item__period-wrapper {
    min-width: 130px;
    font-size: 18px;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .med-articles-page__item__period-wrapper {
        min-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
}
.med-articles-page__item__period {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .med-articles-page__item__period {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-top: 15px;
    }
}
.med-articles-page__item__period__title {
    font-weight: 700;
}
.med-articles-page__item__period__count {
    opacity: 0.5;
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .med-articles-page__item__period__count {
        padding-top: 0;
    }
}
.med-articles-page__item:last-child {
    border: none;
}
.med-articles-page__articles__wrapper {
    margin-left: 100px;
    width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .med-articles-page__articles__wrapper {
        margin-left: 50px;
    }
}
@media screen and (max-width: 767px) {
    .med-articles-page__articles__wrapper {
        margin-left: 0;
    }
}
.med-articles-page-item__wrapper {
    width: 100%;
}
.med-articles-page-item__wrapper,
.med-articles-page__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.med-articles-page__article {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .med-articles-page__article {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .med-articles-page__article {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.med-articles-page__article__content {
    z-index: 1;
}
.med-articles-page__article__header {
    font-size: 22px;
    line-height: 30px;
    font-weight: 550;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article__header {
        font-size: 16px;
        line-height: 22px;
    }
}
.med-articles-page__article__date {
    font-size: 22px;
    line-height: 35px;
    opacity: 0.5;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article__date {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}
.med-articles-page__article__arrow {
    margin-left: 20px;
    margin-right: 40px;
    z-index: 1;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article__arrow {
        margin-left: 15px;
        margin-right: 0;
    }
}
.med-articles-page__article__arrow__img {
    display: block;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article__arrow__img {
        display: none;
    }
}
.med-articles-page__article__arrow__img-mob {
    display: none;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article__arrow__img-mob {
        display: block;
    }
}
.med-articles-page__article a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    z-index: 2;
}
.med-articles-page__article__preview {
    opacity: 0.8;
    font-size: 18px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article__preview {
        font-size: 14px;
        margin-top: 10px;
    }
}
.med-articles-page__article:hover .med-articles-page__article__arrow {
    opacity: 1;
}
.med-articles-page__article:hover {
    background: #f6f6f6;
    border-radius: 8px;
    -webkit-box-shadow: -30px 0 0 #f6f6f6;
    box-shadow: -30px 0 0 #f6f6f6;
    border-top: 1px solid transparent;
}
@media screen and (max-width: 767px) {
    .med-articles-page__article:hover {
        -webkit-box-shadow: -15px 0 0 #f6f6f6, 15px 0 0 #f6f6f6;
        box-shadow: -15px 0 0 #f6f6f6, 15px 0 0 #f6f6f6;
        border-radius: 0;
    }
}
.med-articles-page__article:hover + .med-articles-page__article {
    border-top: 1px solid transparent;
}
.med-articles-page__article:first-child {
    border-top: 1px solid transparent;
    margin-top: 10px;
}
.med-articles-page__article:last-child {
    margin-bottom: 10px;
}
.med-articles-page__show-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.med-articles-page__show-more-btn_text {
    border-bottom: 1px dashed #00b2ac;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #00b2ac;
}

#articles-app .preloader.sk-circle {
    z-index: 1;
}

#articles-app .preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}