/**/
.news__list {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}
.news__item {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    text-align: left;
}
.news__img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;    
}
.news__short-descr {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 10;
    max-width: 100%;
    width: 100%;
    min-height: 100px;
    background: rgba(0,0,0,.4);
}
.news__descr-wrapp {
    padding: 10px 20px;
}
.news__header {
    color: #fff;
    font-family: 'Playfair Display',serif;
    font-weight: 700;
    font-style: italic;
    word-break: break-word;
    max-height: 170px;
    overflow: hidden;
    margin: auto 0;
    font-size: 24px;
}
.loaded-news__wrapp {
    background: url(/design/images/rubrics/horoscope_rubric/horoscope_bottom-bg.png) no-repeat;
    background-position: top -900px center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 20px 40px;
}
.additional-info__category {
    margin-bottom: 8px;
}
.date__date-publication,
.date__views-count {
    display: inline-flex;
    align-items: center;
    margin: 0 15px 8px 0;
}
.date__paragraph {
    margin: 0 0 0 8px;
}
/**/
.scrollToTop {
    width: 40px;
    height: 40px;
    z-index: 10;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    background: url(/design/images/new_romantika_images/img_for_design/up.png) center no-repeat;
    border: none;
    background-size: contain;
    cursor: pointer;
}
.scrollToTop:hover {
    text-decoration:none;
}
.scrollToTop:focus {outline: none;}

@media screen and (max-width: 1180px) {
    .news__list li {
        width: 31%;
    }
}
@media screen and (max-width: 767px) {
    .news__list li {
        width: 47%;
    }
    .news__header {
        font-size: 1.1rem;
    }
    .scrollToTop {
        right: 10px;
        bottom: 10px;
    }
}
@media screen and (max-width: 520px) {
    .news__list li {
        width: 100%;
    }
}