

/* Start:/local/components/local.core/obzory.list/templates/.default/style.css?1747905768943*/
.g-row {
    display: flex;
    margin: 0 -1.5rem -3rem;
    flex-wrap: wrap;
}

.g-col.size_6 {
    width: 50%;
}

.g-col {
    flex: 0 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 3rem;
    width: 8.333%;
}

.b-review-source {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 1rem;
}

a.external:after {
    display: inline-block;
    content: '🔗';
    font-size: 13px;
    margin-left: 5px;
}

.b-review-video {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.b-review-video iframe{
    width: 100%;
    height: 300px;
}

.youtube-btn {
    background-image: url(/images/play_btn.png);
    background-position: center;
    background-size: 140%;
    width: 60px;
    height: 40px;
    border-radius: 10px;
    position: absolute;
    top: 43%;
    left: 43%;
}

@media only screen and (max-width: 700px) {
    .g-col.size_6 {
        width: 100%;
    }
}
/* End */
/* /local/components/local.core/obzory.list/templates/.default/style.css?1747905768943 */
