#rec825510904 .t396__artboard {
    height: 550px;
    background-color: #ffffff;
    border-radius: 0 0 50% 60% / 61% 25% 75% 39%;
}

.t545__textwrapper {
    display: table;
    width: 100%;
    background-color: #fbfbfb;
}

.t-cover {
    height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
    border-radius: 0 0 35% 48% / 61% 25% 75% 39%;
}

@media (hover: hover), (min-width:0\0) {
    #rec827711463 .t-btn:not(.t-animate_no-hover):hover {
        background-color: #5991a6 !important;
        color: #fff !important;
    }
}

.uc-marker ul {
    list-style-image: url(https://static.tildacdn.com/tild3135-6266-4861-b035-363931373130/bullit.png)
}


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

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

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

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





