

/* Start:/local/templates/aspro-allcorp2/components/bitrix/news.list/catalog_table-opt/style.css?17733795331000*/
.inner-wrap {
    position: relative;
}

.price-hint {
    display: flex !important; 
    justify-content: center !important;
}

.price-hint .price-hint__open {
    fill: #CBCBCB;
    cursor: pointer;
}

.price-hint .price-hint__open:hover, .price-hint__open.active {
    fill: #012865;
}

.hint {
    border: 1px solid #4E6994;
    background: #fff;
    border-radius: 5px;
    display: none; 
    padding: 10px; 
    position: absolute; 
    bottom: 234px; 
    right: 50%;
    transform: translateX(50%);
    z-index: 100;
}

.hint__arrow {
    position: absolute; 
    bottom: -7px; 
    right: 5px;
}

.hint-item {
    background: #F7F7F8; 
    display: flex; 
    justify-content: space-between; 
    padding: 5px 15px; 
    border-radius: 4px; 
    color: #000; 
    font-size: 12px; 
    line-height: normal; 
    gap: 14px;
}

.hint-item__date {
    font-weight: 400;
}

.hint-item__price {
    font-weight: 600;
}

@media (max-width: 530px) {
    .hint__arrow {
        right: 13px;
    }
}
/* End */
/* /local/templates/aspro-allcorp2/components/bitrix/news.list/catalog_table-opt/style.css?17733795331000 */
