

/* Start:/local/templates/bass2021/components/bitrix/news/gallery/bitrix/news.list/gallery/style.css?17150126601064*/
.gal-sec{
    padding: 20px 0 40px 0;
    color: #21252b;
}
.gal-sec h1{
    margin: 0 0 20px 0;
    font-weight: 100;
}
.gal-items-h2{
    margin: 30px 0 0 0;
    font-weight: 100;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 15px;
    font-size: 20px;
}
.gal-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 200px;
}
.gal-item{
    text-decoration: none;
    position: relative;
}
.gal-item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gal-item-name{
    color: #fff;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    padding: 5px 10px
}
.gal-sec-empty{
    margin: 50px 0;
}
@media only screen and (max-width:992px) {
	.gal-items{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width:576px) {
	.gal-items{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width:400px) {
	.gal-items{
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/templates/bass2021/components/bitrix/news/gallery/bitrix/news.list/gallery/style.css?17150126601064 */
