/* переменная с фирменным градиентом */
:root {
  --insimple-gradient: linear-gradient(90deg, rgba(0,163,229,1) 0%, rgba(148,126,178,1) 25%, rgba(182,105,161,1) 40%, rgba(230,16,127,1) 54%, rgba(234,96,30,1) 100%);
}

/* кнопка подписки в моб меню */
.t450 a {
    border-image: var(--insimple-gradient) 1 stretch !important;
}

/* градиент на обводках кнопок */
.t-btn {
    border-image: var(--insimple-gradient) 1 stretch !important;
}

[href='/']:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}