@charset "UTF-8";
/*$green:               #57ab2e;*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&subset=cyrillic,cyrillic-ext");
@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; } }

/*$green:               #57ab2e;*/
.mfm-aside-all-news,
.mfm-aside-news-block {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif; }
  .mfm-aside-all-news .mfm-news-list-items,
  .mfm-aside-all-news .mfm-news-list,
  .mfm-aside-news-block .mfm-news-list-items,
  .mfm-aside-news-block .mfm-news-list {
    list-style: none;
    margin: 16px 0 0; }
  .mfm-aside-all-news .js-ad-aside,
  .mfm-aside-news-block .js-ad-aside {
    margin-bottom: 20px; }
  .mfm-aside-all-news_header,
  .mfm-aside-news-block_header {
    margin-top: -4px; }
  .mfm-aside-all-news .mfm-news-header a,
  .mfm-aside-all-news .h2,
  .mfm-aside-news-block .mfm-news-header a,
  .mfm-aside-news-block .h2 {
    font-size: 18px;
    margin: 0px;
    display: block;
    color: #2d2d2d; }
  .mfm-aside-all-news .item, .mfm-aside-all-news .date, .mfm-aside-all-news li,
  .mfm-aside-news-block .item,
  .mfm-aside-news-block .date,
  .mfm-aside-news-block li {
    margin: 16px 0;
    font-family: Roboto, sans-serif;
    line-height: 18px; }
    .mfm-aside-all-news .item a, .mfm-aside-all-news .date a, .mfm-aside-all-news li a,
    .mfm-aside-news-block .item a,
    .mfm-aside-news-block .date a,
    .mfm-aside-news-block li a {
      font-size: 13px;
      color: #244696; }
  .mfm-aside-all-news .time,
  .mfm-aside-news-block .time {
    font-size: 13px;
    color: #434343; }
  .mfm-aside-all-news .date,
  .mfm-aside-news-block .date {
    color: #b1b1b1;
    font-size: 13px;
    margin: 24px 0 7px; }
    .mfm-aside-all-news .date:first-of-type,
    .mfm-aside-news-block .date:first-of-type {
      margin-top: 16px; }
  .mfm-aside-all-news .more-show,
  .mfm-aside-news-block .more-show {
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 16px;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 600; }
    .mfm-aside-all-news .more-show a,
    .mfm-aside-news-block .more-show a {
      position: relative;
      padding-right: 32px; }
      .mfm-aside-all-news .more-show a svg,
      .mfm-aside-news-block .more-show a svg {
        height: 6px;
        right: 0;
        margin-top: 1px;
        left: inherit; }
      .mfm-aside-all-news .more-show a:hover svg,
      .mfm-aside-news-block .more-show a:hover svg {
        fill: #db0107; }

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

/*! Social Likes v3.1.2 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes, .social-likes {
  opacity: 0; }

.social-likes_visible {
  opacity: 1;
  transition: opacity .1s ease-in; }

.social-likes > * {
  display: inline-block;
  visibility: hidden; }

.social-likes_vertical > * {
  display: block; }

.social-likes_visible > * {
  visibility: inherit; }

.social-likes__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.social-likes__widget:before, .social-likes__widget:after {
  display: none !important; }

.social-likes_vertical .social-likes__widget {
  display: block;
  float: left;
  clear: left; }

.social-likes__button, .social-likes__icon, .social-likes__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility; }

.social-likes__button, .social-likes__counter {
  display: inline-block;
  margin: 0;
  outline: 0; }

.social-likes__button {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.social-likes__button:before {
  content: "";
  display: inline-block; }

.social-likes__icon {
  position: absolute;
  top: 0;
  left: 0; }

.social-likes__counter {
  display: none;
  position: relative; }

.social-likes_ready .social-likes__counter, .social-likes__counter_single {
  display: inline-block; }

.social-likes_ready .social-likes__counter_empty {
  display: none; }

.social-likes_vertical .social-likes__widget {
  display: block; }

.social-likes_notext .social-likes__button {
  padding-left: 0; }

.social-likes_single-w {
  position: relative;
  display: inline-block; }

.social-likes_single {
  position: absolute;
  text-align: left;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .11s,opacity .1s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.social-likes_single.social-likes_opened {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s ease-out; }

.social-likes__button_single {
  position: relative; }

.social-likes {
  min-height: 36px;
  margin: -6px; }

.social-likes, .social-likes_single-w {
  line-height: 19px; }

.social-likes__widget {
  margin: 6px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 19px; }

.social-likes__widget:hover, .social-likes__widget:active, .social-likes__widget:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  cursor: pointer; }

.social-likes__button, .social-likes__counter {
  vertical-align: middle;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  cursor: inherit; }

.social-likes__button {
  padding: 1px 6px 1px 20px;
  font-weight: 400;
  border-right: 0; }

.social-likes__icon {
  width: 20px;
  height: 18px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.social-likes__counter {
  min-width: 12px;
  padding: 1px 4px;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #ccc; }

.social-likes__widget:hover > .social-likes__counter, .social-likes__widget:focus > .social-likes__counter, .social-likes__widget:active > .social-likes__counter, .social-likes__widget_active > .social-likes__counter {
  position: relative;
  border-left-color: transparent; }

.social-likes__widget:hover > .social-likes__counter:before, .social-likes__widget:focus > .social-likes__counter:before, .social-likes__widget:active > .social-likes__counter:before, .social-likes__widget_active > .social-likes__counter:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid;
  opacity: .4; }

.social-likes_vertical {
  margin: -6px; }

.social-likes_vertical .social-likes__widget {
  margin: 6px; }

.social-likes_notext {
  margin: -3px; }

.social-likes_notext .social-likes__widget {
  margin: 3px; }

.social-likes_notext .social-likes__button {
  width: 18px; }

.social-likes_notext .social-likes__icon {
  width: 100%;
  background-position: center center; }

.social-likes__widget_single {
  margin: 0; }

.social-likes_single {
  margin: -12px 0 0;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px; }

.social-likes__single-container {
  width: 100%;
  display: table; }

.social-likes_single .social-likes__widget {
  float: none;
  display: table-row;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: 0 0; }

.social-likes_single .social-likes__button {
  display: block;
  padding: 2px 6px 2px 24px; }

.social-likes_single .social-likes__icon {
  margin-left: 4px;
  margin-top: 2px; }

.social-likes_single .social-likes__counter {
  display: table-cell;
  padding: 2px 8px 2px 4px;
  border-left: 0;
  text-align: right; }

.social-likes_single .social-likes__widget:hover > .social-likes__counter:before, .social-likes_single .social-likes__widget:focus > .social-likes__counter:before, .social-likes_single .social-likes__widget:active > .social-likes__counter:before {
  display: none; }

.social-likes__icon_single {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII="); }

.social-likes__widget_single:hover, .social-likes__widget_single:active, .social-likes__widget_single:focus, .social-likes__widget_active {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3673f4;
  border-color: #3673f4;
  color: #fff; }

.social-likes__widget_single:hover .social-likes__icon_single, .social-likes__widget_single:active .social-likes__icon_single, .social-likes__widget_single:focus .social-likes__icon_single, .social-likes__widget_active .social-likes__icon_single {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII="); }

.social-likes__icon_facebook {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg=="); }

.social-likes__widget_facebook:hover, .social-likes__widget_facebook:active, .social-likes__widget_facebook:focus {
  background: #425497;
  border-color: #425497; }

.social-likes__widget_facebook:hover .social-likes__icon_facebook, .social-likes__widget_facebook:active .social-likes__icon_facebook, .social-likes__widget_facebook:focus .social-likes__icon_facebook {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC"); }

.social-likes__icon_twitter {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg=="); }

.social-likes__widget_twitter:hover, .social-likes__widget_twitter:active, .social-likes__widget_twitter:focus {
  background: #00b7ec;
  border-color: #00b7ec; }

.social-likes__widget_twitter:hover .social-likes__icon_twitter, .social-likes__widget_twitter:active .social-likes__icon_twitter, .social-likes__widget_twitter:focus .social-likes__icon_twitter {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg=="); }

.social-likes__icon_plusone {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg=="); }

.social-likes__widget_plusone:hover, .social-likes__widget_plusone:active, .social-likes__widget_plusone:focus {
  background: #dd4241;
  border-color: #dd4241; }

.social-likes__widget_plusone:hover .social-likes__icon_plusone, .social-likes__widget_plusone:active .social-likes__icon_plusone, .social-likes__widget_plusone:focus .social-likes__icon_plusone {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII="); }

.social-likes__icon_mailru {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC"); }

.social-likes__widget_mailru:hover, .social-likes__widget_mailru:active, .social-likes__widget_mailru:focus {
  background: #255896;
  border-color: #255896;
  color: #ffcd00; }

.social-likes__widget_mailru:hover .social-likes__icon_mailru, .social-likes__widget_mailru:active .social-likes__icon_mailru, .social-likes__widget_mailru:focus .social-likes__icon_mailru {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC"); }

.social-likes__icon_vkontakte {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII="); }

.social-likes__widget_vkontakte:hover, .social-likes__widget_vkontakte:active, .social-likes__widget_vkontakte:focus {
  background: #526e8f;
  border-color: #526e8f; }

.social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte, .social-likes__widget_vkontakte:active .social-likes__icon_vkontakte, .social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII="); }

.social-likes__icon_odnoklassniki {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");
  background-position: 6px 3px; }

.social-likes__widget_odnoklassniki:hover, .social-likes__widget_odnoklassniki:active, .social-likes__widget_odnoklassniki:focus {
  background: #f6903b;
  border-color: #f6903b; }

.social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII="); }

.social-likes__icon_pinterest {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg=="); }

.social-likes__widget_pinterest:hover, .social-likes__widget_pinterest:active, .social-likes__widget_pinterest:focus {
  background: #cc002b;
  border-color: #cc002b; }

.social-likes__widget_pinterest:hover .social-likes__icon_pinterest, .social-likes__widget_pinterest:active .social-likes__icon_pinterest, .social-likes__widget_pinterest:focus .social-likes__icon_pinterest {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg=="); }

.social-likes_notext .social-likes__icon {
  background-image: none;
  position: static;
  display: none; }

.social-likes_notext .social-likes__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  min-height: 40px;
  float: left; }

.social-likes__widget {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  min-width: 40px;
  width: auto;
  min-height: 40px;
  height: auto;
  background: #fff;
  border: 1px solid #ebebeb;
  text-align: center;
  cursor: pointer;
  margin: 6px;
  line-height: 1;
  border-radius: 0; }

.social-share .likely {
  margin: 0;
  vertical-align: middle; }
  .social-share .likely .social-likes__widget {
    margin: 0 2px 0 2px;
    border-radius: 2px;
    float: left; }
  .social-share .likely .likely__button {
    font-family: "Raleway", Roboto, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding-right: 6px; }
  .social-share .likely .likely__icon {
    background-size: 40px 348px !important;
    width: 40px;
    height: 40px;
    display: inline-block; }
    .social-share .likely .likely__icon svg {
      fill: #fff;
      width: 12px; }

.social-likes__icon_twitter:before,
.social-likes__icon_facebook:before {
  content: " "; }

.social-likes__widget_twitter:hover, .social-likes__widget_twitter:active, .social-likes__widget_twitter:focus {
  background-color: transparent;
  border-color: #ebebeb; }
  .social-likes__widget_twitter:hover svg, .social-likes__widget_twitter:active svg, .social-likes__widget_twitter:focus svg {
    fill: #00aced; }
  .social-likes__widget_twitter:hover .social-likes__counter .social-likes__button:before, .social-likes__widget_twitter:active .social-likes__counter .social-likes__button:before, .social-likes__widget_twitter:focus .social-likes__counter .social-likes__button:before {
    content: ''; }

.social-likes__widget_facebook:hover, .social-likes__widget_facebook:active, .social-likes__widget_facebook:focus {
  background-color: transparent;
  border-color: #ebebeb; }
  .social-likes__widget_facebook:hover svg, .social-likes__widget_facebook:active svg, .social-likes__widget_facebook:focus svg {
    fill: #425497; }
  .social-likes__widget_facebook:hover .social-likes__counter .social-likes__button:before, .social-likes__widget_facebook:active .social-likes__counter .social-likes__button:before, .social-likes__widget_facebook:focus .social-likes__counter .social-likes__button:before {
    content: ''; }

.social-likes_ready .social-likes__counter {
  color: #A5A7A9;
  font-family: 'Raleway', sans-serif;
  padding-top: 0px;
  font-weight: 400;
  min-width: 0px;
  padding-right: 12px; }

.social-likes__counter {
  float: left;
  line-height: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-left: none !important; }

.social-vertical .social-likes__counter {
  line-height: 2;
  height: auto;
  padding: 1px 4px;
  margin-top: -12px;
  width: 40px; }

.social-likes__widget:hover > .social-likes__counter:before, .social-likes__widget:focus > .social-likes__counter:before, .social-likes__widget:active > .social-likes__counter:before, .social-likes__widget_active > .social-likes__counter:before {
  border-left: 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; }

.mfz-content-wrapper .eng_ww_widget {
  padding: 8px 16px !important;
  border: 1px solid #e7e7e7;
  display: block !important; }
  .mfz-content-wrapper .eng_ww_widget .eng_ww_ttl_span1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 700;
    border: none; }
  .mfz-content-wrapper .eng_ww_widget .eng_asw {
    margin: 0 -6px !important; }
    .mfz-content-wrapper .eng_ww_widget .eng_asw .eng_widget_sw {
      width: 25% !important;
      padding: 6px;
      margin: 0 !important; }

@media only screen and (max-width: 688px) {
  .mfz-content-wrapper .eng_ww_widget {
    margin-top: 40px !important; }
    .mfz-content-wrapper .eng_ww_widget .eng_ww_title {
      text-align: center !important;
      margin-top: -22px !important; }
    .mfz-content-wrapper .eng_ww_widget .eng_ww_ttl_span1 {
      display: inline-block !important;
      background: #ffffff;
      padding: 0 40px !important; }
    .mfz-content-wrapper .eng_ww_widget .eng_asw .eng_widget_sw {
      width: 100% !important; }
      .mfz-content-wrapper .eng_ww_widget .eng_asw .eng_widget_sw .eng_widget_img_w {
        float: left;
        width: 80px !important; }
      .mfz-content-wrapper .eng_ww_widget .eng_asw .eng_widget_sw .eng_widget_in, .mfz-content-wrapper .eng_ww_widget .eng_asw .eng_widget_sw .eng_inner:after, .mfz-content-wrapper .eng_ww_widget .eng_asw .eng_widget_sw .eng_website:after {
        position: relative;
        margin-left: 90px;
        width: auto !important; } }

.center {
  text-align: center; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.main-title {
  padding-bottom: 24px; }

.header-icon i, .h1 i {
  display: inline;
  right: -3px;
  top: 4px;
  position: relative;
  vertical-align: middle; }
  @media only screen and (max-width: 1011px) {
    .header-icon i, .h1 i {
      display: inline;
      vertical-align: top; } }
  .header-icon i svg, .h1 i svg {
    stroke: #ff7500;
    width: 20px;
    height: 20px;
    fill: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static; }

.main-new {
  height: 290px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 459px) {
    .main-new {
      height: auto; } }
  .main-new > a {
    display: block; }
  .main-new .big-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease; }
    @media only screen and (max-width: 459px) {
      .main-new .big-bg {
        width: 64px;
        height: 64px;
        display: block;
        border-radius: 50%;
        background-position: 50% 50%;
        float: left;
        margin: 16px 10px;
        position: relative; } }
    .main-new .big-bg:after, .main-new .big-bg:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      content: '';
      top: 0;
      left: 0;
      z-index: 1; }
      @media only screen and (max-width: 459px) {
        .main-new .big-bg:after, .main-new .big-bg:before {
          display: none; } }
    .main-new .big-bg:after {
      transition: -webkit-transform 1.5s ease;
      transition: background-color 1.5s ease;
      background-color: rgba(0, 0, 0, 0.5); }
    .main-new .big-bg:before {
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0.75) 100%); }
  .main-new .description {
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    z-index: 3;
    display: block; }
    @media only screen and (max-width: 459px) {
      .main-new .description {
        position: relative;
        margin-left: 70px;
        padding-bottom: 0; } }
    .main-new .description .data {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      margin-bottom: 4px;
      display: block; }
      @media only screen and (max-width: 459px) {
        .main-new .description .data {
          color: #b1b1b1;
          font-size: 13px; } }
    .main-new .description .h2 {
      text-shadow: 0 1px 0 #3c3c3c;
      line-height: 1.4;
      font-family: 'Raleway', sans-serif;
      color: #ffffff;
      border-bottom: 1px solid #db0107; }
      @media only screen and (max-width: 459px) {
        .main-new .description .h2 {
          line-height: 18px;
          text-shadow: none; } }
      @media only screen and (max-width: 459px) {
        .main-new .description .h2 {
          color: #244696;
          font-size: 16px;
          border-bottom: none;
          font-weight: 900; } }
    .main-new .description:hover {
      text-decoration: none;
      border-bottom: none; }

.main-new > a:hover {
  text-decoration: none; }
  .main-new > a:hover .big-bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    @media only screen and (max-width: 459px) {
      .main-new > a:hover .big-bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    .main-new > a:hover .big-bg:after {
      background-color: rgba(0, 0, 0, 0.6); }
  .main-new > a:hover .h2 {
    border-color: transparent; }
    @media only screen and (max-width: 459px) {
      .main-new > a:hover .h2 {
        text-decoration: underline; } }
  .main-new > a:hover .data {
    text-decoration: none; }

.section-news {
  margin-top: 16px; }
  .section-news .pagination {
    margin: 24px auto 12px; }

@media only screen and (max-width: 1011px) {
  .section-news aside {
    display: none; } }

.section-news .news .all-news .items {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 36px 0; }
  @media only screen and (max-width: 459px) {
    .section-news .news .all-news .items {
      padding-bottom: 24px; } }

.section-news .news .all-news .day-news {
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  color: #434343;
  margin: 16px 0 8px 0;
  text-transform: capitalize; }
  @media only screen and (max-width: 459px) {
    .section-news .news .all-news .day-news {
      padding-left: 10px;
      padding-bottom: 4px; } }
  .section-news .news .all-news .day-news:first-of-type {
    margin-top: 0; }
    @media only screen and (max-width: 459px) {
      .section-news .news .all-news .day-news:first-of-type {
        margin-top: 6px; } }

.content-guide {
  padding: 8px 0;
  line-height: 120%; }
  .content-guide .guide-text {
    color: #1b1b1b;
    font-size: 14px;
    margin-top: 4px; }

.columns {
  -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; }
  @media only screen and (max-width: 459px) {
    .columns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0px;
      -moz-column-gap: 0px;
      column-gap: 0px; } }
  .columns .item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-bottom: none;
    border-top: 1px solid #e7e7e7; }
    .columns .item.img .img-guide {
      float: left;
      margin: 8px 16px 8px 0; }
    .columns .item.img .content-guide {
      position: relative;
      margin-left: 80px; }
  .columns .category {
    padding-bottom: 0;
    padding-top: 16px;
    line-height: 27px; }
    .columns .category + .item {
      border: none; }
    .columns .category:first-child {
      padding-top: 0; }
  .columns:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 800px) {
      .columns:before {
        width: 100vw;
        left: -10px; } }
  .columns.one-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px; }

.heading-content {
  display: table;
  width: 100%;
  margin: 20px 0 24px; }
  @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: #ffffff; }
          .heading-content .guides-tab-menu .tab-selected.clicked {
            background-color: #244696;
            border-color: #244696; }
            .heading-content .guides-tab-menu .tab-selected.clicked svg {
              fill: #ffffff; } }
    @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: #db0107; }
        @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: #db0107; }
        @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; }

.tags-links {
  word-spacing: -4px; }
  .tags-links .hashtag {
    display: inline-block; }
    .tags-links .hashtag:nth-child(n+10) {
      display: none; }
    @media only screen and (max-width: 800px) {
      .tags-links .hashtag:nth-child(n+8) {
        display: none; } }
    .tags-links .hashtag a {
      word-spacing: normal;
      color: #5a79a5; }

.section .tags .more-show {
  text-align: left;
  padding-left: 0; }

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

.items .item {
  margin: 8px 0;
  border-bottom: 1px solid #e7e7e7; }
  @media only screen and (max-width: 459px) {
    .items .item {
      padding: 0px 10px; }
      .items .item:first-of-type {
        marging-top: 0; }
      .items .item:last-of-type {
        margin-bottom: 27px; } }
  .items .item .data {
    color: #777777;
    margin: 8px 0; }
  .items .item .link {
    line-height: 120%; }
  .items .item .tags {
    margin-top: 16px; }
  .items .item .source {
    font-size: 12px;
    color: #777777;
    line-height: 16px;
    margin-top: 8px; }

@media only screen and (max-width: 459px) {
  .section.news .more-show {
    width: 100%;
    text-align: center;
    padding: 8px 0; }
    .section.news .more-show .button {
      border: none; } }

.section.guides .more-show {
  margin-top: 16px; }

@media only screen and (max-width: 1011px) {
  .section.docs-table .heading-content-title {
    display: table; } }

.section.docs-table .header-icon i {
  display: none; }
  @media only screen and (max-width: 1011px) {
    .section.docs-table .header-icon i {
      display: inline-block; } }

@media only screen and (max-width: 1011px) {
  .section.docs-table .button.orange {
    display: none; } }

@media only screen and (max-width: 1011px) {
  .section.docs-table .button.full-calendar {
    display: none; } }

.section.docs-table table {
  border-collapse: collapse;
  width: 100%;
  border: none; }

@media only screen and (max-width: 459px) {
  .section.docs-table thead {
    display: none; } }

.section.docs-table thead tr {
  border-bottom: 1px solid #e7e7e7; }

.section.docs-table thead td {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #434343; }

.section.docs-table tbody tr {
  border-bottom: 1px solid #e7e7e7; }
  .section.docs-table tbody tr:last-child {
    border-bottom: none; }
  .section.docs-table tbody tr .header {
    font-weight: 700; }
  .section.docs-table tbody tr .events {
    margin-top: 8px; }
    .section.docs-table tbody tr .events li {
      margin-bottom: 8px; }
      .section.docs-table tbody tr .events li i {
        position: relative;
        display: table-cell;
        width: 24px;
        height: 22px;
        float: left; }
        .section.docs-table tbody tr .events li i svg {
          height: 22px;
          width: 16px;
          left: 0px;
          top: 0px;
          fill: #244696;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
          @media only screen and (max-width: 459px) {
            .section.docs-table tbody tr .events li i svg {
              top: 4px; } }
      .section.docs-table tbody tr .events li span {
        display: table-cell;
        vertical-align: top; }

.section.docs-table td {
  border-right: 1px solid #e7e7e7;
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif; }
  @media only screen and (max-width: 459px) {
    .section.docs-table td {
      display: inline-block;
      border-right: 0; } }
  .section.docs-table td:last-child {
    border-bottom: none; }
  .section.docs-table td:first-child {
    width: 150px;
    text-align: center; }
    @media only screen and (max-width: 459px) {
      .section.docs-table td:first-child {
        text-align: left;
        width: 100%;
        padding-bottom: 0; } }
  .section.docs-table td .day {
    color: #777777;
    font-size: 14px; }
    @media only screen and (max-width: 459px) {
      .section.docs-table td .day {
        display: inline-block; } }
  .section.docs-table td .data {
    font-weight: 600;
    font-size: 14px; }
    @media only screen and (max-width: 459px) {
      .section.docs-table td .data {
        display: inline-block;
        color: #777777;
        font-weight: 400; } }
  .section.docs-table td a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: table; }

.search-activated {
  overflow: hidden; }

.bottom-padding {
  padding-bottom: 16px; }

.section .more-show.ln-grad {
  padding-bottom: 32px;
  position: relative; }
  .section .more-show.ln-grad:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    content: '';
    background-image: linear-gradient(-180deg, rgba(238, 238, 238, 0) 0%, #ffffff 63%);
    z-index: 0; }

.b-realty {
  text-align: center; }
  .b-realty a {
    display: block;
    background-image: url("/i/banners/realty/realty.gif");
    background-size: cover;
    height: 80px;
    max-width: 981px;
    width: auto;
    margin: 0 auto; }

.b-realty img {
  object-fit: cover;
  max-width: 100%;
  width: auto;
  height: 80px;
  object-position: 0 0; }

@media only screen and (max-width: 1011px) {
  .sticky-wrapper {
    display: none; } }

/*$green:               #57ab2e;*/
.articles-wrap .progressive-news-text .wrapper-authors-author a {
  border: none !important; }
  .articles-wrap .progressive-news-text .wrapper-authors-author a:hover, .articles-wrap .progressive-news-text .wrapper-authors-author a:active {
    opacity: 0.86;
    border: none !important; }

.wrapper-author {
  padding: 16px;
  width: 100%; }
  .wrapper-author:last-of-type:not(:nth-child(even)) {
    width: 100%; }
  @media (min-width: 640px) {
    .wrapper-author {
      width: 50%; } }

.wrapper-authors {
  margin: 40px 0 24px;
  border-top: 2px solid #C72A1F;
  border-bottom: 1px solid #EBEBEB;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-wrap: wrap; }
  .wrapper-authors .author-title--checked {
    position: relative;
    padding-left: 20px; }
    .wrapper-authors .author-title--checked::after {
      content: "";
      position: absolute;
      display: block;
      border-color: #239c13;
      border-style: solid;
      border-width: 0 1px 1px 0;
      height: 10px;
      left: 5px;
      bottom: 5px;
      transform: rotate(45deg);
      transform-origin: right center;
      width: 4px; }
  .wrapper-authors-author {
    display: flex;
    flex-direction: column;
    padding-top: 12px; }
    @media (min-width: 640px) {
      .wrapper-authors-author {
        flex-direction: row; } }
  .wrapper-authors-name {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
    color: #111512; }
  .wrapper-authors-details {
    font-size: 14px;
    margin-bottom: 8px; }
    @media (min-width: 640px) {
      .wrapper-authors-details {
        margin-bottom: 5px; } }
  .wrapper-authors-position {
    color: #C72A1F;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    display: block; }
    .wrapper-authors-position::first-letter {
      text-transform: uppercase; }
  .wrapper-authors-ava {
    border-radius: 50%;
    width: 56px;
    min-width: 56px;
    height: 56px;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 16px; }
    .wrapper-authors-ava img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .wrapper-authors-content {
    font-size: 14px;
    line-height: 24px; }
  .wrapper-authors-link {
    width: auto;
    flex-basis: auto;
    display: inline-block; }
  .wrapper-authors-socials {
    display: flex;
    margin: 0 -6px; }

.articles-wrap .progressive-news-text a.wrapper-authors-social, a.wrapper-authors-social {
  height: 38px;
  width: 38px;
  min-width: 38px;
  text-decoration: none;
  border-bottom: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease; }
  @media (min-width: 640px) {
    .articles-wrap .progressive-news-text a.wrapper-authors-social, a.wrapper-authors-social {
      height: 32px;
      width: 32px;
      min-width: 32px; } }
  .articles-wrap .progressive-news-text a.wrapper-authors-social svg, a.wrapper-authors-social svg {
    height: 24px;
    width: 24px;
    min-width: 24px; }
  .articles-wrap .progressive-news-text a.wrapper-authors-social:hover, a.wrapper-authors-social:hover {
    text-decoration: none;
    border-bottom: none !important;
    opacity: 0.7; }
  .articles-wrap .progressive-news-text a.wrapper-authors-social:not(:last-child), a.wrapper-authors-social:not(:last-child) {
    margin-right: 2px; }
  @media (min-width: 640px) {
    .articles-wrap .progressive-news-text a.wrapper-authors-social:not(:last-child), a.wrapper-authors-social:not(:last-child) {
      margin-right: 8px; } }

body {
  min-width: 100% !important;
  width: 100%; }

body {
  font-family: "Roboto", sans-serif;
  color: #2d2d2d; }
  body .progressive-news-text {
    font-family: 'Roboto', sans-serif; }
  body .t-brd {
    margin-bottom: 4px; }
  body [data-bn-slot="bn-slot-content-1-a"] {
    text-align: center; }
  body .c-forum {
    vertical-align: top; }
    body .c-forum .news-head {
      margin-bottom: 0; }
    body .c-forum .h1 {
      margin-top: 16px; }
    body .c-forum p {
      margin: 16px 0; }
    body .c-forum .service-information3 {
      padding-bottom: 24px; }
  body .c-forum .editor-admin span {
    display: none; }
  body .c-arhive {
    padding-left: 40px;
    vertical-align: top; }
    @media only screen and (max-width: 799px) {
      body .c-arhive {
        padding-left: 0; } }
    body .c-arhive .h2 {
      font-size: 18px;
      margin-bottom: 8px; }
    body .c-arhive .calendar {
      box-shadow: none;
      border: 1px solid #e7e7e7; }
  body .mfz-page-wrap {
    background: #fff !important; }
  @media only screen and (min-width: 1026px) {
    body main.mfz-section {
      padding: 0;
      background: #f7f7f7 !important; }
      body main.mfz-section .mfz-container {
        padding: 10px 20px 0;
        background: #fff !important; }
    body .social_container {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
      right: 0;
      flex: 1; }
    body .articles-wrap figure {
      display: block;
      margin: 0 0 40px 66px;
      position: relative;
      clear: both; }
    body .articles-wrap .expert-block {
      margin: 24px auto 40px;
      width: 600px; }
      body .articles-wrap .expert-block + p, body .articles-wrap .expert-block + p + p {
        margin: 24px auto 40px;
        width: 700px;
        padding-left: 304px;
        margin-left: 0 !important; }
    body .progressive-news-content > p, body .progressive-news-content > .h1, body .progressive-news-content > .news-head, body .progressive-news-content > h2, body .progressive-news-content > h3, body .progressive-news-content > h4, body .progressive-news-content > h5, body .progressive-news-content > h6, body .progressive-news-content > span, body .progressive-news-content > a, body .progressive-news-content > ul, body .progressive-news-content ol {
      margin-left: auto !important;
      margin-right: auto !important;
      width: 600px; }
    body .progressive-news-text > p, body .progressive-news-text > h2, body .progressive-news-text > h3, body .progressive-news-text > h4, body .progressive-news-text > h5, body .progressive-news-text > h6, body .progressive-news-text > span, body .progressive-news-text > a, body .progressive-news-text > ul, body .progressive-news-text ol, body .progressive-news-text > div {
      margin-left: auto !important;
      margin-right: auto !important;
      width: 600px; }
    body .progressive-news-text p img {
      margin: 0 24px 8px 0 !important; } }
  body blockquote {
    margin: 24px auto 40px !important;
    width: 600px; }
    body blockquote p {
      width: auto !important; }

/*.progressive-news-content {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 60px;
}*/
main.mfz-section .mfz-container {
  margin-top: 0px;
  padding: 10px 20px 0;
  background: #fff !important; }
  @media only screen and (max-width: 799px) {
    main.mfz-section .mfz-container {
      padding: 10px 0 0; } }

p iframe {
  margin: 0 -25px 0; }

.social_container {
  right: 2px;
  flex: 1;
  margin-left: 16px; }

.articles-wrap figure {
  display: block;
  margin: 0 0 40px 8px;
  position: relative; }
  .articles-wrap figure .pull-right {
    right: 8px; }
  .articles-wrap figure figcaption span {
    width: 80%; }

.articles-wrap .expert-block + p,
.articles-wrap .expert-block + p + p {
  margin: 24px 40px 40px 0px !important;
  width: auto;
  padding-left: 175px; }

.heading-content-attrs .item {
  padding-left: 14px;
  position: relative; }
  .heading-content-attrs .item i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 16px; }
  .heading-content-attrs .item.editor-admin * {
    pointer-events: none; }

.articles-wrap {
  margin-top: 10px; }
  .articles-wrap .h1 {
    margin: 26px 0 16px; }
  .articles-wrap h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 24px;
    margin-top: 40px; }
  .articles-wrap b, .articles-wrap strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 600; }
  .articles-wrap h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #2d2d2d;
    font-family: 'Raleway', sans-serif;
    font-weight: 600; }
  .articles-wrap p {
    line-height: 1.6em;
    font-size: 17px;
    margin-bottom: 32px; }
  .articles-wrap .anons p, .articles-wrap .anons a, .articles-wrap .anons b {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: normal; }
    @media only screen and (max-width: 799px) {
      .articles-wrap .anons p, .articles-wrap .anons a, .articles-wrap .anons b {
        font-size: 19px; } }
  .articles-wrap .main-column {
    margin-right: 20px;
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    float: left; }
  .articles-wrap .aside {
    display: block;
    float: right;
    width: 300px; }
  .articles-wrap .heading-content-attrs.with-comment {
    display: block;
    text-align: left;
    position: relative;
    margin-left: 230px;
    margin-top: -1px; }
  .articles-wrap .heading-content {
    margin-bottom: 16px;
    font-size: 14px; }
    .articles-wrap .heading-content .write-comments .button {
      display: inline-block;
      list-style-type: none;
      vertical-align: middle;
      height: 40px;
      color: #b1b1b1;
      background: #fff;
      border: 1px solid #ebebeb;
      text-align: center;
      padding: 0 8px;
      position: relative;
      z-index: 5;
      margin-left: 16px;
      font-weight: normal; }
      .articles-wrap .heading-content .write-comments .button:hover, .articles-wrap .heading-content .write-comments .button:focus {
        text-decoration: none;
        color: #86888b; }
    .articles-wrap .heading-content .data {
      letter-spacing: 0.2px;
      color: #b1b1b1;
      font-size: 14px;
      position: relative;
      margin-right: 16px; }
    .articles-wrap .heading-content .editor-admin .ico-svg {
      width: 18px;
      height: 16px;
      margin-top: 2px; }
    .articles-wrap .heading-content .editor-admin:hover {
      text-decoration: none; }
    .articles-wrap .heading-content .editor-admin:hover .ico-svg {
      fill: #db0107; }
    .articles-wrap .heading-content .comments, .articles-wrap .heading-content .views {
      color: #b1b1b1; }
      .articles-wrap .heading-content .comments svg, .articles-wrap .heading-content .views svg {
        fill: #ccc; }
    .articles-wrap .heading-content .ico-comment {
      margin-top: 2px;
      height: 16px;
      width: 16px; }
    .articles-wrap .heading-content .ico-views {
      margin-top: 0px;
      height: 16px;
      width: 16px; }
    .articles-wrap .heading-content .social-share {
      display: inline-block; }
    .articles-wrap .heading-content .read-ua {
      display: inline-block;
      padding-bottom: 0px;
      border-bottom: 1px solid #a7b7dd;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 2px 0 0 0px; }
      .articles-wrap .heading-content .read-ua:focus, .articles-wrap .heading-content .read-ua:active, .articles-wrap .heading-content .read-ua:hover {
        text-decoration: none;
        border-color: #db0107;
        color: #db0107; }
  .articles-wrap .news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .articles-wrap .news-head .heading-content-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .articles-wrap .news-head .heading-content-title .header-info_attrs {
        margin-left: auto;
        margin-right: 0px; }
      .articles-wrap .news-head .heading-content-title .data-label {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        color: #b1b1b1; }
        .articles-wrap .news-head .heading-content-title .data-label.ellipsis {
          white-space: nowrap;
          overflow: hidden;
          max-width: 98px;
          text-overflow: ellipsis;
          display: inline-block;
          vertical-align: middle; }
          @media only screen and (max-width: 799px) {
            .articles-wrap .news-head .heading-content-title .data-label.ellipsis {
              max-width: 100%; } }
      .articles-wrap .news-head .heading-content-title.is-flex {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .articles-wrap .news-head .heading-content-attrs {
      margin-left: auto;
      display: block; }
    @media only screen and (max-width: 799px) {
      .articles-wrap .news-head {
        display: block; }
        .articles-wrap .news-head .editor-admin span {
          display: inline-block !important; }
        .articles-wrap .news-head .heading-content-title {
          display: block; }
          .articles-wrap .news-head .heading-content-title .header-info_attrs {
            margin: 10px 0; } }
  .articles-wrap .for-admin {
    margin-top: 0px; }
  .articles-wrap ol li, .articles-wrap ul li {
    margin: 12px 0 12px 16px;
    line-height: 1.6em;
    font-size: 17px; }
  .articles-wrap ul {
    margin: 24px 0;
    list-style-position: outside;
    list-style-type: disc; }
  .articles-wrap ol {
    margin: 24px 0;
    counter-reset: li;
    padding-left: 0;
    list-style-position: inside; }
  .articles-wrap ol li {
    list-style: none;
    position: relative;
    padding: 0px 8px;
    margin-left: 28px;
    clear: both; }
    .articles-wrap ol li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 0px;
      left: -2em;
      width: 24px;
      height: 24px;
      margin-right: 8px;
      color: #2d2d2d;
      font-family: "Roboto", Arial, sans-serif;
      text-align: center;
      font-size: 14px;
      line-height: 24px;
      border: 1px solid #2d2d2d;
      border-radius: 50%; }
  .articles-wrap .post-source {
    color: #b1b1b1;
    font-size: 16px;
    margin: 32px 0 40px; }
    .articles-wrap .post-source a {
      color: #b1b1b1;
      font-size: 16px;
      text-decoration: underline;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .articles-wrap .post-source a:hover {
        color: #db0107; }
  .articles-wrap .figure-wrapper {
    display: flex;
    margin-top: 24px; }
  .articles-wrap figure {
    display: block;
    margin: 0 0 40px;
    position: relative;
    width: 100%; }
    .articles-wrap figure .pull-right {
      float: right;
      width: 40px; }
    .articles-wrap figure .img-wrap {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .articles-wrap figure .img-wrap_content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .articles-wrap figure img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 688px) {
        .articles-wrap figure img {
          width: 100%; } }
    .articles-wrap figure figcaption {
      margin-top: 16px; }
      .articles-wrap figure figcaption span {
        color: #b1b1b1;
        display: block;
        width: 70%;
        text-align: left;
        font-size: 17px;
        margin-top: 0;
        line-height: 1.4;
        font-family: 'EB Garamond', serif; }
  .articles-wrap .expert-block {
    width: 100%;
    float: none;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 40px; }
    .articles-wrap .expert-block img {
      float: left;
      width: 130px;
      height: 130px; }
    .articles-wrap .expert-block .bold {
      font-family: 'Raleway', sans-serif;
      font-size: 21px;
      color: #2d2d2d;
      position: relative;
      margin-left: 148px;
      margin-bottom: 8px; }
      .articles-wrap .expert-block .bold b {
        padding-top: 16px !important;
        display: inline-block; }
    .articles-wrap .expert-block .grey {
      font-size: 17px;
      color: #777777;
      position: relative;
      margin-left: 148px;
      margin-top: 4px;
      margin-bottom: 24px;
      display: block; }
      .articles-wrap .expert-block .grey b {
        font-weight: 400; }
    .articles-wrap .expert-block + p > b {
      color: #777777;
      font-weight: 400; }
      .articles-wrap .expert-block + p > b + a {
        display: block;
        margin: 8px 0 0 0; }
    .articles-wrap .expert-block + p, .articles-wrap .expert-block + p + p {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 148px;
      width: 100%; }
      @media only screen and (max-width: 688px) {
        .articles-wrap .expert-block + p, .articles-wrap .expert-block + p + p {
          margin-left: 0;
          padding-left: 0; } }
  .articles-wrap blockquote {
    margin: 40px 0;
    padding: 3px 0 3px 24px;
    border-left: 2px solid #db0107; }
    .articles-wrap blockquote * {
      margin: 0 !important;
      font-family: 'EB Garamond', serif !important;
      font-weight: normal !important;
      font-size: 20px !important;
      line-height: 1.4 !important;
      font-style: normal !important; }
  .articles-wrap .mfin-msharing-trigger {
    position: relative;
    display: block; }
  .articles-wrap .mfin-msharing-trigger.icon-share:before {
    display: none; }
  .articles-wrap a {
    color: #244696; }
  .articles-wrap .progressive-news-text a, .articles-wrap .progressive-news-text a:active {
    color: #244696 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #a7b7dc !important; }
  .articles-wrap .progressive-news-text a.autolink, .articles-wrap .progressive-news-text a.autolink:visited {
    color: #2d2d2d !important;
    border-bottom: 1px solid #919191 !important; }
  .articles-wrap .progressive-news-text a.autolink:hover, .articles-wrap .progressive-news-text a:hover {
    text-decoration: none !important;
    color: #db0107 !important;
    border-bottom: 1px solid #db0107 !important; }

.aside-pull-left-block {
  clear: both; }

.aside-pull-right-block {
  text-align: center;
  width: 300px;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 799px) {
    .aside-pull-right-block {
      width: 100%; } }

.progressive-news-content p > img, .progressive-news-content a > img {
  max-width: 100%;
  height: auto !important; }

div[data-bn-slot="bn-slot-buttom-bonus"] {
  margin: 0 -5px !important;
  text-align: center; }
  div[data-bn-slot="bn-slot-buttom-bonus"] > div {
    margin: 8px 0; }

@media only screen and (max-width: 1011px) {
  .articles-wrap .main-column {
    margin-right: 0;
    width: 100%;
    float: none; }
  .articles-wrap .aside {
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    /*    .mfm-aside-all-news {
      margin-top: 0px;
    }*/ }
    .articles-wrap .aside .subscribe_desc-version {
      float: left !important;
      margin-bottom: 0 !important; } }

@media only screen and (min-width: 1011px) {
  .subscribe_tab-version, .subscribe_mob-version {
    display: none; }
  .subscribe_desc-version {
    display: block; } }

@media only screen and (max-width: 799px) {
  .maybe-mrg {
    float: none;
    margin: 15px 0; }
  body[data-page="new"] .mfz-page-wrap.mfz-section {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff !important; }
  body[data-page="new"] .social-likes__widget .comments {
    height: 50px;
    width: 50px;
    margin-bottom: 16px;
    margin-left: 0px;
    padding: 0;
    text-align: center; }
    body[data-page="new"] .social-likes__widget .comments svg {
      width: 19px;
      height: 16px; }
  body[data-page="new"] .social-vertical .social-likes__counter {
    width: 50px; }
  body[data-page="new"] .social-likes__widget .comments span {
    padding-top: 15px; }
  body[data-page="new"] main.mfz-section {
    padding: 0; }
  body[data-page="new"] .progressive-news-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
    body[data-page="new"] .progressive-news-content p, body[data-page="new"] .progressive-news-content .h1, body[data-page="new"] .progressive-news-content .news-head {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  body[data-page="new"] blockquote {
    padding: 16px 0;
    border-left: none;
    border-top: 2px solid #db0107;
    border-bottom: 2px solid #db0107;
    width: 100%; }
  body[data-page="new"] .articles-wrap figure {
    margin: 0 0 40px; }
  body[data-page="new"] .articles-wrap {
    margin-top: 0; }
    body[data-page="new"] .articles-wrap p {
      overflow-x: auto; }
    body[data-page="new"] .articles-wrap .mfm-aside-all-news {
      margin: 40px -15px 0;
      padding: 20px 20px 0 20px; }
      body[data-page="new"] .articles-wrap .mfm-aside-all-news .more-show {
        margin: 0 -20px; }
      body[data-page="new"] .articles-wrap .mfm-aside-all-news_header {
        text-align: center;
        margin-top: -34px; }
        body[data-page="new"] .articles-wrap .mfm-aside-all-news_header .h2 {
          display: inline-block;
          background: #ffffff;
          padding: 0 40px; }
    body[data-page="new"] .articles-wrap .expert-block img {
      float: none;
      margin: 0 auto;
      display: block; }
    body[data-page="new"] .articles-wrap .expert-block .bold {
      margin: 20px 0 10px;
      text-align: center; }
    body[data-page="new"] .articles-wrap .expert-block .grey {
      margin-left: 0;
      text-align: center;
      position: relative;
      padding-bottom: 24px !important;
      border-bottom: 2px solid #db0107; }
      body[data-page="new"] .articles-wrap .expert-block .grey:after {
        content: '';
        position: absolute;
        width: 21px;
        height: 14px;
        background: url(/i/redesign/layouts/mfn-business-icon-arrow.svg) no-repeat 68.966% 0 #fff;
        background-size: 68px;
        bottom: -9px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -moz-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg); }
    body[data-page="new"] .articles-wrap .expert-block + p > b {
      margin-left: 0;
      text-align: center;
      position: relative;
      padding-bottom: 24px !important;
      border-bottom: 2px solid #db0107;
      display: block; }
      body[data-page="new"] .articles-wrap .expert-block + p > b:after {
        content: '';
        position: absolute;
        width: 21px;
        height: 14px;
        background: url(/i/redesign/layouts/mfn-business-icon-arrow.svg) no-repeat 68.966% 0 #fff;
        background-size: 68px;
        bottom: -9px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -moz-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg); }
    body[data-page="new"] .articles-wrap .expert-block + p {
      clear: both; }
  body[data-page="new"] .articles-wrap .expert-block + p,
  body[data-page="new"] .articles-wrap .expert-block + p + p {
    padding-left: 0px; }
  body[data-page="new"] .heading-content {
    padding: 0; }
    body[data-page="new"] .heading-content-attrs, body[data-page="new"] .heading-content-title {
      display: block;
      text-align: left; }
      body[data-page="new"] .heading-content-attrs .item, body[data-page="new"] .heading-content-title .item {
        padding-right: 18px;
        padding-left: 0; }
  body[data-page="new"] .articles-wrap .soc-widget {
    width: 100%;
    float: none; }
    body[data-page="new"] .articles-wrap .soc-widget .social-likes_notext .social-likes__widget {
      margin-right: 4px;
      margin-left: 0; }
  body[data-page="new"] .articles-wrap .heading-content-attrs.with-comment {
    margin-left: 0;
    margin-top: 16px; }
  body[data-page="new"] .articles-wrap figure figcaption span {
    width: 100%;
    font-size: 19px; }
  body[data-page="new"] .social-likes_notext .social-likes__button {
    height: 50px;
    width: 50px;
    margin-bottom: 0px;
    margin-left: 0px; }
  body[data-page="new"] .social_container {
    right: -8px;
    margin-right: 8px; }
  body[data-page="new"] .heading-content .write-comments .button {
    height: 52px;
    line-height: 52px;
    margin-left: 2px;
    margin-bottom: 0px; }
  body[data-page="new"] .social-likes__counter {
    line-height: 50px;
    height: 50px; }
  body[data-page="new"] .social-vertical .social-likes__counter {
    line-height: 2;
    height: auto; } }

@media only screen and (min-width: 688px) and (max-width: 1011px) {
  .aside-pull-right-block {
    float: right;
    position: relative;
    top: 175px; }
  .aside-pull-left-block {
    position: relative;
    margin-right: 0;
    width: 50%;
    margin-left: 0;
    clear: none;
    top: 189px;
    margin-bottom: 180px; }
  body[data-page="new"] .articles-wrap .mfm-aside-all-news {
    margin: 40px 0px 0; }
  .articles-wrap .aside .subscribe_desc-version {
    position: absolute;
    top: 0; } }

.pull-left {
  float: left; }
  .pull-left .js-ad-aside {
    width: 300px; }

.pull-right {
  float: right; }

.progressive-news-text table {
  margin-bottom: 36px;
  width: 100% !important;
  overflow-x: auto;
  font-size: 13px; }
  @media only screen and (max-width: 688px) {
    .progressive-news-text table {
      display: block; } }

.progressive-news-text table th {
  font-weight: bold; }

.progressive-news-text table td {
  padding: 4px 2px;
  border: 1px solid #e7e7e7; }

.progressive-news-text table tr:nth-child(odd) {
  background-color: #f5f7f8; }

.social-likes__widget .comments {
  width: 40px;
  border: none;
  min-height: 40px;
  height: auto;
  padding: 0px;
  text-align: center; }
  .social-likes__widget .comments .ico-comment {
    display: block;
    position: relative;
    height: 15px; }
  .social-likes__widget .comments span {
    display: block;
    color: #86888b;
    font-family: 'Raleway', sans-serif;
    line-height: 2;
    padding-top: 8px;
    font-weight: 400; }
  .social-likes__widget .comments svg {
    width: 14px;
    height: 14px;
    fill: #86888b;
    transition: fill .25s;
    position: relative;
    margin-left: -27px; }
  .social-likes__widget .comments:hover {
    background: transparent;
    border-color: #ebebeb;
    color: #86888b;
    text-decoration: none; }
    .social-likes__widget .comments:hover svg {
      fill: #db0107; }

.social-likes_notext .social-likes__widget span {
  pointer-events: none; }

.social_container {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  right: -16px;
  flex: 1;
  margin-right: 16px; }
  .social_container svg {
    width: 14px;
    height: 14px;
    fill: #86888b;
    transition: fill .25s;
    pointer-events: none; }
    .social_container svg > * {
      pointer-events: none; }

#gotoComment {
  position: relative; }

.follow-comment {
  position: absolute;
  top: 29px;
  right: 15px;
  font-size: 14px;
  width: 70%;
  text-align: right;
  z-index: 1; }
  .follow-comment .link {
    border-bottom: 1px solid #a7b7dd;
    color: #244696;
    padding-bottom: 2px;
    font-size: 14px;
    cursor: pointer;
    margin-top: -2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .follow-comment .link:hover {
      color: #db0107;
      border-bottom-color: #db0107; }

@media only screen and (max-width: 730px) {
  .follow-comment {
    position: relative;
    top: 50px;
    right: inherit;
    left: 5px;
    width: 100%;
    text-align: left; }
    .follow-comment .link {
      top: -10px;
      position: relative; }
  .comment-list .all-comments h2.subb {
    padding-top: 52px; }
    .comment-list .all-comments h2.subb[data-et="chat"] {
      padding-top: 24px; } }

.ad-label-wrap {
  position: relative;
  display: inline-block;
  width: 28px;
  margin-right: 6px; }
  .ad-label-wrap i {
    display: inline-block; }
  .ad-label-wrap .ico-reclama {
    margin-top: 0px;
    height: auto;
    width: 28px;
    fill: #ccc; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes rotate-inside {
  0% {
    stroke-dashoffset: 180; }
  50% {
    stroke-dashoffset: 45;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 180;
    transform: rotate(450deg); } }

#loader-icon {
  display: none; }

.loader-icon {
  display: block;
  margin: 20px auto;
  width: 65px;
  height: 65px;
  animation: rotate 1.4s linear infinite; }
  .loader-icon .loader-icon-circle {
    fill: none;
    stroke-width: 6;
    stroke: #cbdaf4;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: rotate-inside 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

.alertWnd {
  position: fixed;
  z-index: 99999;
  right: 10px;
  top: 30px;
  width: 400px;
  border: 1px solid #988;
  padding: 12px;
  text-align: center;
  font-size: 87%;
  background-color: #fffb8f; }

.alertWnd .close {
  float: right;
  border: 1px solid #988;
  color: #766;
  cursor: pointer;
  margin: -6px -6px 0 0;
  line-height: 10px;
  font-size: 10px;
  display: block;
  width: 10px;
  height: 10px;
  text-align: center;
  font-family: Lucida Console,Courier New, monospace; }

.noticeWnd {
  margin-bottom: 10px;
  width: 208px;
  border: 3px double #988;
  padding: 12px;
  text-align: center;
  font-size: 87%; }

.noticeWnd .close {
  float: right;
  border: 1px solid #988;
  color: #766;
  padding: 0 2px;
  cursor: pointer;
  margin: -6px -6px 0 0;
  line-height: 10px;
  font-size: 10px;
  font-size: 10px; }

.errorWnd {
  position: fixed;
  z-index: 99999;
  right: 13px;
  bottom: 10px;
  width: 220px;
  border: 3px double #988;
  padding: 12px;
  text-align: center;
  font-size: 87%; }

.errorWnd .close {
  float: right;
  border: 1px solid #988;
  color: #766;
  padding: 0 2px;
  cursor: pointer;
  margin: -6px -6px 0 0;
  line-height: 10px;
  font-size: 10px; }

.errorWnd.errorTop {
  bottom: auto;
  top: 10px; }

body[data-style="article forum"] .mfz-section.mfz-footer .scroll-top-btn {
  display: none !important; }

.mfz-page-wrap {
  overflow: visible !important; }

.articles-wrap {
  display: flex;
  flex-wrap: wrap; }

.progressive-news__chips {
  margin: 24px auto 20px;
  max-width: 600px; }

ul.news-chips li {
  margin: 0 4px 4px 0; }

@media only screen and (max-width: 800px) {
  .articles-wrap {
    flex-direction: column; } }

.news .heading-content-title h1 {
  margin-right: 16px; }

.news-tabs {
  margin: 0 -8px; }
  .news-tabs--item {
    font-size: 16px;
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    min-width: 32px;
    padding: 0px 8px;
    margin: 0;
    border: 1px solid transparent;
    text-decoration: none; }
    .news-tabs--item.now {
      margin: 0 2px;
      border: 1px solid #cbdaf4;
      color: #244696;
      font-weight: bold; }
    .news-tabs--item-link {
      color: #244696;
      cursor: pointer;
      font-family: 'Roboto',sans-serif;
      line-height: 20px;
      padding: 6px 0;
      display: block; }

.pager {
  margin: 24px auto;
  text-align: center;
  width: 100%;
  display: inline-block; }
  .pager-link {
    display: block;
    float: left;
    transition: color 0.3s ease; }
    .pager-link svg {
      transition: color 0.3s ease; }
    .pager-link:hover {
      text-decoration: none;
      color: #db0107; }
      .pager-link:hover svg {
        fill: #db0107; }
    .pager-link span {
      position: relative;
      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;
      background: transparent; }
      @media only screen and (max-width: 480px) {
        .pager-link span {
          font-size: 13px;
          min-width: 12px; } }
  .pager .cur {
    display: block;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    float: left;
    padding: 0px 8px; }
    @media only screen and (max-width: 480px) {
      .pager .cur {
        font-size: 13px; } }

.newsListAsside {
  top: 25px; }
  .newsListAsside .calendar {
    padding: 15px 18px 18px;
    width: 300px; }

.news-list {
  min-height: 320px; }

.newsListAsside div {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media only screen and (max-width: 1011px) {
  .section-news .newsListAsside {
    display: block; } }

.articles .items {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap; }

.articles .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  width: 100%; }
  .articles .item .link {
    margin-left: 0px !important; }

.articles .thumbnail {
  width: 60px;
  height: 40px;
  overflow: hidden;
  margin-right: 4px; }
  .articles .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media only screen and (min-width: 481px) {
  .articles .news .item .link {
    width: calc(100% - 142px); } }

@media only screen and (max-width: 480px) {
  .articles .item {
    flex-flow: row wrap; }
  .articles .data {
    width: 100% !important;
    float: none !important; }
  .articles .thumbnail {
    margin: 4px 0; } }

@media only screen and (max-width: 330px) {
  .newsListAsside .calendar {
    margin: 0 -10px !important;
    margin-top: -20px !important; }
  .pager {
    margin-bottom: 0; } }

.calendar {
  box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.3);
  border: 1px solid #dcdcdc;
  background: #FFFFFF;
  border-radius: 6px;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 25px;
  margin-top: 15px;
  padding-top: 15px;
  z-index: 99;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 311px;
  display: inline-block; }
  .calendar .month {
    -moz-border-radius: 0px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 74%;
    text-align: center;
    background: none;
    padding: 1px;
    margin-right: 2px;
    border: none; }
    .calendar .month a {
      top: 14px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: none !important;
      cursor: pointer;
      height: 10px !important;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      outline: medium none currentColor;
      overflow: hidden;
      position: relative;
      text-indent: 100%;
      white-space: nowrap;
      width: 10px !important;
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 4px; }
      .calendar .month a.l-lnk {
        float: left;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }
      .calendar .month a.r-lnk {
        float: right;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    .calendar .month span {
      display: block;
      padding: 4px 14px 5px 14px;
      color: #333333;
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 16px;
      line-height: 30px;
      font-weight: normal;
      width: auto; }
  .calendar .day,
  .calendar .date {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 31px;
    border-radius: 3px;
    color: #666666;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 31px;
    line-height: 31px;
    background: transparent;
    margin: 6px 6px 0 0;
    font-size: 14px;
    font-weight: lighter;
    border: none; }
    .calendar .day.today,
    .calendar .date.today {
      background: #f5a623 !important;
      color: #fff !important; }
      .calendar .day.today a,
      .calendar .date.today a {
        color: #fff !important; }
  .calendar .day {
    font-weight: bold; }
  .calendar .date:hover {
    background: #f5a623 !important;
    color: #fff !important; }
    .calendar .date:hover a {
      color: #fff !important; }

.mfm-header--head .bottom-head {
  font-family: 'Roboto';
  font-size: 21px;
  line-height: 25px;
  color: #2b2b2b; }

.mfm-header--head .top-head {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 20px;
  color: #727272; }

form b {
  font-family: 'Roboto';
  font-size: 14px;
  color: #2b2b2b;
  font-weight: bold; }

form dt a {
  color: #2b76cc;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto Regular", sans-serif;
  line-height: 18px; }

form #pollsubmit {
  margin-right: 10px;
  background: #f39c11;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  display: block;
  /* width: 100%; */
  text-align: center;
  font-family: 'Roboto Bold';
  font-size: 16px;
  color: #ffffff;
  border: none;
  padding: 0 20px !important; }

.head .currency a {
  color: #2b76cc;
  cursor: pointer;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 29px; }

.head dd.currency.active {
  background: #d52d28;
  border-radius: 4px;
  color: #fff;
  line-height: 29px;
  font-family: 'Roboto';
  font-size: 16px; }

table.newspage a {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Roboto Bold"; }

.mfm-header--head {
  margin-bottom: 16px; }

.newspage td.title img {
  display: block;
  float: left;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  width: 88px; }

.newspage .news-content {
  padding-left: 98px; }
  .newspage .news-content .date {
    font-size: 13px;
    color: #9e9e9e;
    margin: 0px;
    float: none;
    display: block; }
  .newspage .news-content .news-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif; }
  .newspage .news-content .news-text {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px; }

@media only screen and (min-width: 800px) and (max-width: 1100px), only screen and (max-width: 699px) {
  .col-md-4.col-sm-8 {
    width: 100%; }
  .head {
    margin-top: 16px; }
  .calendar {
    display: block; }
  .statistic-block {
    max-width: 360px;
    margin: auto; } }

@media only screen and (max-width: 479px) {
  .calendar {
    width: 286px;
    padding: 16px; }
    .calendar .day,
    .calendar .date {
      margin: 4px 4px 0 0; }
  .head dd.currency.active,
  .head .currency a {
    font-size: 13px; }
  .mfm-header--head {
    padding-top: 16px; }
  table.newspage .news-img {
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: center; }
    table.newspage .news-img img {
      float: none;
      margin: auto; }
  table.newspage .news-content {
    padding: 0; }
    table.newspage .news-content .date {
      text-align: center; } }

body .js-connect {
  cursor: pointer; }

body:after {
  content: "";
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

body.mask:after {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 104; }

.success-modal-title-block, .modal-title-block {
  position: relative;
  width: 100%;
  display: inline-block; }

.success-modal-title, .modal-title {
  font-family: roboto,sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
  width: auto;
  line-height: 16px; }

.success-modal-close, .modal-close {
  position: relative;
  display: block;
  float: right;
  width: 18px;
  height: 18px; }
  .success-modal-close span, .modal-close span {
    pointer-events: none; }

.success-modal-close-line, .modal-close-line {
  width: 1px;
  height: 22px;
  position: absolute;
  top: 0;
  background: #2d2d2d; }

.success-modal-close-line-left, .modal-close-line-left {
  left: 8px;
  transform: rotate(-45deg); }

.success-modal-close-line-right, .modal-close-line-right {
  right: 9px;
  transform: rotate(45deg); }

.success-modal.modal-show,
.modal.modal-show,
.modal-bonus.modal-show {
  top: 50%;
  z-index: 1005; }

.success-modal,
.modal-bonus {
  width: 300px;
  height: auto;
  position: fixed;
  top: -100%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  background: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  .success-modal-title,
  .modal-bonus-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 16px;
    float: left;
    line-height: 16px; }
    .success-modal-title-block,
    .modal-bonus-title-block {
      position: relative;
      width: 100%;
      display: inline-block; }
  .success-modal-close,
  .modal-bonus-close {
    position: relative;
    display: block;
    float: right;
    width: 18px;
    height: 18px; }
    .success-modal-close-line,
    .modal-bonus-close-line {
      width: 1px;
      height: 22px;
      position: absolute;
      top: 0;
      background: #2d2d2d; }
      .success-modal-close-line-left,
      .modal-bonus-close-line-left {
        left: 8px;
        transform: rotate(-45deg); }
      .success-modal-close-line-right,
      .modal-bonus-close-line-right {
        right: 9px;
        transform: rotate(45deg); }
  .success-modal .form-control,
  .modal-bonus .form-control {
    width: 100%;
    display: block;
    border: 1px solid #e7e7e7;
    padding: 14px 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 16px;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .success-modal .form-control:focus, .success-modal .form-control:active,
    .modal-bonus .form-control:focus,
    .modal-bonus .form-control:active {
      outline: none;
      border-color: #000; }
  .success-modal .form-group,
  .modal-bonus .form-group {
    position: relative;
    margin-bottom: 16px;
    width: 100%; }
    .success-modal .form-group .mfn-confirm,
    .modal-bonus .form-group .mfn-confirm {
      font-size: 13px;
      line-height: 1; }
  .success-modal .placeholder,
  .modal-bonus .placeholder {
    font-size: 14px;
    color: #777777;
    line-height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 1;
    margin-top: -8px;
    font-family: "Roboto", sans-serif; }
  .success-modal .asterisc,
  .modal-bonus .asterisc {
    color: #ff0000;
    padding-left: 3px; }
  .success-modal .success-modal-close-btn,
  .success-modal .btn-submit,
  .modal-bonus .success-modal-close-btn,
  .modal-bonus .btn-submit {
    width: 100%;
    background: #ff7500;
    border: none;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    font-size: 16px; }
    .success-modal .success-modal-close-btn:focus, .success-modal .success-modal-close-btn:active,
    .success-modal .btn-submit:focus,
    .success-modal .btn-submit:active,
    .modal-bonus .success-modal-close-btn:focus,
    .modal-bonus .success-modal-close-btn:active,
    .modal-bonus .btn-submit:focus,
    .modal-bonus .btn-submit:active {
      outline: none; }
  .success-modal .form-control.inpError,
  .modal-bonus .form-control.inpError {
    border-color: #ff0000; }
  .success-modal .error-blloon,
  .modal-bonus .error-blloon {
    position: absolute;
    top: -7px;
    right: 10px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ff0000;
    background: linear-gradient(to top, #fff, #fff);
    line-height: 14px;
    -webkit-animation: fadeInRight .3s ease-out;
    animation: fadeInRight .3s ease-out; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.success-modal-h3 {
  font-family: "Raleway";
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 12px;
  line-height: 22px; }

.success-modal-close-btn {
  text-align: center; }

.success-modal-text {
  font-family: "Roboto";
  font-size: 14px;
  color: #2b2b2b;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 35px; }

.success-modal-icon {
  text-align: center;
  margin: 16px auto 9px; }
