div.news-list {
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.news-list img.preview_picture {
    /*float: left;*/
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.info-block {
    position: absolute;
    background-color: #353535a6;
    opacity: 0.9;
    color: white;
    width: 100%;
    height: 32%;
    bottom: 0;
    transition: all 0.3s ease-out;
    padding: 10px 20px;
    /* padding-bottom: 2px; */
    /* padding-right: 10px; */
    box-sizing: border-box;
}

.news-item {
    /*width: 32%;*/
    /*min-width: 335px;*/
    height: 400px;
    /*margin: 5px;*/
    /*float: left;*/
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    /*margin-left: 20px;*/
}

.p-property-mail {
    color: white;
    /* padding-left: 10px; */
    padding-bottom: 3px;
    margin: 0;
}
.p-property {
    color: white;
    /* padding-left: 10px; */
    padding-bottom: 44px;
    margin: 0;
    text-transform: uppercase;
}

.name {

    font-size: 20px;
    padding-top: 15px;
    /* padding-left: 10px; */
    padding-bottom: 15px;

}

.text-preview {
    color: white;
    /* padding-left: 10px; */
    font-size: 13px;
    /* padding-right: 40px; */

}

.info-block:hover {
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.chapter-name {
    padding-left: 7px;
    color: #383838;
    font-size: 23px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
    /* padding-top: 35px; */
    width: 100%;
    /*background-color: #b7b7b7a6;*/
    /*margin-left: 5px;*/

}

.chapter {
    display: block;
}

.items {
    display: grid;
    /*flex-flow: wrap;*/
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 13px;
    padding-bottom: 35px;
}


@media (max-width: 1160px) {
    .items{
        grid-template-columns: 1fr 1fr ;
    }
    .news-item{
        height: 500px;
    }
    .info-block{
        height: 23%;
    }
}
@media (max-width: 970px) {
    .items{
        grid-template-columns: 1fr  ;
    }
}

/*1160 - крайний размер для 3 фоток на 1 линии*/
/*970 - крайний размер для 2 фоток на 1 линии*/
