.txtlink[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #00afe1 !important;
}

.txtlink[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #00d2f5 !important;
}

.footerlink1[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #ffffff !important;
}

.footerlink1[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #A1EAFF !important;
}

.footerlink2[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #ffffff !important;
}

.footerlink2[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #9EDFFF !important;
}