

/* Start:/bitrix/templates/podokonniki_2025/components/bitrix/news.list/video/style.css?17526024611621*/
.video-gallery-list .video-gallery-list-item {
    position: relative;
    display: inline-block;
    padding: 25px;
    width: 33.33333%;
    overflow: hidden;
    text-align: center;
}
.video-gallery-list {
    margin: 0 -25px 80px;
    display: flex;
    flex-flow: row wrap;
}
.video-gallery-list-item-wrapper{
    width: 100%;
    padding-top: 75%;
    border-radius: 3px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
}

.video-gallery-list-item span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff url("/bitrix/templates/podokonniki_2025/components/bitrix/news.list/video/img/play.svg") center no-repeat;
    transform: translate(-50%,-50%);
    transition: 300ms ease-in-out;
}
.video-gallery-list-item p{
    color: #221F1C;
    transition: 300ms ease-in-out;
}

.video-gallery-list-item:hover p{
    color: #2BB3C0;
}

.video-gallery-list-item:hover span {
    transform: translate(-50%,-50%) scale(1.1);
}

.videoPopup {
    background: #FFFFFF;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    padding: 25px;
    position: relative;
    width: 750px;
}

.blockTitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 16px;
}


@media (max-width: 767px){
    .video-gallery-list .video-gallery-list-item{
        width: 100%;
        padding: 15px;
    }
    .video-gallery-list {
        margin: 0 -15px 50px;

    }

    .blockTitle {
        font-size: 18px;
        line-height: 26px;
    }

    .videoPopup {
        padding: 15px;
    }
}
/* End */
/* /bitrix/templates/podokonniki_2025/components/bitrix/news.list/video/style.css?17526024611621 */
