

/* Start:/local/components/ag-group/reviews.page/templates/.default/style.css?17526522272933*/
.review {
    border-radius: 12px;
    padding: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 500;
    font-size: 16px; }
.review + .review {
    margin-top: 16px; }
.review__user {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #292d32; }
.review__avatar {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #f3f3f3;
    overflow: hidden; }
.review__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.review__date {
    color: #989896; }
.review__rating {
    display: flex;
    gap: 8px; }
.review__rating img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain; }
.review__text {
    line-height: 1.2;
    color: #000; }
.review__text img {
    border-radius: 12px;
    overflow: hidden; }
.review__img {
    border-radius: 12px;
    overflow: hidden; }








.video-container {
    position: relative;
    width: 100%;
    background: #292c31;
}
.video-container .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 64px;
    height: 64px;
    background-color: rgba(41, 44, 49, 0.5);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .video-container .video-play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }
}
.video-container .video-play-btn svg {
    width: 32px;
    height: 32px;
}
.video-container .video-play-btn.hidden {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 500px) {
    .video-container .video-play-btn {
        width: 48px;
        height: 48px;
    }
    .video-container .video-play-btn svg {
        width: 24px;
        height: 24px;
    }
}
video::-webkit-media-controls-panel {
    padding: 0 4px;
}
video::-webkit-media-controls-play-button {
    display: none;
}
/* Стили для нативных контролов видео */
video::-webkit-media-controls {
    opacity: 1 !important;
    display: flex !important;
}
video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
    padding: 0 4px;
}

.courses-lessen__video
{
    display: flex;
    justify-content: center;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.courses-lessen__video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.courses-lessen__video video {
    width: inherit;
    height: 100%;
    max-height: 500px;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}

/* End */
/* /local/components/ag-group/reviews.page/templates/.default/style.css?17526522272933 */
