#currencies-block-top {
  float: left;
  border-left: normal;
  position: relative;
}
@media (max-width: 767px) {
  #currencies-block-top {
    position: absolute;
    text-align: center;
    width: 25%;
    left: 25%;
    z-index: 959;
    margin-left: 0;
    border-right: 1px solid #fff;
    background: #e1e1e1;
  }
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current {
  padding: 6px 10px 8px;
  color: white;
  text-shadow: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  #currencies-block-top div.current {
    text-align: center;
    padding: 9px 5px 10px;
    /*font-size: 11px;*/
  }
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top div.current strong {
  color: #777777;
  font-weight: normal;
}
#currencies-block-top div.current:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 18px;
  color: #686666;
  vertical-align: 0px;
  padding-left: 12px;
}
@media (max-width: 479px) {
  #currencies-block-top div.current:after {
    padding-left: 2px;
    font-size: 13px;
    line-height: 13px;
    vertical-align: 0;
    display: none;
  }
}
@media (max-width: 479px) {
  #currencies-block-top div.current .cur-label {
    display: none;
  }
}
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 34px;
  width: 190px;
  background: #FBFBFB;
  padding-bottom: 5px;
  border: 1px solid #EDEDED;
  z-index: 2;
}
@media (max-width: 767px) {
  #currencies-block-top ul {
    width: 100%;
    top: 37px;
  }
}
@media (max-width: 479px) {
  #currencies-block-top ul {
    width: 140px;
  }
}
#currencies-block-top ul li {
  color: white;
  line-height: 26px;
  font-size: 14px;
  text-align: left;
}
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
}
#currencies-block-top ul li.selected a, #currencies-block-top ul li:hover a {
  color: #CF0202;
}
