.bx_catalog_item_price .bx_price {
    font-size: 20px;
    padding-top: 5px;
    color: #c90410;
    text-shadow: 2px 1px 1px #ccc;

}

.header-contacts-adres-value:hover {
    text-decoration: underline;
}


.header-contacts-adres-value:hover {
    text-decoration: underline;
}

.header-call-mobil {
    margin-top: 115px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 830px) {
    .topmenu {
        /*margin-top: 30px;*/
    }
    .header-call-phone-icon.header-callback-btn {
        padding: 0;
        border-bottom: none;
        border: 2px solid #c90410 !important;
    }
    .header-callback-btn {
        display: none;
    }
    .header-call-mobil div div a span,
    .header-call-mobil div div > i {
        display: none !important;
    }
    .header-call-phone-icon {
        margin: 0px 5px !important;
    }
    .fa.fa-paper-plane {
        margin: 0px 5px;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-cont-mobil-tg {
        text-decoration: none;
    }
    .fa.fa-phone.mobil {
        margin: auto !important;
    }
    .ya-phone {
        order: 1 ;
        margin: 0 5px !important;
    }
    .header-call-mobil > span {
        display: flex !important;
    }
}
@media (min-width: 830px){
    .header-call-mobil {
        display: none;
    }
    .head-cont-mobil-tg {
        display: none !important;
    }
}


[data-tooltip] {
    position: relative; /* Относительное позиционирование */
}
[data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: max-content; /* Ширина подсказки */
    left: -200px; top: 0px; /* Положение подсказки */
    background: #fff; /* Синий цвет фона */
    color: black; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
    border: 1px solid;
    z-index: 9;
}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
}


.ya-phone > a:hover {
    text-decoration: underline; /* Добавляем подчеркивание при наведении курсора мыши на ссылку */
}