@charset "UTF-8";
.mf-currency-wgt {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  margin: 16px 0 0 -8px; }

.mf-currency-wgt span {
  display: block; }

.mf-currency-wgt a:visited {
  color: initial; }

.mf-currency-wgt a {
  color: #000;
  text-decoration: none !important; }

.mf-currency-wgt .mf-currency-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 75px;
  padding: 10px 35px 10px 10px;
  white-space: normal;
  font-size: 14px;
  cursor: pointer; }

.mf-currency-wgt .mf-currency-block:hover {
  background: #fafbfd; }

.mf-currency-wgt .mf-currency-block:hover .mf-cbc-red,
.mf-currency-wgt .mf-currency-block:hover .mf-cbc-green,
.mf-currency-wgt .mf-currency-block:hover .mf-cbc-grey {
  opacity: 1; }

.mf-currency-wgt .mf-currency-block > i {
  display: none; }

.mf-currency-wgt .mf-currency-block:hover > i {
  /*content: '\e879';
  font-family: 'mf-icons';*/
  display: block;
  text-align: center;
  position: absolute;
  top: 23px;
  right: 10px;
  width: 20px;
  font-size: 8px;
  line-height: 18px;
  height: 20px;
  padding-left: 1px;
  border-radius: 50%;
  color: #336ec8;
  border: 1px solid #336ec8; }

.mf-currency-wgt .mf-currency-block .mf-currency-name {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  font-family: 'Open Sans', sans-serif; }

.mf-currency-wgt .mf-currency-block .mf-currencies-bidask-wrap {
  /*display: table-row;*/
  position: relative;
  top: -4px; }

.mf-currency-wgt .mf-currency-block .mf-currency-bid {
  display: table-cell;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif; }

.mf-currency-wgt .mf-currency-block .mf-currency-slash {
  display: table-cell;
  font-size: 19px;
  padding: 0px 3px;
  font-family: 'Open Sans', sans-serif; }

.mf-currency-wgt .mf-currency-block .mf-currency-ask {
  display: table-cell;
  font-size: 19px;
  font-weight: 300;
  font-family: "Open Sans"; }

.mf-currency-wgt .mf-currency-bid .grey,
.mf-currency-wgt .mf-currency-ask .grey {
  font-size: inherit;
  color: #ccc; }

.mf-currency-wgt .mf-currency-block .icon-w-drop {
  line-height: .3em;
  text-align: center; }

.mf-currency-wgt .mf-currency-block .icon-w-drop:before {
  width: 30px;
  margin: 0; }

.mf-currency-wgt .mf-cur-wgt-h2 {
  display: none;
  vertical-align: top;
  /*padding: 0;*/
  padding: 0px 0px 10px 10px;
  margin: 0 10px 0 0;
  height: 36px;
  /*line-height: 1em;*/
  font-weight: 100 !important;
  font-family: inherit;
  font-size: 39px;
  color: #31506c;
  text-shadow: none; }

/*.mf-currency-wgt .mf-currency-block-cell{
  display: inline-block;
  vertical-align: top;
}*/
/*.mf-currency-wgt .mf-currency-block:last-child .mf-currency-block-cell{
  margin-right: 10px;
}*/
/*.mf-currency-wgt .mf-currency-block-cell>small{
  display: inline-block;
  vertical-align: top;
  min-height: 10px;
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}*/
.mf-currency-wgt .mf-cbc-amount {
  height: 18px;
  line-height: .7em;
  margin-top: -2px;
  font-size: 20px;
  font-family: "OpenSansLight"; }

.mf-currency-wgt .mf-cbc-amount > small {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400; }

.mf-currency-wgt .mf-cbc-red {
  font-size: 9px;
  color: #f00;
  opacity: 0; }

.mf-currency-wgt .mf-cbc-grey {
  font-size: 9px;
  color: #b6b6b6;
  opacity: 0; }

.mf-currency-wgt .mf-cbc-green {
  font-size: 9px;
  color: #1B992B;
  opacity: 0; }

/* Russian trololo */
.mf-currency-ru-trololo {
  pointer-events: none !important; }

.mf-currency-ru-trololo .flag-ru {
  width: 45px;
  height: 33px;
  margin-top: 1px;
  background: url(/i/rusflag.svg), none;
  background-repeat: no-repeat; }

.mf-currency-ru-trololo .mf-currency-block-cell > small {
  margin-top: -2px;
  width: 20px; }

.mf-currency-ru-trololo .mf-currency-block-cell > small > span {
  position: absolute;
  color: #31506B; }

.mf-currency-ru-trololo .mf-cbc-amount {
  /*margin-top: 1px;*/ }

@media only screen and (max-width: 1100px) {
  .mf-currency-wgt .mf-currency-block {
    padding: 10px 32px 10px 7px; }
  .mf-currency-wgt .mf-cur-wgt-h2 {
    font-size: 30px;
    display: inline-block; } }

@media only screen and (max-width: 600px) {
  .mf-currency-wgt {
    position: relative;
    text-align: center;
    width: 290px;
    margin: 0 auto 5px auto;
    border-radius: 6px;
    text-shadow: 0 0 0 #000;
    background: #fff;
    padding: 5px 0 5px 85px; }
  .mf-currency-wgt .mf-cur-wgt-h2 {
    position: absolute;
    top: 7px;
    left: 0;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0 10px 0 5px;
    height: 80%; }
  .mf-currency-wgt .mf-currency-block {
    display: block;
    min-width: 190px;
    text-align: left;
    height: auto;
    padding: 0 5px !important;
    background: #fafbfd; }
  .mf-currency-wgt .mf-currency-block:last-child {
    display: none; }
  .mf-currency-wgt .mf-currency-block > i,
  .mf-currency-wgt .mf-currency-block:hover > i {
    display: none; }
  .mf-currency-wgt .mf-currency-block .mf-cbc-red,
  .mf-currency-wgt .mf-currency-block .mf-cbc-green,
  .mf-currency-wgt .mf-currency-block .mf-cbc-grey {
    display: none; }
  .mfz-currency-search .mf-currency-wgt {
    float: none;
    background: #fafbfd; }
  .mf-currency-wgt .mf-currency-block .mf-currency-ask:after {
    content: 'грн'; }
  .mf-currency-wgt .mf-currency-block .mf-currency-bid,
  .mf-currency-wgt .mf-currency-block .mf-currency-slash,
  .mf-currency-wgt .mf-currency-block .mf-currency-ask {
    font-size: 14px; } }
