@charset "UTF-8";
/*$green:               #57ab2e;*/
@font-face {
  font-family: 'Raleway';
  src: url("/fonts/raleway/RalewayRegular/RalewayRegular.ttf") format("truetype"), url("/fonts/raleway/RalewayRegular/RalewayRegular.eot") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("/fonts/raleway/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype"), url("/fonts/raleway/RalewaySemiBold/RalewaySemiBold.eot") format("truetype"), url("/fonts/raleway/RalewaySemiBold/RalewaySemiBold.woff") format("woff"), url("/fonts/raleway/RalewaySemiBold/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("/fonts/raleway/RalewayBold/RalewayBold.ttf") format("truetype"), url("/fonts/raleway/RalewayBold/RalewayBold.eot") format("truetype"), url("/fonts/raleway/RalewayBold/RalewayBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("/fonts/raleway/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype"), url("/fonts/raleway/RalewayExtraBold/RalewayExtraBold.eot") format("truetype"), url("/fonts/raleway/RalewayExtraBold/RalewayExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

button {
  border-radius: 0px; }

.button {
  font-family: "Roboto", sans-serif;
  padding: 0 14px;
  color: #244696;
  border: 1px solid #cbdaf4;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button.more {
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 4px; }
    .button.more svg {
      left: 0;
      margin-left: 8px;
      width: 16px;
      height: 8px;
      transform: translateY(-50%);
      fill: #244696; }
  .button.icon {
    padding-left: 36px; }
  .button:hover {
    background-color: #8daee7;
    border-color: #8daee7;
    color: #ffffff; }
    .button:hover svg {
      fill: #ffffff; }
  .button--green {
    border-color: #239c13;
    color: #239c13; }
    .button--green:hover {
      border-color: #62BB55;
      background-color: #62BB55;
      color: #ffffff;
      text-decoration: none; }
  .button--red {
    border-color: #db0107;
    color: #db0107; }
    .button--red:hover {
      border-color: #db0107;
      background-color: #db0107;
      color: #ffffff;
      text-decoration: none; }
  .button--bg--red {
    border-color: #db0107;
    background-color: #db0107;
    color: #ffffff; }
    .button--bg--red:hover {
      background-color: transparent;
      border-color: #db0107;
      color: #db0107; }
  .button--bg--green--radius {
    border-color: #239c13;
    background-color: #239c13;
    color: #ffffff;
    border-radius: 2px;
    padding: 0 20px; }
    .button--bg--green--radius:hover {
      background-color: transparent;
      border-color: #239c13;
      color: #239c13;
      text-decoration: none; }
  .button--bg--green {
    border-color: #239c13;
    background-color: #239c13;
    color: #ffffff; }
    .button--bg--green:hover {
      background-color: transparent;
      border-color: #239c13;
      color: #239c13; }
  .button.star svg {
    stroke: #ff7500;
    width: 16px;
    left: 18px;
    height: 16px;
    margin-top: 0;
    fill: none; }
  .button.orange {
    color: #ff7500;
    border-color: #ff7500;
    margin-right: 20px;
    margin-left: 37px; }
    .button.orange:hover {
      background-color: #ff7500;
      color: #ffffff; }
      .button.orange:hover svg {
        stroke: #ffffff; }
  .button.up svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4px; }
  .button .search-icon svg {
    width: 24px;
    height: 24px; }
  .button--filter {
    border: 1px solid #fee2e2;
    font-weight: normal;
    height: 36px;
    line-height: 35px;
    border-radius: 2px;
    padding: 0 10px;
    font-family: "Ralaway", sans-serif; }
    .button--filter.active, .button--filter:hover {
      background-color: #fee2e2;
      color: #df3014;
      border-color: #fee2e2; }

.button.very-small {
  font-size: 12px;
  color: #244696;
  line-height: 23px;
  height: 24px;
  border-radius: 2px;
  padding: 0 8px;
  font-family: "Ralaway", sans-serif; }
  .button.very-small:hover {
    border-color: #fee2e2;
    background-color: #fee2e2;
    color: #df3014; }

.liquidation {
  font-family: "Roboto",sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 0px 5px 1px;
  background: #df3115;
  border-radius: 2px;
  line-height: 17px;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 8px;
  display: inline-block; }

.label {
  font-family: "Roboto";
  border-radius: 8px;
  text-align: center;
  padding: 0 4px;
  height: 15px;
  line-height: 12px;
  font-size: 12px;
  display: inline-block; }
  .label.green {
    color: #239c13;
    border: 1px solid #239c13; }
  .label.red {
    color: #db0107;
    border: 1px solid #db0107; }
  .label.tab {
    font-size: 16px;
    border-radius: 16px;
    color: #244696;
    line-height: 32px;
    height: 32px;
    padding: 0 12px;
    cursor: pointer;
    border: 1px solid transparent; }
    .label.tab:hover {
      text-decoration: underline; }
    .label.tab.active {
      color: #db0107;
      border: 1px solid #db0107; }
      .label.tab.active:hover {
        text-decoration: none; }

.hashtag {
  display: inline-block;
  font-family: "Roboto";
  padding: 0 8px;
  color: #5a79a5;
  border: 1px solid #cbdaf4;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin: 0 8px 8px 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  vertical-align: middle; }
  .hashtag:hover {
    background-color: #8daee7;
    border-color: #8daee7; }
    .hashtag:hover a {
      color: #ffffff;
      text-decoration: none; }

i.icon {
  display: inline-block; }

.ico-svg {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #244696; }

.angle-right svg,
.angle-left svg {
  width: 16px;
  height: 8px; }

.angle-right svg, .button.more.angle-right svg {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg); }

.angle-left svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg); }

.button.icon-right {
  padding-right: 32px; }
  .button.icon-right svg {
    left: inherit;
    right: 8px;
    margin-top: 2px; }
  .button.icon-right.angle-right svg {
    height: 6px;
    right: 0;
    margin-top: 1px; }

.c-danger, .block-danger {
  color: #db0107;
  background-color: #fee2e2; }

.block-info {
  color: #2d2d2d;
  background-color: #ffedd4;
  border-radius: 4px;
  padding: 14px;
  font-family: 'Roboto';
  font-size: 14px;
  margin-top: 8px; }
  .block-info--success {
    color: #239c13;
    background: #e4f8e2;
    border-radius: 4px; }

.alert {
  padding: 12px 14px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px; }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .alert .close {
    color: #155724; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.no-display {
  display: none; }

.mfz-main-header {
  margin-bottom: 0; }

.mfm-aside-block {
  margin-bottom: 20px; }

img {
  border: none;
  outline: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  font-family: 'Roboto', sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  font-family: 'Roboto', sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  font-family: 'Roboto', sans-serif; }

.mfz-content-wrapper .mfz-col-content .mfz-banners-place {
  max-width: 480px;
  overflow: hidden;
  margin: 0 auto;
  display: none; }

@media only screen and (max-width: 800px) {
  .mfz-content-wrapper .mfz-col-content .mfz-banners-place {
    max-width: 100%;
    display: block; } }

.row {
  margin: 0 -16px; }
  @media only screen and (max-width: 459px) {
    .row {
      margin: 0 -10px; } }

.col-3 {
  float: left;
  width: 33.3%; }

.orange {
  color: #FF7500; }
  .orange svg {
    stroke: #FF7500;
    fill: transparent; }
  .orange:hover {
    fill: #FF7500; }

.star-icon {
  position: relative; }

a {
  color: #244696;
  font-family: 'Roboto', sans-serif; }

.box-shadow {
  background-color: #fff;
  box-shadow: 0 0 2px 0 #dddddd; }
  .box-shadow--red {
    box-shadow: inset 0 2px 0 0 #df3014; }

.h1, .h2, .h3, .h4 {
  font-family: 'Raleway', sans-serif; }

.h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900; }
  @media only screen and (max-width: 459px) {
    .h1 {
      font-size: 24px;
      line-height: 30px; } }

.h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700; }
  @media only screen and (max-width: 459px) {
    .h2 {
      font-size: 22px;
      line-height: 26px; } }

.h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; }
  @media only screen and (max-width: 459px) {
    .h3 {
      font-size: 16px; } }

.h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; }
  @media only screen and (max-width: 459px) {
    .h4 {
      font-size: 16px; } }

.description {
  font-size: 12px; }

.data {
  font-size: 13px; }

.clear {
  clear: both; }

.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0; }

.visibility {
  visibility: visible;
  opacity: 1;
  height: auto; }

.default-padding {
  padding: 16px 16px 0px 16px; }
  @media only screen and (max-width: 459px) {
    .default-padding {
      padding: 10px 10px 0px 10px; } }

.full-padding {
  padding: 16px; }
  @media only screen and (max-width: 459px) {
    .full-padding {
      padding: 10px; } }

.padding-b-24 {
  padding-bottom: 24px; }

.img-circle {
  width: 64px;
  height: 64px;
  background-image: url("");
  background-size: cover;
  display: block;
  border-radius: 50%;
  background-position: 50%; }

.section {
  clear: both;
  margin-bottom: 16px; }

.main + .main {
  margin-top: 16px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.section-content,
.business-content {
  margin-bottom: 16px;
  position: relative; }
  .section-content .bannerbar, .section-content .siderbar,
  .business-content .bannerbar,
  .business-content .siderbar {
    display: none; }
  .section-content.is-siderbar .siderbar,
  .business-content.is-siderbar .siderbar {
    display: block;
    float: right;
    width: 300px; }
    @media only screen and (max-width: 1011px) {
      .section-content.is-siderbar .siderbar,
      .business-content.is-siderbar .siderbar {
        display: block;
        float: none;
        width: 100%; }
        .section-content.is-siderbar .siderbar .tags,
        .business-content.is-siderbar .siderbar .tags {
          padding-top: 0; } }
    .section-content.is-siderbar .siderbar .tags .h3,
    .business-content.is-siderbar .siderbar .tags .h3 {
      padding-bottom: 16px; }
  .section-content.is-siderbar .main,
  .business-content.is-siderbar .main {
    position: relative;
    margin-right: 320px;
    padding-right: 0; }
    @media only screen and (max-width: 1011px) {
      .section-content.is-siderbar .main,
      .business-content.is-siderbar .main {
        margin-right: 16px; } }
    @media only screen and (max-width: 459px) {
      .section-content.is-siderbar .main,
      .business-content.is-siderbar .main {
        margin-right: 0px;
        padding-right: 10px; } }
    .section-content.is-siderbar .main + .siderbar,
    .business-content.is-siderbar .main + .siderbar {
      top: -70px;
      position: relative; }
      @media only screen and (max-width: 1011px) {
        .section-content.is-siderbar .main + .siderbar,
        .business-content.is-siderbar .main + .siderbar {
          top: 0; } }
  .section-content.is-banner .bannerbar,
  .business-content.is-banner .bannerbar {
    display: block;
    float: right;
    width: 300px; }
    @media only screen and (max-width: 1011px) {
      .section-content.is-banner .bannerbar,
      .business-content.is-banner .bannerbar {
        display: none; }
        .section-content.is-banner .bannerbar .bannerbar-show,
        .business-content.is-banner .bannerbar .bannerbar-show {
          display: block;
          text-align: center; } }
  .section-content.is-banner .main,
  .business-content.is-banner .main {
    margin-right: 320px; }
    @media only screen and (max-width: 1011px) {
      .section-content.is-banner .main,
      .business-content.is-banner .main {
        margin-right: 0; } }
  .section-content .all-news .columns,
  .business-content .all-news .columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
  .section-content .all-news .title,
  .business-content .all-news .title {
    font-weight: 600;
    font-size: 16px;
    padding: 0 16px 14px 16px; }
  @media only screen and (max-width: 1011px) {
    .section-content .all-news .columns,
    .business-content .all-news .columns {
      padding-top: 0;
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      -webkit-column-fill: balance;
      -moz-column-fill: balance;
      column-fill: balance;
      position: relative; }
    .section-content .all-news .title,
    .business-content .all-news .title {
      font-family: 'Raleway', sans-serif;
      font-weight: 900;
      font-size: 24px;
      padding: 0;
      margin-top: -8px; } }
  @media only screen and (max-width: 459px) {
    .section-content .all-news .columns,
    .business-content .all-news .columns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  .section-content .all-news .item .data,
  .business-content .all-news .item .data {
    display: block; }
  .section-content .all-news .item:last-of-type,
  .business-content .all-news .item:last-of-type {
    border-bottom: none; }

section.inside .all-news {
  padding-top: 0; }

section.inside .box-shadow {
  padding: 0 16px; }
  @media only screen and (max-width: 759px) {
    section.inside .box-shadow {
      padding: 0 10px; } }

section.inside .h1, section.inside .h2 {
  margin: 32px 0 24px; }

aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 1; }
  aside .mfm-col-aside {
    float: none;
    margin: 0 auto; }
  @media only screen and (max-width: 1011px) {
    aside {
      position: relative;
      width: 100%;
      /* only test */ }
      aside .banner {
        display: none; } }
  aside .all-news.section.inside .h2 {
    margin: -16px 0 24px; }
  @media only screen and (min-width: 1012px) {
    aside .all-news.section.inside .h2 {
      font-size: 16px;
      margin: 16px 0 8px; } }

.heading-content {
  display: table;
  width: 100%;
  margin-bottom: 14px; }
  @media only screen and (max-width: 459px) {
    .heading-content {
      margin-bottom: 16px;
      padding: 0 10px; } }
  .heading-content .guides-tab-menu {
    display: inline-block;
    vertical-align: bottom; }
    .heading-content .guides-tab-menu .tab-selected {
      display: none;
      visibility: hidden;
      cursor: pointer; }
    @media only screen and (max-width: 459px) {
      .heading-content .guides-tab-menu {
        display: inline-block;
        float: right;
        margin: 0px 10px 0 0; }
        .heading-content .guides-tab-menu .tab-selected {
          visibility: visible;
          display: block;
          font-weight: 500;
          color: #777777;
          background: transparent;
          border: 1px solid #CBDAF4;
          width: 40px;
          height: 40px;
          line-height: 40px;
          padding: 0 12px;
          position: relative; }
          .heading-content .guides-tab-menu .tab-selected svg {
            position: absolute;
            display: inline-block;
            width: 24px;
            height: 24px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            fill: #244696; }
          .heading-content .guides-tab-menu .tab-selected:hover {
            background-color: #8DAEE7;
            border-color: #8DAEE7; }
            .heading-content .guides-tab-menu .tab-selected:hover svg {
              fill: #fff; }
          .heading-content .guides-tab-menu .tab-selected.clicked {
            background-color: #244696;
            border-color: #244696; }
            .heading-content .guides-tab-menu .tab-selected.clicked svg {
              fill: #fff; } }
    @media only screen and (max-width: 459px) {
      .heading-content .guides-tab-menu .tab-menu {
        display: none;
        border: 1px solid #E7E7E7;
        border-radius: 4px 0 4px 4px;
        background-color: #fff;
        position: absolute;
        width: 200px;
        box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.2);
        z-index: 2;
        right: 0; } }
    .heading-content .guides-tab-menu .tab-menu li {
      display: inline-block;
      text-align: left; }
      .heading-content .guides-tab-menu .tab-menu li:last-of-type {
        margin-right: 0; }
      .heading-content .guides-tab-menu .tab-menu li.active {
        color: #D72B27; }
        @media only screen and (max-width: 459px) {
          .heading-content .guides-tab-menu .tab-menu li.active {
            border: none;
            border-bottom: 1px solid #E7E7E7; } }
      .heading-content .guides-tab-menu .tab-menu li.active a {
        color: #D72B27; }
        @media only screen and (max-width: 459px) {
          .heading-content .guides-tab-menu .tab-menu li.active a {
            border: none; } }
      @media only screen and (max-width: 459px) {
        .heading-content .guides-tab-menu .tab-menu li {
          display: block;
          font-size: 16px;
          height: 48px;
          line-height: 48px;
          border-radius: 0;
          border-bottom: 1px solid #E7E7E7; }
          .heading-content .guides-tab-menu .tab-menu li:last-child {
            border-bottom: none; } }

.header-category {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }

.heading-content-title {
  display: table-cell;
  vertical-align: middle; }
  .heading-content-title .h1 {
    margin-right: 32px;
    display: inline-block;
    width: auto; }
  .heading-content-title .h1.header-icon {
    margin-right: 0px; }

.heading-content-attrs {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }

.pull-right {
  float: right; }

.main .news .title {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #434343;
  line-height: 1;
  border-bottom: 1px solid #E7E7E7; }

@media only screen and (max-width: 459px) {
  .main .news .title {
    display: none; } }

.main .news .title {
  padding-bottom: 16px; }

.main .news .all-news .data {
  color: #B1B1B1;
  display: block;
  width: 88px;
  float: left;
  margin: 0; }
  @media only screen and (max-width: 459px) {
    .main .news .all-news .data {
      float: none; } }

.main .news .all-news .items {
  margin: 0px 0 16px; }
  @media only screen and (max-width: 459px) {
    .main .news .all-news .items {
      border-bottom: 1px solid #E7E7E7;
      margin-bottom: 8px; } }

.main .news .all-news .item {
  list-style-type: none;
  border-bottom: none;
  margin: 16px 0; }
  .main .news .all-news .item .link {
    position: relative;
    margin: 0;
    margin-left: 85px;
    display: block;
    line-height: 16px; }
    @media only screen and (max-width: 459px) {
      .main .news .all-news .item .link {
        margin-left: 0;
        padding-top: 4px; } }
    .main .news .all-news .item .link a {
      font-size: 14px; }

.main .js-news.non-more-show {
  padding-bottom: 24px; }
  .main .js-news.non-more-show .more-show {
    display: none; }
  @media only screen and (max-width: 459px) {
    .main .js-news.non-more-show .all-news .items {
      border-bottom: none;
      margin-bottom: 0px; } }

.main .js-news .item:nth-of-type(n+6) {
  display: none; }

@media only screen and (max-width: 800px) {
  .main .js-news .item:nth-of-type(n+4) {
    display: none; } }

.main .js-news .item.visible {
  display: block; }

.section .more-show, .main .more-show {
  text-align: left;
  padding-top: 12px;
  padding-bottom: 14px; }
  .section .more-show a, .main .more-show a {
    font-family: "Raleway", sans-serif;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    font-weight: 600; }
  .section .more-show:hover a, .main .more-show:hover a {
    text-decoration: none; }
  .section .more-show.center, .main .more-show.center {
    text-align: center;
    padding-left: 0;
    border-top: 1px solid #E7E7E7; }
    .section .more-show.center a, .main .more-show.center a {
      display: inline-block; }
      .section .more-show.center a:hover, .main .more-show.center a:hover {
        text-decoration: none; }
  .section .more-show .button + a, .main .more-show .button + a {
    display: none; }
  .section .more-show .button.hidden + a, .main .more-show .button.hidden + a {
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    text-decoration: none; }
  .section .more-show .more-download, .main .more-show .more-download {
    position: relative;
    padding-left: 34px;
    text-decoration: none; }
    .section .more-show .more-download svg, .main .more-show .more-download svg {
      fill: #244696;
      position: absolute;
      display: inline-block;
      width: 24px;
      height: 23px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .section .more-show .more-download.big-button, .main .more-show .more-download.big-button {
      border: 1px solid #cbdaf3;
      height: 55px;
      line-height: 55px;
      padding: 0 16px 0 48px;
      border-radius: 25px;
      position: relative;
      z-index: 1; }
      .section .more-show .more-download.big-button svg, .main .more-show .more-download.big-button svg {
        left: 16px; }
  .section .more-show.row, .main .more-show.row {
    border-top: 1px solid #E7E7E7; }

.section .news .more-show, .main .news .more-show {
  padding-left: 88px;
  padding-top: 0; }

.section .labels, .main .labels {
  margin-bottom: 8px; }
  .section .labels ul, .main .labels ul {
    display: inline-block;
    vertical-align: middle; }
    .section .labels ul li, .main .labels ul li {
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle; }
  .section .labels .cat, .main .labels .cat {
    white-space: nowrap; }
    .section .labels .cat a, .main .labels .cat a {
      color: #777777;
      font-size: 12px; }

.c-wrapper--mg-16 {
  margin-bottom: 16px; }

.c-wrapper--rtop {
  border-radius: 4px 4px 0 0; }

.is-active {
  color: #D72B27;
  text-decoration: none; }

.mask {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.63s;
  -moz-transition: opacity 0.63s;
  -ms-transition: opacity 0.63s;
  -o-transition: opacity 0.63s;
  transition: opacity 0.63s;
  overflow: hidden; }

.mask:before {
  background: rgba(0, 0, 0, 0.4);
  z-index: 900;
  position: fixed;
  content: '';
  height: 100vh;
  width: 100%;
  opacity: 1; }

@media only screen and (max-width: 687px) {
  .mobile-hide {
    display: none; } }

.xdsoft_datetimepicker {
  z-index: 99999 !important; }

body {
  background-color: #e9ebee !important; }

.mfm-h2 {
  margin-left: -2px; }

.mfm-col-aside {
  padding-top: 15px;
  height: 100%; }

.aside-wrap {
  height: 100%; }

.mfm-h4 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px; }

.mfm-h4 a {
  font-size: inherit; }

.mfm-h3 {
  font-size: 21px; }

.mt-15 {
  margin-top: -15px; }

.c-h3-currency {
  margin-top: 26px;
  line-height: 1; }

.mfm-h3 a:active,
.mfm-h3 a:focus,
.mfm-h4 a:active,
.mfm-h4 a:focus {
  text-decoration: none; }

/* CURRENCY HEADER */
.mfcur-header {
  padding-bottom: 32px; }

.mfcur-header-aside {
  position: absolute;
  top: 41px;
  right: 24px;
  max-width: 195px;
  width: auto; }

.mfm-header .mfm-header-aside {
  right: 24px; }

.mfcur-header-aside input {
  width: 100%; }

.mfcur-select-date-wrap {
  font-size: 13px;
  cursor: pointer; }

.mfcur-select-date-wrap:after {
  content: '\25BC';
  font-size: .5em;
  vertical-align: middle;
  margin-left: 8px;
  text-decoration: none !important; }

.mfcur-nbu-header .mfm-h2 {
  margin-bottom: 0; }

.mfcur-nbu-header .mfm-h2 + a {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px; }

/* DATEPICKER */
.mb-datepicker-output {
  position: relative;
  font-size: 14px;
  text-align: right;
  height: 36px;
  padding: 9px 0;
  cursor: pointer;
  white-space: nowrap; }

.mb-datepicker-output.icon-calendar-1:before {
  margin-right: 5px; }

.mb-datepicker-output:after {
  content: '\25BC';
  font-size: .5em;
  vertical-align: middle;
  margin-left: 8px;
  text-decoration: none !important; }

/* global */
.icon-up-open:before {
  color: #00a400;
  vertical-align: middle;
  margin: 0 3px; }

.icon-down-open:before {
  color: #d50000;
  vertical-align: middle;
  margin: 0 3px; }

.icon-no-open:before {
  color: #fff;
  vertical-align: middle;
  margin: 0 7px 0 0px; }

.icon-no-open:before {
  content: '\e816'; }

/* CURRENCY TABLE */
.mfcur-table-lg-cards,
.mfcur-table-lg-fixing,
.mfcur-table-lg-banks {
  border-collapse: separate;
  table-layout: fixed; }

th.mfcur-table-cur {
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: bottom !important;
  padding-left: 15px !important; }

td.mfcur-table-cur {
  padding-left: 15px !important; }

td.mfcur-table-cur > a {
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #003069;
  vertical-align: middle !important; }

.mfm-table.mfcur-table-lg-cards > tbody > tr > td,
.mfm-table.mfcur-table-lg-banks > tbody > tr > td {
  position: relative; }

.mfm-table.mfcur-table-lg-cards > thead > tr small,
.mfm-table.mfcur-table-lg-fixing > thead > tr small,
.mfm-table.mfcur-table-lg-banks > thead > tr small {
  font-size: 12px;
  color: #848484;
  font-weight: normal; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(1),
.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(1) {
  width: 30%; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2),
.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(2) {
  width: 20%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3),
.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(3) {
  width: 14%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4),
.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(4) {
  width: 20%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(5),
.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(5) {
  width: 17%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > tfoot > tr > td:first-child a {
  color: #003069; }

.mfm-table.mfcur-table-lg-banks > tfoot > tr > td:first-child a:first-child {
  float: left; }

.mfm-table.mfcur-table-lg-banks > tfoot > tr > td:first-child a + a {
  float: right; }

.mfm-table.mfcur-table-lg-nbu > tbody > tr > td:first-child span,
.mfm-table.mfcur-table-lg-fixing > tbody > tr > td:first-child span,
.mfm-table.mfcur-table-lg-cards > tbody > tr > td:first-child span,
.mfm-table.mfcur-table-lg-banks > tbody > tr > td:first-child span {
  text-transform: uppercase;
  color: #000;
  font-size: 13px !important;
  font-weight: 700 !important;
  vertical-align: middle !important; }

.mfm-table.mfcur-table-lg-nbu > thead > tr > th:nth-child(5),
.mfm-table.mfcur-table-lg-nbu > tbody > tr > td:nth-child(5),
.mfcur-table-nbu-range > thead > tr > th:nth-child(4),
.mfcur-table-nbu-range > tbody > tr > td:nth-child(4) {
  font-size: 11px !important;
  vertical-align: middle;
  font-weight: normal;
  color: #7f7f7f; }

.mfm-txt-grey {
  font-size: 13px;
  font-weight: normal;
  color: #7f7f7f; }

.mfcur-table-warning:before {
  content: '!';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #222;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  background-color: #FFC000; }

.mfcur-table-warning {
  position: relative;
  padding-left: 27px;
  margin: 8px 0 24px;
  color: #8B8B8B;
  font-size: 13px;
  line-height: 15px; }

/* CARDS */
.mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(1),
.mfm-table.mfcur-table-lg-cards > tbody > tr > td:nth-child(1) {
  width: 20%; }

.mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(2),
.mfm-table.mfcur-table-lg-cards > tbody > tr > td:nth-child(2) {
  width: 20%;
  text-align: center; }

.mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(3),
.mfm-table.mfcur-table-lg-cards > tbody > tr > td:nth-child(3) {
  width: 20%;
  text-align: center; }

.mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(4),
.mfm-table.mfcur-table-lg-cards > tbody > tr > td:nth-child(4) {
  width: 20%;
  text-align: center; }

.mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(5),
.mfm-table.mfcur-table-lg-cards > tbody > tr > td:nth-child(5) {
  width: 16%;
  text-align: center; }

.mfm-table.mfcur-table-lg-cards > tfoot > tr > td:first-child {
  border-left: 1px solid #d9d9d9; }

.mfm-table.mfcur-table-lg-cards > tfoot > tr > td:last-child {
  border-right: 1px solid #d9d9d9; }

.mfm-table.mfcur-table-lg-cards > tfoot > tr > td:last-child a,
.mfm-table.mfcur-table-lg-banks > tfoot > tr > td:last-child a {
  font-size: 14px; }

.mfm-table.mfcur-table-lg-cards .icon-credit-card:before,
.mfm-table.mfcur-table-lg-banks .icon-credit-card:before {
  margin-right: 8px; }

.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu > tbody > tr > td:nth-child(2) {
  position: relative; }

.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu > tbody > tr > td:nth-child(2) .mfm-table-trend {
  position: absolute;
  right: 5px;
  bottom: 3px; }

/* CURRENCY MAIN LG */
.mfcur-table-lg-currency th:first-child,
.mfcur-table-lg-currency td:first-child {
  width: 20%; }

.mfcur-table-lg-currency td:nth-child(2),
.mfcur-table-lg-currency th:nth-child(2) {
  width: 23%;
  text-align: center; }

.mfcur-table-lg-currency td:nth-child(3),
.mfcur-table-lg-currency th:nth-child(3) {
  width: 23%;
  text-align: center; }

.mfcur-table-lg-currency td:nth-child(4),
.mfcur-table-lg-currency th:nth-child(4) {
  text-align: center;
  width: 23%; }

@media only screen and (max-width: 1264px) {
  .mfcur-table-lg-currency th:first-child,
  .mfcur-table-lg-currency td:first-child {
    width: 25%; }
  .mfcur-table-lg-currency td:nth-child(2),
  .mfcur-table-lg-currency th:nth-child(2) {
    width: 26%;
    text-align: left; }
  .mfcur-table-lg-currency td:nth-child(3),
  .mfcur-table-lg-currency th:nth-child(3) {
    width: 16%;
    text-align: left; }
  .mfcur-table-lg-currency td:nth-child(4),
  .mfcur-table-lg-currency th:nth-child(4) {
    text-align: left; } }

/* CURRENCY CUR MAIN LG */
.mfcur-table-lg-currency-cur th:first-child,
.mfcur-table-lg-currency-cur td:first-child {
  width: 20%; }

.mfcur-table-lg-currency-cur td:nth-child(2),
.mfcur-table-lg-currency-cur th:nth-child(2) {
  width: 23%;
  text-align: center; }

.mfcur-table-lg-currency-cur td:nth-child(3),
.mfcur-table-lg-currency-cur th:nth-child(3) {
  width: 23%;
  text-align: center; }

.mfcur-table-lg-currency-cur td:nth-child(4),
.mfcur-table-lg-currency-cur th:nth-child(4) {
  text-align: center;
  width: 23%; }

@media only screen and (max-width: 1264px) {
  .mfcur-table-lg-currency-cur th:first-child,
  .mfcur-table-lg-currency-cur td:first-child {
    width: 25%; }
  .mfcur-table-lg-currency-cur td:nth-child(2),
  .mfcur-table-lg-currency-cur th:nth-child(2) {
    width: 26%;
    /*text-align: left;*/ }
  .mfcur-table-lg-currency-cur td:nth-child(3),
  .mfcur-table-lg-currency-cur th:nth-child(3) {
    width: 16%;
    text-align: left; }
  .mfcur-table-lg-currency-cur td:nth-child(4),
  .mfcur-table-lg-currency-cur th:nth-child(4) {
    text-align: left; } }

/* CURRENCY VOTE */
.mfm-currency-vote {
  font-size: 14px; }

.mfm-currency-vote--head {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc; }

.mfm-currency-vote--title {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 600; }

.mfm-currency-vote--title > small {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  margin-top: 5px; }

.mfm-currency-vote--body {
  background: #f7f7f7;
  color: #666;
  padding: 17px 30px 23px; }

.mfm-currency-vote--body .mfm-radio small {
  float: right;
  display: inline-block;
  margin-top: 3px;
  color: #999;
  min-width: 100px;
  font-size: 13px;
  pointer-events: none; }

.mfm-currency-vote--body .mfm-radio i {
  font-size: 10px; }

.mfm-currency-vote--body .mfm-radio input + span:after {
  background-color: #4679cb; }

.mfm-currency-vote--body .mfm-radio.is-green span {
  color: #03a503; }

.mfm-currency-vote--body .mfm-radio.is-red span {
  color: #d42c28; }

.mfm-currency-vote--footer {
  padding: 10px 20px;
  border-top: 1px solid #ccc; }

.mfm-currency-vote--footer a {
  text-decoration: underline; }

.mfm-currency-vote .mfm-button {
  margin-top: 15px;
  color: #fff;
  border: 0;
  background: #4679cb;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.mfm-currency-vote .mfm-button:hover {
  background: #5B93ED; }

.mfm-currency-vote--body-thankyou {
  display: none;
  font-size: 15px;
  color: #212121;
  margin-top: 10px; }

.mfm-currency-vote.is-voted .mfm-radio input + span:before,
.mfm-currency-vote.is-voted .mfm-radio input + span:after {
  background: none;
  border: none;
  box-shadow: none; }

.mfm-currency-vote.is-voted .mfm-button {
  display: none; }

.mfm-currency-vote.is-voted .mfm-currency-vote--body-thankyou {
  display: block; }

/* CURRENCY MAIN FOREX COMPANIES*/
.mfcur-diling {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.mfcur-diling--body {
  white-space: nowrap;
  margin-top: 15px;
  width: 100%;
  font-size: 0;
  display: table; }

.mfcur-diling--item {
  display: table-cell;
  vertical-align: top;
  position: relative;
  height: 100px;
  text-align: center; }

.mfcur-diling--item > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100px; }

.mfcur-diling--footer {
  text-align: right;
  font-size: 14px; }

/* CURRENCY MAIN CROSS COURSE */
.mfcur-table-lg.is-cross-course {
  table-layout: fixed; }

.mfcur-table-lg.is-cross-course th:nth-child(1),
.mfcur-table-lg.is-cross-course tbody td:nth-child(1) {
  width: 25%; }

.mfcur-table-lg.is-cross-course th:nth-child(2),
.mfcur-table-lg.is-cross-course tbody td:nth-child(2) {
  text-align: center;
  width: 18%; }

.mfcur-table-lg.is-cross-course th:nth-child(3),
.mfcur-table-lg.is-cross-course tbody td:nth-child(3) {
  text-align: center;
  width: 18%; }

.mfcur-table-lg.is-cross-course th:nth-child(4),
.mfcur-table-lg.is-cross-course tbody td:nth-child(4) {
  text-align: center;
  width: 19%; }

.mfcur-table-lg.is-cross-course th:nth-child(5),
.mfcur-table-lg.is-cross-course tbody td:nth-child(5) {
  width: 20%;
  font-weight: normal;
  font-size: 11px !important;
  text-align: center; }

.mfcur-table-lg.is-cross-course tfoot {
  font-size: 14px; }

.mfcur-sparkline-wrap {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 23px; }

.xdsoft_datetimepicker {
  margin: 0px !important; }

.table-response tbody tr.mfm-chart-wrap td.mfm-table-chart-td {
  padding-left: 0px !important; }

.table-response tbody tr.mfm-chart-wrap td.mfm-table-chart-td:before,
.table-response tbody tr.mfm-chart-wrap td.mfm-table-chart-td:after {
  content: '';
  width: 0%;
  display: none; }

.mfcur-sparkline-indicator {
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  width: 97px;
  font-size: 11px;
  padding-left: 10px;
  color: #999; }

.jqstooltip {
  display: block;
  font: 10px "Arial";
  min-height: 21px;
  min-width: 70px;
  padding: 10px 20px; }

.mfcur-sparkline-indicator:before {
  position: absolute;
  top: 4px;
  left: -5px; }

.mfcur-sparkline-wrap .inlinesparkline {
  display: block;
  height: 22px;
  overflow: hidden; }

.mfcur-sparkline-wrap .inlinesparkline > canvas {
  margin-top: 7px; }

.mfcur-table-lg .mfcur-nbu-full-wrap {
  position: relative;
  display: inline-block; }

.mfcur-table-lg .mfcur-nbu-full {
  position: absolute;
  width: 100%;
  text-align: center;
  /*top: 17px;*/
  bottom: -8px;
  left: 0px;
  font-size: 10px; }

.mfcur-table-lg .mfcur-thead-title,
.mfcur-table-lg .mfcur-thead-title {
  display: inline;
  position: relative; }

.mfcur-table-lg .mfcur-thead-title .mfm-tooltip,
.mfcur-table-lg .mfcur-thead-title .mfm-tooltip {
  position: absolute; }

.mfcur-table-lg.mfm-table .mfm-table-trend,
.mfcur-table-lg.mfm-table .mfm-table-trend {
  position: absolute;
  width: 100%;
  right: 55px;
  /*top: 17px;*/
  bottom: -9px; }

.mfcur-table-lg.mfm-table .mfm-table-trend + .mfm-table-trend,
.mfcur-table-lg.mfm-table .mfm-table-trend + .mfm-table-trend {
  right: auto;
  left: 5px; }

.mfcur-table-lg .mfcur-thead-title > a,
.mfcur-table-lg .mfcur-thead-title > a {
  color: #000; }

/* LARGE TABLE - WHEN «BLACK MARKET» COLUMN NOT AVAILABLE */
/* И да, мне не стыдно! */
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(1),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(1),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(2),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(3),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(5),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(5) {
  width: 25%; }

.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4),
.mfcur-table-lg-banks-hide-blackmarket.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(4) {
  display: none; }

/* LARGE TABLE - WHEN «NBU» COLUMN NOT AVAILABLE */
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(1),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(1),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(2),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(4),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(5),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(5) {
  width: 25%; }

.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3),
.mfcur-table-lg-banks-hide-nbu.mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(3) {
  display: none; }

/* SMALL TABLE - CARD CURs HIDDEN */
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > thead > tr > th:nth-child(3),
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > thead > tr > td:nth-child(4),
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > thead > tr > td:nth-child(5),
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > thead > tr > td:nth-child(6),
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(5),
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(6),
.mfcur-table-sm-hide-cards.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(7) {
  display: none; }

/* SMALL TABLE */
.mfm-table.mfcur-table-sm {
  width: 100% !important;
  margin-bottom: 8px; }

.mfm-table .mfcur-table-search-wrap .mfcur-search-wrap {
  position: relative;
  font-weight: normal;
  font-size: 14px; }

.mfm-table .mfcur-table-search-wrap .mfcur-search-wrap input {
  border-radius: 40px;
  display: inline-block;
  /*margin-right: 5px;*/
  margin-top: 1px;
  /*width: 190px;*/
  width: 100%;
  padding-left: 30px; }

.mfm-table .mfcur-table-search-wrap .mfcur-search-wrap .icon-search-1 {
  position: absolute;
  font-size: 16px;
  top: 7px;
  left: 7px;
  color: #6d6d6d; }

.mfm-table .mfcur-table-search-wrap .mfcur-search-wrap .icon-location {
  color: #fb9e1b;
  font-size: 16px; }

.mfm-table.mfcur-table-sm .mfcur-table-bankname {
  font-size: 14px;
  padding-left: 15px !important; }

.mfm-table.mfcur-table-sm .mfcur-table-bankname a {
  position: relative;
  padding-left: 25px;
  display: inline-block; }

.mfm-header--insurance {
  padding-bottom: 0;
  padding-right: 0;
  font-family: 'Roboto', sans-serif; }
  .mfm-header--insurance .top-head {
    font-size: 16px;
    line-height: 20px;
    color: #727272;
    margin: 0;
    font-weight: normal; }
  .mfm-header--insurance .bottom-head {
    font-size: 21px;
    line-height: 25px;
    color: #2b2b2b; }

.mfm-grey-bg {
  padding-top: 0;
  margin-top: -2px; }

.mfm-table.mfcur-table-sm .mfcur-table-bankname a > .mfm-bank-icon {
  position: absolute;
  left: 0;
  top: 4px; }

.mfm-table.mfcur-table-sm .mfcur-table-refreshtime {
  font-size: 11px;
  /*padding-top: 11px;*/
  vertical-align: middle;
  color: #999; }

.mfm-grey-bg .mfm-table.mfcur-table-sm > tfoot > tr > td:last-child {
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
  padding: 13px; }

.mfm-grey-bg .mfm-table.mfcur-table-sm > tfoot > tr > td:first-child {
  border-left: 1px solid #d9d9d9; }

/*.mfm-table.mfcur-table-sm th.mfcur-table-refreshtime a{
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
.mfm-table.mfcur-table-sm th.mfcur-table-refreshtime a:after{
  content: '\25BC';
  font-size: .5em;
  vertical-align: middle;
  margin-left: 2px;
}
.mfm-table.mfcur-table-sm th.mfcur-table-refreshtime a.active:after{
  content: '\25B2';
}*/
.mfm-table.mfcur-table-sm .mfcur-table-bankname .mfm-bank-icon {
  margin-right: 10px;
  margin-top: -2px; }

.mfm-table.mfcur-table-sm > tbody > tr > td {
  position: relative;
  font-size: 16px;
  font-weight: 500; }

.mfm-table.mfcur-table-sm .mfcur-table-bank-location a {
  color: #999;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  position: relative; }

.mfm-table.mfcur-table-sm .mfcur-table-bank-location a:hover > span {
  text-decoration: underline; }

.mfm-table.mfcur-table-sm .mfcur-table-bank-location a > span {
  display: none;
  position: absolute;
  top: -4px;
  right: 20px;
  padding: 2px 5px;
  color: #4a90e2;
  background: #fff; }

.mfm-table.mfcur-table-sm .mfcur-table-bank-location a > i {
  font-size: 16px; }

.mfm-table.mfcur-table-sm tbody tr {
  /*cursor: pointer;*/ }

.mfm-table.mfcur-table-sm tr:hover .mfcur-table-bankname a {
  color: #4a90e2; }

.mfm-table.mfcur-table-sm tr:hover .mfcur-table-bank-location a {
  color: #fb9e1b; }

.mfm-table.mfcur-table-sm tr:hover .mfcur-table-bank-location a > span {
  display: inline-block; }

.mfcur-thead-th-colspan {
  border-bottom: 0 !important;
  padding-bottom: 0 !important; }

.mfcur-thead-td-colspan {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important; }

.mfcur-m0p0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mfcur-thead-slash {
  padding-top: 0px !important;
  padding-left: 4px !important;
  padding-right: 4px !important; }

/* datatables overrides */
.dataTables_info,
.dataTables_length,
.dataTables_paginate,
.dataTables_filter {
  display: none; }

/* NBU LG TABLE */
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu {
  border-bottom: 1px solid #ccc; }

.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu > thead > tr > th {
  vertical-align: bottom; }

.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu > tbody > tr > td {
  vertical-align: middle !important; }

.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu > tbody > tr > td:nth-child(3) {
  position: relative; }

/*.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>thead>tr>th:nth-child(1),
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>tbody>tr>td:nth-child(1){
  width: 30%;
}
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>thead>tr>th:nth-child(2),
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>tbody>tr>td:nth-child(2){
  width: 25%;
}*/
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu:not(.mfcur-table-nbu-range) > thead > tr > th:nth-child(3),
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu:not(.mfcur-table-nbu-range) > tbody > tr > td:nth-child(3) {
  text-align: center; }

/*.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>thead>tr>th:nth-child(4),
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>tbody>tr>td:nth-child(4){
  width: 15%;
}
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>thead>tr>th:nth-child(5),
.mfm-table.mfcur-table-lg.mfcur-table-lg-nbu>tbody>tr>td:nth-child(5){
  width: 5%;
}*/
.mfm-table.mfcur-table-lg-fixing th:nth-child(2),
.mfm-table.mfcur-table-lg-fixing th:nth-child(3),
.mfm-table.mfcur-table-lg-fixing th:nth-child(4),
.mfm-table.mfcur-table-lg-fixing td:nth-child(2),
.mfm-table.mfcur-table-lg-fixing td:nth-child(3),
.mfm-table.mfcur-table-lg-fixing td:nth-child(4) {
  text-align: center; }

/* YEAR NBU */
.mfcur-nbu-year-wrap {
  white-space: nowrap;
  width: 100%;
  font-size: 0;
  margin-bottom: 60px; }

.mfcur-nbu-month {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 16.6%; }

@media screen and (max-width: 1264px) {
  .mfcur-nbu-month {
    font-size: 11px; } }

.mfcur-nbu-month > strong {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 5px; }

.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul {
  counter-reset: li; }

.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li {
  display: block;
  padding-right: 2px;
  color: #ccc; }

.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px; }

.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li:empty:before {
  color: #ccc; }

.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li.in-range,
.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li.in-range:before {
  color: #222; }

.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li.in-range:empty,
.mfcur-nbu-year-wrap > .mfcur-nbu-month > ul > li.in-range:empty:before {
  color: #ccc; }

.mfcur-nbu-monthly-h3 {
  margin-bottom: 0; }

.mfcur-nbu-monthly-cur {
  list-style: none;
  font-size: 14px; }

.mfcur-nbu-monthly-cur > li {
  margin-bottom: 6px; }

.mfcur-nbu-monthly-cur > li > strong {
  display: inline-block;
  vertical-align: top;
  width: 100px; }

/* FIXING */
.mfm-content-block-fixing {
  /*margin-top: 4px;*/
  font-size: 14px; }

.mfm-content-block-fixing {
  margin-bottom: 15px;
  padding: 30px 15px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #D0D0D0;
  color: #222; }

.mfm-content-block-fixing p:first-child {
  margin: 0 0 1em 0; }

.mfm-content-block-fixing p:last-child {
  margin: 1em 0 0 0; }

.mfm-content-block-fixing ul li {
  margin: 0 0 1em 2em; }

.mfm-table.mfcur-table-lg-fixing {
  margin-top: 4px;
  margin-bottom: 16px; }

.mfm-table.mfcur-table-lg-fixing tfoot > tr > td {
  /*text-align: right;*/ }

.mfm-table.mfcur-table-lg-fixing > tfoot a {
  font-size: 12px;
  /*font-weight: bold;
    color: #003069;
    margin-right: 10px;*/ }

.mfm-table.mfcur-table-lg-fixing > tfoot a:before {
  margin-right: 5px; }

.mfcur-table-lg-fixing thead th:nth-child(4) {
  font-size: 11px;
  padding-top: 10px;
  font-weight: 400;
  color: #7f7f7f;
  vertical-align: middle; }

.mfcur-table-lg-fixing tbody td {
  vertical-align: middle; }

.mfm-table.mfcur-table-lg-fixing th:nth-child(1),
.mfm-table.mfcur-table-lg-fixing th:nth-child(2),
.mfm-table.mfcur-table-lg-fixing th:nth-child(3),
.mfm-table.mfcur-table-lg-fixing td:nth-child(1),
.mfm-table.mfcur-table-lg-fixing td:nth-child(2),
.mfm-table.mfcur-table-lg-fixing td:nth-child(3) {
  width: 23%; }

.mfm-table.mfcur-table-lg-fixing th:nth-child(4),
.mfm-table.mfcur-table-lg-fixing td:nth-child(4) {
  text-align: left;
  width: 31%;
  line-height: 1.1em;
  font-size: 11px !important;
  padding-left: 80px; }

.mfm-table.mfcur-table-lg-fixing td:nth-child(4) {
  padding: 0px;
  padding-left: 80px; }

/* CURRENCY MAIN PAGE NEWS BLOCK */
.mfcur-news-h {
  margin: 15px auto 5px auto; }

.mfcur-news {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 15px; }

.mfcur-news--container {
  position: relative; }

.mfcur-news--container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #ccc; }

.mfcur-news--l {
  width: 50%;
  float: left;
  padding: 20px 50px 20px 20px;
  min-height: 1px; }

.mfcur-news--r {
  position: relative;
  width: 50%;
  float: left;
  padding: 20px;
  min-height: 1px; }

.mfcur-news--container:after,
.mfcur-news:after {
  content: '';
  display: table;
  clear: left; }

.mfcur-news--b {
  width: 100%;
  min-height: 1px;
  padding: 15px 20px 20px 20px;
  border-top: 1px solid #ccc;
  float: left; }

.mfcur-news--b-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 1px; }

.mfcur-news--b-title small {
  color: #aeaeae;
  text-transform: none;
  margin-left: 5px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0; }

.mfcur-news--b-body {
  display: table;
  font-size: 14px;
  margin-bottom: 20px; }

.mfcur-news--b-body-title {
  display: table-cell;
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  white-space: nowrap; }

.mfcur-news--b-body-text {
  display: table-cell; }

.mfcur-news-h {
  text-align: right; }

.mfcur-news-h a {
  font-size: 14px;
  font-weight: normal;
  color: #4a90e2;
  margin: 16px 8px 16px;
  display: inline-block; }

/* BLOG */
.mfcur-news--blog .mfcur-news--container:before {
  z-index: 2; }

.mfcur-news--blog .mfcur-news--r {
  width: 100%;
  padding: 20px; }

.mfcur-news--blog .mfz-post {
  float: left;
  width: 50%; }

.mfcur-news--blog .mfz-post:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0; }

.mfcur-news--blog .mfz-post-b2 .mfz-post-header {
  padding-right: 20px; }

.mfcur-news--blog .mfz-post:nth-child(2n) .mfz-post-img {
  left: 20px; }

/* BLOCKS */
.mfz-posts-list {
  font-size: 0;
  margin: 10px -8px 0; }

.mfz-post-group {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 10px 40px 7px;
  text-align: left;
  font-size: initial;
  overflow: hidden; }

.mfz-post-group > .mfz-post:last-child {
  margin-bottom: 0; }

.mfz-post-group-col-2 {
  width: 620px; }

.mfz-post-group-col-2 .mfz-post,
.mfz-post-group-col-2 .mfz-post .mfz-post-img {
  max-height: 490px;
  height: 490px; }

.mfz-post-group-4widget {
  overflow: visible; }

.mfz-post {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  font-size: 14px;
  background: #fff; }

.mfz-news-group > .mfz-post-rubric {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px; }

.mfz-news-group > .mfz-post-rubric .icon-right-open-1:before {
  position: absolute;
  top: 3px; }

.mfz-news-group {
  position: relative;
  /*float: left;*/
  background: #fff;
  border-radius: 6px;
  padding-top: 5px;
  /*height: 1000px;*/ }

/*
  Details
  (date,views,comments,badges)
*/
.mfz-post-img:hover ~ .mfz-post-title a,
.mfz-post-img:hover + .mfz-post-header .mfz-post-title a {
  text-decoration: underline; }

.mfz-post-img .mfz-post-counters {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  border-radius: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.mfz-post:hover .mfz-post-counters,
.mfz-post:active .mfz-post-counters,
.mfz-post:focus .mfz-post-counters {
  background-blend-mode: multiply;
  opacity: 1; }

.mfz-post-counters span {
  margin-right: 5px; }

.mfz-post-counters .mfz-post-views:before,
.mfz-post-counters .mfz-post-comments-count:before {
  vertical-align: middle;
  margin-right: 3px; }

.mfz-post-counters .mfz-post-views:empty,
.mfz-post-counters .mfz-post-comments-count:empty {
  display: none; }

/*
  News list:
*/
.mfz-news-list .mfz-post .mfz-post-header {
  width: 245px; }

.mfz-news-list .mfz-post .mfz-post-header .mfz-post-title {
  font-size: 14px;
  line-height: 1.4em; }

.mfz-news-list .mfz-post-rubric {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left; }

.mfz-news-list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*padding-left: 10px;*/
  padding-bottom: 10px;
  margin-bottom: 0px;
  background: #fff; }

.mfz-news-post {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 280px;
  padding-left: 40px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2em; }

.mfz-news-post a.mfz-news-post-title {
  font-size: 12px;
  width: 225px;
  text-decoration: none;
  color: #4078CD;
  padding: 2px 0; }

.mfz-post-title > a:visited,
.mfz-news-post a.mfz-news-post-title:visited,
.mfz-list-a a:visited {
  color: #8448A8 !important; }

.mfz-news-post a.mfz-news-post-title:active,
.mfz-news-post a.mfz-news-post-title:focus,
.mfz-news-post a.mfz-news-post-title:hover {
  text-decoration: underline; }

.mfz-news-list img {
  display: block;
  max-width: 120px;
  max-height: 70px;
  border-radius: 6px; }

.mfz-news-list-hot a {
  font-weight: 600; }

.mfz-news-list-hot .mfz-news-post-img,
.mfz-news-post-time {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  max-width: 40px;
  top: 3px;
  left: 0;
  line-height: 1em;
  width: 37px;
  padding-right: 5px;
  font-size: 11px; }

.mfz-news-list-hot .mfz-news-post-img:hover + .mfz-news-post-title {
  text-decoration: underline; }

.mfz-news-list-hot .mfz-news-post-img img {
  width: 100%;
  height: auto; }

/*
  Basic
*/
.mfz-post-link {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-decoration: none; }

.mfz-post-rubric {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0; }

.mfz-post-rubric a {
  text-decoration: none;
  pointer-events: none;
  color: inherit; }

.mfz-post-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  color: #4078CD;
  margin: 0; }

.mfz-post-title a {
  text-decoration: none;
  color: inherit; }

.mfz-post-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 10px; }

.mfz-post-description a {
  text-decoration: none;
  color: inherit; }

.mfz-post-header .mfz-post-description {
  padding: 7px 0 0;
  color: #636161; }

.mfz-post-rubric a:hover,
.mfz-post-title a:hover {
  text-decoration: underline; }

/*
  BLOCKS
  [A]:
*/
.mfz-post-a .mfz-post-img {
  max-height: 426px;
  overflow: hidden;
  position: relative;
  border-radius: 6px; }

.mfz-post-a .mfz-post-img img {
  width: 100%;
  height: auto; }

.mfz-post-a .mfz-post-img:hover ~ .mfz-post-header .mfz-post-title a,
.mfz-post-a .mfz-post-img:hover ~ .mfz-post-title a {
  text-decoration: underline; }

.mfz-post-a .mfz-post-header .mfz-post-rubric {
  margin-top: 7px; }

.mfz-post-a .mfz-post-header .mfz-post-description {
  padding-top: 5px; }

/*
  BLOCKS
  [B]:
*/
.mfz-post-b {
  height: 65px; }

.mfz-post-b .mfz-post-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1; }

.mfz-post-b .mfz-post-img img {
  height: 100%;
  width: auto; }

.mfz-post-b .mfz-post-header {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  max-height: 56px;
  overflow: hidden;
  width: 100%;
  padding-left: 78px;
  -webkit-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  -o-transform: translateY(-53%);
  transform: translateY(-53%); }

.mfz-post-b .mfz-post-header .mfz-post-title {
  font-size: 15px; }

/* IE8 FIX */
body[data-browser="Internet Explorer"][data-version="8"] .mfz-post-b .mfz-post-header,
body[data-browser="Internet Explorer"][data-version="7"] .mfz-post-b .mfz-post-header {
  top: 0; }

/*
  BLOCKS
  [B2]:
*/
.mfz-post-b2 {
  height: 65px; }

.mfz-post-b2 .mfz-post-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1; }

.mfz-post-b2 .mfz-post-img img {
  height: 100%;
  width: auto; }

.mfz-post-b2 .mfz-post-header {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 49%;
  max-height: 70px;
  overflow: hidden;
  width: 100%;
  padding-left: 78px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.mfz-post-b2 .mfz-post-header .mfz-post-title {
  font-size: 15px; }

/*
  BLOCKS
  [C]:
*/
.mfz-post-c {
  height: 405px;
  border-radius: 6px; }

.mfz-post-c .mfz-post-img {
  height: 100%;
  border-radius: 6px; }

.mfz-post-c .mfz-post-img img {
  width: 100%;
  height: auto; }

/*
  BLOCKS
  [D]:
*/
.mfz-post-d {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 10px; }

.mfz-post-d .mfz-post-rubric {
  text-align: center; }

.mfz-post-d .mfz-post-img {
  /*width: 100px;*/
  width: 100%;
  height: 100px;
  margin: 5px auto 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mfz-post-d .mfz-post-img img {
  width: 100%;
  height: auto; }

.mfz-post-d .mfz-post-header {
  text-align: center; }

.mfz-post-d .mfz-post-header .mfz-post-title {
  font-size: 18px;
  font-family: Georgia, serif;
  font-style: italic; }

/*
  BLOCKS
  [E]:
*/
.mfz-post-e {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 10px; }

.mfz-post-e .mfz-post-img {
  width: 160px;
  height: 160px;
  margin: 5px auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.mfz-post-e .mfz-post-img img {
  height: 100%;
  width: auto; }

.mfz-post-e .mfz-post-title,
.mfz-post-e .mfz-post-rubric {
  text-align: center; }

.mfz-post-e .mfz-post-title {
  font-weight: 600; }

/*
  Rubric link
  (Example text: view all, read all)
*/
.mfz-rubric-link {
  display: block;
  text-decoration: none;
  color: #4078CD;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase; }

.mfz-news-group .mfz-rubric-link {
  text-align: left;
  padding-left: 40px;
  display: inline-block; }

.mfz-news-group .mfz-rubric-link:hover {
  text-decoration: underline; }

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@ CURRENCIES PAGES @@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media only screen and (max-width: 1264px) {
  .mfm-table.mfcur-table-sm > thead > tr > th {
    font-size: 12px; }
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(1),
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(2),
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(3),
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(4),
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(5),
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(6),
  .mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(7) {
    font-size: 13px; }
  .mfcur-table-lg .mfcur-thead-title .mfm-tooltip {
    position: relative; }
  .mfm-table.mfcur-table-lg > tbody > tr > td {
    font-size: 14px; }
  td.mfcur-table-cur > a {
    font-size: 12px !important; }
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2),
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3),
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4) {
    text-align: center;
    white-space: nowrap; }
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(1),
  .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(1) {
    width: 20%; }
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2),
  .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(2) {
    width: 22%;
    text-align: center; }
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3),
  .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(3) {
    width: 14%;
    text-align: center; }
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4),
  .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(4) {
    width: 25%;
    text-align: center; }
  .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(5),
  .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(5) {
    width: 10%;
    text-align: center; }
  /* cards lg table */
  .mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(5),
  .mfm-table.mfcur-table-lg-cards > tbody > tr > th:nth-child(5) {
    width: 20%;
    text-align: center; }
  /* lower table */
  .mfm-grey-bg .mfm-table tr > th {
    vertical-align: bottom;
    padding-bottom: 11px; }
  /* LARGE TABLE - NBU */
  .mfm-table.mfcur-table-lg-nbu > tbody > tr > td:nth-child(3) {
    text-align: center; }
  /* FIXINGS */
  .mfm-table.mfcur-table-lg-fixing th:nth-child(4),
  .mfm-table.mfcur-table-lg-fixing td:nth-child(4) {
    padding-left: 50px; } }

/* BRANDING */
.mfm-table.mfcur-table-lg-banks > tbody > tr > td {
  font-size: 16px; }

.mfm-table.mfcur-table-sm > thead > tr > th {
  font-size: 12px;
  word-break: normal; }

.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(1),
.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(2),
.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(3),
.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(4),
.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(5),
.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(6),
.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(7) {
  font-size: 13px; }

.mfm-table.mfcur-table-sm > tbody > tr > td:nth-child(1) {
  width: 40%; }

.mfcur-table-lg .mfcur-thead-title .mfm-tooltip {
  position: relative; }

.mfm-table.mfcur-table-lg > tbody > tr > td {
  font-size: 14px; }

td.mfcur-table-cur > a {
  font-size: 12px !important; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2), .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3), .mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4) {
  text-align: center;
  white-space: nowrap; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(1), .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(1) {
  width: 20%; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(2), .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(2) {
  width: 22%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(3), .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(3) {
  width: 14%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(4), .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(4) {
  width: 25%;
  text-align: center; }

.mfm-table.mfcur-table-lg-banks > thead > tr > th:nth-child(5), .mfm-table.mfcur-table-lg-banks > tbody > tr > td:nth-child(5) {
  width: 10%;
  text-align: center; }

/* cards lg table */
.mfm-table.mfcur-table-lg-cards > thead > tr > th:nth-child(5),
.mfm-table.mfcur-table-lg-cards > tbody > tr > th:nth-child(5) {
  width: 5%;
  text-align: center; }

.mfm-table.mfcur-table-lg-cards .mfcur-thead-title {
  white-space: normal; }

/* lower table */
.mfm-grey-bmfm-col-contentg .mfm-table tr > th {
  white-space: nowrap;
  padding-bottom: 11px; }

/* LARGE TABLE - NBU */
.mfm-table.mfcur-table-lg-nbu > tbody > tr > td:nth-child(3) {
  text-align: center; }

/* FIXINGS */
.mfm-table.mfcur-table-lg-fixing th:nth-child(4),
.mfm-table.mfcur-table-lg-fixing td:nth-child(4) {
  padding-left: 50px; }

/* Google charts buttons */
.mfmChart-button,
.mfmChart-input {
  height: 28px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #222;
  -webkit-apperance: none; }

.mfmChart-button {
  padding: 5px 15px;
  margin-right: 5px;
  border: 1px solid transparent;
  background: #ccc;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.mfmChart-button.is-active,
.mfmChart-button:hover {
  background: #E4E3E3; }

.mfmChart-input {
  margin-left: 5px;
  font-weight: normal;
  float: right;
  padding: 5px 10px;
  max-width: 100px; }

.mb-currency-graph-double {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px; }

.mb-currency-graph-double .mb-currency-graph {
  font-size: 15px;
  display: inline-block;
  padding: 0 10px;
  width: 50%; }

.mb-currency-graph-double .mfm-h4 {
  margin-top: 0; }

@media only screen and (max-width: 1264px) {
  .mfmChart-button {
    padding: 5px 8px; } }

.mfm-col-content .wgt-cur-subscribe {
  margin-bottom: 15px; }

.mfm-tab-menu a {
  cursor: pointer; }

.mb-currency-graph--body {
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 15px; }

.mfz-seo {
  border-top: 0;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.mfz-seo > div {
  padding-top: 0; }

.mfz-seo .link-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: none; }

.mfcur-table-card-rates {
  margin-top: 15px; }

.post-source {
  text-align: right;
  color: #93A4AC;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px; }
  .post-source a {
    color: #93A4AC;
    transition: all 0.3s ease; }

.mfm-long-arrow-right.c-insurance {
  display: inline-block;
  margin-bottom: 16px; }

.mfz-page-wrap {
  overflow: visible !important;
  background: #f7f7f7 !important; }
  .mfz-page-wrap[page="currency"] {
    background: #fff !important; }

.mfm-grey-bg {
  box-shadow: none !important; }

.mfm-header--content {
  margin-bottom: 20px; }

.mfm-header.has-no-pb, .currency-main--header {
  padding: 20px 20px 0 20px !important;
  background: #fff;
  margin: 0 0 0 -20px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-radius: 0 0 4px 0; }

.currency-main--content {
  padding: 0 20px;
  background: #f7f7f7;
  margin: 0 -20px; }

.bg-white {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 0 -20px;
  padding: 0 20px; }

.no-border-bottom {
  border-bottom: none; }

.currency-banks {
  background-color: #fff;
  margin: 0 0 0 -20px;
  padding: 20px !important; }

.mfcur-table--header {
  margin-bottom: 20px; }

.mfcur-table--wrapper {
  background-color: #fff; }

.mfz-content-wrapper {
  display: flex !important;
  flex-wrap: wrap; }

@media only screen and (max-width: 679px), only screen and (max-width: 1011px) and (min-width: 800px) {
  .mfm-header.currency-banks {
    padding-right: 20px !important; } }

@media only screen and (max-width: 800px) {
  .mfm-table .mfcur-table-search-wrap .mfcur-search-wrap input {
    font-size: 16px; }
  .mfcur-table--wrapper {
    overflow: hidden; }
  .mfz-content-wrapper {
    flex-direction: column; }
  .mfm-header.currency-banks {
    padding-right: 0px !important; }
  .mfz-content-wrapper .mfz-col-content .mfm-header.has-no-pb {
    margin: 0 -10px;
    border-right: none;
    border-radius: 0; }
  .currency-main--content {
    padding: 15px 0 15px;
    margin: 0; }
  .bg-white {
    margin: 0 -10px; }
  .currency-main--header .mfm-tab-menu a {
    padding-bottom: 10px;
    margin-bottom: 0; } }

@media only screen and (max-width: 679px) {
  .currency-main--title {
    flex-direction: column; }
  .mfm-tab-menu a:last-of-type {
    margin-left: 10px !important; } }

[data-template='twoColumns'] .mfz-content-wrapper .mfz-col-aside .mfm-aside-block {
  overflow: visible; }

.mfm-aside-block, .mfm-aside-block li {
  text-align: left; }

.mfm-aside-block {
  background-color: #fff; }

[data-template='twoColumns'] .mfz-content-wrapper .mfz-col-aside .mfm-aside-block {
  text-align: left; }

.mfm-aside-block {
  text-align: left; }

.mf-datepicker--inputs-group input {
  width: 100px !important; }

.mfm-mini-grid--news {
  background-color: #fff;
  margin-bottom: 20px; }

.currency-main--title {
  display: flex;
  justify-content: space-between; }
  .currency-main--title .bottom-head {
    margin-right: 24px; }

.mfm-header-aside.mfm-header--datepicker {
  position: relative;
  top: 10px !important;
  left: 0;
  max-width: initial; }
  .mfm-header-aside.mfm-header--datepicker .mb-datepicker-output {
    height: 40px;
    padding: 9px;
    margin-bottom: 20px; }

.mfm-header-aside.mfm-header--datepicker .mb-datepicker-output {
  height: 40px;
  padding: 9px;
  margin-bottom: 20px; }

.mfm-header--insurance {
  display: flex;
  padding-top: 24px; }

.mfm-header-aside--insurance {
  position: static;
  margin-left: auto !important;
  right: 0 !important; }

@media only screen and (max-width: 679px) {
  .mfm-table.mfcur-table-sm > thead > tr > th {
    border: none;
    height: 1px; } }

@media only screen and (max-width: 480px) {
  .mfm-header .mfm-header-aside .mb-datepicker-output {
    width: calc(100% + 48px); }
  .mfm-header .mfm-header-aside--insurance {
    margin-top: 8px; }
  .mfm-header--insurance {
    flex-direction: column; }
  .insurance-list .mfcur-table-bankname a.mfm-black-link {
    padding-left: 0 !important; }
  .insurance-list td.mfm-text-center {
    white-space: nowrap; }
  .mfm-mini-grid--col-4 {
    width: 100%; } }
