

/* Start:/local/templates/bibicall/components/bitrix/news.list/video/style.css?17653591083394*/
.video-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: 20rem;
    row-gap: 40rem;
    margin-bottom: 100rem;
}

.video-list-card {
    position: relative;
    color: var(--color);

}


.video-list-card:nth-child(4n+1),
.video-list-card:nth-child(4n) {
    width: 762rem
}

.video-list-card:nth-child(4n+2),
.video-list-card:nth-child(4n+3) {
    width: 538rem;
}

.video-list-card:nth-child(4n+1) .video-list-card__pic,
.video-list-card:nth-child(4n) .video-list-card__pic {
    height: 634rem;
}

.video-list-card:nth-child(4n+2) .video-list-card__pic,
.video-list-card:nth-child(4n+3) .video-list-card__pic {
    height: 448rem;
}

.video-list-card__info {
    position: relative;
    margin: -145rem 32rem 0 56rem;
    transition: color var(--transition);
    z-index: 1;
}

.video-list-card__info:before {
    content: "";
    position: absolute;
    bottom: calc(100% + 15rem);
    left: 0;
    width: 95rem;
    height: 125rem;
    background: url(/local/templates/bibicall/assets/img/play.svg) no-repeat 50% 50%/contain;
}

.video-list-card__link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.video-list-info__name {
    font-size: 30rem;
    line-height: 1.2;
}

.video-list-info__name:not(:last-child) {
    margin-bottom: 24rem;
}

p.video-list-info-subtitle-text {
    margin: 0;
}

.video-list-pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-list-pic:before,
.video-list-pic__inner {
    clip-path: url(#img_mask);
    width: 100%;
    height: 100%;
}

.video-list-pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color2);
    transition: transform var(--transition);
}

.video-list-pic__inner {
    position: relative;
    z-index: 1;
}

.video-list-pic__inner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #fff7ee, rgba(255, 247, 238, 0) 40.47%);
}

.video-list-pic__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


.video-list-info__subtitle--1 {
    font-size: 24rem;
}

.video-list-info__subtitle--2 {
    font-size: 21rem;
    color: var(--color60);
}
@media (any-hover: hover),(hover:hover) and (pointer:fine) {
    .video-list-card:hover .video-list-pic:before {
        transform: rotate(5.5deg)
    }
}

@media (max-width: 599px) {
    .video-list {
        margin-bottom: 50rem;
        row-gap: 50rem;
    }

    .video-list-card,
    .video-list-card:nth-child(4n+1),
    .video-list-card:nth-child(4n),
    .video-list-card:nth-child(4n+2),
    .video-list-card:nth-child(4n+3) {
        width: 100%;
    }

    .video-list-card:nth-child(4n+1) .video-list-card__pic,
    .video-list-card:nth-child(4n) .video-list-card__pic,
    .video-list-card:nth-child(4n+2) .video-list-card__pic,
    .video-list-card:nth-child(4n+3) .video-list-card__pic {
        height: 330rem;
    }

    .video-list-info__name,
    .video-list-info__name:not(:last-child) {
        margin-bottom: 16rem;
        font-size: 24rem;
    }

    .video-list-info__subtitle--1,
    .video-list-info__subtitle--2 {
        font-size: 16rem
    }

    .video-list-card__info:before {
        bottom: calc(100% + 10rem);
        height: 77rem;
        width: 58rem;
    }

    .video-list-card__info {
        margin: -100rem 20rem 0 20rem;
    }
}
/* End */
/* /local/templates/bibicall/components/bitrix/news.list/video/style.css?17653591083394 */
