@media only screen and (min-width: 768px) {

    a:hover {
        text-decoration: none;
    }

    .contacts-link a:hover {
        text-decoration: none;
    }

    footer .helix-logo:hover {
        opacity: 1;
    }

    footer .footer-menu a:hover span {
        opacity: 1;
    }

    li.select-items:hover {
        background-color: #e9e9e9;
    }

    main .right.success-block a:hover:before,
    footer .contacts-link:hover {
        text-decoration: underline;
    }

    .ui-dialog-buttonset button:hover,
    main .send-btn:hover,
    main h1 a:hover,
    main .main-logo:hover {
        opacity: .9;
    }

}