

/* Start:/bitrix/templates/tgn/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17885071441548*/
.project-items .row{
    --bs-gutter-y: 16px;
}
.project-items .item{
    padding-bottom: 16px;
}
.project-items .news-date-time{
    color: #383a42;
    margin-top: 10px;
}
.project-items .image{
    position: relative;
    padding-top: 112.36%;
    border-radius: 10px;
    overflow: hidden;
}
.project-items .image:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00ACA0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: 10px;
    transition: .2s;
}
.project-items .image:hover:after{
    opacity: 0;
}
.project-items .preview_picture{
    width: 100%;
    border-radius: 10px;
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1!important;
}
.project-items .title{
    margin-top: .888em;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    height: 58px;
    overflow: hidden;
}
.project-items .item-desc{
    margin-top: .888em;
    font-size: 1em;
}
.project-items .item-desc .name{
    color: #bdbdbd;
}
.project-items .item-desc .val{
   margin-top: 5px;
}
@media (min-width: 576px){
    .project-items .row{
        --bs-gutter-y: var(--bs-gutter-x, 32px);
    }
}
@media (min-width: 768px){
    .project-items .title{
        font-size: 20px;
    }
    .project-items .item{
        padding-bottom: 20px;
    }
}
@media (min-width: 1400px){
    .project-items .title{
        font-size: 24px;
    }
}

/* End */
/* /bitrix/templates/tgn/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17885071441548 */
