#currencies-block-top {
  float: right;
  position: relative;
  padding: 12px 22px 0 0; }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    color: #888888;
    cursor: pointer;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    perspective: 2000px; }
    @media (max-width: 479px) {
      #currencies-block-top div.current {
        font-size: 12px; } }
    #currencies-block-top div.current strong {
      font-weight: normal; }
    #currencies-block-top div.current:hover, #currencies-block-top div.current.active {
      color: #00bbd2; }
    #currencies-block-top div.current:after {
      content: "\e071";
      color: #dcdcdc;
      font-size: 23px;
      line-height: 23px;
      font-family: "material-design";
      display: inline-block;
      padding-left: 0;
      perspective: 2000px;
      vertical-align: -4px; }
      @media (max-width: 479px) {
        #currencies-block-top div.current:after {
          padding-left: 4px; } }
    #currencies-block-top div.current.active:after {
      content: "\e073"; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    min-width: 150px;
    background: #ffffff;
    padding: 5px 10px;
    z-index: 3;
    margin: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 0 16px; }
    #currencies-block-top ul li {
      line-height: 26px;
      font-size: 12px;
      margin: 5px 0;
      color: #888888;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 5px;
        display: block;
        color: #888888; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li.selected > span, #currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
        color: #00bbd3; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover {
        background: #fff; }
