@charset "UTF-8";
/* GREY BG */
.mfm-grey-bg {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-radius: 1px;
  /* ugly ipad fix */
  min-width: 150px;
  background: #f7f7f7;
  box-shadow: -75px 0 0 0px #f7f7f7, 75px 0 0 0px #f7f7f7, -150px 0 0 0px #f7f7f7, 150px 0 0 0px #f7f7f7, -300px 0 0 0px #f7f7f7, 300px 0 0 0px #f7f7f7, -450px 0 0 0px #f7f7f7, 450px 0 0 0px #f7f7f7, -600px 0 0 0px #f7f7f7, 600px 0 0 0px #f7f7f7, -750px 0 0 0px #f7f7f7, 750px 0 0 0px #f7f7f7, -900px 0 0 0px #f7f7f7, 900px 0 0 0px #f7f7f7, -1050px 0 0 0px #f7f7f7, 1050px 0 0 0px #f7f7f7, -1300px 0 0 0px #f7f7f7, 1300px 0 0 0px #f7f7f7, -1450px 0 0 0px #f7f7f7, 1450px 0 0 0px #f7f7f7, -1600px 0 0 0px #f7f7f7, 1600px 0 0 0px #f7f7f7, -75px 0 0 1px #d9d9d9, 75px 0 0 1px #d9d9d9, -150px  0 0 1px #d9d9d9, 150px  0 0 1px #d9d9d9, -300px  0 0 1px #d9d9d9, 300px  0 0 1px #d9d9d9, -450px  0 0 1px #d9d9d9, 450px  0 0 1px #d9d9d9, -600px  0 0 1px #d9d9d9, 600px  0 0 1px #d9d9d9, -750px  0 0 1px #d9d9d9, 750px  0 0 1px #d9d9d9, -900px  0 0 1px #d9d9d9, 900px  0 0 1px #d9d9d9, -1050px 0 0 1px #d9d9d9, 1050px 0 0 1px #d9d9d9, -1300px 0 0 1px #d9d9d9, 1300px 0 0 1px #d9d9d9, -1450px 0 0 1px #d9d9d9, 1450px 0 0 1px #d9d9d9, -1600px 0 0 1px #d9d9d9, 1600px 0 0 1px #d9d9d9;
  -webkit-box-shadow: -75px 0 0 0px #f7f7f7, 75px 0 0 0px #f7f7f7, -150px 0 0 0px #f7f7f7, 150px 0 0 0px #f7f7f7, -300px 0 0 0px #f7f7f7, 300px 0 0 0px #f7f7f7, -450px 0 0 0px #f7f7f7, 450px 0 0 0px #f7f7f7, -600px 0 0 0px #f7f7f7, 600px 0 0 0px #f7f7f7, -750px 0 0 0px #f7f7f7, 750px 0 0 0px #f7f7f7, -900px 0 0 0px #f7f7f7, 900px 0 0 0px #f7f7f7, -1050px 0 0 0px #f7f7f7, 1050px 0 0 0px #f7f7f7, -1300px 0 0 0px #f7f7f7, 1300px 0 0 0px #f7f7f7, -1450px 0 0 0px #f7f7f7, 1450px 0 0 0px #f7f7f7, -1600px 0 0 0px #f7f7f7, 1600px 0 0 0px #f7f7f7, -75px 0 0 1px #d9d9d9, 75px 0 0 1px #d9d9d9, -150px  0 0 1px #d9d9d9, 150px  0 0 1px #d9d9d9, -300px  0 0 1px #d9d9d9, 300px  0 0 1px #d9d9d9, -450px  0 0 1px #d9d9d9, 450px  0 0 1px #d9d9d9, -600px  0 0 1px #d9d9d9, 600px  0 0 1px #d9d9d9, -750px  0 0 1px #d9d9d9, 750px  0 0 1px #d9d9d9, -900px  0 0 1px #d9d9d9, 900px  0 0 1px #d9d9d9, -1050px 0 0 1px #d9d9d9, 1050px 0 0 1px #d9d9d9, -1300px 0 0 1px #d9d9d9, 1300px 0 0 1px #d9d9d9, -1450px 0 0 1px #d9d9d9, 1450px 0 0 1px #d9d9d9, -1600px 0 0 1px #d9d9d9, 1600px 0 0 1px #d9d9d9;
}

/* This thing makes aside column able to stretch grey background */
/*.mfm-grey-bg:after{
  content: '';
  display: table;
  clear: both;
}*/
/* INLINE ELMENT */
.mfm-inline {
  display: inline-block;
}

/* COLUMNS */
.mfm-col-content {
  width: 100%;
  padding-right: 340px;
}

.mfm-col-left {
  width: 100%;
  max-width: 215px;
  float: left;
}

.mfm-col-left + .mfm-col-content {
  padding-left: 235px;
}

.mfm-col-aside {
  position: relative;
  float: right;
  width: 100%;
  text-align: center;
  max-width: 320px;
  /*z-index: 1;*/
}

.layout-aside-240 .mfm-col-content {
  padding-right: 280px;
}

.layout-aside-240 .mfm-col-aside {
  max-width: 260px;
}

/*.mfm-col-aside:before,
.mfm-col-aside:after{
  content: "";
  display: table;
  clear: both;
}*/
.mfm-col-aside > * {
  text-align: left;
}

/* CONTENT COLUMN BLOCKS */
.mfm-header {
  position: relative;
  padding-right: 190px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mfm-header-no-aside {
  padding-right: 0px !important;
}

.mfm-header .mfm-h1 {
  margin-top: 0;
  font-weight: 600;
}

.mfm-header-aside {
  position: absolute;
  top: 41px;
  right: 0;
  /*width: 165px;*/
  max-width: 165px;
}

.mfm-header-aside select,
.mfm-header-aside input {
  width: 100%;
}

.mfm-header.has-no-pb {
  padding-bottom: 0;
}

/* ASIDE BLOCKS */
.mfm-aside-materials {
  padding: 5px 10px;
}

.mfm-aside-materials h3 {
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 24px;
}

.mfm-aside-materials a {
  position: relative;
  padding-left: 70px;
  display: inline-block;
  min-height: 60px;
  line-height: 1.3em;
  font-size: 14px;
  margin-bottom: 15px;
}

.mfm-aside-materials .mfm-aside-materials-thumb {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 6px;
}

.mfm-aside-materials .mfm-aside-materials-thumb > img {
  height: 100%;
  width: auto;
}

/* AD BLOCKS */
.mfm-col-aside .mfm-aside-block {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  padding: 3px;
  border-radius: 5px;
  text-align: left;
  background: #fff;
  /*border: 1px solid #d0d0d0;*/
}

.mfm-col-aside .mfm-aside-block.has-no-border {
  border-color: transparent;
}

.mfm-col-aside .mfm-aside-block.has-no-padding {
  padding: 0;
  overflow: hidden;
}

.mfm-col-aside .mfm-aside-block:empty {
  display: none;
}

.mfm-aside-block hr {
  border-top: 1px solid #d0d0d0;
}

.mfm-aside-block--heading {
  font-size: 11px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* TYPOGRAFY */
.mfm-h1 {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.mfm-h2 {
  font-size: 36px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #4d4d4d;
}

.mfm-h1 + .mfm-h2 {
  margin-top: 0;
}

.mfm-h3 a {
  font-size: 24px;
  font-family: inherit;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 1.1;
  color: #4d4d4d;
}

.mfm-h3 a:hover {
  text-decoration: none;
}

.mfm-h4 {
  margin-top: 1.3em;
  margin-bottom: 0;
}

.mfm-h4 a {
  font-size: 18px;
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 1.1;
  color: #4d4d4d;
}

.mfm-h4 a:hover {
  text-decoration: none;
}

.mfm-h4 small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #858585;
}

.mfm-text-grey {
  color: #7f7f7f;
}

.mfm-text-light-grey {
  color: #ababab;
}

.mfm-text-nowrap {
  white-space: nowrap !important;
}

.mfm-text-center {
  text-align: center !important;
}

.mfm-text-right {
  text-align: right !important;
}

.mfm-text-left {
  text-align: left !important;
}

/* EMMET QUICK SYTLES */
.mfm-tdn {
  text-decoration: none !important;
}

.mfm-curpo {
  cursor: pointer !important;
}

.mfm-pb0 {
  padding-bottom: 0 !important;
}

.mfm-pt0 {
  padding-top: 0 !important;
}

.mfm-pr0 {
  padding-right: 0 !important;
}

.mfm-pl0 {
  padding-left: 0 !important;
}

.mfm-mb0 {
  margin-bottom: 0 !important;
}

.mfm-mt0 {
  margin-top: 0 !important;
}

.mfm-ml0 {
  margin-left: 0 !important;
}

.mfm-mr0 {
  margin-right: 0 !important;
}

.mfm-posr {
  position: relative;
}

.mfm-bb0 {
  border-bottom: 0 !important;
}

/* LINKS */
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: none;
}

a {
  color: #4a90e2;
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  text-decoration: underline;
}

a:visited {
  /*color: #8448a8;*/
}

.mfm-dotted {
  display: inline;
  border-bottom: 1px dotted;
  text-decoration: none !important;
}

a.mfm-black-link {
  text-decoration: none;
  color: #000;
}

a.mfm-black-link:active,
a.mfm-black-link:hover {
  text-decoration: underline;
}

a.mfm-black-link:visited {
  color: #000;
}

.mfm-caret-down {
  position: relative;
}

.mfm-caret-down:after {
  content: '\25BC';
  display: block;
  position: absolute;
  right: -13px;
  top: 30%;
  font-size: .7em;
  margin-left: 3px;
}

.mfm-long-arrow-right {
  padding-right: 20px;
  position: relative;
}

.mfm-long-arrow-right:after {
  content: '→';
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  position: absolute;
  font-style: normal;
  right: 0px;
  top: 0;
}

.mfm-long-arrow-left {
  padding-left: 20px;
  position: relative;
}

.mfm-long-arrow-left:after {
  content: '←';
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  position: absolute;
  font-style: normal;
  left: 0px;
  top: 0;
}

/* BUTTONS */
.mfm-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #adadad;
}

.mfm-button:hover,
.mfm-button:focus {
  text-decoration: none;
  border-color: #C9C9C9;
}

.mfm-button:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.mfm-button:visited {
  color: initial;
}

/* TABS */
.mfm-tab-menu {
  margin-top: 20px;
  cursor: default;
  white-space: nowrap;
}

.mfm-tab-menu > * {
  white-space: normal;
}

.mfm-tab-menu a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 5px 2px 13px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.mfm-tab-menu a:hover {
  border-bottom: 2px solid #ccc;
}

.mfm-tab-menu a.active {
  color: #c32d2b;
  border-bottom: 2px solid #c32d2b;
}

.mfm-tab-menu a + a {
  margin-left: 10px;
}

.mfm-tab-menu-dropdown {
  position: relative;
}

.mfm-tab-menu-dropdown:after {
  content: '\25BC';
  font-size: .7em;
  vertical-align: middle;
  margin-left: 3px;
}

.mfm-tab-menu-dropdown > ul {
  position: absolute;
  display: block;
  width: 200px;
  top: 35px;
  left: -10px;
  list-style: none;
  text-align: left;
  z-index: 10;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mfm-tab-menu-dropdown > ul > li {
  margin: 0;
  padding: 5px 10px;
  background: #fff;
}

.mfm-tab-menu-dropdown > ul > li + li {
  border-top: 1px solid #ccc;
}

/* TABLES */
.mfm-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.mfm-table > thead > tr > th,
.mfm-table > tbody > tr > th,
.mfm-table > tfoot > tr > th,
.mfm-table > thead > tr > td,
.mfm-table > tbody > tr > td,
.mfm-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  /*vertical-align: top;*/
  vertical-align: middle;
  border-top: 1px solid #d9d9d9;
}

.mfm-table > thead > tr > td {
  border-top: 0;
}

.mfm-table > thead + tbody > tr:first-child > td {
  border-top: 0;
}

.mfm-table > thead > tr > th,
.mfm-table > thead > tr:last-child > td {
  vertical-align: top;
  border-top: 0;
  font-size: 13px;
  border-bottom: 1px solid #b6b6b6;
  text-align: left;
}

.mfm-table > tbody > tr:hover > td {
  /*border-bottom: 1px solid #d9d9d9;*/
  background-color: #fdfdfd;
}

.mfm-th-filter {
  /*margin-top: 5px;*/
  /*margin-bottom: 3px;*/
  font-size: 11px;
  color: #7f7f7f;
}

.mfm-th-filter a {
  color: inherit;
  cursor: pointer;
  /*margin-right: 5px;*/
  font-weight: normal;
}

.mfm-th-filter a:focus,
.mfm-th-filter a:hover {
  color: #000;
  text-decoration: none;
}

.mfm-th-filter a:after {
  content: '\25B2 \A \25BC';
  display: inline-block;
  font-size: .5em;
  line-height: 1.05em;
  white-space: pre;
  vertical-align: middle;
  margin-left: 2px;
}

.sorting_asc .mfm-th-filter a:after {
  content: '\25B2';
  color: #000;
}

.sorting_asc .mfm-th-filter a,
.sorting_desc .mfm-th-filter a {
  color: #000;
}

.sorting_desc .mfm-th-filter a:after {
  content: '\25BC';
}

.mfm-th-filter a + a {
  margin-right: 0;
  margin-left: 5px;
}

.mfm-th-filter a.active {
  color: #000;
}

.mfm-grey-bg .mfm-table {
  border-collapse: separate;
  /*border-radius: 6px;*/
  background: #fff;
}

.mfm-grey-bg .mfm-table tr:first-child > th:first-child {
  border-top-left-radius: 6px;
}

.mfm-grey-bg .mfm-table tr:first-child > th:last-child {
  border-top-right-radius: 6px;
}

.mfm-grey-bg .mfm-table tr > th:first-child,
.mfm-grey-bg .mfm-table tbody > tr > td:first-child {
  border-left: 1px solid #d9d9d9;
}

.mfm-grey-bg .mfm-table tr > th:last-child,
.mfm-grey-bg .mfm-table tbody > tr > td:last-child {
  border-right: 1px solid #d9d9d9;
}

.mfm-grey-bg .mfm-table tr > th {
  border-top: 1px solid #d9d9d9;
}

.mfm-grey-bg .mfm-table tfoot > tr:last-child > td:first-child {
  border-bottom-left-radius: 6px;
}

.mfm-grey-bg .mfm-table tfoot > tr:last-child > td:last-child {
  border-bottom-right-radius: 6px;
}

.mfm-grey-bg .mfm-table tfoot > tr > td {
  border-bottom: 1px solid #d9d9d9;
}

.mfm-table .mfm-hover-show {
  visibility: hidden;
}

.mfm-table > tbody > tr:hover .mfm-hover-show {
  visibility: visible;
}

.mfm-table .mfm-table-trend {
  font-size: 10px;
  color: #959595;
  margin: 0 3px;
  vertical-align: middle;
}

.mfm-table .icon-up-open:before {
  font-size: .8em;
  vertical-align: middle;
  margin: 0 3px;
  color: #00A400;
}

.mfm-table .icon-down-open:before {
  font-size: .8em;
  vertical-align: middle;
  margin: 0 3px;
  color: #D50000;
}

.mfm-table.has-no-tfoot tr:last-child > td:first-child {
  border-bottom-left-radius: 6px;
}

.mfm-table.has-no-tfoot tr:last-child > td:last-child {
  border-bottom-right-radius: 6px;
}

.mfm-table.has-no-tfoot tr:last-child > td {
  border-bottom: 1px solid #ccc;
}

/* table chart LG */
.mfm-table-chart-td {
  border-top: 0 !important;
}

.mfm-table-internal-chart {
  min-height: 303px;
}

.mfm-chart-wrap {
  position: relative;
}

.mfm-chart-wrap:hover > td {
  background-color: #fff !important;
}

.mfm-chart-wrap > td {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mfm-chart-wrap.mfm-chart-wrap-standalone {
  margin-bottom: 30px;
  min-height: 100px;
}

.mfm-chart-wrap #mfm-dashboard {
  position: relative;
}

.mfm-chart-wrap.mfm-chart-wrap-standalone #mfm-dashboard #mfm-line-chart {
  position: relative;
  min-height: 100px;
}

.mfm-green-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfm-green-preloader:before,
.mfm-chart-wrap.mfm-chart-wrap-standalone #mfm-dashboard #mfm-line-chart:empty:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 12px -12px rgba(100, 100, 100, 0.125), 17px 0 rgba(100, 100, 100, 0.25), 12px 12px rgba(100, 100, 100, 0.375), 0 17px rgba(100, 100, 100, 0.5), -12px 12px rgba(100, 100, 100, 0.625), -17px 0 rgba(100, 100, 100, 0.75), -12px -12px rgba(100, 100, 100, 0.875), 0 -17px #646464;
  -webkit-box-shadow: 12px -12px rgba(100, 100, 100, 0.125), 17px 0 rgba(100, 100, 100, 0.25), 12px 12px rgba(100, 100, 100, 0.375), 0 17px rgba(100, 100, 100, 0.5), -12px 12px rgba(100, 100, 100, 0.625), -17px 0 rgba(100, 100, 100, 0.75), -12px -12px rgba(100, 100, 100, 0.875), 0 -17px #646464;
  background-color: transparent;
  -webkit-animation: loadingChart 0.75s steps(8, end) infinite;
  animation: loadingChart 0.75s steps(8, end) infinite;
}

@keyframes loadingChart {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
@-webkit-keyframes loadingChart {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
.mfm-chart-overlay {
  position: absolute;
  top: 15px;
  right: 20px;
  /*top: 0;right: 0;bottom: 0;left: 0;*/
  /*margin: auto;*/
  width: 150px;
  height: 90px;
  opacity: .3;
  pointer-events: none;
  background-image: url(/i/main/minfin_logo_noslogan.png);
  background-repeat: no-repeat;
  background-position: 0 25px;
}

html[lang="uk"] .mfm-chart-overlay {
  background-image: url(/i/main/minfin_logo_noslogan_ua.png);
}

.mfm-close-table-chart {
  /*position: absolute;
  right:12px;
  top: -35px;
  font-size: 12px;
  cursor: pointer;
  z-index: 10;*/
  display: block;
  position: absolute;
  right: 0px;
  top: -38px;
  color: #838383;
  height: 38px;
  background-color: #fff;
  padding: 6px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 2px solid #838383;
  cursor: pointer;
}

@media only screen and (max-width: 1264px) {
  .mfm-close-table-chart {
    right: 0px;
  }
}
.mfm-table.mfcur-table-lg > tbody > tr > th,
.mfm-table.mfcur-table-lg > tfoot > tr > th,
.mfm-table.mfcur-table-lg > thead > tr > td,
.mfm-table.mfcur-table-lg > tbody > tr > td,
.mfm-table.mfcur-table-lg > tfoot > tr > td {
  padding: 12px 8px;
}

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

.mfm-table a.mfm-button.icon-chart-area {
  padding: 2px;
  font-size: 13px;
  color: #5F5F5F;
  /*margin-left: 7px;*/
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* FORMS */
.mfm-iputs-group {
  position: relative;
}

.mfm-iputs-group input[type=text],
.mfm-iputs-group input[type=number],
.mfm-iputs-group input[type=email],
.mfm-iputs-group input[type=password],
.mfm-iputs-group select {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mfm-iputs-group-inline {
  display: inline-block;
  vertical-align: middle;
}

.mfm-iputs-group-multi {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.mfm-iputs-group-multi input[type=text],
.mfm-iputs-group-multi input[type=number],
.mfm-iputs-group-multi input[type=email],
.mfm-iputs-group-multi input[type=password],
.mfm-iputs-group-multi select {
  display: inline-block;
  vertical-align: top;
  width: auto;
  border-radius: 0;
  border-right: 0;
}

.mfm-iputs-group-multi input:first-child,
.mfm-iputs-group-multi select:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mfm-iputs-group-multi input:nth-last-of-type(1),
.mfm-iputs-group-multi select:nth-last-of-type(1) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #ccc;
}

/* MISC */
.mfm-switcher {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfm-switcher > input {
  position: relative;
  display: none;
}

.mfm-switcher > input + i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 14px;
  background: #646464;
  border-radius: 7px;
}

.mfm-switcher > input + i:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: margin .05s;
  -o-transition: margin .05s;
  transition: margin .05s;
}

.mfm-switcher > input:checked + i:before {
  margin-left: 10px;
}

.mfm-tooltip,
.mfm-tooltip-static {
  display: inline-block;
  cursor: pointer;
  position: relative;
  white-space: normal;
}

.mfm-tooltip-top .mfm-tooltip-body {
  right: auto;
  left: 50%;
  bottom: 22px;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mfm-tooltip .mfm-tooltip-body {
  display: none;
}

.mfm-tooltip:focus .mfm-tooltip-body,
.mfm-tooltip:hover .mfm-tooltip-body {
  display: block;
}

.mfm-tooltip-body {
  cursor: default;
  position: absolute;
  bottom: 17px;
  left: -112px;
  width: 240px;
  background: #fff;
  padding: 10px 12px;
  border: 1px solid #B2B2B2;
  font-size: 14px;
  color: #000;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2em;
  font-size: 13px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.mfm-tooltip .mfm-hover-tooltip {
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 0;
}

.mfm-tooltip-body a {
  text-decoration: underline;
}

.mfm-tooltip-body > hr:last-of-type {
  height: 20px;
  background: transparent;
  border: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.mfm-tooltip-top .mfm-tooltip-body:before,
.mfm-tooltip-top .mfm-tooltip-body:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
}

.mfm-tooltip-top .mfm-tooltip-body:before {
  bottom: -21px;
  border-color: #B2B2B2 transparent transparent transparent;
}

.mfm-tooltip-right-top .mfm-tooltip-body {
  right: auto;
  left: -10px;
  bottom: 24px;
  top: auto;
}

.mfm-tooltip-right-top .mfm-tooltip-body:before,
.mfm-tooltip-right-top .mfm-tooltip-body:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 5px;
  right: auto;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
}

.mfm-tooltip-right-top .mfm-tooltip-body:before {
  bottom: -21px;
  border-color: #B2B2B2 transparent transparent transparent;
}

.mfm-tooltip-left-top .mfm-tooltip-body {
  left: auto;
  right: -5px;
  bottom: 30px;
  top: auto;
}

.mfm-tooltip-left-top .mfm-tooltip-body:before,
.mfm-tooltip-left-top .mfm-tooltip-body:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  right: 5px;
  left: auto;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
}

.mfm-tooltip-left-top .mfm-tooltip-body:before {
  bottom: -21px;
  border-color: #B2B2B2 transparent transparent transparent;
}

.mfm-tooltip-bottom .mfm-tooltip-body {
  left: 50%;
  right: 0;
  bottom: auto;
  top: 19px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mfm-tooltip-bottom .mfm-tooltip-body:before,
.mfm-tooltip-bottom .mfm-tooltip-body:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid;
  border-color: transparent transparent #FFF transparent;
}

.mfm-tooltip-bottom .mfm-tooltip-body:before {
  top: -21px;
  border-color: transparent transparent #B2B2B2 transparent;
}

.mfm-tooltip-right-bottom .mfm-tooltip-body {
  left: 0;
  right: 0;
  bottom: auto;
  top: 19px;
}

.mfm-tooltip-right-bottom .mfm-tooltip-body:before,
.mfm-tooltip-right-bottom .mfm-tooltip-body:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 5px;
  bottom: 0;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #FFF transparent;
}

.mfm-tooltip-right-bottom .mfm-tooltip-body:before {
  top: -21px;
  border-color: transparent transparent #B2B2B2 transparent;
}

.mfm-tooltip-bottom .mfm-tooltip-body hr,
.mfm-tooltip-right-bottom .mfm-tooltip-body hr {
  bottom: auto;
  top: -18px;
}

.mfm-tooltip-left-top .mfm-hover-tooltip {
  height: 30px;
}

/* ASIDE NEWS BLOCK */
.mfm-aside-news-block {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.mfm-aside-news-block.mfm-aside-news-extra-padding {
  padding: 10px 10px 15px;
}

.mfm-news-header,
.mfm-news-header > a {
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

.mfm-news-header > a:hover {
  text-decoration: underline;
}

.mfm-news-header > .date {
  margin-left: 10px;
  letter-spacing: 0;
  color: #333;
  font-weight: normal;
}

.mfm-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mfm-news-list > li {
  position: relative;
  padding-left: 40px;
}

.mfm-news-list > li {
  margin-bottom: 10px;
  /*line-height: 15px;*/
}

.mfm-news-list > li > a {
  /*display: inline-block;*/
  /*vertical-align: top;*/
  color: #4078CD;
  font-size: 12px;
  text-decoration: none;
}

.mfm-news-list > li > a.bold {
  font-weight: bold;
}

.mfm-news-list > li > a:hover {
  text-decoration: underline;
}

.mfm-news-list > li.date {
  padding-left: 0;
  font-size: 11px;
  color: #222;
  font-weight: bold;
  text-align: left;
}

.mfm-news-list > li > .time {
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 11px;
}

/* ASIDE SOCIAL */
.mfm-read-us.mfm-aside-block {
  text-align: center;
}

.mfm-read-us--subscribe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 49%;
  font-size: 14px;
  line-height: 1.1em;
  text-decoration: none;
  margin-bottom: 15px;
  color: #222;
  padding-left: 43px;
}

.mfm-read-us--subscribe + .mfm-read-us--subscribe {
  margin-left: 2%;
}

.mfm-read-us--subscribe i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
  padding: 3px;
  font-size: 21px;
  line-height: 1.4em;
  color: #fff;
  border-radius: 50%;
  /*-webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);*/
  background: #f5d424;
  background: -moz-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d424), color-stop(100%, #feb539));
  background: -webkit-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: -o-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: -ms-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: linear-gradient(to bottom, #f5d424 0%, #feb539 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d424', endColorstr='#feb539',GradientType=0 );
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mfm-read-us--subscribe:hover i {
  color: #fff;
  /*-webkit-transform: rotate(360deg) scale(1.22);
  -ms-transform: rotate(360deg) scale(1.22);
  -o-transform: rotate(360deg) scale(1.22);
  transform: rotate(360deg) scale(1.22);*/
}

/*.mfm-read-us .icon-mail{}*/
/*.mfm-read-us--btns a{ }*/
.mfm-read-us--btns {
  text-align: center;
  margin-bottom: 17px;
}

.mfm-read-us--btns a:before {
  margin: 0 !important;
}

.mfm-read-us--btns a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  font-size: 16px;
  margin: 5px;
  text-decoration: none;
  background: #f5d424;
  background: -moz-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d424), color-stop(100%, #feb539));
  background: -webkit-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: -o-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: -ms-linear-gradient(top, #f5d424 0%, #feb539 100%);
  background: linear-gradient(to bottom, #f5d424 0%, #feb539 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d424', endColorstr='#feb539',GradientType=0 );
  color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mfm-read-us--btns a.icon-facebook:before {
  position: absolute;
  top: 8px;
  left: 7px;
}

.mfm-read-us--btns a.icon-gplus:before {
  position: absolute;
  top: 8px;
  left: 9px;
}

.mfm-read-us--btns a.icon-twitter-bird:before {
  position: absolute;
  top: 8px;
  left: 6px;
}

.mfm-read-us--btns > span {
  margin-right: 5px;
}

.mfm-read-us--btns a:hover {
  color: #fff;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

/* ASIDE TWITTER BUTTON */
.mfm-twi-btn.mfm-aside-block {
  display: table;
  height: 67px;
  text-align: center;
  overflow: hidden;
  border: 0;
  user-select: none;
  background: #61bafb;
  background: -moz-linear-gradient(top, #61bafb 0%, #4cabf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61bafb), color-stop(100%, #4cabf0));
  background: -webkit-linear-gradient(top, #61bafb 0%, #4cabf0 100%);
  background: -o-linear-gradient(top, #61bafb 0%, #4cabf0 100%);
  background: -ms-linear-gradient(top, #61bafb 0%, #4cabf0 100%);
  background: linear-gradient(to bottom, #61bafb 0%, #4cabf0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bafb', endColorstr='#4cabf0',GradientType=0 );
}

.mfm-twi-btn--link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 1px #3564C3;
  text-decoration: none !important;
  z-index: 1;
}

.mfm-twi-btn--icon {
  position: absolute;
  top: -22px;
  left: -20px;
  color: #2299ED;
  text-shadow: none;
  font-size: 107px;
  z-index: -1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mfm-twi-btn.mfm-aside-block:hover .mfm-twi-btn--icon {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/* MINI GRID */
.mfm-mini-grid {
  width: 100%;
}

.mfm-mini-grid--container {
  position: relative;
}

.mfm-mini-grid--container,
.mfm-mini-grid:before,
.mfm-mini-grid:after {
  content: '';
  display: table;
  clear: left;
}

.mfm-col-left + .mfm-col-content .mfm-mini-grid {
  overflow: auto;
}

.mfm-mini-grid--col-6 {
  width: 49%;
  float: left;
  min-height: 1px;
}

.mfm-mini-grid--col-6 + .mfm-mini-grid--col-6 {
  margin-left: 2%;
}

.mfm-mini-grid--col-4 {
  width: 32%;
  float: left;
  min-height: 1px;
}

.mfm-mini-grid--col-4 + .mfm-mini-grid--col-8 {
  margin-left: 2%;
}

.mfm-mini-grid--col-8 {
  width: 63%;
  float: left;
  min-height: 1px;
}

.mfm-mini-grid--col-4 + .mfm-mini-grid--col-4 {
  margin-left: 2%;
}

@media only screen and (max-width: 1240px) {
  .mfm-mini-grid--col-8,
  .mfm-mini-grid--col-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .mfm-mini-grid--col-4 + .mfm-mini-grid--col-8 {
    margin-left: 0;
    padding-left: 2%;
  }

  .mfm-mini-grid--col-6 + .mfm-mini-grid--col-6 {
    margin-left: 0;
  }

  .mfm-mini-grid--col-4 {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.mfm-mini-grid--col-8,
.mfm-mini-grid--col-6 {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}

.mfm-mini-grid--col-6 + .mfm-mini-grid--col-6 {
  margin-left: 0;
}

.mfm-mini-grid--col-4 {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}

/* CHECKBOX & RADIO BUTTON */
.mfm-checkbox,
.mfm-radio {
  display: block;
  padding: 5px 0;
}

.mfm-checkbox input,
.mfm-radio input {
  display: none;
}

.mfm-checkbox input + span,
.mfm-radio input + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  cursor: pointer;
}

.mfm-checkbox input + span:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8B8B8B;
  border-radius: 3px;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.mfm-checkbox input + span:after {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  border-bottom: 2px solid #222;
  border-right: 3px solid #222;
  position: absolute;
  top: 3px;
  left: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(10, 10) rotate(45deg);
  -ms-transform: scale(10, 10) rotate(45deg);
  transform: scale(10, 10) rotate(45deg);
  -webkit-transition: all 0.15s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: all 0.15s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.mfm-checkbox input:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(45deg);
  transform: scale(1, 1) rotate(45deg);
}

.mfm-radio input + span:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #8B8B8B;
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.mfm-radio input + span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #343434;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.15s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: all 0.15s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.mfm-radio input:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mfm-radio input:checked + span:before,
.mfm-checkbox input:checked + span:before {
  background-position: -18px 0 !important;
}

.mfm-aside-block {
  min-height: 0 !important;
}

/*# sourceMappingURL=mfm-minfin.css.map */
