

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?17462079601318*/
.catalog_block .catalog_item {
    container-type: inline-size;
}

.catalog_block .catalog_item:hover {
    z-index: 20;
}

.product-contact-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 100%;
}

.product-contact-buttons__button {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--background-color);
    border-radius: 2px;
    transition: background-color ease 0.5s;
}

.product-contact-buttons__button:is(:hover, :active, :focus) {
    color: #ffffff;
    background-color: var(--background-color-hover);
}

.product-contact-buttons__button--green {
    --background-color: #02d15c;
    --background-color-hover: #00c257;
}

.product-contact-buttons__button--blue {
    --background-color: #00aaff;
    --background-color-hover: #0099f7;
}

@container (max-width: 204px) {
    .product-contact-buttons {
        grid-template-columns: 100%;
        gap: 8px;
    }
    .product-contact-buttons__button {
        padding-block: 4px;
    }
}

.catalog_block .cost.prices .price_set_block {
    font-size: 14px;
    line-height: 23px;
}

.catalog_block .cost.prices .price_set_block span:last-child {
    white-space: nowrap;
}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?17462079601318 */
