/* ======================================
//     Стили для страницы Новости
====================================== */

/* Хедер страницы */
.page-header {
	background: #fff url("../../Images/third_decade/system/page-header/page-header__news.jpg") no-repeat;
}

/* Новости */

.news-item__main-images {
    width: 100%;
    margin-bottom: 25px;
    height: 460px;
    overflow: hidden;
    position: relative;
}
.news-item__main-images img {
    position: absolute;
    left: 0;
}

.news-item {
    max-width: 90%;
    margin-top: 10px;
}

.news-item__title {
    margin: 20px 0 25px 0;
}

.news-item p {
    margin-bottom: 15px;
}

.news-item p:last-child {
    margin-bottom: 0;
}

.news-item__meta {
    display: flex;
}

.news-item__img {
    max-width: 100%;
}
.news-item__img img {
    display: block;
    width: 100%;
    height: auto;
}

.news-item time {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    margin-right: 30px;
}

.news-item__print {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.news-item__print:hover {
    color: #ffd500;
}

.news-item__print img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.news-item__subscribe {
    display: flex;
    align-items: center;
    color: #3072C4;
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
}

.news-item__subscribe:hover {
    color: #3072C4;
    text-decoration-line: underline;
}

.news-item__subscribe img {
    width: 15px;
    height: 14px;
    margin-right: 6px;
}

.news-item__photo-description {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}

.news-item ul {
    list-style-type: disc;
    padding-left: 19px;
}


@media print {
    header, footer, .sub-footer, .faq, .crumbs, .news-item__print, .news-item__subscribe, .aside-block {
        display: none;
    }
}

@media (max-width: 1024px) {
    .news-item__main-images {
        margin: 10px 0 0;
        height: 300px;
    }
    .news-item {
        max-width: 100%;
    }
    .news-item__title {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0 20px 0;
    }
    .news-item time {
        font-size: 13px;
        margin-right: 50px;
    }
    .news-item__print {
        font-size: 13px;
    }
    .news-item__subscribe {
        font-size: 15px;
        margin-top: 22px;
    }
}