


/* Ховер на номера телефонов */
a[href^="tel"] {
    transition: all 0.3s ease;
}

a[href^="tel"]:hover {
    color: #0480BA !important;
    text-decoration: underline;
}


/* Ховер в подвае на ссылки политики */
.links-policy a u {
    text-decoration: underline;
    transition: all 0.2s ease;
}

.links-policy a:hover u {
    color: #0480BA !important;
    text-decoration: none !important;
}


/* убираем стандартное подчеркивание у Кнопки Хочу на консультацию */
/* убираем стандартное подчеркивание у u */
.link-no-underline u {
    text-decoration: underline;
    transition: all 0.2s ease;
}

/* убираем подчеркивание при наведении */
.link-no-underline:hover u {
    text-decoration: none !important;
}