.item-image-block {
    position: relative;
    height: 260px;
    width: 100%;
    overflow: hidden;
}

.item-image {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.item:hover .item-image {
    transform: scale(1.15);
    transition: .3s;
}

.item-text {
    padding: 30px;
}

@media(max-width: 992px) {
    .item-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.item-text p {
    line-height: 1.5;
    margin-top: 14px;
}

.date-line {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background-color: rgba(0,0,0,0.6);
    padding: 15px 25px;
}

.date-line p {
    font-family: 'Helveticaneuecyr-Bold';
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-top: 0;
    padding-left: 12px;
}

.read-abs .itemr {
    padding-bottom: 52px;
}

.read-more-line {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0;
}

@media(max-width: 768px) {
    .read-more-line {
        width: 100%;
    }
    .read-more-line a {
        display: block;
        width: 100%;
        text-align: center;
    }
}