.link_theme_realty {
    color: #04b;
    cursor: pointer;
    transition: color 0.15s ease-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);

    &.link_pseudo {
        cursor: pointer;
    }

    &:hover, &link_hovered {
        color: #e45723;
    }


    &.link_size_s {
        font-size: 13px;
    }

    &.link_size_m {
        font-size: 13px;
    }

    &.link_size_l {
        font-size: 15px;
    }

    &.link_size_xl {
        font-size: 18px;
    }

    &.link_disabled {
        color: #ddd;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

