.catalog-card .product-sticker-product_weeks {
    width: 60px;
    height: 60px;
    background-color: #994cc1;
    color: #fff;
    border: 0 solid #994cc1;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    font-size: 12px;
    line-height: 13px;
    padding-top: 17px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.catalog-card .product-sticker-black_friday {
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border: 0 solid #000;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    font-size: 12px;
    line-height: 13px;
    padding-top: 17px;
    margin-top: 10px;
}

.oppacity_element{
    opacity: 50%;
}

.catalog-card .product-flag-icon{
    position: absolute;
    right: 20px;
    top: 220px;
    width: 60px;
    height: 60px;
    background-color: darkgrey;
    border-radius: 50%;
    background-size: cover;
}

.catalog-card__img-container {position:relative;}
.catalog-card__img-container .av-product__stickers {display:flex;flex-direction:column;align-items:flex-start;line-height:normal;position:absolute;left:22px;bottom:0;font-size:12px;font-weight:700;}
.catalog-card__img-container .av-product__sticker {color:#fff;background-color:#000;padding:3px 4px 1px;text-transform:uppercase;margin:2px 0;border-radius:5px;}
.catalog-card__img-container .av-product__sticker--black {background-color:#000;}
.catalog-card__img-container .av-product__sticker--orange {background-color:#fb894c;}
.catalog-card__img-container .av-product__sticker--green {background-color:#27979d;}
.product-comments__item-rating {padding-left: 0px;}