#currencies-block-top {
  float: right;
  position: relative;
  margin-left: 38px;
  margin-top: 20px;
  z-index: 999; }
  @media (max-width: 767px) {
    #currencies-block-top {
      margin-top: 21px; } }
  @media (max-width: 480px) {
    #currencies-block-top {
      margin-left: 25px; } }
  #currencies-block-top:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 8px;
    background: white;
    left: -19px;
    top: 6px; }
    @media (max-width: 480px) {
      #currencies-block-top:after {
        left: -13px; } }
  #currencies-block-top span.firstWord {
    display: none; }
  #currencies-block-top div.current {
    padding-right: 1px;
    font: 400 19px/19px "Roboto", sans-serif;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding-bottom: 4px; }
    #currencies-block-top div.current span {
      display: none; }
    @media (max-width: 767px) {
      #currencies-block-top div.current {
        font-size: 16px; } }
    #currencies-block-top div.current strong {
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      font-weight: 400;
      display: inline-block; }
    #currencies-block-top div.current:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background: white;
      right: -100%;
      bottom: 0; }
    @media (max-width: 991px) {
      #currencies-block-top div.current:hover:before, #currencies-block-top div.current.active:before {
        right: 0; } }
    @media (min-width: 991px) {
      #currencies-block-top div.current:hover strong, #currencies-block-top div.current.active strong {
        -moz-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg); } }
    #currencies-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 11px;
      line-height: 11px;
      color: white;
      vertical-align: 3px;
      padding-left: 4px; }
    #currencies-block-top div.current.active:after {
      content: "\f0d8"; }
    @media (max-width: 479px) {
      #currencies-block-top div.current .cur-label {
        display: none; } }
  #currencies-block-top ul {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    width: 157px;
    background: #2e1023;
    z-index: 2; }
    #currencies-block-top ul li {
      color: white;
      line-height: 35px;
      font-size: 13px; }
      #currencies-block-top ul li a,
      #currencies-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: white; }
      #currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
        background: #58314a; }
