@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; } }

.main .carusel {
  position: relative; }
  .main .carusel .owl-prev, .main .carusel .owl-next {
    width: 37px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    display: block !important;
    border: none;
    z-index: 2; }
    .main .carusel .owl-prev i, .main .carusel .owl-next i {
      position: relative;
      height: 100%;
      width: 100%;
      border: none;
      background-color: rgba(255, 255, 255, 0.9); }
      .main .carusel .owl-prev i img, .main .carusel .owl-next i img {
        display: inline-block;
        position: absolute;
        top: 50%;
        height: 10px;
        width: 20px; }
  .main .carusel .owl-next {
    left: inherit;
    right: 0; }
    @media only screen and (min-width: 1000px) {
      .main .carusel .owl-next {
        right: 0px; } }
    .main .carusel .owl-next i img {
      left: 50%;
      margin-left: -5px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  @media only screen and (min-width: 1000px) {
    .main .carusel .owl-prev {
      left: 0px; } }
  .main .carusel .owl-prev i img {
    right: 50%;
    margin-right: -6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .main .carusel .owl-prev.disabled, .main .carusel .owl-next.disabled {
    opacity: 0.3; }
    .main .carusel .owl-prev.disabled:hover i, .main .carusel .owl-next.disabled:hover i {
      display: block;
      cursor: not-allowed !important; }
  .main .carusel .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; }
  .main .carusel .owl-dots {
    display: none; }
  .main .carusel .owl-theme .owl-dots .owl-dot.active span, .main .carusel .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }
  @media only screen and (max-width: 1000px) {
    .main .carusel {
      margin: 0; } }

/*$green:               #57ab2e;*/
.comment-list {
  padding: 0px 16px 0px;
  border: 1px solid #e7e7e7;
  border-top: none;
  margin: 0px 0 24px;
  position: relative; }
  @media only screen and (max-width: 799px) {
    .comment-list {
      margin: 0px -20px 0;
      padding: 20px 20px 0 20px; }
      .comment-list #commentFullList {
        padding: 0 10px; } }

.all-comments {
  margin: 0 -17px;
  padding: 0px 15px;
  border-top: 2px solid #db0107; }
  .all-comments h2.subb {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1b1b1b;
    padding: 24px 0px 32px;
    margin: 0; }

.comment .comment {
  padding-left: 30px; }

.comment .disabled, .comment .disabled:hover {
  color: transparent;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: default;
  visibility: hidden; }

.comment dt {
  float: right;
  padding-left: 0px; }

.comment {
  color: #1b1b1b;
  padding: 8px 0 0 0;
  margin-top: 0; }
  .comment dd {
    float: left;
    margin-right: 0px;
    border: none; }
    .comment dd.pic {
      border: none;
      margin-right: 12px;
      margin-bottom: 4px; }
      .comment dd.pic img {
        border-radius: 3px; }
  .comment dd.username, .comment username {
    margin-right: 8px;
    font-size: 14px; }
  .comment .username a {
    color: #244696;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px; }
  .comment .date {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #1b1b1b; }
    .comment .date.anchor-comment {
      padding-left: 9px;
      padding-top: 4px; }
      .comment .date.anchor-comment a {
        font-size: 16px; }
  .comment .link-hash {
    clear: both; }
  .comment .text {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 22px;
    padding-top: 0; }
  .comment .link {
    font-size: 14px;
    padding: 4px 0 24px; }
  .comment .link a, .comment .comment-hidden a {
    border-bottom: 1px solid #a7b7dd;
    color: #244696;
    padding-bottom: 2px;
    font-size: 14px;
    margin: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .comment .link a.active::before, .comment .comment-hidden a.active::before {
      content: '—';
      position: relative;
      margin-right: 4px; }
    .comment .link a:hover, .comment .link a:focus, .comment .comment-hidden a:hover, .comment .comment-hidden a:focus {
      color: #db0107;
      border-bottom-color: #db0107;
      text-decoration: none; }
  .comment .vote {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 40px;
    height: 24px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    background: #f3f3f3;
    color: #666666;
    padding: 0;
    margin: 0;
    line-height: 26px; }
    .comment .vote.green {
      color: #32613a;
      background: #d8efbe; }
    .comment .vote.red {
      background-color: #fee2e2;
      color: #df3014; }
  .comment .votebtn, .comment .plus, .comment .minus {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border: 1px solid #57ab2e;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Raleway;
    font-weight: 400;
    font-size: 32px;
    opacity: 0.5;
    text-align: center; }
  .comment .plus.votebtn {
    color: #57ab2e; }
    .comment .plus.votebtn:hover {
      background-color: #57ab2e;
      color: #fff;
      border-color: #57ab2e; }
  .comment .comment-edit, .comment .comment-delete {
    cursor: pointer;
    display: inline-block; }
  .comment .comment-validated select, .comment .comment-deleted select {
    width: 300px;
    border: 1px solid #e7e7e7;
    background-color: transparent;
    margin-top: 6px;
    height: 28px;
    line-height: 26px;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 14px;
    color: #1b1b1b;
    font-family: Roboto, sans-serif;
    position: relative;
    top: 0px;
    margin-right: 7px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media only screen and (max-width: 799px) {
      .comment .comment-validated select, .comment .comment-deleted select {
        margin-top: 0px; } }
    .comment .comment-validated select:hover, .comment .comment-deleted select:hover {
      background: #eeeeee; }
  .comment .text.comment-validated {
    display: inline-block;
    float: left;
    padding: 0; }
  .comment dl.clear.mine {
    background-color: #fdf5e6;
    padding: 10px; }
    .comment dl.clear.mine .date, .comment dl.clear.mine dd {
      display: inline-block;
      vertical-align: middle;
      float: none;
      padding-top: 0;
      height: 40px;
      line-height: 40px; }
    .comment dl.clear.mine dd.pic {
      margin-bottom: 0;
      height: 32px; }
  .comment .comment-list-edit, .comment .comment-list-delete, .comment .js-comment-hide {
    position: relative; }
    .comment .comment-list-edit .button, .comment .comment-list-delete .button, .comment .js-comment-hide .button {
      width: 40px; }
  .comment .js-comment-hide {
    display: inline-block;
    vertical-align: middle; }
  .comment .comment-list-edit .ico-svg {
    width: 18px;
    height: 18px; }
  .comment .comment-list-delete .ico-svg {
    width: 18px;
    height: 18px; }
  .comment .dgrey {
    color: #2d2d2d !important;
    border-color: #fee2e2 !important;
    margin-top: 1px;
    font-weight: normal; }
    .comment .dgrey:hover {
      background: #fee2e2; }

.comment .button {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 27px;
  border-radius: 2px; }
  .comment .button * {
    pointer-events: none; }

.comment .username, .comment .date {
  padding-top: 6px;
  padding-right: 6px; }

.comment .text {
  word-wrap: break-word; }

.comment textarea {
  display: block;
  width: 100%;
  _width: 99%;
  height: 144px;
  margin: 7px 0 10px;
  border: 1px solid darkgray;
  box-shadow: none; }

.comment .pic {
  width: 32px;
  height: 32px; }

.non {
  display: none; }

.f14px.right {
  position: relative;
  z-index: 2;
  margin-right: 20px;
  top: 10px; }
  .f14px.right span {
    border-bottom: 1px solid #0055cc !important;
    cursor: pointer; }
    .f14px.right span:hover {
      color: #db0107;
      border-color: #db0107 !important; }

.t-mrg-usm {
  margin-top: 6px; }

.comment_action {
  padding: 0; }

#comment-report-wnd .close {
  position: absolute;
  top: 3px;
  right: 13px;
  font-size: 20px;
  cursor: pointer;
  font-family: Raleway, sans-serif;
  font-weight: 600; }

.write-comment {
  color: #244696;
  border-bottom: none;
  font-size: 16px;
  cursor: pointer; }

.button.send-comment, .button.save {
  display: inline-block;
  margin: 20px 20px 20px 0;
  color: #ffffff;
  background: #239c13;
  border: #239c13;
  padding: 0 46px;
  font-family: "Raleway", Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 40px;
  height: 40px;
  border-radius: 0; }
  .button.send-comment:hover, .button.save:hover {
    background: #62BB55; }
  @media only screen and (max-width: 687px) {
    .button.send-comment, .button.save {
      line-height: 56px;
      height: 56px;
      width: 100%;
      margin: 20px 0;
      font-size: 16px; } }

@media only screen and (max-width: 780px) {
  .comment .link {
    font-size: 14px;
    padding: 4px 0 16px; }
  .comment-list {
    padding: 0px 10px 0px;
    margin: 0px -16px 24px;
    box-shadow: 0 2px 4px 0 #e8e8e8; }
    .comment-list .all-comments {
      margin: 0 -10px; }
  .comment-list .comment dd.username {
    display: block;
    float: none; }
    .comment-list .comment dd.username + .date {
      padding-top: 0; }
  .comment-list .comment .username, .comment-list .comment .date {
    padding-top: 0;
    color: #b1b1b1; }
  .comment-list .comment dd.pic {
    margin-top: 2px;
    margin-bottom: 6px; }
  .comment-list .comment .comment {
    padding-left: 10px; } }

.bg-pattern, .comment-deleted {
  background-color: #f5f7f8;
  display: block;
  padding: 10px 6px 0;
  margin-bottom: 6px !important; }
  .bg-pattern.non, .comment-deleted.non {
    display: none; }

.comment-deleted select {
  top: 2px !important;
  margin: 4px !important; }

.for-set-comment {
  padding-top: 24px; }

.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

.comment .comment-report-parent > .comment-report {
  display: none;
  position: relative;
  margin-left: 8px;
  margin-top: 2px; }

.comment .comment-report-parent .comment-report > div.report-triangle {
  background: url("/i/comments/report.png") center center no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: -1px; }

#comment-report-wnd {
  position: absolute;
  font-size: 10px;
  _background-color: #f7f2e3;
  background-color: #ebebeb;
  border: 1px solid #D1CAB7;
  padding: 8px 12px;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 265px; }

#comment-report-wnd input {
  margin: 0; }

#comment-report-wnd .sel, #comment-report-wnd .det {
  float: left; }

#comment-report-wnd .sel {
  width: 100px; }

#comment-report-wnd .det {
  min-width: 165px; }

#comment-report-wnd textarea {
  width: 160px;
  height: 83px;
  font-size: 12px;
  margin: 0; }

#comment-report-wnd input[type=button] {
  padding: 2px 5px; }

#comment-report-wnd .arrow {
  position: absolute;
  left: -13px;
  height: 28px;
  width: 13px;
  background: url("/i/comments/square3.png") no-repeat; }

#comment-report-wnd label {
  position: relative;
  top: -3px;
  font-size: 12px; }

#comment-report-wnd .close {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 11px;
  text-shadow: white 0px 1px 0px;
  cursor: pointer; }

#refresh-comments-button .new-messages {
  text-align: center; }

#refresh-comments-button .js-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1; }
  #refresh-comments-button .js-button:hover .mf-scroll-arrow:before {
    color: red; }

#refresh-comments-button .js-button.loading {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: xsidebarLoading 1s linear infinite;
  -o-animation: xsidebarLoading 1s linear infinite;
  animation: xsidebarLoading 1s linear infinite; }

#refresh-comments-button .divider {
  border-top: solid 1px #5c5c5c;
  border-bottom: solid 1px #ddd;
  width: 28px;
  height: 0px;
  margin-top: 1px; }

@keyframes xsidebarLoading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes xsidebarLoading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.comment dl.clear.mine {
  background-color: #fdf5e6; }

.comment dl.clear.new {
  background-color: #e8e8ff;
  padding: 8px 0; }

a[class*="cke_button__"] * {
  pointer-events: none; }

/*$green:               #57ab2e;*/
.items-news {
  clear: both;
  margin: 24px 0 0;
  min-height: 80px; }
  .items-news .mfz-post-title {
    font-family: "Roboto Bold", sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 22px; }
  .items-news .mfz-post-description {
    font-size: 14px;
    color: #777777; }
  .items-news_img-left .mfz-post-img {
    float: left;
    width: 128px;
    height: 80px;
    overflow: hidden; }
    .items-news_img-left .mfz-post-img img {
      display: block;
      width: 100%; }
  .items-news_img-left .mfz-post-header {
    position: relative;
    margin-left: 144px; }
  .items-news_img-without {
    position: relative;
    padding-right: 40px; }
    .items-news_img-without .icon-remove-item {
      position: absolute;
      top: 0;
      right: 0; }
    .items-news_img-without .mfz-post-description {
      font-size: 16px;
      font-weight: normal;
      margin-top: 14px;
      color: #2d2d2d; }

.items-news_date {
  text-transform: uppercase;
  color: #777777;
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 40px; }
  .items-news_date:first-of-type {
    margin-top: 18px; }

.pagination_items-news_img-left {
  padding-top: 24px;
  padding-bottom: 1px; }

.c-content-bn-slot-content--incontent
+ .items-news_date {
  margin-top: 24px; }

.pagination_items-news_img-left .pagination {
  padding: 24px 0 0;
  margin-top: 0;
  border-top: 1px solid #e7e7e7; }
  @media only screen and (max-width: 700px) {
    .pagination_items-news_img-left .pagination {
      margin: 0 -10px;
      padding: 0; } }

.item-news_actions {
  padding-bottom: 24px; }
  .item-news_actions .items-news_date {
    text-transform: none;
    color: #777777;
    font-family: "Roboto Bold", sans-serif;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 40px;
    padding-top: 18px;
    border-top: 1px solid #eee; }
    .item-news_actions .items-news_date:first-of-type {
      border-top-color: transparent;
      margin-top: 16px;
      padding-top: 0px; }
  .item-news_actions .subtitle--grey {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #777777; }
  .item-news_actions .title-deals {
    font-weight: bold; }

.c-group {
  display: flex;
  flex-flow: row nowrap; }
  .c-group .sort-button {
    display: block;
    margin: 0;
    border: none;
    border-radius: 0px;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 12px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #fee2e2;
    -moz-transition: color, background 0.3s ease;
    -o-transition: color, background 0.3s ease;
    -webkit-transition: color, background 0.3s ease;
    transition: color, background 0.3s ease; }
    .c-group .sort-button:hover, .c-group .sort-button--active {
      background: #fee2e2;
      color: #db0107;
      box-shadow: 0px 0px 0px 1px #fee2e2; }
    .c-group .sort-button a {
      text-decoration: none; }

.pagination {
  margin: 24px auto;
  text-align: center;
  position: relative; }
  .pagination .pagination-button {
    font-size: 16px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    padding: 0px 8px;
    margin: 0;
    border: 1px solid transparent;
    text-decoration: none; }
    .pagination .pagination-button:hover {
      font-weight: bold;
      cursor: pointer; }
  .pagination .pagination-button--disabled {
    opacity: 0.6; }
    .pagination .pagination-button--disabled:hover {
      cursor: not-allowed; }
  .pagination .pagination-page--current {
    margin: 0 2px;
    border: 1px solid #cbdaf4;
    color: #244696;
    font-weight: bold; }
    .pagination .pagination-page--current:hover {
      cursor: auto; }
  .pagination .pagination-gap {
    color: #777777;
    position: relative;
    display: inline-block; }
    .pagination .pagination-gap:after {
      content: "...";
      display: inline-block;
      width: auto; }
  @media only screen and (max-width: 1100px) {
    .pagination .pagination-button {
      height: 48px;
      line-height: 48px;
      min-width: 48px; }
    .pagination .pagination-gap {
      margin: 0 2px;
      min-width: 24px;
      text-align: center; }
    .pagination .pagination-prev-button,
    .pagination .pagination-next-button {
      border: 1px solid #cbdaf4;
      border-radius: 50%;
      height: 52px;
      line-height: 52px;
      min-width: 52px;
      margin: 0 20px; }
    .pagination .angle-right svg,
    .pagination .angle-left svg {
      width: 28px;
      height: 10px;
      margin-left: 1px;
      margin-top: 0px; }
    .pagination .angle-left svg {
      margin-left: -1px; }
    .pagination .angle-double svg {
      height: 19px; } }
  @media only screen and (max-width: 700px) {
    .pagination .pagination {
      margin: 0px;
      position: relative;
      background-color: white;
      box-shadow: 0 0 2px 0 #dddddd; }
      .pagination .pagination.is-to-first .pagination-page--current {
        margin-left: 57px; }
    .pagination .pagination-gap {
      display: none; }
    .pagination .pagination-button {
      display: none;
      color: #777777;
      min-width: 16px;
      height: 56px;
      line-height: 56px; }
      .pagination .pagination-button:nth-last-child(2) {
        display: inline-block; }
    .pagination .pagination-gap {
      margin: 0 2px;
      min-width: 8px;
      text-align: center; }
    .pagination .pagination-prev-button,
    .pagination .pagination-next-button {
      border: 1px solid transparent;
      border-radius: 0;
      display: inline-block;
      min-width: 57px;
      position: absolute;
      top: 0;
      height: 57px;
      line-height: 57px;
      margin: 0; }
    .pagination .pagination-prev-button {
      border-right-color: #e7e7e7;
      left: 0; }
    .pagination .pagination-next-button {
      border-left-color: #e7e7e7;
      right: 0; }
    .pagination .pagination-page--last {
      display: inline-block; }
    .pagination .pagination-page--current {
      border: none;
      display: inline-block;
      color: #2d2d2d;
      padding-right: 0;
      margin-right: 0;
      margin-left: 0px; }
      .pagination .pagination-page--current:after {
        content: '/';
        display: inline-block;
        width: auto;
        margin-left: 16px;
        color: #777777;
        padding-right: 0;
        margin-right: 0; }
    .pagination .pagination-page--first {
      display: inline-block;
      left: 0; }
      .pagination .pagination-page--first + .pagination-prev-button {
        left: 57px; } }
  @media only screen and (min-width: 700px) {
    .pagination .pagination-page--current + span.pagination-button {
      display: none; }
    .pagination .pagination-page--first {
      display: none; } }

/*$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; } }

.math-formula {
  display: inline-table;
  font-size: 11px;
  border-collapse: collapse;
  vertical-align: middle;
  font-family: Cambria Math, "Cambria Math", Palatino, monospace;
  white-space: nowrap; }
  .math-formula tr:first-child td {
    border-bottom: solid 1px; }
  .math-formula td {
    padding: 0;
    text-align: center; }

.b-mrg {
  margin-bottom: 16px; }

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

.b-mrg-sm {
  padding-bottom: 8px; }

.tb-pdn {
  padding: 24px 0; }

.tb-pdn--small {
  padding: 8px 0; }

.bt-mrg {
  margin: 24px 0; }

.bt-mrg-small {
  margin: 8px 0; }

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

.text--grey {
  color: #808080; }

.rvk-banks {
  margin-top: 4px; }
  .rvk-banks .heading-content-title small {
    font-family: "Roboto", sans-serif; }
    @media only screen and (max-width: 687px) {
      .rvk-banks .heading-content-title small {
        display: block; } }
  .rvk-banks .fotorama__wrap {
    z-index: 2; }
  .rvk-banks .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }
    @media only screen and (max-width: 687px) {
      .rvk-banks .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
        opacity: 1; } }
  @media only screen and (max-width: 687px) {
    .rvk-banks .c-title .h3 {
      font-size: 18px;
      line-height: 27px; } }
  .rvk-banks .articles-wrap {
    padding-bottom: 8px; }
  .rvk-banks .articles-wrap p {
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 24px; }
  .rvk-banks .articles-wrap ul {
    margin-bottom: 24px; }
    .rvk-banks .articles-wrap ul li {
      margin: 12px 0 12px 16px;
      line-height: 1.4em;
      font-size: 16px;
      list-style-type: none; }
    .rvk-banks .articles-wrap ul.c-list-style li {
      list-style-type: circle; }
  .rvk-banks input[type='text'], .rvk-banks textarea, .rvk-banks .mfcur-select-date-wrap {
    width: 100%;
    font-family: "Roboto", sans-serif;
    position: relative;
    line-height: 42px;
    margin: 6px 0 12px;
    padding: 0 8px;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    outline: 0;
    font-weight: 300;
    font-size: 16px;
    border-radius: 0px; }
    .rvk-banks input[type='text']::-webkit-scrollbar, .rvk-banks textarea::-webkit-scrollbar, .rvk-banks .mfcur-select-date-wrap::-webkit-scrollbar {
      display: none; }
  .rvk-banks input[type='text'], .rvk-banks .mfcur-select-date-wrap {
    height: 42px;
    max-height: 42px;
    text-align: left !important; }
  .rvk-banks textarea {
    line-height: 1.3;
    padding: 8px;
    resize: vertical;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 106px;
    overflow: auto;
    overflow: -webkit-paged-x; }
    .rvk-banks textarea:focus::placeholder {
      color: #c6c8cc; }
  .rvk-banks .main .more-show.center {
    margin: 0 -24px; }
  .rvk-banks .c-wrapper--mg-16 {
    padding: 0 24px; }
  .rvk-banks .c-wrapper--rtop {
    padding: 0; }

.currency-page > div {
  float: none; }

.rvk-banks-currency {
  padding: 0px 24px 20px;
  margin-top: 16px; }
  .rvk-banks-currency .c-title {
    padding: 18px 0 0px; }
  .rvk-banks-currency table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; }
    .rvk-banks-currency table thead {
      color: #b1b1b1; }
      .rvk-banks-currency table thead td {
        padding: 8px 0;
        font-size: 14px; }
    .rvk-banks-currency table tbody tr td:first-of-type {
      color: #244696;
      font-family: "Roboto",sans-serif; }
    .rvk-banks-currency table tbody td {
      padding: 8px 0; }
    .rvk-banks-currency table tfoot td {
      padding-top: 8px;
      font-size: 14px;
      font-family: 'Raleway', sans-serif; }
  .rvk-banks-currency .rvk-banks-currency_title {
    margin: 0;
    line-height: 1.3; }
  .rvk-banks-currency .rvk-banks-currency_subtitle {
    color: #36c324;
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 400; }

.c-title {
  border-bottom: none;
  font-weight: 900;
  font-size: 18px;
  padding: 22px 0 8px;
  font-family: 'Raleway', sans-serif; }
  @media only screen and (max-width: 687px) {
    .c-title {
      padding-top: 16px; } }
  .c-title .h3 {
    font-weight: 900;
    line-height: 24px; }
  .c-title.c-actions-rvk .heading-content {
    display: flex; }
    .c-title.c-actions-rvk .heading-content .heading-content-title {
      margin-right: 24px; }

.icon-remove-item .button {
  width: 40px; }

.mfz-page-wrap {
  background-color: #f7f7f7; }

.c-information {
  line-height: 18px;
  font-size: 14px; }
  .c-information p {
    line-height: 18px;
    font-size: 14px;
    margin: 18px 0; }
    .c-information p:first-of-type, .c-information p:last-of-type {
      margin: 0; }
  .c-information .item-title {
    color: #747474;
    margin-bottom: 13px; }
  .c-information.c-company-info .item-title {
    margin-bottom: 2px; }
  .c-information .item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    margin: 0px 0 16px; }
    .c-information .item:last-of-type {
      margin-bottom: 0; }
    .c-information .item_with-stars {
      align-items: center; }
    .c-information .item.col-2_left {
      flex-wrap: wrap-reverse;
      -webkit-flex-wrap: wrap-reverse; }
      .c-information .item.col-2_left .v-line, .c-information .item.col-2_left .col-1 {
        display: none; }
  .c-information .col-1 {
    width: 260px;
    min-width: 260px;
    line-height: 1; }
  .c-information .col-2 {
    color: #2d2d2d;
    position: relative;
    line-height: 1; }
    .c-information .col-2_sub-title {
      font-size: 18px;
      color: #2d2d2d;
      font-family: 'Roboto', sans-serif;
      margin-right: 8px;
      line-height: 1; }
    .c-information .col-2_rating-title .col-2_sub-title {
      font-size: 20px;
      font-family: 'Roboto Bold', sans-serif; }
    .c-information .col-2_small {
      font-weight: 400;
      color: #464646;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      margin-left: -3px; }
    .c-information .col-2_description {
      font-size: 13px;
      color: #747474;
      display: block;
      margin-top: 8px;
      line-height: 1.3; }
  .c-information .more-show {
    padding-left: 235px; }
    .c-information .more-show a.button {
      display: inline-block;
      text-decoration: none;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.4;
      word-wrap: break-word;
      height: auto;
      padding: 10px 6px;
      white-space: initial;
      width: auto;
      margin-bottom: 24px; }
      @media only screen and (max-width: 687px) {
        .c-information .more-show a.button {
          border: 1px solid #cbdaf4;
          align-items: center;
          padding: 10px 8px;
          display: inline-block;
          margin-bottom: 10px;
          width: 100%;
          max-width: 100%; } }

.main .c-wrapper .news .all-news .item:first-of-type {
  margin-top: 0; }

.news.c-new-rvk {
  padding-bottom: 6px; }

.c-about-company .item {
  margin-bottom: 0px; }

.c-about-company .items .item {
  display: block;
  margin-bottom: 25px; }

.c-about-company .v-line {
  width: 1px;
  box-shadow: 1px 0px 0 0 #eee;
  align-self: stretch;
  margin: -8px 24px 24px 0; }

.c-about-company .col-1 {
  width: 56.5%;
  padding-right: 24px; }

.c-about-company .more-show {
  padding: 0; }

.c-about-company .social-items {
  margin-top: -2px; }

.c-about-company .social-icons {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.2;
  display: block; }
  .c-about-company .social-icons i {
    display: inline-block;
    vertical-align: top;
    float: left; }
    .c-about-company .social-icons i svg {
      position: absolute; }
      @media only screen and (max-width: 780px) {
        .c-about-company .social-icons i svg {
          width: 30px;
          height: 30px; } }
  .c-about-company .social-icons span {
    position: relative;
    margin-left: 24px;
    display: block;
    padding-top: 2px; }
  .c-about-company .social-icons:last-of-type {
    margin-bottom: 0; }
  @media only screen and (max-width: 780px) {
    .c-about-company .social-icons {
      min-height: 30px;
      margin-bottom: 8px; }
      .c-about-company .social-icons span {
        margin-left: 38px;
        padding-top: 9px;
        font-size: 14px; } }
  @media only screen and (max-width: 687px) {
    .c-about-company .social-icons {
      margin-bottom: 14px; }
      .c-about-company .social-icons span {
        margin-left: 38px;
        padding-top: 6px;
        font-size: 16px; } }

.c-about-company .phone-numbers a {
  color: #434343;
  display: block;
  line-height: 1;
  margin-bottom: 9px; }
  .c-about-company .phone-numbers a .ico-inline {
    display: none; }
  .c-about-company .phone-numbers a:first-of-type {
    font-family: 'Roboto';
    font-size: 18px; }
    .c-about-company .phone-numbers a:first-of-type .ico-inline {
      display: inline-block; }
  .c-about-company .phone-numbers a:last-of-type {
    margin-bottom: 0; }
  @media only screen and (max-width: 687px) {
    .c-about-company .phone-numbers a {
      color: #244696; } }

.c-about-company .link-site {
  line-height: 1; }
  .c-about-company .link-site a {
    font-family: 'Roboto';
    font-size: 18px; }

@media only screen and (max-width: 780px) {
  .rvk-currency.is-mobile {
    display: block !important; }
  .rvk-currency.is-desktop {
    display: none !important; } }

.c-grid .items {
  display: flex;
  flex-wrap: wrap; }
  .c-grid .items .item {
    display: flex;
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid #eee;
    align-items: center; }
    @media only screen and (max-width: 688px) {
      .c-grid .items .item {
        flex-wrap: wrap;
        padding-bottom: 16px; } }

.c-grid .c-full-item .items {
  margin: 0 -24px; }
  .c-grid .c-full-item .items .item {
    padding-left: 24px;
    padding-right: 24px; }

.c-grid .c-products-bank {
  padding-bottom: 23px; }
  .c-grid .c-products-bank .items {
    justify-content: space-between;
    margin: 0 -24px; }
  @media only screen and (max-width: 687px) {
    .c-grid .c-products-bank {
      padding-bottom: 0px; }
      .c-grid .c-products-bank .items {
        padding: 8px 24px 24px 24px; } }
  .c-grid .c-products-bank .c-products-bank-item {
    flex: 25%;
    text-align: center;
    border-right: 1px solid #eee;
    justify-content: space-around;
    padding: 0 5%; }
    @media only screen and (max-width: 687px) {
      .c-grid .c-products-bank .c-products-bank-item {
        flex: 50%;
        border-top: 1px solid #eee;
        padding: 16px; }
        .c-grid .c-products-bank .c-products-bank-item:nth-of-type(even) {
          border-right-color: transparent; }
        .c-grid .c-products-bank .c-products-bank-item:nth-child(1), .c-grid .c-products-bank .c-products-bank-item:nth-child(2) {
          border-top-color: transparent; } }
    .c-grid .c-products-bank .c-products-bank-item_ico {
      display: block;
      height: 83px;
      max-height: 83px; }
      .c-grid .c-products-bank .c-products-bank-item_ico svg {
        height: 83px;
        width: auto;
        fill: #239C13; }
    .c-grid .c-products-bank .c-products-bank-item_title {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #244696;
      margin-top: 16px;
      display: inline-block;
      line-height: 1.2; }
    .c-grid .c-products-bank .c-products-bank-item:last-of-type {
      border-right: none; }
    .c-grid .c-products-bank .c-products-bank-item.credit-cards svg {
      width: 87px;
      height: auto; }
    .c-grid .c-products-bank .c-products-bank-item.deposits svg {
      height: 83px; }

.c-grid_title {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 20px;
  width: 36%;
  min-width: 200px;
  color: #244696;
  padding-right: 16px; }
  .c-grid_title:hover {
    color: #db0107; }
  @media only screen and (max-width: 688px) {
    .c-grid_title {
      flex: 100%;
      padding-bottom: 24px; } }

.c-grid_more {
  margin-left: auto; }
  .c-grid_more .button.more {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px; }
  .c-grid_more:hover {
    color: #ffffff; }
  @media only screen and (max-width: 688px) {
    .c-grid_more {
      flex: 100%;
      padding-top: 24px; }
      .c-grid_more .button.more {
        height: 44px;
        line-height: 44px;
        width: 100%; } }

.c-grid_body {
  font-family: 'Raleway', sans-serif;
  color: #434343; }

.c-grid_percent {
  color: #373737;
  font-size: 14px;
  width: 25%; }
  @media only screen and (max-width: 688px) {
    .c-grid_percent {
      flex: 45%; } }
  .c-grid_percent--flex {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase; }
  .c-grid_percent b {
    font-size: 20px;
    font-family: "Roboto Bold", sans-serif;
    padding-right: 4px; }

.c-grid_type {
  font-size: 14px;
  color: #747474; }

.c-grid_term {
  font-size: 16px;
  width: 25%; }
  @media only screen and (max-width: 687px) {
    .c-grid_term {
      flex: 25%; } }

.c-grid a:hover {
  text-decoration: none; }

.c-main_bg-photo {
  height: 84px;
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden; }
  .c-main_bg-photo:before {
    content: '';
    width: 100%;
    height: 47%;
    position: absolute;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
    bottom: 0; }
  .c-main_bg-photo:after {
    background-image: url("/i/redesign/content/banks/rvk-background.png");
    height: 100%;
    width: 100%;
    background-size: contain;
    display: block;
    content: '';
    position: absolute; }
  .c-main_bg-photo .fotorama-rvk img {
    width: 0px;
    top: 0 !important; }

.c-main .c-main_bg-photo.upload-photo {
  height: 110px; }

.c-main main {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-top: 12px;
  z-index: 2; }
  @media only screen and (max-width: 687px) {
    .c-main main {
      margin-top: 2px; } }
  .c-main main .group-buttons {
    margin-left: auto;
    margin-right: 12px;
    text-align: right; }
    .c-main main .group-buttons .button {
      margin-left: 4px;
      line-height: 32px;
      height: 33px;
      margin-bottom: 4px; }
      .c-main main .group-buttons .button:last-of-type {
        margin-bottom: 0; }

.c-main_title {
  margin-top: 0px;
  width: -moz-calc(100% - 144px);
  width: -webkit-calc(100% - 144px);
  width: calc(100% - 144px); }
  .c-main_title__name-bank {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0px;
    margin-top: -6px;
    letter-spacing: 0.2px; }
    @media only screen and (max-width: 687px) {
      .c-main_title__name-bank {
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(64, 64, 64, 0.86);
        margin-top: 0;
        margin-left: 0px; } }
  .c-main_title .liquidation {
    position: absolute;
    top: -40px;
    text-shadow: none; }
    @media only screen and (max-width: 687px) {
      .c-main_title .liquidation {
        top: 0px;
        position: relative;
        margin-bottom: 0;
        margin-top: 4px; } }

.c-main_logo-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 1 auto;
  align-items: center; }
  .c-main_logo-wrap .user-set {
    font-size: 13px;
    position: absolute;
    cursor: pointer;
    left: 8px;
    bottom: 132px;
    background: #239c13;
    border-radius: 2px;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    padding: 0 5px; }
    .c-main_logo-wrap .user-set a {
      color: #fff;
      letter-spacing: 0.2px; }
    .c-main_logo-wrap .user-set a:hover {
      text-decoration: none; }

.c-main_logo {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 124px;
  height: 124px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -92px 12px 0 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  .c-main_logo img {
    width: 100%;
    display: block; }

.c-main .c-main_logo:hover .c-main_logo-wrap__download {
  height: 25%; }

.c-main nav {
  padding: 12px 4px 8px;
  position: relative; }

.c-main_nav li {
  display: inline-block;
  list-style-type: none;
  float: left;
  border-right: 1px solid #eee;
  position: relative; }
  .c-main_nav li .c-main_link {
    font-size: 14px;
    padding: 0 6px;
    line-height: 32px;
    height: 32px;
    position: relative;
    display: block;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #244696; }
    .c-main_nav li .c-main_link:hover {
      color: #db0107;
      text-decoration: none; }
  .c-main_nav li.active .c-main_link {
    color: #db0107; }
  .c-main_nav li a::first-letter {
    text-transform: uppercase; }
  .c-main_nav li:last-child {
    border: none; }
  .c-main_nav li ul li {
    display: block;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3; }
    .c-main_nav li ul li .c-main_link {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      line-height: 1.3;
      height: auto;
      padding: 10px 16px;
      font-size: 14px;
      display: block; }
    .c-main_nav li ul li:hover a {
      color: #db0107;
      text-decoration: none; }

.active .c-main_link {
  color: #db0107; }

input[name="userfile"] {
  width: 60px;
  left: 0; }

.nav__dropdown-wrapper {
  position: relative; }
  .nav__dropdown-wrapper:hover > a {
    color: #db0107;
    text-decoration: none; }
    .nav__dropdown-wrapper:hover > a .ico-svg {
      fill: #db0107;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .nav__dropdown-wrapper > a {
    font-size: 14px;
    padding: 0px 8px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    position: relative; }
    .nav__dropdown-wrapper > a i {
      position: relative;
      display: inline-block;
      width: 12px;
      margin-left: 8px;
      vertical-align: middle; }
      .nav__dropdown-wrapper > a i svg {
        position: absolute;
        width: 12px;
        height: auto;
        left: 2px;
        -webkit-transform-origin: 25% 15%;
        -moz-transform-origin: 25% 15%;
        -o-transform-origin: 25% 15%;
        transform-origin: 25% 15%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.nav__dropdown-ul {
  display: none; }

.nav__dropdown-wrapper:hover {
  color: #db0107; }

.nav__dropdown-wrapper:hover .nav__dropdown-ul {
  display: block !important;
  position: absolute;
  top: 32px;
  left: 0;
  padding-top: 2px;
  padding-bottom: 6px;
  background: #fff;
  border: #e3e3e3 1px solid;
  z-index: 999999;
  width: 200px; }
  .nav__dropdown-wrapper:hover .nav__dropdown-ul.direction-right {
    left: inherit;
    right: -2px; }

.c-wrapper-stars {
  background: linear-gradient(to right, #ff852f 0%, #ffca5c 75%, #ffca5c 100%);
  border-radius: 2px;
  width: 153px;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  top: -1px;
  height: 35px; }
  .c-wrapper-stars.arrow-left:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ff852f; }

.mfb-stars {
  position: absolute;
  top: 9px;
  left: 49px; }
  .mfb-stars svg {
    display: inline-block;
    width: 16px;
    height: 16px; }
    .mfb-stars svg path {
      stroke: #fff;
      fill: none;
      stroke-width: 2px; }
  .mfb-stars--fill svg path {
    stroke: #fff;
    fill: #fff; }

.mask-star {
  margin-left: 1px; }

.mfb-rating-number {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 35px; }

/* animation horizontal bars */
@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.char {
  padding-bottom: 24px; }
  .char .title-voice {
    font-size: 13px;
    display: block;
    width: 100%;
    top: 7px;
    position: relative; }
    .char .title-voice--good {
      color: #36c324; }
    .char .title-voice--bad {
      color: #8b8b8b; }

.chart_bar {
  width: 100%;
  background-color: #919191;
  height: 24px;
  overflow: hidden;
  border-radius: 2px;
  padding-right: 8px; }

.chart_line {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #ffffff; }

.chart_line--good {
  background: linear-gradient(to left, #2cc46a, #2cc46a);
  display: block;
  position: absolute;
  padding-left: 6px;
  opacity: 0; }
  .chart_line--good:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 6px;
    height: 100%;
    background: #2cc46a;
    -webkit-box-shadow: 6px 0 0 #919191;
    box-shadow: 6px 0 0 #919191;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .char.animations .chart_line--good {
    animation: 1.3s anim-lightspeed-in ease forwards; }
    .char.animations .chart_line--good[data-id='5'] {
      animation-delay: 1.6s; }
    .char.animations .chart_line--good[data-id='4'] {
      animation-delay: 1.3s; }
    .char.animations .chart_line--good[data-id='3'] {
      animation-delay: 1s; }
    .char.animations .chart_line--good[data-id='2'] {
      animation-delay: 0.7s; }
    .char.animations .chart_line--good[data-id='1'] {
      animation-delay: 0.4s; }

.chart_line--bad {
  text-align: right;
  position: absolute;
  padding-right: 6px;
  right: 0; }

.chart_title {
  height: 24px;
  display: flex;
  align-items: center; }

.chart_voice {
  margin: 0 4px;
  color: #b1b1b1;
  font-size: 12px;
  letter-spacing: 0.1px;
  white-space: nowrap; }
  .chart_voice--good {
    min-width: 260px;
    color: #36c324; }
  .chart_voice--bad {
    color: #db0107; }

.c-reviews .link-review {
  color: #2d2d2d;
  text-decoration: none;
  display: block;
  padding: 0 24px; }

.c-reviews .item {
  text-align: center; }
  .c-reviews .item-stars {
    padding: 0;
    position: relative;
    display: block;
    height: 20px; }
    .c-reviews .item-stars .mfb-stars {
      left: 50%;
      margin-left: -48px; }
    .c-reviews .item-stars .c-reviews_mfb-stars svg path {
      stroke: #fac917; }
    .c-reviews .item-stars .mfb-stars--fill svg path {
      fill: #fac917; }
  .c-reviews .item-user {
    display: block;
    color: #b1b1b1;
    font-size: 13px;
    margin: 0px 0 16px; }
  .c-reviews .item-review {
    padding: 20px 40px;
    font-size: 14px;
    display: block; }
    @media only screen and (max-width: 687px) {
      .c-reviews .item-review {
        padding: 20px 12px 12px; } }
    .c-reviews .item-review .h3 {
      margin-bottom: 14px;
      line-height: 1.4; }
      @media only screen and (max-width: 687px) {
        .c-reviews .item-review .h3 {
          line-height: 1.2; } }

.c-company-banner {
  margin: 16px 0;
  text-align: center; }

.button {
  white-space: nowrap; }
  .button_subscribe {
    font-weight: 400; }
  .button_review {
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .button_review:hover i {
      background-color: #ffffff; }

.comment-list .pagination_items-news_img-left {
  padding: 24px 0 0; }

.comment-list .button_review {
  line-height: 40px;
  height: 40px;
  border-radius: 0px; }

.i-plus {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  left: -4px; }
  .i-plus i {
    position: absolute;
    background: #239c13;
    display: block; }
    .i-plus i.ver {
      width: 2px;
      height: 14px;
      left: 6px; }
    .i-plus i.hor {
      width: 14px;
      height: 2px;
      top: 6px; }

.is-mobile {
  display: none !important; }

.is-tablet {
  display: none !important; }

.is-desktop {
  display: block !important; }

.button--filter {
  margin: 4px;
  display: block;
  flex: 0 0 auto; }
  .button--filter .liquidation {
    margin-left: 4px; }

.filter-moderator {
  margin: 8px -4px;
  display: flex;
  flex-wrap: wrap; }

.sticky-content.fixed {
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 110000;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 0px; }
  @media only screen and (max-width: 780px) {
    .sticky-content.fixed {
      top: 20px;
      margin-left: 0; } }
  @media only screen and (max-width: 687px) {
    .sticky-content.fixed {
      padding: 0;
      left: 0; }
      .sticky-content.fixed li {
        display: none; }
        .sticky-content.fixed li.is-active {
          display: block; } }
  .sticky-content.fixed.open {
    height: 70vh;
    overflow: scroll; }
    .sticky-content.fixed.open li {
      display: block; }

/* bank currency */
.currency-data {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-collapse: collapse;
  margin: 11px 0 32px; }
  @media only screen and (max-width: 687px) {
    .currency-data {
      width: 100vw;
      position: relative;
      left: -10px; } }
  .currency-data thead td {
    border-bottom: 1px solid #e7e7e7;
    padding: 9px 0;
    font-size: 16px;
    color: #b1b1b1; }
    @media only screen and (max-width: 687px) {
      .currency-data thead td:first-of-type {
        padding-left: 10px; } }
  .currency-data tbody td {
    font-size: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7; }
    .currency-data tbody td span {
      font-size: 13px;
      vertical-align: middle;
      margin-left: 8px; }
      @media only screen and (max-width: 687px) {
        .currency-data tbody td span {
          margin-left: 0;
          display: block; } }
  .currency-data tbody tr td:first-of-type {
    color: #244696;
    font-family: "Roboto",sans-serif; }
    @media only screen and (max-width: 687px) {
      .currency-data tbody tr td:first-of-type {
        padding-left: 13px; } }
  .currency-data tbody tr td:last-of-type {
    color: #999; }

.currency-data--cards {
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  left: 0; }
  .currency-data--cards td {
    padding: 0 8px; }
  .currency-data--cards td:first-of-type {
    width: 40%;
    padding-right: 32px; }
    @media only screen and (max-width: 413px) {
      .currency-data--cards td:first-of-type {
        width: 30%;
        padding-right: 8px; } }
  .currency-data--cards p {
    font-size: 13px;
    color: #2d2d2d; }

/* datapicker */
.select-date-wrap {
  border: 1px solid #e7e7e7;
  height: 32px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  position: relative;
  line-height: 32px;
  padding: 0 8px;
  font-weight: normal;
  text-align: left; }
  .select-date-wrap i {
    float: right; }

.link-list {
  padding-bottom: 24px; }

.wrapper-review-button {
  margin: 0 16px; }

.currency-page {
  padding-bottom: 24px; }

.tstyle1 {
  width: 100%;
  max-width: 100%;
  background: #fff;
  margin: 16px 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  border: 1px solid #e4eaf4; }
  .tstyle1 thead td {
    cursor: auto;
    background-color: #f8fafb;
    text-align: inherit;
    color: #575757;
    padding: 8px 16px;
    border-bottom: 1px solid #e4eaf4;
    border-left: none;
    font-family: Roboto, sans-serif;
    font-size: 14px; }
  .tstyle1 .rowspan-top {
    text-align: center;
    padding-bottom: 4px;
    border: none; }
  .tstyle1 .rowspan-bottom {
    padding-top: 4px; }
  .tstyle1 .details {
    padding: 0 24px;
    border: none;
    background-color: #244696;
    color: #fff; }
  .tstyle1 .details-www {
    padding: 0 24px;
    border: none;
    background-color: #DF3115;
    color: #fff; }
  .tstyle1 .details:hover, .tstyle1 .details-www:hover {
    opacity: 0.8;
    text-decoration: none; }
  .tstyle1 td {
    padding: 8px 16px;
    text-align: inherit;
    border-top: 1px solid #e4eaf4; }
    .tstyle1 td span {
      white-space: nowrap; }
  .tstyle1 tr:first-child td {
    border-top: none; }

.row_title {
  font-weight: 900;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  padding-top: 24px; }

@media (max-width: 620px) {
  .tstyle1 {
    display: block;
    position: relative; }
    .tstyle1 thead, .tstyle1 tbody, .tstyle1 tr, .tstyle1 td {
      display: block; }
    .tstyle1 thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .tstyle1 tr {
      border-bottom: 1px solid #e4eaf4; }
    .tstyle1 td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
      white-space: normal;
      text-align: left; }
      .tstyle1 td:nth-child(6) {
        border: none; }
      .tstyle1 td.cd-result, .tstyle1 td.cd-term {
        padding-left: 0;
        text-align: center;
        border: none; }
      .tstyle1 td.cd-result {
        padding: 16px 0 24px; }
      .tstyle1 td.cd-term {
        background-color: #f8fafb; }
    .tstyle1 td:before {
      content: attr(data-title);
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold; } }

@media only screen and (max-width: 780px) {
  .rvk-banks-currency .rvk-banks-currency_title {
    font-weight: 900; }
  .rvk-banks-currency .heading-content {
    margin-bottom: 0; }
  .rvk-banks .c-wrapper--mg-16.rvk-banks-currency {
    padding-top: 0px;
    padding-bottom: 18px; }
  .rvk-banks-currency table thead td {
    border-bottom: 1px solid #e7e7e7;
    padding: 9px 0;
    font-size: 16px; }
  .rvk-banks-currency table tfoot td {
    padding: 14px 0 0; }
  .rvk-banks-currency table tbody td {
    font-size: 18px;
    padding: 16px 0 4px; } }

@media only screen and (max-width: 687px) {
  .section-content {
    margin: 0 -10px; }
  .box-shadow {
    box-shadow: none; }
    .box-shadow--red {
      box-shadow: inset 0 2px 0 0 #df3014; }
  .c-main_logo-wrap .user-set {
    left: 18px;
    position: absolute;
    bottom: 63px; }
  .c-about-company .col-1 {
    width: 100%; }
  .rvk-banks-currency table thead td {
    border-bottom: none;
    padding: 8px 0;
    font-size: 14px; }
  .rvk-banks-currency table tbody td {
    font-size: 16px;
    padding: 10px 0 2px; }
  .c-information.c-about-company .item {
    display: block; }
  .rvk-banks .main .more-show.center {
    padding-top: 6px;
    padding-bottom: 7px; }
  .c-review-button .heading-content-title {
    width: 52%; }
  .heading-content .button--green {
    padding: 0;
    position: relative; }
    .heading-content .button--green:hover svg path {
      fill: #fff; }
  .button_review {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 8px; }
  .heading-content .button--edit {
    padding: 0 8px;
    top: 0; }
  .c-information.c-company-info .item-title {
    margin-bottom: 8px; }
  .c-information.c-company-info .item {
    margin-bottom: 18px; }
  .c-information.c-company-info .col-2 {
    font-size: 16px;
    line-height: 20px; }
  .c-information .item-title {
    margin-bottom: 12px; }
  .news.c-new-rvk {
    padding-bottom: 0px; }
  .main .news.c-new-rvk .all-news .items {
    margin: 0px -16px;
    padding: 0 16px 8px; }
  .main .news.c-new-rvk .more-show {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 7px; }
    .main .news.c-new-rvk .more-show a, .main .news.c-new-rvk .more-show button {
      font-family: "Raleway", sans-serif;
      text-decoration: underline;
      font-size: 16px;
      height: 36px;
      line-height: 36px;
      font-weight: 600;
      margin-bottom: 1px; }
    .main .news.c-new-rvk .more-show .button {
      border: none; }
  .rvk-banks .c-wrapper--mg-16 {
    padding: 0 10px;
    margin-bottom: 10px;
    max-width: 100vw; }
    .rvk-banks .c-wrapper--mg-16 .heading-content {
      padding: 0;
      margin-bottom: 8px;
      position: relative;
      flex-wrap: wrap; }
      .rvk-banks .c-wrapper--mg-16 .heading-content .c-group {
        margin-top: 16px; }
  .c-main main .group-buttons {
    display: none; }
  .rvk-banks {
    margin-top: -20px; }
  .c-main_bg-photo, .c-main_main-photo {
    border-radius: 0;
    height: 82px; }
  .c-main_bg-photo.upload-photo {
    height: 100px; }
  .c-wrapper--rtop {
    border-radius: 0;
    margin: 0;
    padding: 0; }
  /*TODO removing to separate css file*/
  .is-desktop {
    display: none; }
  .is-mobile.ico-inline {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 1px; }
  .c-main_nav {
    display: flex !important;
    flex-wrap: wrap; }
  .is-mobile {
    display: block !important; }
    .is-mobile .ico-svg {
      right: 16px;
      left: inherit;
      width: auto; }
      .is-mobile .ico-svg i {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
  .c-mobile-bank-menu.open .ico-svg i:first-child {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -ms-transform: rotate(45deg) translate(6px, 5px);
    -o-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px); }
  .c-mobile-bank-menu.open .ico-svg i:nth-last-child(2) {
    display: none; }
  .c-mobile-bank-menu.open .ico-svg i:last-child {
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    -ms-transform: rotate(-45deg) translate(0px, 0px);
    -o-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
    margin-top: 6px; }
  .c-main nav {
    padding: 0;
    margin: 0; }
  .c-main_nav {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 8px;
    border-bottom: 0px solid #db0107;
    max-height: 50px;
    height: auto;
    overflow: hidden;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
    .c-main_nav .rvk-mobile-main-menu i {
      background-color: #244696;
      height: 2px;
      width: 18px;
      right: -8px;
      display: block; }
    .c-main_nav .rvk-mobile-main-menu i + i {
      margin-top: 5px; }
    .c-main_nav li.active {
      border-bottom: 1px solid #eee; }
      .c-main_nav li.active .c-main_link {
        color: #244696; }
    .c-main_nav li.active .c-main_link {
      color: #244696; }
    .c-main_nav.open {
      max-height: 70vh;
      height: auto;
      -webkit-transition: max-height 0.63s;
      -moz-transition: max-height 0.63s;
      -ms-transition: max-height 0.63s;
      -o-transition: max-height 0.63s;
      transition: max-height 0.63s;
      z-index: 11000;
      overflow-y: scroll; }
      .c-main_nav.open .rvk-mobile-main-menu i {
        background-color: #db0107; }
      .c-main_nav.open .is-active {
        border: 1px solid #eee;
        background-color: #f7f7f7; }
      .c-main_nav.open .active .c-main_link {
        color: #db0107; }
    .c-main_nav li {
      display: block;
      float: none;
      border-right: none;
      border-bottom: 1px solid #eee;
      width: 100%; }
      .c-main_nav li:nth-last-child(2) {
        border-bottom: none; }
      .c-main_nav li .c-main_link {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
        padding: 0px 12px; }
    .c-main_nav .is-active {
      position: relative;
      border-bottom: none; }
      .c-main_nav .is-active .is-mobile {
        position: absolute;
        right: 2px;
        top: 0;
        height: 48px;
        width: 50px; }
  .c-main_bg-photo:before {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
    height: 90px; }
  .c-main_logo-wrap {
    position: absolute;
    top: -72px; }
  .c-main_title {
    width: 100vw;
    padding-left: 86px;
    position: absolute; }
  .c-main_logo {
    width: 60px;
    height: 60px;
    padding: 0px 4px;
    margin-top: 0px;
    margin-left: 16px; }
  .link-list {
    padding-bottom: 8px; }
    .link-list .link {
      display: block;
      float: none;
      padding-bottom: 24px; }
  .c-rvk-currency .heading-content-title,
  .c-rvk-currency .heading-content-attrs,
  .c-rvk-currency .heading-content {
    display: block; }
  .select-date-wrap {
    width: 100%;
    margin-top: 16px;
    height: 42px;
    line-height: 42px; } }

@media only screen and (min-width: 800px) and (max-width: 986px) {
  .c-review-button .heading-content-title, .c-review-button .heading-content, .c-review-button .heading-content-attrs {
    display: block;
    width: 100%; }
  .c-review-button .full-wrapper {
    margin-top: 16px; }
  .c-review-button .button--green, .c-review-button .wrapper-review-button {
    flex: 1;
    margin-left: 0; } }

@media only screen and (min-width: 801px) and (max-width: 1023px) {
  .c-main_bg-photo:before {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
    height: 90px; }
  .c-main_title {
    margin-top: 0px;
    position: absolute;
    margin-left: 140px;
    bottom: 64px; }
    .c-main_title__name-bank {
      color: #ffffff;
      text-shadow: 0 1px 2px rgba(64, 64, 64, 0.86); }
  .c-main_logo-wrap {
    width: 132px;
    flex: initial; }
  .c-main main .group-buttons {
    margin-left: 8px;
    margin-right: 0; }
  .c-main main .group-buttons .button {
    padding: 0 10px;
    margin-left: 4px; } }

@media all and (max-width: 880px) {
  .c-information .item {
    display: block;
    margin: 0px 0 24px; }
  .c-information .col-1 {
    width: 100%;
    margin-top: 6px; }
    .c-information .col-1 .item:last-of-type {
      margin-bottom: 0px; }
  .c-information .col-2 {
    font-size: 14px;
    line-height: 18px; }
  .c-about-company .v-line {
    width: 100%;
    box-shadow: 0px 1px 0px 0 #eee;
    align-self: stretch;
    height: 1px;
    margin: 20px 0; } }

@media all and (max-width: 687px) {
  .c-review-button .heading-content-title, .c-review-button .heading-content, .c-review-button .heading-content-attrs {
    display: block;
    width: 100%; }
  .c-review-button.c-mentions .heading-content {
    position: relative;
    padding-bottom: 64px !important; }
  .c-review-button.c-mentions .heading-content-attrs {
    position: absolute;
    top: 0;
    right: 0; }
  .c-review-button .full-wrapper {
    flex-wrap: wrap; }
  .c-review-button .wrapper-review-button {
    width: 100%;
    order: 3;
    margin: 16px 0 0 0; }
    .c-review-button .wrapper-review-button .review-button {
      padding: 8px; }
  .c-review-button .heading-content-title {
    width: 68%; }
  .c-review-button.c-rvk-currency a {
    flex: 0 0 100%; } }

@media all and (max-width: 320px) {
  .c-review-button .heading-content-title {
    width: 80%; } }

.c-title.c-actions-rvk {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.articles-wrap .c-subtitle {
  font-size: 16px;
  font-weight: 900; }

.articles-wrap .c-information {
  display: table;
  margin-top: 8px; }

.articles-wrap .item_with-stars .item-title {
  margin-bottom: 0; }

.articles-wrap .item-title-subtitle {
  display: table-row;
  color: #2d2d2d;
  font-size: .86rem;
  margin-bottom: 0;
  line-height: 1.6; }
  .articles-wrap .item-title-subtitle .col-2-left {
    display: table-cell;
    padding-right: 12px; }
  .articles-wrap .item-title-subtitle .col-2-right {
    display: table-cell;
    padding-left: 12px; }
    .articles-wrap .item-title-subtitle .col-2-right a {
      padding-right: 4px;
      text-decoration: underline; }
    .articles-wrap .item-title-subtitle .col-2-right .c-wrapper-stars {
      background: transparent;
      height: auto;
      padding: 0;
      width: 130px; }
      .articles-wrap .item-title-subtitle .col-2-right .c-wrapper-stars .mfb-stars {
        top: 2px;
        left: 34px; }
        .articles-wrap .item-title-subtitle .col-2-right .c-wrapper-stars .mfb-stars svg {
          width: 15px; }
      .articles-wrap .item-title-subtitle .col-2-right .c-wrapper-stars .mfb-stars svg path {
        stroke: #fac917;
        fill: none;
        stroke-width: 2px; }
      .articles-wrap .item-title-subtitle .col-2-right .c-wrapper-stars .mfb-stars--fill svg path {
        stroke: #fac917;
        fill: #fac917; }
    .articles-wrap .item-title-subtitle .col-2-right .c-stars {
      width: 153px;
      display: inline-block; }
      .articles-wrap .item-title-subtitle .col-2-right .c-stars svg path {
        fill: #ff852f;
        stroke: #ff852f; }

.articles-wrap .c-rating-details {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -6px 16px; }

@media only screen and (max-width: 687px) {
  .articles-wrap .c-information .item {
    display: flex; } }

.articles-wrap .col-1 {
  flex: 1;
  margin: 6px; }
  @media only screen and (max-width: 687px) {
    .articles-wrap .col-1 {
      flex: 1 auto; }
      .articles-wrap .col-1:last-child {
        margin-top: 24px; } }

.articles-wrap .c-rating-details td:last-child {
  text-align: right; }

.articles-wrap .c-rating-details table {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%; }
  .articles-wrap .c-rating-details table th {
    text-align: left;
    padding: 8px 6px 8px 6px;
    font-size: 14px;
    border: .0625rem #ddd solid;
    line-height: 1;
    color: #2d2d2d; }
    .articles-wrap .c-rating-details table th:last-of-type {
      text-align: right; }
  .articles-wrap .c-rating-details table td {
    border: .0625rem #ddd solid;
    padding: .45rem;
    font-size: .8rem;
    color: #2d2d2d;
    line-height: 1.3; }
  .articles-wrap .c-rating-details table .c-text-left {
    text-align: left; }
  .articles-wrap .c-rating-details table [data-type="name"] {
    font-weight: 600; }

.c-last-table [data-type="name"] {
  width: 62%; }

.c-last-table [data-type="name"] {
  width: 54%; }

.rvk-banks .c-wrapper--mg-16 .heading-content .c-group {
  margin-top: -5px; }
  .rvk-banks .c-wrapper--mg-16 .heading-content .c-group select {
    border: 1px solid #e7e7e7;
    height: 32px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    position: relative;
    line-height: 32px;
    padding: 0 10px;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
    margin-top: 2px; }
  @media only screen and (max-width: 687px) {
    .rvk-banks .c-wrapper--mg-16 .heading-content .c-group {
      margin-top: 8px; } }

/*$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; } }

.c-rvk-currency .heading-content {
  margin-bottom: 0; }

body main.mfz-section .mfz-container.rvk-banks {
  padding: 0; }

.review-page.hotline-page .articles-wrap {
  padding-bottom: 16px;
  margin-top: 8px; }

.review-page.hotline-page .comment-list .comment {
  margin: 0 0 16px;
  padding: 0; }
  .review-page.hotline-page .comment-list .comment .review-page_title {
    margin-top: 32px; }
    .review-page.hotline-page .comment-list .comment .review-page_title h3 a {
      font-family: "Raleway", sans-serif;
      font-weight: 700; }

.review-page.hotline-page .c-branch {
  margin: 8px 0; }

.review-page.hotline-page .c-status {
  position: relative; }

.review-page.hotline-page .c-status, .review-page.hotline-page .c-status a {
  color: #747474;
  font-size: 13px;
  font-family: "Roboto Regular", sans-serif; }

.review-page.hotline-page_title a {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }

.review-page.hotline-page .c-user {
  padding-top: 0px; }
  .review-page.hotline-page .c-user a {
    font-family: "Roboto Bold", sans-serif;
    color: #747474; }
  .review-page.hotline-page .c-user .date {
    color: #747474; }

.review-page.hotline-page .c-branch, .review-page.hotline-page .c-branch a {
  font-size: 13px; }

.review-page.hotline-page .forum-status.link {
  margin-right: 8px;
  text-decoration: underline; }

.review-page.hotline-page .c-mark {
  position: absolute;
  right: 0px;
  top: 0px; }
  @media only screen and (max-width: 687px) {
    .review-page.hotline-page .c-mark {
      margin: 0;
      top: 1px;
      position: relative; } }

.review-page.hotline-page .text {
  margin: 8px 0; }

.review-page.hotline-page .answer-bank_comment .text {
  margin: 0; }

.review-page.hotline-page .c-user-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .review-page.hotline-page .c-user-table .c-branch_question a {
    word-break: keep-all; }
  @media only screen and (max-width: 687px) {
    .review-page.hotline-page .c-user-table {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .review-page.hotline-page .c-user-table .c-mark {
    position: relative;
    margin-left: auto;
    text-align: right; }
    @media only screen and (max-width: 687px) {
      .review-page.hotline-page .c-user-table .c-mark {
        position: relative;
        margin-left: auto;
        text-align: left;
        width: 100vw;
        margin-top: 8px; } }

/*$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; } }

.h5 {
  font-size: 16px;
  font-family: "Raleway", sans-serif; }

.rvk-banks .articles-wrap.c-wrap-edit .text--small {
  font-size: 13px; }

.rvk-banks .articles-wrap.c-wrap-edit textarea {
  margin-bottom: 0px;
  height: 150px; }

.rvk-banks .articles-wrap.c-wrap-edit .c-field {
  margin: 16px 0 24px; }

.rvk-banks .articles-wrap.c-wrap-edit input[name="Header"] {
  margin-bottom: 4px; }

.rvk-banks .articles-wrap.c-wrap-edit .h5 {
  margin: 16px 0 4px; }

.rvk-banks .articles-wrap.c-wrap-edit p, .rvk-banks .articles-wrap.c-wrap-edit li {
  font-size: 14px; }

.rvk-banks .articles-wrap.c-wrap-edit .title-description {
  margin-bottom: 5px; }

.rvk-banks .articles-wrap.c-wrap-edit .c-error-block, .rvk-banks .articles-wrap.c-wrap-edit .error-blloon {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #db0107; }

.rvk-banks .articles-wrap.c-wrap-edit .show-more {
  position: relative;
  cursor: pointer;
  color: #244696;
  font-size: 14px; }
  .rvk-banks .articles-wrap.c-wrap-edit .show-more i {
    position: relative;
    display: inline-block;
    width: 12px;
    margin-left: 4px;
    vertical-align: middle; }
    .rvk-banks .articles-wrap.c-wrap-edit .show-more i svg {
      position: absolute;
      width: 12px;
      height: auto;
      left: 2px;
      top: 1px;
      -webkit-transform-origin: 25% 15%;
      -moz-transform-origin: 25% 15%;
      -o-transform-origin: 25% 15%;
      transform-origin: 25% 15%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .rvk-banks .articles-wrap.c-wrap-edit .show-more:hover, .rvk-banks .articles-wrap.c-wrap-edit .show-more.i-up {
    color: #db0107; }
    .rvk-banks .articles-wrap.c-wrap-edit .show-more:hover svg, .rvk-banks .articles-wrap.c-wrap-edit .show-more.i-up svg {
      fill: red; }
  .rvk-banks .articles-wrap.c-wrap-edit .show-more.i-up svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.rvk-banks .articles-wrap.c-wrap-edit .c-edit-description.uncollapsed {
  max-height: 500px;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease; }

.rvk-banks .articles-wrap.c-wrap-edit .c-edit-description.collapsed {
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }

.required {
  position: relative; }
  .required-i span {
    position: relative;
    color: #db0107;
    right: -2px;
    top: -2px;
    font-size: 14px;
    font-family: "Roboto", "Arial", sans-serif; }
    .required-i span span {
      top: 1px;
      font-size: 12px;
      color: #808080; }

.mfcur-select-date-wrap {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: center !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #131313;
  line-height: 30px;
  max-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  padding: 0 8px; }

.c-wrap-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: lowercase; }
  .c-wrap-marks .text_status {
    margin-right: 24px;
    font-size: 13px;
    margin-bottom: 0; }
    @media all and (max-width: 687px) {
      .c-wrap-marks .text_status {
        margin-top: 0; } }
  .c-wrap-marks .c-grate.text--gray {
    margin-right: 10px; }
  .c-wrap-marks .tooltip {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 13px;
    position: relative; }
    .c-wrap-marks .tooltip .tooltiptext {
      width: 280px;
      left: -21px;
      bottom: 18px; }
      .c-wrap-marks .tooltip .tooltiptext:after {
        bottom: inherit;
        top: 100%;
        border-color: rgba(0, 0, 0, 0.8) transparent transparent; }
        @media all and (max-width: 687px) {
          .c-wrap-marks .tooltip .tooltiptext:after {
            margin-left: 75px; } }
      @media all and (max-width: 687px) {
        .c-wrap-marks .tooltip .tooltiptext {
          width: 160px;
          left: 50%;
          bottom: 18px;
          margin-left: -80px; } }
  .c-wrap-marks #stars-cap {
    margin-left: 8px;
    font-size: 14px; }
  @media only screen and (max-width: 687px) {
    .c-wrap-marks {
      display: block;
      text-align: center; } }
  .c-wrap-marks .mark-fail {
    position: relative;
    padding-right: 17px; }
    .c-wrap-marks .mark-fail svg {
      width: 14px;
      height: 18px;
      display: inline-block;
      margin-right: 0;
      position: absolute;
      top: 0px;
      right: 0;
      fill: #db0107; }

.issue-done.button, .issue-none.button {
  font-weight: normal;
  margin: 0 4px; }

.buttons-group {
  margin: 8px -4px 0; }
  @media only screen and (max-width: 687px) {
    .buttons-group {
      margin: 12px 0 0px; }
      .buttons-group .issue-done.button, .buttons-group .button, .buttons-group .issue-none.button {
        margin: 8px 0;
        /*      width: 100%;
      line-height: 44px;
      height: 44px;*/ } }

.block-info .text--green, .block-info .text--red {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

.issue-done {
  position: relative;
  padding-left: 16px; }
  .issue-done svg {
    width: 14px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    top: -5px;
    left: 0px;
    fill: #239c13; }
  .issue-done.text_status span {
    padding-left: 8px; }
  .issue-done.button svg {
    fill: #ffffff;
    top: 0;
    left: 8px; }
  .issue-done.button span {
    padding-left: 12px; }
  .issue-done.button:hover svg {
    fill: #239c13; }

.required_fields {
  margin: 16px 0 4px; }

.required_fields span {
  font-family: "Roboto", "Arial", sans-serif;
  padding-right: 4px;
  line-height: 1;
  font-size: 12px;
  display: inline-block; }
  .required_fields span.c-symbol {
    color: #db0107; }

.required:before {
  content: "*";
  position: absolute;
  color: #db0107;
  right: -10px;
  top: 0px;
  font-size: 14px;
  font-family: "Roboto", "Arial", sans-serif; }

.center-block {
  text-align: center;
  margin: 36px 0 24px; }
  @media only screen and (max-width: 687px) {
    .center-block {
      margin: 24px 0 8px;
      text-align: left; } }
  .center-block p.text--grey {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-top: 4px; }

label {
  font-size: 16px; }

.c-city-select .mfSelect-search-input {
  margin: 0 !important; }

.c-reviews-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 8px -10px 0; }
  @media only screen and (max-width: 687px) {
    .c-reviews-tags {
      flex-direction: column; } }
  .c-reviews-tags > div {
    flex: 1;
    margin: 0 10px; }

.checkwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  font-family: "Robot0", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-direction: row-reverse;
  align-items: center;
  justify-items: initial;
  justify-content: flex-end; }
  .checkwrapper span {
    margin-left: 14px; }
  .checkwrapper .checkmark {
    margin: 0; }
  .checkwrapper:hover span {
    opacity: 0.8; }

.checkwrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.tooltiptext {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: -34px;
  left: 0;
  margin-left: 0;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 23px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.checkwrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.text--green, .text--red {
  font-size: 16px;
  margin-bottom: 12px;
  font-family: "Raleway", sans-serif; }

.text--green {
  color: #239c13; }

.text--red {
  color: #db0107; }
  @media only screen and (max-width: 687px) {
    .text--red {
      margin-top: 16px; } }

.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; }

.c-field .text--grey {
  font-size: 12px; }

.review-page.hotline-page .c-user {
  display: flex;
  padding-top: 0px;
  align-items: center; }
  @media only screen and (max-width: 687px) {
    .review-page.hotline-page .c-user {
      flex-wrap: wrap; } }
  .review-page.hotline-page .c-user a {
    margin-right: 14px; }
  .review-page.hotline-page .c-user .date {
    padding: 0px;
    font-size: 13px; }

.review-page.hotline-page .c-mark {
  position: relative;
  top: 1px;
  height: 16px;
  margin-right: 8px; }
  .review-page.hotline-page .c-mark .mfb-stars {
    margin-right: 1px; }
  .review-page.hotline-page .c-mark .mfb-stars svg {
    width: 14px;
    height: 14px; }

.checkmark {
  position: relative;
  top: 0px;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
  display: inline-block; }

.checkwrapper input:checked ~ .checkmark {
  background-color: #239c13;
  border-color: transparent; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkwrapper input:checked ~ .checkmark:after {
  display: block; }

.checkwrapper .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-reviews-tags_ul {
  margin-top: 8px; }

.c-rating {
  margin: 8px 0; }
  .c-rating path {
    stroke-width: 2px; }
  .c-rating .center-block {
    text-align: left;
    margin-bottom: 8px; }
  .c-rating .ui-all-stars {
    text-align: left;
    margin-top: 4px; }
    @media only screen and (max-width: 687px) {
      .c-rating .ui-all-stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 65%;
        margin: 16px auto 5px; } }
  .c-rating .ui-crystal-star, .c-rating .mfb-stars, .c-rating .mfb-stars--fill {
    display: inline-block;
    cursor: pointer;
    margin-right: 4px; }
    .c-rating .ui-crystal-star a, .c-rating .mfb-stars a, .c-rating .mfb-stars--fill a {
      display: none; }
    .c-rating .ui-crystal-star svg, .c-rating .mfb-stars svg, .c-rating .mfb-stars--fill svg {
      width: 28px;
      height: 28px;
      fill: white;
      stroke: #fac917; }
      @media only screen and (max-width: 687px) {
        .c-rating .ui-crystal-star svg, .c-rating .mfb-stars svg, .c-rating .mfb-stars--fill svg {
          width: 36px;
          height: 36px; } }
  .c-rating .mfb-stars, .c-rating .mfb-stars--fill {
    position: static;
    z-index: 1;
    cursor: default; }
  .c-rating .mfb-stars--fill {
    z-index: 2;
    top: 0;
    left: 0; }
  .c-rating .ui-crystal-star.ui-crystal-star-on svg, .c-rating .ui-crystal-star-hover svg,
  .c-rating .mfb-stars--fill svg {
    fill: #fac917; }
  .c-rating .mfb-stars svg {
    stroke: #fac917; }

.issue-review {
  display: flex;
  flex-wrap: wrap; }

.issue-review .button {
  margin: 8px 16px 16px 0;
  display: block;
  width: auto; }

.t-row.t-issues {
  margin: 24px 0 16px;
  border: 1px solid #e7e7e7; }
  .t-row.t-issues td {
    padding: 12px; }
  .t-row.t-issues tr:last-child td {
    border-color: #e7e7e7; }
  .t-row.t-issues td:first-of-type {
    color: #747474;
    border-right: 1px solid  #e7e7e7; }
  @media only screen and (max-width: 687px) {
    .t-row.t-issues td {
      display: inline-block;
      text-align: left; }
    .t-row.t-issues td:first-child {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      padding-bottom: 0;
      border-bottom: none;
      border-right: 0; }
    .t-row.t-issues td:last-child {
      padding-top: 8px;
      border: none;
      border-right: 0; } }

@media only screen and (max-width: 687px) {
  .rvk-banks .mfSelect-wrap > .mfSelect-lists-scroll-view {
    max-height: 55vh; }
  .issue-review .button {
    width: 100%;
    line-height: 48px;
    height: 48px; }
  .body-dropdown-nav-opened {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .body-dropdown-nav-opened:before {
      content: '';
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background: rgba(0, 0, 0, 0.7); }
  .c-status .c-wrap-marks {
    flex: 0 0 100%;
    text-align: left;
    margin-right: 0;
    display: flex; } }

/* issue add  */
.c-confirm-form .wrap-group-form {
  margin: 0 -6px; }
  @media all and (max-width: 687px) {
    .c-confirm-form .wrap-group-form {
      margin: 0; } }

.c-confirm-form .skip-comment {
  padding: 0 46px;
  font-family: "Raleway", Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 40px;
  height: 40px;
  border-radius: 0; }
  @media only screen and (max-width: 687px) {
    .c-confirm-form .skip-comment {
      line-height: 56px;
      height: 56px;
      width: 100%;
      margin: 0px 0 20px;
      font-size: 16px; } }

.c-confirm-form .c-divider {
  border-top: 1px solid #eee;
  padding: 0px 24px 4px 24px;
  margin: 16px -24px 0; }

.c-confirm-form .text--grey {
  font-size: 12px; }

.c-confirm-form .form-group {
  margin-top: 24px; }

.c-confirm-form input[type='text'], .c-confirm-form .mfcur-select-date-wrap {
  margin-bottom: 0px; }

.c-confirm-form .mfcur-select-date-wrap {
  position: static; }
  .c-confirm-form .mfcur-select-date-wrap .error-blloon {
    position: absolute;
    top: 61px;
    left: 0px; }

.c-confirm-form .checkwrapper {
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-around; }
  .c-confirm-form .checkwrapper .error-blloon {
    flex: 0 0 100%;
    margin-left: 34px; }
  .c-confirm-form .checkwrapper span {
    flex: 1; }
  .c-confirm-form .checkwrapper .checkmark {
    flex: 0 0 20px; }

.c-confirm-form .c-group-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: space-between; }
  .c-confirm-form .c-group-flex .form-group {
    flex: 1 1 32.65%;
    padding: 0;
    margin: 24px 3px 0;
    position: relative; }
    @media all and (max-width: 687px) {
      .c-confirm-form .c-group-flex .form-group {
        flex: 0 0 100%;
        margin: 10px 0; } }
    .c-confirm-form .c-group-flex .form-group .birthday {
      font-size: 16px;
      color: #2d2d2d; }
    .c-confirm-form .c-group-flex .form-group .i-calendar {
      position: absolute;
      right: 4px;
      width: 18px;
      height: 44px; }
      .c-confirm-form .c-group-flex .form-group .i-calendar svg {
        fill: #949494;
        height: auto;
        width: 24px; }
  .c-confirm-form .c-group-flex:after {
    content: "";
    flex: auto;
    width: 33%; }

/*$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; } }

@media only screen and (max-width: 687px) {
  .c-deposit-page .open-wgt {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-bottom: 0px;
    margin-top: 16px; } }

.deposit-page {
  padding-bottom: 24px; }

.t-row {
  color: #2d2d2d;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  display: table; }
  .t-row td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 0px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    .t-row td:first-child {
      width: 30%;
      min-width: 30%;
      max-width: 30%; }
    @media only screen and (max-width: 687px) {
      .t-row td:first-child {
        width: 50%;
        min-width: 50%;
        max-width: 50%; } }
  .t-row td.t-row_title {
    font-weight: 900;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    padding-top: 24px; }
    @media only screen and (max-width: 687px) {
      .t-row td.t-row_title {
        padding-top: 32px; } }
  tr:first-child .t-row_title {
    padding-top: 12px;
    border-top-color: transparent; }
  .t-row td.c-bn-slot {
    border-top-color: transparent;
    border-bottom-color: transparent; }
  .t-row tr:last-child td {
    border-color: transparent; }

/*$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; } }

.hotline-page {
  font-size: 14px; }
  .hotline-page .comment {
    margin: 16px 0 32px 0; }
  .hotline-page .pagination_items-news_img-left .pagination {
    padding: 24px 0 0; }
    @media only screen and (max-width: 687px) {
      .hotline-page .pagination_items-news_img-left .pagination {
        padding: 0; } }
  @media only screen and (max-width: 687px) {
    .hotline-page .button_review {
      width: 100%;
      height: 48px;
      line-height: 48px;
      margin-bottom: 24px;
      margin-top: 0; } }
  .hotline-page .comment-list {
    border: none;
    padding: 0;
    padding-bottom: 8px;
    box-shadow: none; }
    @media only screen and (max-width: 780px) {
      .hotline-page .comment-list {
        padding: 0px 10px 0px;
        margin: 0px -8px 24px; } }
    .hotline-page .comment-list-question {
      padding-bottom: 16px; }
      @media only screen and (max-width: 780px) {
        .hotline-page .comment-list-question {
          padding-bottom: 10px; } }
  .hotline-page .comment-list .forum-moderator .button {
    font-weight: normal; }
    @media only screen and (max-width: 687px) {
      .hotline-page .comment-list .forum-moderator .button {
        margin: 4px 0; } }
  .hotline-page .c-field input {
    display: block;
    width: 100%;
    _width: 99%;
    margin: 7px 0 10px;
    border: 1px solid darkgray;
    box-shadow: none;
    padding: 8px; }
  .hotline-page .c-field textarea {
    padding: 8px; }
  .hotline-page a.link-button:hover, .hotline-page .button:hover {
    text-decoration: none; }
  .hotline-page .forum-moderator p {
    margin: 8px 0;
    padding-bottom: 0; }
  .hotline-page .forum-moderator.c-link a {
    margin-right: 16px;
    text-decoration: underline; }
    @media only screen and (max-width: 687px) {
      .hotline-page .forum-moderator.c-link a {
        display: inline-block;
        margin: 8px 40px 8px 0; } }
    .hotline-page .forum-moderator.c-link a:last-of-type {
      margin-right: 0; }
  .hotline-page .comment-list .forum-moderator {
    margin: 8px 0 0 0;
    padding: 0; }

.answer-bank {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 14px;
  position: relative; }
  .answer-bank .link a {
    border-bottom: 1px solid #a7b7dd;
    color: #244696;
    padding-bottom: 2px;
    font-size: 14px;
    margin: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 16px; }
    .answer-bank .link a:hover {
      color: #db0107;
      border-bottom-color: #db0107;
      text-decoration: none; }
  .answer-bank .answer-bank_title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #239c13;
    text-align: left;
    margin-right: 34px;
    display: flex;
    width: 110px; }
    @media only screen and (max-width: 687px) {
      .answer-bank .answer-bank_title {
        width: 100%;
        margin: 0; }
        .answer-bank .answer-bank_title span {
          display: block;
          margin-bottom: 4px; } }
    .answer-bank .answer-bank_title--data {
      position: absolute;
      width: 100%;
      display: flex;
      align-items: baseline;
      left: 0px;
      top: 0px; }
      @media only screen and (max-width: 687px) {
        .answer-bank .answer-bank_title--data {
          position: static;
          display: block; } }
      .answer-bank .answer-bank_title--data .date {
        margin-left: 59px;
        margin-top: 1px; }
        @media only screen and (max-width: 687px) {
          .answer-bank .answer-bank_title--data .date {
            margin: 0; } }
    .answer-bank .answer-bank_title img {
      margin-top: 32px;
      width: 67px;
      display: inline-block; }
      @media only screen and (max-width: 687px) {
        .answer-bank .answer-bank_title img {
          margin-right: 8px;
          height: 32px;
          width: auto;
          margin-top: 2px; } }
  .answer-bank--admin .answer-bank_title {
    width: 110px; }
    @media only screen and (max-width: 687px) {
      .answer-bank--admin .answer-bank_title {
        width: 100%; } }
  .answer-bank--admin .answer-bank_title--data .date {
    margin-left: 34px; }
    @media only screen and (max-width: 687px) {
      .answer-bank--admin .answer-bank_title--data .date {
        margin-left: 0px; } }
  .answer-bank--admin .c-text-over {
    width: 110px;
    display: block; }
    @media only screen and (max-width: 687px) {
      .answer-bank--admin .c-text-over {
        width: 100%;
        display: inline-block; } }
  .answer-bank--admin .answer-bank_title img {
    margin-top: 50px; }
    @media only screen and (max-width: 687px) {
      .answer-bank--admin .answer-bank_title img {
        margin-top: 2px; } }
  .answer-bank .date {
    margin-bottom: 8px;
    color: #747474;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2; }
  .answer-bank .answer-bank_comment {
    flex: 1;
    margin-top: 32px; }
    @media only screen and (max-width: 780px) {
      .answer-bank .answer-bank_comment {
        flex: auto;
        margin-top: 18px; } }
    .answer-bank .answer-bank_comment .text {
      color: #2d2d2d; }

[lang="uk"] .hotline-page .answer-bank .answer-bank_title {
  width: 110px; }
  @media only screen and (max-width: 687px) {
    [lang="uk"] .hotline-page .answer-bank .answer-bank_title {
      width: 100%; } }
  [lang="uk"] .hotline-page .answer-bank .answer-bank_title--data .date {
    margin-left: 34px; }

.comments-rvk {
  position: relative; }
  .comments-rvk .f14px {
    position: absolute;
    z-index: 2;
    margin-right: 0;
    top: 24px;
    right: 24px; }
  .comments-rvk .comment-list {
    margin: 0 -24px 24px;
    border-left-color: transparent;
    border-right-color: transparent; }
    .comments-rvk .comment-list .all-comments {
      padding: 0 24px; }

.c-form-remove {
  padding: 24px 0; }
  .c-form-remove select {
    width: 300px;
    line-height: 28px;
    height: 28px; }

/*$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; } }

.mfm-tab-menu {
  margin: 0px 0 24px;
  white-space: nowrap; }

label {
  color: #434343; }

.js-clearnick {
  cursor: pointer; }
  .js-clearnick:hover {
    text-decoration: underline; }

.c-user-desc {
  display: table;
  width: 50%;
  margin: 24px 0;
  table-layout: fixed; }
  @media only screen and (max-width: 687px) {
    .c-user-desc {
      width: 100%;
      table-layout: auto; } }
  .c-user-desc > div {
    display: table-row; }
    .c-user-desc > div > div {
      display: table-cell;
      padding: 8px 0; }

.c-submenu-admin {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap; }
  .c-submenu-admin li {
    padding: 4px 0px;
    margin: 0 8px;
    border-bottom: 2px solid transparent;
    cursor: pointer; }
    @media only screen and (max-width: 687px) {
      .c-submenu-admin li {
        margin: 6px 16px; } }
    .c-submenu-admin li.active {
      color: #db0107;
      border-bottom: 2px solid #db0107; }
    .c-submenu-admin li:hover {
      border-bottom: 2px solid #ccc; }
    .c-submenu-admin li span, .c-submenu-admin li a {
      color: #2d2d2d;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      font-family: "Relaway", sans-serif; }

.friendlist {
  padding: 8px 0; }
  .friendlist img {
    padding: 0 16px 0 24px; }
  .friendlist .c-new-employers {
    margin-bottom: 16px; }
  .friendlist .c-employer {
    align-content: center;
    display: flex; }
    .friendlist .c-employer img {
      padding-left: 0; }
  .friendlist .action-addemp {
    color: #244696;
    cursor: pointer; }
    .friendlist .action-addemp:hover {
      text-decoration: underline; }

.message .active a {
  color: #db0107; }

.head {
  margin: 0 -4px 24px; }
  .head dd {
    display: inline-block;
    padding: 8px;
    vertical-align: bottom;
    margin: 0 4px; }

.head .currency {
  border: 1px solid #fee2e2;
  cursor: pointer; }
  .head .currency:hover {
    background-color: #fee2e2; }

.head .tiny {
  line-height: 1.2; }

.head .active {
  border: 1px solid #fee2e2;
  background-color: #fee2e2;
  cursor: default; }

.blog-write ul {
  list-style-position: inside; }

.blog-write ul li {
  margin: 12px 0; }

/*$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; } }

.ad-content {
  padding: 0;
  margin: 24px auto !important; }

.c-branches-list .column-block-wrapper {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 1280px) {
    .c-branches-list .column-block-wrapper {
      -webkit-column-gap: 16px;
      -moz-column-gap: 16px;
      column-gap: 16px; } }
  @media only screen and (max-width: 780px) {
    .c-branches-list .column-block-wrapper {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 16px;
      -moz-column-gap: 16px;
      column-gap: 16px; } }
  @media only screen and (max-width: 687px) {
    .c-branches-list .column-block-wrapper {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0px;
      -moz-column-gap: 0px;
      column-gap: 0px; } }

.c-branches-list .column-block {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  page-break-before: always;
  display: block; }
  .c-branches-list .column-block > div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* optional */ }
    @media only screen and (max-width: 687px) {
      .c-branches-list .column-block > div {
        width: 100vw; } }
  .c-branches-list .column-block:before {
    content: '';
    height: 0;
    display: list-item;
    list-style-type: none; }

.c-region-cities {
  page-break-inside: avoid; }

.c-branches-list {
  color: #2d2d2d;
  padding-bottom: 16px;
  page-break-after: avoid; }
  .c-branches-list .region-head {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0 4px;
    page-break-after: avoid; }
  .c-branches-list .city-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    margin: 8px 0px;
    line-height: 1.3; }
    .c-branches-list .city-item a {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .c-branches-list .city-item .text--grey {
      font-size: 14px;
      margin-left: 4px; }
  .c-branches-list .c-sort-search {
    padding-top: 26px; }
  .c-branches-list .banks-abc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    align-items: center;
    cursor: pointer;
    margin: 14px -8px 0; }
    .c-branches-list .banks-abc .abc {
      color: #7788b0;
      text-align: center;
      width: 26px; }
      .c-branches-list .banks-abc .abc:hover, .c-branches-list .banks-abc .abc.active-letter {
        color: #db0107; }
      .c-branches-list .banks-abc .abc:last-child {
        width: 86px; }
  .c-branches-list .sort-search {
    position: relative; }
  .c-branches-list .i-search-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    margin-top: 14px;
    margin-left: 13px; }
  .c-branches-list .search-icon {
    position: relative; }
  .c-branches-list .js-clear {
    display: block;
    visibility: visible;
    z-index: 12;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px; }
  .c-branches-list .ico-cancel {
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -14px;
    pointer-events: none;
    position: relative; }
  .c-branches-list .searching .ico-cancel {
    display: block;
    fill: #db0107; }
  .c-branches-list .searching .ico-cancel g {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

.t-row .t-row--tr {
  display: table-row;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  .t-row .t-row--tr > div {
    display: table-cell;
    padding: 12px 0px; }
    .t-row .t-row--tr > div.details {
      padding-left: 8px; }
      .t-row .t-row--tr > div.details a {
        padding-right: 8px; }
  .t-row .t-row--tr:last-of-type {
    border-bottom: none; }

.rvk-banks input.sort-search-bank {
  margin: 0;
  line-height: 43px;
  height: 44px;
  padding-left: 40px; }

@media only screen and (max-width: 687px) {
  .c-branches-list .banks-abc {
    display: none; }
  .c-branches-list .sort-search {
    position: relative;
    margin: 0 -8px; }
  .c-branches-list .region-head {
    margin: 0 -10px;
    border-top: 1px solid #e7e7e7;
    padding: 12px 10px; }
    .c-branches-list .region-head:last-child {
      border-top: 1px solid red; }
    .c-branches-list .region-head .i-plus {
      margin-top: 4px;
      left: 0; }
      .c-branches-list .region-head .i-plus i {
        background-color: #2d2d2d; }
    .c-branches-list .region-head.c-list--open i.ver {
      display: none; }
  .c-branches-list .column-block:last-of-type .region-head {
    border-bottom: 1px solid #e7e7e7; }
  .c-branches-list .c-region-cities {
    margin: 0 -10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  .c-branches-list .city-item {
    margin: 0;
    padding: 0px 10px;
    border-bottom: 1px solid #e7e7e7;
    align-items: center; }
    .c-branches-list .city-item a {
      padding: 14px 0; }
    .c-branches-list .city-item .text--grey {
      padding: 14px 0; }
    .c-branches-list .city-item:last-child {
      border-bottom: none; }
    .c-branches-list .city-item:first-child {
      border-top: 1px solid #e7e7e7; }
  .c-branches-list .c-list--open + .c-region-cities {
    max-height: 2000px; } }
