/*-----------------------------------GRUPA GALERII-----------------------------*/
.gallery_grouplist .gallery_grouplist_item {
    width: 100%;
    margin-bottom: 30px;
}

.gallery_grouplist .gallery_grouplist_item .gallery_grouplist_item_c {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.gallery_grouplist .gallery_grouplist_item .gallery_grouplist_item_c .gallery_grouplist_item_left {
    display: inline-block;
    width: 275px;
    float: left;
}

.gallery_grouplist .gallery_grouplist_item_left img {
    width: 100%;
    height: auto;
}

.gallery_grouplist .gallery_grouplist_item .gallery_grouplist_item_c .gallery_grouplist_item_right {
    display: inline-block;
    width: calc(100% - 275px);
    float: left;
    padding-left: 15px;
}

.gallery_grouplist .gallery_grouplist_item_right h2 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.gallery_grouplist .gallery_grouplist_item_right h2 a {
    color: #232121;
}

.gallery_grouplist .gallery_grouplist_item_right p.lead {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 0;
}

.gallery_grouplist .gallery_grouplist_item_right p.lead a {
    color: #272727;
}

.gallery_grouplist .gallery_grouplist_item .gallery_grouplist_item_b {
    position: relative;
    display: inline-block;
    height: 41px;
    width: 100%;
    margin-top: 10px;
}

.gallery_grouplist .gallery_grouplist_item .gallery_grouplist_item_b .btn_more_news,
.gallery_container .btn_more_news{
    float: right;
}

/*--------------------------POJEDYNCZA GALERIA--------------------------------*/

.gallery_container .lead {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.lightgallery .single_gallery-img {
    width: 33%;
    overflow: hidden;
    height: 178px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 4px;
    display: inline-block;
    float: left;
}

.lightgallery .single_gallery-img img {
    width: auto;
    height: 100%;
}
