.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_theme_realty.link_pseudo {
    cursor: pointer; }
  .link_theme_realty:hover, .link_theme_realtylink_hovered {
    color: #e45723; }
  .link_theme_realty.link_size_s {
    font-size: 13px; }
  .link_theme_realty.link_size_m {
    font-size: 13px; }
  .link_theme_realty.link_size_l {
    font-size: 15px; }
  .link_theme_realty.link_size_xl {
    font-size: 18px; }
  .link_theme_realty.link_disabled {
    color: #ddd;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
