.new-news {
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    position: absolute;
    line-height: 16px;
    color: white;
    text-align: center;
    ~height: 17px;
    display: block;
    font-size: 12px;
    background-color: rgba(60, 60, 60, 0.85);
}
.new-little-big {
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    position: absolute;
    line-height: 16px;
    color: white;
    text-align: center;
    ~height: 17px;
    display: block;
    font-size: 12px;
    background-color: rgba(60, 60, 60, 0.85);
}

@media (max-width: 480px) {
    .new {
        top: 8%;
    }
    .new-little-big {
       top: 212px;
    }
}
.tag {
    padding: 2px 3px;
    font-size: 13px;
    color: white;
    background-color: #CACFD2;
}

a h4 { color: #333;}
h2 a { color: #333;}
a h2 {color:#333;}

.inner-link {padding: 17px 0px 16px 0px;}
.page-content { width: 870px !important;}

.grid-news-item__big{padding:0px 7px 15px 7px;}
.grid-news-item__big .col-lg-4 {padding-left: 7px; padding-right: 7px;}
