.phone-number a:hover, .email a:hover {
    transition: 0.3s !important;
    border-bottom: 1px solid #fff !important;
}
.t-checkbox__labeltext a:hover {
    text-decoration:underline !important;
}
.header-menu-link a:hover {
    border-bottom: 1px solid #fff !important;
    transition: 0.3s !important;
}
.uc-content-link-whit a:hover {
    text-decoration:underline !important;
    transition: 0.3s !important;    
}
.footer-link a:hover {
    border-bottom:none !important;
}
.footer-link a {
    border-bottom: 1px solid rgb(227, 227, 227);
}
.excursion-link a:hover {
    text-decoration:underline !important;
}
.excursion-link-image a:hover {
    transition: 0.3s !important;    
    opacity: 60% !important;    
}
#anycomment-app {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}