.__tbGallery{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.__tbGallery1{
    grid-column-start: auto;
    grid-column-end: span 1;
    grid-row-start: auto;
    grid-row-end: auto;
    text-align: center;
    position: relative;
}
.__statistics{
    display: flex;
    flex-wrap: wrap;
}
.__statistics1{
    padding: 20px;
    border-radius: 20px;
    background: whitesmoke;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1.5em 1em;
}
.__statistics1:first-of-type{
    margin-left: 0px;
}
.__statistics1:last-of-type{
    margin-right: 0px;
}
.__statistics1 .value{
    font-size: 84px;
    font-weight: 400;
    line-height: 1em;
    color: #1b1c1d;
    text-transform: uppercase;
    text-align: center;
}
.__statistics1 .label{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.__statistics1 .value .svgimg{
    width: 60px;
    height: 60px;
    margin-right: -10px;
    fill: currentColor;
    color: #000;
}
.__gg2{
    display: flex;
    position: relative;
}
.__gg3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    //background: linear-gradient(0deg, transparent, #000000);
    background: rgb(255 255 255 / 60%);
}
.__gg4{
    padding: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
.__gg4.blue:hover{
    color: #1877f2;
}
.__gg4.red:hover{
    color: red;
}
.__tbGallery .img_album{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}
.Bmenu11111{
    width: 16px;
    height: 16px;
    fill: currentColor;
    color: inherit;
    margin-right: 4px;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .__tbGallery{
        grid-template-columns: repeat(3, 1fr);
    }
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .__tbGallery{
        grid-template-columns: repeat(2, 1fr);
    }
    .__statistics{
        margin-top: 12px;
    }
    .__statistics1 .value{
        font-size: 80px;
        color: inherit;
    }
    .__statistics1 .value .svgimg{
        width: 60px;
        height: 60px;
        color: inherit;
    }
    .__statistics1 .label{
        font-size: 13px;
        color: inherit;
    }
    .__statistics1{
        padding: 20px;
        margin: 0px;
        margin-top: 12px;
        width: 100%;
        color: #000;
        background: #fff;
        border: 0px solid #e5eaee;
        border-radius: 32px;
    }
    .__statistics1:first-child{
        margin-top: 0px;
    }
    .__tbGallery .img_album{
        height: 200px;
    }
}