

/* Start:/local/templates/autotown_v4/components/bitrix/catalog/v3_new/bitrix/catalog.element/.default/style.css?1770175980676*/
.video {
    position: relative;
}

.video:before {
    background: url(/local/templates/autotown_V3/components/bitrix/catalog/v3_new/bitrix/catalog.element/.default/img/play.svg) center no-repeat;
    background-size: 50px;
    position: absolute;
    content: '';
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.offer_tiles {
    display: flex  ;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.offer_tiles .offer_tiles__item {
    border-radius: 5px;
    overflow: hidden;
}
.offer_tiles .offer_tiles__item.active {
    border: 2px solid #4B90D1;
}
.offer_tiles img {
    width: 100px;
}

/* End */
/* /local/templates/autotown_v4/components/bitrix/catalog/v3_new/bitrix/catalog.element/.default/style.css?1770175980676 */
