.link1[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: #f7901e !important;
}

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

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

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






.link2[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: #FFFFFF !important;
}

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

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

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




.link5[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #FFFFFF !important;
    /* толщина и цвет подчеркивания до наведения */
    border-bottom: transparent solid transparent. !important;
    /* отступ между ссылкой и подчеркиванием до наведения */
    padding-bottom: 2px !important; 
}

.link5[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #FFFFFF !important;
    /* толщина и цвет подчеркивания после наведения */
    border-bottom: 2px solid #FFFFFF !important;
    /* отступ между ссылкой и подчеркиванием после наведения */
    padding-bottom: 2px !important; 
}


.t-uptitle_xxl {
    font-size: 32px;
}

a, b, blockquote, center, code, div, h1, h2, h3, h4, h5, h6, i, img, p, pre, span, table, td, th, tr, u, video {
    margin: auto;
    padding: 0;
    border: 0;
}

#allrecords ol li {
    padding-left: 30px;
}

#allrecords ol li::marker {
    color: #F94529;
}
}