.avtodigest {
    margin-bottom: 210px;
}

#content.content-newsblog {
    min-height: 450px;
    /* border-bottom: 1px dashed #ccc; */
    margin-bottom: 40px;
}

.avtodigest-full .avtodigest__title{
    margin-top: 62px;
}

.avtodigest__title {
    margin-top: 210px;
}

.avtodigest__news {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 25px;
}

.news__item {
    position: relative;
    margin-bottom: 32px;    
    flex: 0 0 32%;
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 15px;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.news__item:hover{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.avtodigest__img-wrap {
    height: auto;
}

.news__descr {
    width: 100%;
    color: #0A0A0A;
    padding: 8px 20px 0 20px;
}

.news__title {
    margin-bottom: 16px;
    position: relative;
}

.news__title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -17px;
}

.news__date {
    color: #0A0A0A;
    font-size: 16px;
}

.news-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1A3C5E;
    color: #1A3C5E;
    height: 55px;
    width: 244px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.news-btn:hover {
    background-color: #1A3C5E;
    color: #fff;
    transition: 0.5s;
}


.avtodigest__news {
    flex-wrap: wrap;
    justify-content: space-between;
}



.news__item .news__img {
    object-fit: cover;
    width: 100%;
    height: 214px;
}

.video-btn:hover {
    background-color: #1A3C5E;
    color: #fff;
    border: 1px solid #1A3C5E;
    transition: .4s;
}

/* .news__item:not(:nth-of-type(3n)) {
    margin-right: 20px;
    margin-bottom: 20px;
} */
.video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1A3C5E;
    color: #1A3C5E;
    height: 55px;
    width: 244px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .4s;
}

.news__item a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.news__item a:hover{
    text-decoration: none;
}

.news__item a:focus{    
    outline: none;
}


.news__title.h4-title {
    font-family: "NotoSans", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0A0A0A;
}



@media (max-width: 1080px) {

    .news__descr {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .avtodigest {
        margin-bottom: 90px;
    }
    .avtodigest__title {
        margin-top: 90px;
    }
}

@media (max-width: 944px) {
    .avtodigest__news {
       justify-content: space-between;
    }

    .news__item {
        flex: 0 0 49%;
    }

    .news__descr {
        width: 100%;
    }

    .avtodigest__news .news__item.hidden {
        display: none;
    }
}

@media (max-width: 768px) {
    .news__descr {
        width: 100%;
    }
}

@media (max-width: 672px) {
    .news__item {
        flex: 0 0 100%;
    }

    .news__descr {
        width: 100%;
    }
    .avtodigest__news {
        justify-content: center;
    }
}


@media (max-width: 500px) {
    .avtodigest__news {
        justify-content: center;
    }    

    .avtodigest__img-wrap {
        height: 100%;
        min-height: 180px;
    }

    .avtodigest__img-wrap img {
        object-fit: contain;
    }

    .news__item {
        height: unset;
    }

}

@media (max-width: 425px) {
    .avtodigest__img-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news__item {
        flex: auto;
    }
}


@media (max-width: 360px) {
    .news__item .news__img {
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .news__descr {
        width: 100%;
    }
}