

/* Start:/local/templates/redesign/components/bitrix/catalog.item/tile/style.css?17657994441735*/
.catalog-content__cards .card-component__img.card-component__img--gallery img:not([data-index="0"]) {
    object-fit: cover;
    border-radius: 5px;
}

.card-component__img-slides {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.catalog-content__cards .card-component__img-slides {
    display: flex;
}
.slick-list .card-component__img-slides {
    display: flex;
}
@media (max-width: 1024px){
    .slick-list .card-component__img-slides {
        display: none;
    }
}

.card-component__img-slides-item {
    height: 100%;
    flex: 1 1 auto;
}

.card-component__img-dots {
    bottom: 6px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: absolute;
    width: 100%;
}

.card-component__img-dots-item {
    background: #cfd2d3;
    border-radius: 100%;
    height: 5px;
    margin-left: 2px;
    width: 5px;
}

.card-component__img-dots-item--active {
    background: #b12535;
}


@media screen and (max-width: 576px) and (min-width: 321px) {
    .catalog-content__cards--secondary .card-component--single .card-component__img-dots,
    .card-component--horizontal .card-component__img-dots {
        bottom: 50px;
    }
}
.catalog-content__cards .card-component__img-slides ~ .card-component__img {
    overflow: unset;
}

.mobile_fav {
    position: absolute;
    width: 60px;
    left: 0;
    top: 24px;
    background-color: transparent;
    background-image: url('/local/templates/redesign/img/fav-icon.svg');
    z-index: 90;
}
@media screen and (max-width: 576px) and (min-width: 321px) {
    .catalog-content__cards.catalog-content__cards--list .fav-button {
        display: block;
    }
}
/* End */
/* /local/templates/redesign/components/bitrix/catalog.item/tile/style.css?17657994441735 */
