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

/*$green:               #57ab2e;*/
/*$green:               #57ab2e;*/
.branch-list {
  color: #2d2d2d; }

.clear {
  display: block; }

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

.link-dotted:visited {
  color: #0055cc; }

.ForumParts {
  margin-bottom: 10px;
  font-size: 14px;
  color: #0055cc; }
  .ForumParts a {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #0055cc;
    text-align: left;
    display: inline-block;
    line-height: 20px; }

.company-detail {
  margin-top: 0;
  width: 100%;
  font-size: 12px !important;
  text-align: left; }
  .company-detail .link-dotted.small {
    cursor: pointer;
    color: #244696; }
  .company-detail dl.clear {
    display: table !important;
    width: 100% !important;
    line-height: 0;
    border-top: 1px solid  #e4e4e4; }
  .company-detail dl dd {
    float: left;
    padding: 0px;
    line-height: 41px; }
  .company-detail .title {
    width: 40%;
    font-weight: 600;
    margin-right: 0px;
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 24px 8px 0; }
  .company-detail .details {
    margin-left: 0px;
    display: table-cell; }
    .company-detail .details .f12px_wrap {
      margin: 8px 0; }
    .company-detail .details span, .company-detail .details a, .company-detail .details b {
      font-size: 12px;
      text-align: left;
      line-height: 1.3;
      display: block;
      margin: 8px 0; }
    .company-detail .details img {
      vertical-align: middle; }
    .company-detail .details img + span {
      display: inline-block;
      vertical-align: middle; }

.company-details-full-links > span {
  margin: 8px 0; }

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

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

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

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

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

body, .mfz-page-wrap {
  background-color: #f7f7f7;
  font-family: 'Roboto', sans-serif; }

.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: #ffffff;
  box-shadow: 0 0 2px 0 #dddddd; }

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

.h1 {
  font-size: 30px;
  line-height: 30px;
  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: 24px; }
  @media only screen and (max-width: 459px) {
    .h3 {
      font-size: 16px; } }

.description {
  font-size: 12px; }

.data {
  font-size: 13px; }

.clear {
  clear: both; }

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

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

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

.no-display {
  display: none; }

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

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

@media only screen and (max-width: 1011px) {
  .business .realty-rating {
    margin-top: 0;
    margin-bottom: 8px; } }

.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; } }
  @media only screen and (max-width: 1011px) {
    .section-content.is-banner.c-realty,
    .business-content.is-banner.c-realty {
      flex-wrap: wrap;
      display: flex; } }
  .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 .mfm-aside-block,
      .business-content.is-banner .bannerbar .mfm-aside-block {
        display: none; } }
  @media only screen and (max-width: 1011px) {
    .section-content.is-banner .bannerbar,
    .business-content.is-banner .bannerbar {
      display: block;
      text-align: center;
      order: 2;
      min-width: 100%;
      margin: 24px auto 0; }
      .section-content.is-banner .bannerbar img,
      .business-content.is-banner .bannerbar img {
        margin: 0 auto; } }
  @media only screen and (max-width: 1011px) {
    .section-content.is-banner .button-realty--small,
    .business-content.is-banner .button-realty--small {
      display: none; } }
  @media only screen and (max-width: 620px) {
    .section-content.is-banner .button-realty--small,
    .business-content.is-banner .button-realty--small {
      display: block; } }
  @media only screen and (min-width: 1012px) {
    .section-content.is-banner .button-realty--big,
    .business-content.is-banner .button-realty--big {
      display: none; } }
  @media only screen and (max-width: 620px) {
    .section-content.is-banner .button-realty--big,
    .business-content.is-banner .button-realty--big {
      display: none; } }
  .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;
        order: 1;
        min-width: 100%; } }
  .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; }

.slot-video {
  display: flex;
  margin-bottom: 24px;
  justify-content: center; }

aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px; }
  @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; } }

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

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

.pagination {
  margin: 24px auto;
  text-align: center; }

.pagination-button {
  font-size: 16px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
  padding: 0px 8px;
  margin: 0;
  border: 1px solid transparent;
  text-decoration: none; }
  .pagination-button:hover {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none; }

.pagination-button--disabled {
  opacity: 0.6; }
  .pagination-button--disabled:hover {
    cursor: not-allowed; }

.pagination-page--current {
  margin: 0 2px;
  border: 1px solid #cbdaf4;
  color: #244696;
  font-weight: bold; }
  .pagination-page--current:hover {
    cursor: auto; }

.pagination-gap {
  color: #777777;
  position: relative;
  display: inline-block; }
  .pagination-gap:after {
    content: "...";
    display: inline-block;
    width: auto; }

@media only screen and (max-width: 1100px) {
  .pagination-button {
    height: 48px;
    line-height: 48px;
    min-width: 48px; }
  .pagination-gap {
    margin: 0 2px;
    min-width: 24px;
    text-align: center; }
  .pagination-prev-button,
  .pagination-next-button {
    border: 1px solid #cbdaf4;
    border-radius: 50%;
    height: 52px;
    line-height: 52px;
    min-width: 52px;
    margin: 0 20px; }
  .angle-right svg,
  .angle-left svg {
    width: 28px;
    height: 10px;
    margin-left: 1px;
    margin-top: 0px; }
  .angle-left svg {
    margin-left: -1px; }
  .angle-double svg {
    height: 19px; } }

@media only screen and (max-width: 700px) {
  .pagination {
    margin: 0px;
    position: relative;
    background-color: white;
    box-shadow: 0 0 2px 0 #dddddd; }
    .pagination.is-to-first .pagination-page--current {
      margin-left: 57px; }
  .pagination-gap {
    display: none; }
  .pagination-button {
    display: none;
    color: #777777;
    min-width: 16px;
    height: 56px;
    line-height: 56px; }
    .pagination-button:nth-last-child(2) {
      display: inline-block; }
  .pagination-gap {
    margin: 0 2px;
    min-width: 8px;
    text-align: center; }
  .pagination-prev-button,
  .pagination-next-button {
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    min-width: 57px;
    position: absolute;
    top: 0;
    height: 57px;
    line-height: 57px;
    margin: 0; }
  .pagination-prev-button {
    border-right-color: #e7e7e7;
    left: 0; }
  .pagination-next-button {
    border-left-color: #e7e7e7;
    right: 0; }
  .pagination-page--last {
    display: inline-block; }
  .pagination-page--current {
    border: none;
    display: inline-block;
    color: #2d2d2d;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0px; }
    .pagination-page--current:after {
      content: '/';
      display: inline-block;
      width: auto;
      margin-left: 16px;
      color: #777777;
      padding-right: 0;
      margin-right: 0; }
  .pagination-page--first {
    display: inline-block;
    left: 0; }
    .pagination-page--first + .pagination-prev-button {
      left: 57px; } }

@media only screen and (min-width: 700px) {
  .pagination-page--current + span.pagination-button {
    display: none; }
  .pagination-page--first {
    display: none; } }

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

.realty-objects-block {
  margin-bottom: 32px;
  position: relative; }
  @media only screen and (max-width: 459px) {
    .realty-objects-block {
      margin-bottom: 4px; } }
  .realty-objects-block .main {
    padding: 0px 0 18px; }
  .realty-objects-block .heading-content-attrs a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline; }
    .realty-objects-block .heading-content-attrs a:hover {
      text-decoration: none; }
  .realty-objects-block .item {
    height: auto;
    padding: 4px 2px 2px;
    min-height: 458px; }
  .realty-objects-block article {
    box-shadow: 0px 0px 4px 0px #d4d4d4;
    height: 100%;
    min-height: 456px;
    position: relative;
    color: #2d2d2d;
    overflow: hidden; }
    .realty-objects-block article header {
      margin-bottom: 12px; }
      .realty-objects-block article header .realty-preview {
        overflow: hidden;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        line-height: 0;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
        .realty-objects-block article header .realty-preview:hover {
          opacity: 0.85; }
          .realty-objects-block article header .realty-preview:hover img {
            /*                      -webkit-transform: scale(1.07);
                        -ms-transform: scale(1.07);
                        transform: scale(1.07);*/ }
        .realty-objects-block article header .realty-preview img {
          width: 100%;
          height: 100%;
          /*                 transition: -webkit-transform 1.0s ease;
                    transition: transform 1.0s ease;*/ }
    .realty-objects-block article .realty-post {
      padding: 0 12px; }
    .realty-objects-block article .realty-post-title {
      font-size: 16px;
      font-weight: 600;
      display: block;
      color: #2d2d2d; }
      .realty-objects-block article .realty-post-title span {
        line-height: 18px;
        display: inline-block; }
    .realty-objects-block article .realty-post-teaser {
      padding-top: 4px;
      font-size: 14px; }
    .realty-objects-block article .realty-post-details-top {
      height: 109px;
      overflow: hidden;
      font-size: 14px;
      margin: 4px 14px 0px;
      /*            .position-address {
                font-size: 14px;
                display: table-cell;
                vertical-align: middle;
                height: 38px;
            }*/ }
      .realty-objects-block article .realty-post-details-top .metro {
        padding-left: 25px;
        position: relative;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        margin: 4px 0; }
        .realty-objects-block article .realty-post-details-top .metro .ico-metro {
          left: -1px;
          margin-top: -1px; }
        .realty-objects-block article .realty-post-details-top .metro.metro-green .ico-metro {
          fill: #239c13; }
        .realty-objects-block article .realty-post-details-top .metro.metro-red .ico-metro {
          fill: #d71d1d; }
        .realty-objects-block article .realty-post-details-top .metro.metro-blue .ico-metro {
          fill: #1435bc; }
      .realty-objects-block article .realty-post-details-top .realty-post-how-far {
        font-size: 12px;
        color: #b1b1b1;
        line-height: 16px;
        display: block; }
    .realty-objects-block article .realty-post-details-bottom {
      padding: 0 14px;
      margin-bottom: 12px; }
      .realty-objects-block article .realty-post-details-bottom .realty-connect {
        display: block;
        border-color: #62BB55;
        color: #62BB55;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .realty-objects-block article .realty-post-details-bottom .realty-connect:hover {
          border-color: #239c13;
          background-color: #239c13;
          color: #ffffff; }
    .realty-objects-block article .realty-post-details {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #ffffff;
      padding-top: 4px; }
      .realty-objects-block article .realty-post-details .realty-post-location {
        margin: 0px;
        padding: 6px 14px;
        border-top: 1px solid #e7e7e7;
        color: #b1b1b1;
        font-size: 13px;
        line-height: 1.1; }
        .realty-objects-block article .realty-post-details .realty-post-location i {
          margin-left: -4px; }
        .realty-objects-block article .realty-post-details .realty-post-location span {
          padding-right: 10px;
          margin-right: 8px;
          border-right: 1px solid #e7e7e7;
          vertical-align: middle;
          display: inline-block;
          max-width: 55%; }
          .realty-objects-block article .realty-post-details .realty-post-location span:last-child {
            padding-right: 0px;
            margin-right: 0px;
            border-right: 1px solid transparent; }
        @media only screen and (max-width: 376px) {
          .realty-objects-block article .realty-post-details .realty-post-location span {
            display: block;
            width: 100%;
            max-width: 100%;
            padding-right: 0px;
            margin-right: 0px;
            border-right: none;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 2px; }
            .realty-objects-block article .realty-post-details .realty-post-location span:last-child {
              border: none;
              padding-top: 2px; } }

.realty-objects.carusel .item {
  min-height: 502px;
  padding: 4px 2px 2px; }
  @media only screen and (min-width: 416px) and (max-width: 1100px) {
    .realty-objects.carusel .item {
      min-height: 432px; } }
  @media only screen and (max-width: 415px) {
    .realty-objects.carusel .item {
      min-height: 482px; } }

.realty-objects.carusel article {
  min-height: 500px; }
  @media only screen and (min-width: 416px) and (max-width: 1100px) {
    .realty-objects.carusel article {
      min-height: 430px; } }
  @media only screen and (max-width: 415px) {
    .realty-objects.carusel article {
      min-height: 480px; } }

.realty-objects.carusel .item header .realty-preview {
  height: auto;
  min-height: 200px; }
  @media only screen and (max-width: 415px) {
    .realty-objects.carusel .item header .realty-preview {
      height: auto;
      max-height: 250px; } }

.realty-objects.carusel article .realty-post-details {
  background-color: #ffffff;
  padding-top: 4px; }
  .realty-objects.carusel article .realty-post-details:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -38px;
    height: 40px;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.realty-objects.carusel .realty-post-details-top {
  padding: 2px 12px 0px;
  margin: 0;
  height: 96px;
  overflow: hidden;
  position: relative; }
  .realty-objects.carusel .realty-post-details-top svg {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 14px;
    top: 0%;
    transform: translateY(0%);
    margin: 0; }

.realty-objects.carusel .position-address {
  display: block;
  height: auto;
  margin: 2px 0;
  line-height: 1.2; }

.section.commercial-block {
  margin-bottom: 24px;
  position: relative;
  margin-top: 16px; }
  .section.commercial-block .main {
    padding: 0px 0; }
  .section.commercial-block .heading-content-attrs a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 0.5px;
    line-height: 19px;
    display: inline-block; }
    .section.commercial-block .heading-content-attrs a:hover {
      text-decoration: none; }
  .section.commercial-block .item {
    height: 471px;
    padding: 0 2px;
    overflow: hidden; }
    .section.commercial-block .item a {
      display: block; }
      .section.commercial-block .item a:hover {
        text-decoration: none; }
        .section.commercial-block .item a:hover .realty-post-title {
          text-decoration: underline; }
        .section.commercial-block .item a:hover .realty-preview {
          opacity: 0.8; }
  .section.commercial-block article {
    box-shadow: 0 1px 2px 0 #d4d4d4;
    height: 469px;
    overflow: hidden;
    position: relative; }
    .section.commercial-block article header {
      margin-bottom: 10px; }
      .section.commercial-block article header .realty-preview {
        overflow: hidden;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        line-height: 0;
        height: 100%;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
        .section.commercial-block article header .realty-preview img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
    .section.commercial-block article .realty-post {
      display: block;
      padding: 0 14px; }
    .section.commercial-block article .realty-post-title {
      font-size: 14px;
      font-weight: 600;
      display: block; }
      .section.commercial-block article .realty-post-title span {
        line-height: 16px;
        display: inline-block; }
    .section.commercial-block article .realty-post-teaser {
      display: block;
      font-size: 14px;
      color: #2d2d2d;
      line-height: 20px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      text-decoration: none;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
    .section.commercial-block article footer.realty-post-details {
      position: absolute;
      bottom: 0;
      width: 100%; }
      .section.commercial-block article footer.realty-post-details .realty-post-location {
        background-color: white;
        margin: 0 14px;
        padding: 6px 0px;
        border-top: 1px solid #e7e7e7;
        color: #b1b1b1;
        font-size: 13px;
        position: relative; }
        .section.commercial-block article footer.realty-post-details .realty-post-location i {
          margin-left: -4px; }
        .section.commercial-block article footer.realty-post-details .realty-post-location:after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          top: -65px;
          height: 64px;
          background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
  @media only screen and (max-width: 376px) {
    .section.commercial-block .heading-content-attrs, .section.commercial-block .heading-content {
      display: block; }
    .section.commercial-block .heading-content-attrs {
      text-align: left;
      margin-top: 8px; } }

.section.commercial-block .item {
  height: 400px; }
  .section.commercial-block .item article {
    height: 400px; }
    .section.commercial-block .item article .realty-post-teaser {
      -webkit-line-clamp: 3; }

@media only screen and (max-width: 1023px) and (min-width: 736px) {
  .section.commercial-block .item {
    height: 378px; }
    .section.commercial-block .item article {
      height: 376px; } }

@media only screen and (max-width: 735px) and (min-width: 480px) {
  .section.commercial-block .item {
    height: 320px; }
    .section.commercial-block .item article {
      height: 318px; }
  .section.commercial-block .carusel .item {
    height: 380px; }
    .section.commercial-block .carusel .item article {
      height: 378px; } }

@media only screen and (max-width: 479px) {
  .section.commercial-block .item {
    height: 328px; }
    .section.commercial-block .item article {
      height: 326px; } }

@media only screen and (max-width: 479px) {
  .section.commercial-block .carusel .item {
    height: 406px; }
    .section.commercial-block .carusel .item article {
      height: 404px; } }

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

.section.commercial-block .realty, .section.realty-objects-block .realty {
  position: relative; }
  .section.commercial-block .realty .owl-item .item, .section.realty-objects-block .realty .owl-item .item {
    width: 100%; }

[data-template='twoColumns']:not([data-layout='fixed']) .mfz-content-wrapper .mfz-col-aside .aside-wrap {
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #fff; }

.item .ico-svg,
.group .ico-svg {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%); }

.group .ico-arrow {
  left: inherit;
  right: 10px;
  margin-top: 3px;
  fill: #777777; }

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

.main-content .angle-right svg, .main-content .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); }

.main-content .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); }

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

.main-content .active .ico-arrow {
  top: 11px;
  transform: translateY(-50%) rotateX(-180deg); }

.main-content .ico-metro {
  fill: #b1b1b1;
  position: relative;
  transform: none;
  top: 1px;
  left: -9px;
  width: 14px;
  height: 12px; }

.mfm-col-left {
  width: 215px;
  float: left;
  position: absolute;
  margin-top: 24px; }

.branch-list:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: -1;
  -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; }

.branch-list.mask:before {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001; }

body, .mfz-page-wrap {
  position: relative;
  width: 100%; }

.text-ovrflw {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #244696; }

.icon-svg {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%); }

.icon-arrow {
  left: inherit;
  right: 10px;
  margin-top: 3px;
  fill: #777777; }

.realty-post-details .metro {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif; }
  .realty-post-details .metro .icon-metro {
    left: 0; }

.metro-blue .icon-metro {
  fill: blue; }

.metro-red .icon-metro {
  fill: red; }

.metro-green .icon-metro {
  fill: green; }

.metro-st {
  padding-left: 20px;
  position: relative; }
  .metro-st.metro-blue .ico-metro {
    fill: #1435bc; }
  .metro-st.metro-red .ico-metro {
    fill: #db0107; }
  .metro-st.metro-green .ico-metro {
    fill: #239c13; }

.main-content {
  margin: 24px 0 68px;
  padding: 0 0 0 235px;
  max-width: 100%;
  display: inline-block;
  overflow: hidden; }
  .main-content .heading-content-attrs {
    color: #b1b1b1;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 16px; }

.group {
  display: inline-block;
  float: left; }
  .group.metro-right {
    margin-right: 24px; }
  .group .button-group {
    display: inline-block;
    font-size: 0;
    border: 1px solid #fee2e2;
    line-height: 36px;
    height: 36px;
    border-radius: 2px;
    float: left;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    margin-bottom: 16px; }
    .group .button-group .sort-button {
      margin: 0;
      border: none;
      border-radius: 0px;
      line-height: 34px;
      margin-left: -1px; }
      .group .button-group .sort-button.active-button {
        border: none; }
      .group .button-group .sort-button:last-of-type {
        margin-right: -1px; }
  .group .sort-button {
    font-size: 14px;
    color: #244696;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    padding: 0px 14px;
    cursor: pointer;
    margin: 0 8px 8px 0;
    text-decoration: none;
    line-height: 34px;
    height: 34px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    display: inline-block; }
    .group .sort-button:hover, .group .sort-button:active, .group .sort-button:focus {
      text-decoration: none;
      background: #fee2e2;
      color: #db0107;
      border-color: #fee2e2;
      -webkit-transition: background 0.5s ease;
      -moz-transition: background 0.5s ease;
      -ms-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease; }
    .group .sort-button.active-button {
      background: #fee2e2;
      color: #db0107;
      border: 1px solid #fee2e2; }

.dropdown-group {
  float: left;
  max-width: 270px;
  min-width: 180px; }
  .dropdown-group:first-child {
    margin-right: 24px; }
  .dropdown-group .parent-option-list {
    position: relative;
    cursor: pointer;
    text-align: left; }
    .dropdown-group .parent-option-list > li > div {
      position: relative;
      display: block;
      padding: 0 45px 0 14px;
      font-size: 14px;
      color: #2d2d2d;
      border: 1px solid #e7e7e7;
      height: 36px;
      line-height: 36px;
      border-radius: 2px;
      min-width: 180px; }
      .dropdown-group .parent-option-list > li > div.metro-st {
        padding-left: 20px;
        color: #244696; }
    .dropdown-group .parent-option-list.metro div {
      padding: 0 45px 0 40px; }
    .dropdown-group .parent-option-list .noicon-list li {
      position: relative;
      display: block;
      padding: 0 0px 0 14px;
      font-size: 14px;
      color: #2d2d2d; }
  .dropdown-group .small-dropdown {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    z-index: 3;
    box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.5);
    margin-right: 0px;
    text-align: left;
    min-width: 100%;
    top: 35px;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s; }
    .dropdown-group .small-dropdown li {
      position: relative;
      height: 32px;
      line-height: 32px;
      border-bottom: 1px solid #e7e7e7; }
  .dropdown-group .active .small-dropdown {
    max-height: 192px;
    height: auto;
    width: 100%;
    -webkit-transition: max-height 0.63s;
    -moz-transition: max-height 0.63s;
    -ms-transition: max-height 0.63s;
    -o-transition: max-height 0.63s;
    transition: max-height 0.63s;
    z-index: 111;
    position: absolute;
    top: 36px;
    padding: 4px 0 4px; }
    .dropdown-group .active .small-dropdown li:last-child {
      border-bottom: none; }
  .dropdown-group .active .icon-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 14px;
    margin-top: -10px; }
  .dropdown-group .option-list li {
    line-height: 32px;
    height: 32px; }
    .dropdown-group .option-list li a {
      color: #2d2d2d;
      font-size: 13px;
      padding-left: 12px;
      display: inline-block;
      margin-left: -7px;
      width: 100%; }
      .dropdown-group .option-list li a:hover {
        text-decoration: none;
        color: #244696; }
      .dropdown-group .option-list li a .ico-metro {
        width: 13px;
        height: 10px;
        left: -12px; }
      .dropdown-group .option-list li a .metro-station {
        padding-left: 36px; }

.main {
  margin-top: 8px;
  display: inline-block;
  clear: both;
  width: 100%; }
  .main-objects {
    padding: 0;
    margin-top: 16px; }

.realty {
  margin: 0 -8px;
  display: flow-root; }
  .realty .link-parent {
    clear: both; }
  .realty__show-more {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #cbdaf4; }
    .realty__show-more:hover {
      text-decoration: none; }

.realty-objects-block .item {
  width: 33.3%;
  float: left;
  padding: 0 8px;
  height: 430px;
  margin: 8px 0; }
  .realty-objects-block .item article {
    height: 428px; }
  .realty-objects-block .item .realty-post-location {
    margin: 2px 0; }
  .realty-objects-block .item .realty-connect {
    margin: 0 -3px; }
  .realty-objects-block .item .street {
    font-size: 14px;
    line-height: 1.2;
    display: block; }

@media only screen and (max-width: 768px) {
  .main-content .dropdown-group .small-dropdown {
    width: 100%; }
  .main-content .main .realty .item {
    width: 50%; }
  .main-content .group {
    width: 100%; }
    .main-content .group.metro-list {
      width: auto;
      display: block; }
    .main-content .group .dropdown-group .parent-option-list {
      margin-left: 0; }
  .main-content .heading-content-title, .main-content .heading-content-attrs {
    display: table-row; }
    .main-content .heading-content-title .h2, .main-content .heading-content-attrs .h2 {
      margin-right: 0; }
  .main-content .heading-content-attrs {
    text-align: left; }
  .main-content .heading-content-small {
    position: static;
    margin-top: 8px; } }

.mfb-bank--nav--mobile {
  display: none; }

.mfb-bank--nav-logo {
  position: relative;
  display: block;
  margin-bottom: 10px; }
  .mfb-bank--nav-logo img {
    max-width: 100%; }

.mfb-bank--nav-item {
  display: block;
  font-size: 12px;
  color: #222;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 0 11px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

.mfb-bank--nav--currency {
  margin-top: 30px;
  border: 1px solid #cccccc;
  border-radius: 6px; }

@media only screen and (min-width: 1012px) and (max-width: 1199px), only screen and (min-width: 688px) and (max-width: 800px) {
  .realty-objects-block .item {
    width: 50%; } }

@media only screen and (min-width: 800px) and (max-width: 1011px), only screen and (max-width: 687px) {
  .main-content {
    margin-left: 0;
    padding: 0;
    width: 100%;
    float: none;
    position: relative;
    display: block; }
  .realty-objects-block .item {
    width: 50%;
    height: 400px; }
    .realty-objects-block .item article {
      height: 400px; }
  .realty-preview {
    height: 200px; }
    .realty-preview img {
      object-fit: cover; } }

@media only screen and (max-width: 687px) and (min-width: 480px), only screen and (max-width: 1007px) and (min-width: 800px), only screen and (max-width: 480px) {
  .realty-post-title {
    font-size: 14px; }
  .main-content .h2 {
    margin-right: 0; }
  .heading-content-title {
    display: table-row; }
  .heading-content-small {
    position: relative; }
  .mfm-col-left {
    padding-right: 10px;
    display: block;
    z-index: 10;
    position: relative; }
  .mfb-bank--nav {
    display: none; }
    .mfb-bank--nav--mobile {
      display: block;
      position: relative;
      margin: 0 0 15px !important;
      width: 100%;
      z-index: 9;
      background: #ffffff;
      height: 48px;
      overflow: hidden;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      -ms-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      transition: height 0.3s ease; }
      .mfb-bank--nav--mobile .mfb-bank--nav-item {
        font-weight: 400;
        font-size: 16px;
        color: #0055cc;
        text-align: left;
        font-family: 'Open Sans';
        text-transform: none; }
        .mfb-bank--nav--mobile .mfb-bank--nav-item:first-letter {
          text-transform: uppercase; }
      .mfb-bank--nav--mobile .menu-icon {
        position: absolute;
        right: 0;
        color: #2d2d2d;
        width: 100%;
        text-align: right;
        padding: 8px;
        top: 0;
        height: 100%;
        max-height: 47px;
        font-size: 20px; }
        .mfb-bank--nav--mobile .menu-icon:hover, .mfb-bank--nav--mobile .menu-icon:active, .mfb-bank--nav--mobile .menu-icon:focus {
          text-decoration: none; }
      .mfb-bank--nav--mobile.open {
        display: block;
        height: auto;
        z-index: 10002; }
        .mfb-bank--nav--mobile.open .mfb-bank--nav-item {
          box-shadow: inset 0 -1px 0 0 #dfdfdf !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
          border-radius: 0px !important; }
          .mfb-bank--nav--mobile.open .mfb-bank--nav-item.is-active {
            color: #db0107; }
        .mfb-bank--nav--mobile.open .menu-icon {
          color: #db0107; }
    .mfb-bank--nav-item {
      width: 100%;
      padding: 0 2%;
      display: block;
      font-size: 16px;
      color: #0055cc;
      text-align: left;
      font-family: 'Open Sans';
      line-height: 48px;
      box-shadow: inset 0 0px 0px 1px #dfdfdf;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .mfb-bank--nav-item.is-active {
        pointer-events: none; } }

@media only screen and (max-width: 480px) {
  .dropdown-group:first-child {
    margin-right: 0; }
  .main-content .main {
    margin-top: 0px; }
  .main-content .group {
    width: 100%; }
    .main-content .group.metro-list {
      margin: 0;
      width: auto;
      display: block; }
    .main-content .group .dropdown-group {
      padding: 8px 0px 4px;
      width: 100%; }
      .main-content .group .dropdown-group .parent-option-list {
        margin-left: 0; }
  .main-content .sort-button {
    display: block;
    float: left;
    margin: 0 8px 8px 0; }
  .realty-preview {
    height: 160px; } }

.mfb-bank--nav a:hover, .mfb-bank--nav a.is-active {
  color: #d52c28; }

.section.commercial-block .main {
  margin: 0; }

.section.commercial-block .realty {
  margin: 0; }

.section.commercial-block_rvk .item {
  height: auto;
  min-height: 366px; }

.section.commercial-block_rvk article {
  height: auto;
  min-height: 364px; }
  .section.commercial-block_rvk article header .realty-preview {
    height: 100%; }

.after-content {
  position: relative;
  bottom: 0;
  width: 100%; }

[data-template='twoColumns']:not([data-layout='fixed']) .mfz-content-wrapper .mfz-col-aside {
  padding-top: 35px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  filter: "alpha(opacity=25)";
  -ms-filter: "alpha(opacity=25)"; }

@media only screen and (max-width: 459px) {
  .heading-content {
    padding: 0px; } }

.realty-objects-block .item {
  width: 50%; }

@media only screen and (max-width: 735px) and (min-width: 480px) {
  .realty-objects-block .carusel .item, .main-content .main .realty .carusel .item {
    height: 380px; }
    .realty-objects-block .carusel .item article, .main-content .main .realty .carusel .item article {
      height: 378px; } }

@media only screen and (max-width: 479px) {
  .realty-objects-block .carusel .item, .main-content .main .realty .carusel .item {
    height: 406px; }
    .realty-objects-block .carusel .item article, .main-content .main .realty .carusel .item article {
      height: 404px; } }

.section.commercial-block {
  max-width: 1100px;
  margin: 0 auto 24px;
  width: 100%;
  position: relative; }
