

/* Start:/local/templates/v2/components/bitrix/catalog/v1/bitrix/catalog.element/.default/style.css?17867849383192*/
.product-card_select label {
    margin-bottom: 7px;
    display: block;
}
.product-card_amount {
    font-size: 14px;
}
.product-card_amount strong{
    display: block;
    font-size: 18px;
}
.product-card_offers + .h5 {
    padding-top: 25px;
}

[data-entity="property-row"].hidden {
    display: none;
}
.product-card_tier-prices {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 16px 20px;
    background: #fff6f6;
}
.product-card_tier-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.product-card_tier-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
.product-card_tier-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
}
.product-card_tier-quantity {
    color: #777;
}
.product-card_tier-value {
    font-weight: 600;
}
.product-card_tier-discount {
    color: #c43100;
    font-weight: 600;
}
.product-card_lot-discount {
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .product-card_tier-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 24px;
    }
}

@media (max-width: 767px) {
    .product-card_tier-prices {
        margin-top: 14px;
        margin-bottom: 14px;
        padding: 14px 16px;
    }
    .product-card_tier-title {
        font-size: 16px;
    }
    .product-card_tier-list {
        display: grid;
        gap: 8px;
    }
}

.product-live-viewers {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    margin: 10px 0 12px;
    color: #686868;
    font-size: 15px;
    line-height: 1.4;
}

.product-live-viewers[hidden] {
    display: none;
}

.product-live-viewers__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.product-live-viewers__text {
    transition: opacity 0.18s ease;
}

.product-live-viewers.is-changing .product-live-viewers__text {
    opacity: 0.35;
}

.product-card_desc .product-live-viewers + .product-card_btns.product-card_btns-tools {
    margin-top: 0;
}

@media (max-width: 700px) {
    .product-live-viewers {
        margin: 8px 0 10px;
        font-size: 14px;
    }
}
.features-table {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.features-table__row {
    display: flex;
    align-items: center;
}

.features-table__col {
    padding: 0;
}
.features-table__col:first-child {
    font-size: 1.25rem;
    font-weight: 700;
    padding-left: 0;
    width: 40%;
}
.features-table__col:last-child {
    width: 60%;
}
.cerst__wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;

}
.product-card_label .marker.sale {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0 3px;
    border-radius: 50%;
    background: #e30016;
    color: #fff;
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

@media (max-width: 767px) {
    .product-card_label .marker.sale {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        padding: 0 2px;
        font-size: 0.5rem;
    }
}

/* End */
/* /local/templates/v2/components/bitrix/catalog/v1/bitrix/catalog.element/.default/style.css?17867849383192 */
