@keyframes catalog{
  from{
    width: 0;
  }
  to{
    width: 252px;
  }
}
@-moz-keyframes catalog{
  from{
    width: 0;
  }
  to{
    width: 252px;
  }
}
@-webkit-keyframes catalog{
  from{
    width: 0;
  }
  to{
    width: 252px;
  }
}
@-0-keyframes catalog{
  from{
    width: 0;
  }
  to{
    width: 252px;
  }
}

@keyframes catalog-close{
  from{
    width: 252px;
  }
  to{
    width: 0;
    display: none;
  }
}
@-moz-keyframes catalog-close{
  from{
    width: 252px;
  }
  to{
    width: 0;
    display: none;
  }
}
@-webkit-keyframes catalog-close{
  from{
    width: 252px;
  }
  to{
    width: 0;
  }
}
@-0-keyframes catalog-close{
  from{
    width: 252px;
  }
  to{
    width: 0;
    display: none;
  }
}