

/* Start:/local/templates/main/components/bitrix/news.list/deputat2/style.css?17513695691138*/
.imgblock {
position: relative;
display: inline-flex;
margin: 10px
}
.imgblock img {
height: 332px;
width: 255px;


}

.imgblock span {
    font-size: 17px;
    position: absolute;
   top: 77%;
    left: 10px;
width: 245px;
    /* background: linear-gradient(179.9deg, rgba(0, 0, 0, 0) 52.8%, rgba(0, 0, 0, 0.6) 99.91%); */
    /* background: #fbfbbb; */
    /* opacity: 0.7;
background: rgba(0,0,0,0.7);*/
    /* border-radius: 3px; */
    color: white;
    line-height: 25px;
    padding: 5px 5px;
}
.image-container {
    position: relative;
    display: inline-block; /* Чтобы контейнер занимал только пространство изображения */
}

.image-container img {
    display: block; /* Убирает отступы под изображением */
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(179.9deg, rgba(0, 0, 0, 0) 74.8%, rgba(0, 0, 0, 0.2) 100%); /* Изменил 275.91% на 100% */
    pointer-events: none; /* Чтобы клики проходили через градиент */
}
/* End */
/* /local/templates/main/components/bitrix/news.list/deputat2/style.css?17513695691138 */
