

/* Start:/bitrix/templates/empty/components/bitrix/catalog.item/empty_card/style.min.css?17594336993609*/
.card_item_cont {padding: 15px;padding-bottom: 70px;}.card_item_circle {background-color: var(--color-third);background-size: cover;position: absolute;width: 120%;margin-top: -100px;overflow: hidden;margin-left: -10%;top: 0;}.card_item_circle a {display: block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}.card_item_circle a * {pointer-events: none;}.card_item_circle:after {content: "";float: left;padding-top: 100%;}.card_item_circle picture {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}.card_item_circle picture img {width: 100%;height: 100%;object-fit: cover;transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);object-position: top center;}.card_item_top {overflow: hidden;position: relative;}.card_item_top:after {content: "";float: left;padding-top: 100%;}.card_item_price {padding-top: 12px;font-weight: 600;font-size: 18px;}.card_item_price span.old {font-weight: 300;display: inline-block;position: relative;opacity: 0.8;font-size: 14px;}.card_item_price span.old:before {content: " ";display: block;width: 100%;border-top: 2px solid rgba(var(--effect-color-dop), 0.6);height: 12px;position: absolute;bottom: 0;left: 0;transform: rotate(-7deg);}.card_item_price .cur {display: block;}.cta-container {display: flex;padding: 0 10px;bottom: 15px;position: absolute;text-align: center;width: 100%;left: 0;z-index: 9;}.cta-container a {margin: 0 5px;}.transition {transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);}@media (hover: hover) and (pointer: fine) {.cta-container {bottom: -100px;}.card_item_circle {border-radius: 50%;margin-top: -130px;}.card_item_circle img {filter: grayscale(1);}.cards_item:hover .card_item_circle {background-size: cover;border-radius: 0;margin-top: -100px;}.cards_item:hover .card_item_circle img {filter: grayscale(0);}.cards_item:hover .cta-container {bottom: 15px;}.cards_item:hover h3 {background: rgb(var(--neutral-color));color: #fff;margin-bottom: 12px;padding: 5px;}.cards_item:hover h3 a {color: #fff;}}.cards_item > div {height: 100%;}.card_item_stick {position: absolute;top: 5px;left: 5px;z-index: 2;background: #fff;border-radius: 8px;padding: 4px;pointer-events: none;font-size: 12px;display: flex;}.card_item_rate {display: flex;align-items: center;}.card_item_rate svg {fill: rgb(var(--neutral-color));stroke: rgb(var(--neutral-color));}.card_item_rews {padding-left: 10px;}.product-item-properties {display: block;overflow: hidden;margin: 0;color: #a5a5a5;font-size: 12px;}.product-item-properties dl {clear: both;}.product-item-properties dt {float: left;clear: both;font-weight: normal;}.product-item-properties dd {float: right;margin-bottom: 3px;margin-left: 5px;color: #000;}.product-item-label-text, .product-item-label-ring {position: absolute;z-index: 5;}.product-item-label-text span, .product-item-label-ring {display: inline-block;clear: both;margin-bottom: 2px;background: #cb4b4b;color: #fff;vertical-align: middle;text-align: center;transition: all 250ms ease;}.bx-red .product-item-label-text span, .bx-red .product-item-label-ring {background-color: #fba90c;}.product-item-label-text > div, .product-item-label-ring > div {line-height: 0;}.product-item-label-text, .product-item-label-ring {position: absolute;z-index: 1;}.product-item-label-ring {box-sizing: border-box;border-radius: 50%;font-weight: bold;}.product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {width: 50px;height: 50px;font-size: 14px;line-height: 50px;}.product-item-label-left {left: -7px;}.product-item-label-left > div {text-align: left;}.product-item-label-top {top: -7px;}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/template_prod_revs/style.css?17600893051441*/
.news-item{
    padding: 10px;
    border-radius: 10px;
    background: #99999912;
}
.news-item+.news-item{
    margin-top: 25px;
}
.news-gal{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.news-gal-it{
    flex: 1 1 auto;
    position: relative;
    max-height: 200px;
    padding: 5px;
}
.news-gal-it a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.news-gal-it:before{
    content: '';
    float: left;
    padding-top: 80%;
}
.news-gal-it img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 250ms ease-in;
}
.news-item-head{
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(var(--light-bg), 0.4);
    margin-bottom: 8px;
}
.news-item-head .news-date{
    opacity: 0.8;
    font-size: 80%;
}
@media (max-width:767px){
    .news-gal-it{
        max-width: 25%;
        max-height: 115px;
    }
    .news-gal-it:nth-child(6n+1){
        max-width: 75%;
    }
    .news-gal-it:first-child{
        max-width: 100%;
    }
    .news-gal-it:last-child{
        max-width: 100%;
    }
}
@media (min-width: 768px){
    .news-gal-it{
        max-width: 240px;
    }
}
.news-gal-it a:hover img{
    transform: scale(1.1);
}
/* End */
/* /bitrix/templates/empty/components/bitrix/catalog.item/empty_card/style.min.css?17594336993609 */
/* /bitrix/templates/empty/components/bitrix/news.list/template_prod_revs/style.css?17600893051441 */
