

/* Start:/bitrix/templates/pop-music/components/bitrix/news/shops/bitrix/news.detail/.default/style.css?17690114151170*/
.shop__videostream {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px 0;
}

.video_block {
    position: relative;
    width: 48%;
    background-color: #f4f4f4;
}

.video_block::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.25%
}

.video_block .iv-embed,
.video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video_comment_block {
    width: 48%;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 45px;
}

@media only screen and (max-width: 1000px) {
    .shop__videostream {
        display: block;
        margin: 45px 0;
    }

    .video_block {
        width: auto;
        margin-bottom: 15px;
    }

    .video_comment_block {
        width: auto;
        margin-bottom: 15px;
    }
}

.shop__soc-link--max::after {
    background-image: url(/bitrix/templates/pop-music/images/max-icon.svg);
}
/* End */
/* /bitrix/templates/pop-music/components/bitrix/news/shops/bitrix/news.detail/.default/style.css?17690114151170 */
