

/* Start:/local/templates/lg/components/bitrix/news/solutions/bitrix/news.list/.default/style.css?17110923532018*/
.projects {
    max-width: 1600px;
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    margin: 10px auto 0;
}
.projects__row {
    margin: 0;
    padding: 0;
}
.projects__cell {
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}
.projects__item {
    aspect-ratio: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.projects__cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    transition: -webkit-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
    -webkit-backface-visibility: hidden;
}
.projects__item:hover .projects__cover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.projects__caption {
    background-color: rgba(51,51,51,.7);
    color: white;
    display: block;
    min-height: 30px;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
@media (min-width: 551px) {
    .projects__row {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .projects__cell {
        margin-right: 4px;
        width: calc(50% - 2px);
    }
    .projects__cell:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 1100px) {
    .projects__cell {
        width: 28.626%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 0 8px;
        padding: 0 4px;
    }
    .projects__cell--half {
        width: 50%;
    }
    .projects__caption {
        font-size: 22px;
    }
}

/* End */
/* /local/templates/lg/components/bitrix/news/solutions/bitrix/news.list/.default/style.css?17110923532018 */
