.products-slide__wishlist {
    position: absolute!important;
    top: 8px;
    right: 8px;
    z-index: 1;
}
.discount_block {display:none;}
.discount_block.active {display:block;}

.add_basket.empty {display:none;}
.add_basket.available {display:block;}

.btn__white-accent-dark.empty_in_basket,
.btn__white-accent-dark.empty_in_basket:hover {cursor:default;color: #C0C0C0 !important;border-color: #E0E0E0 !important;-webkit-box-shadow: 0px 0px 0px rgba(0, 93, 143, 0.25); box-shadow: 0px 0px 0px rgba(0, 93, 143, 0.25);}
.empty_in_basket.empty {display:block;}
.empty_in_basket.available {display:none;}

.list__list_item.empty {color:#C9C9C9;}
.products-slide__list .offer_title {font-size: 0.7em;color: #e2116c;padding:5px 0;}

.product__colors.offer_change_list {text-align:center;}

/* 	????????? ????? */
.k4nYqpwTl .radio__old:checked + .radio__custom,
.b_color_v1 .radio__old:checked + .radio__custom {
    border-color: #F0F0F0;
}
.k4nYqpwTl .radio__custom:after,
.b_color_v1 .radio__custom:after {
    background-color: #F0F0F0;
}

/* ????-????????? */
.b-color-v2 .radio__old:checked + .radio__custom{
    border-color: #333333;
}
.b-color-v2 .radio__custom:after {
    background-color: #333333;
}

/* ??????? ???? */
.HM9lCChH .radio__old:checked + .radio__custom,
.b-color-v3 .radio__old:checked + .radio__custom{
    border-color: #ff929d;
}
.HM9lCChH .radio__custom:after,
.b-color-v3 .radio__custom:after {
    background-color: #ff929d;
}

/* ????????? ????? */
.b-color-v4 .radio__old:checked + .radio__custom{
    border-color: #d9598e;
}
.b-color-v4 .radio__custom:after {
    background-color: #d9598e;
}

/* ????? ????? */
.i5kJ9xLu .radio__old:checked + .radio__custom,
.b-color-v5 .radio__old:checked + .radio__custom{
    border-color: #75aedf;
}
.i5kJ9xLu .radio__custom:after,
.b-color-v5 .radio__custom:after {
    background-color: #75aedf;
}

/* ??????? ??? */
.b-color-v6 .radio__old:checked + .radio__custom{
    border-color: #88c795;
}
.b-color-v6 .radio__custom:after {
    background-color: #88c795;
}

/* 	???????? ???? */
.b-color-v7 .radio__old:checked + .radio__custom{
    border-color: #f58553;
}

.b-color-v7 .radio__custom:after {
    background-color: #f58553;
}

.products-slide__thumb .img-absolute {
    position: absolute;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.products-slider__catalog-detail {
    margin-top: 45px;
}

.catalog-detail {
    display: flex;
    justify-content: center;
}
.products-slide .products-slide__link {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.products-slider .products-slide {
    height: 225px;
}
.products-slide .products-slide__bottom {
    top: 224px;
}
.products-slider__catalog-detail {
    margin-top: var(--margin-all-products);
    transition: 0.4s ease;
}