

/* Start:/local/templates/.default/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?1713621787668*/
.albums-list ul{
    list-style-type: none;
    margin:0;
    padding: 0;
}
.albums-list li{
    padding-bottom:40px;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-left: 3%;
}
.albums-list li a{
    text-decoration: none;
    color: #00841f;
}
.albums-list .photo-album__img{
    height: 150px;
    display: block;
}
.albums-list .photo-album__img img{
    border-radius: 5px;
    border:1px solid #c8c8c8;
    max-width: 98%;
    transition: box-shadow 0.3s;
}
.albums-list li a:hover img{
    box-shadow: 0 3px 6px rgba(0,0,0,.4);
}
.albums-list .photo-album__name{
    padding-top:8px;
    display: block;
    font-weight: bold;
}
/* End */
/* /local/templates/.default/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?1713621787668 */
