.link-22[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #0036B5 !important;
}

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

.link-22[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: #0036B5; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}

.link-22[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #0036B5;
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}




.link-24[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #1D1D1D !important;
}

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

.link-24[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: ; 
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}

.link-24[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #1D1D1D;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}


.link-23[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #1D1D1D !important;
}

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

.link-23[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: -2px;
    /* толщина подчеркивания */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: #1D1D1D; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}

.link-23[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #1D1D1D;
     
    opacity: 0;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
     
}


.t-form__successbox {
    background: #0036b5;
}
