.underline-link:hover {
  text-decoration: underline !important;
}


a {
  color: #424046 !important;
}


a:hover {
  color: #835df7 !important;
}


/* Белый текст кнопки */
.goroda {
  color: #fff !important;
}

/* Если внутри кнопки есть  — делаем ссылку белой */
.goroda a {
  color: #fff !important;
  text-decoration: none;
}

/* Чтобы при наведении не менялся цвет ссылки */
.goroda a:hover {
  color: #fff !important;
  text-decoration: underline;
}



a[href^="#popup:myform"] {
    color: #fff !important; /* белый текст */
    text-decoration: none; /* убрать подчеркивание, если нужно */
}

a[href^="#popup:myform"]:hover {
    color: #fff !important; /* белый при наведении */
}


.politika a {
  color: #fff !important;
}


.politika a:hover {
  color: #835df7 !important;
}
