.reviews-videos__preview-wrapper {
    position: relative;
    width: 258px;
    height: 400px;
    cursor: pointer;
}
.reviews-videos__container .owl-carousel .owl-stage-outer{
    overflow: visible ;
}
.reviews-videos__preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.reviews-videos__placeholder {
    width: 100%;
    height: 100%;
    /* Базовый фон, будет заменен JavaScript */
    background:
            radial-gradient(ellipse at var(--pos1, 30%) var(--pos2, 20%), rgba(var(--color1, 0, 255, 150), var(--opacity1, 0.3)) 0%, transparent 70%),
            radial-gradient(ellipse at var(--pos3, 70%) var(--pos4, 30%), rgba(var(--color2, 0, 200, 255), var(--opacity2, 0.4)) 0%, transparent 80%),
            radial-gradient(ellipse at var(--pos5, 50%) var(--pos6, 60%), rgba(var(--color3, 100, 255, 200), var(--opacity3, 0.2)) 0%, transparent 90%),
            linear-gradient(var(--angle, 180deg), var(--grad1, #0a1a2a) 0%, var(--grad2, #1a3a4a) 50%, var(--grad3, #2a4a3a) 100%);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.reviews-videos__placeholder-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    border-radius: 8px;
}

.reviews-videos__placeholder-icon {
    margin-bottom: 12px;
    opacity: 0.9;
}

.reviews-videos__placeholder-text {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.reviews-videos__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 8px;
}

.reviews-videos__overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.reviews-videos__play-button {
    background: #FFFFFF4D;
    backdrop-filter: blur(9px);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background 0.3s;
}

.reviews-videos__overlay:hover .reviews-videos__play-button {
    transform: scale(1.1);
}

.reviews-videos__play-button svg {
    width: 24px;
    height: 24px;
    fill: #333;
    margin-left: 2px;
}

.reviews-videos__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 40px 20px 20px;
}

.reviews-videos__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.reviews-videos__date {
    font-size: 14px;
    opacity: 0.8;
}
.fancybox__content{
    padding: 0 !important;
}
