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

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

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

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

button {
  border-radius: 0px; }

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

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

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

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

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

i.icon {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

.no-display {
  display: none; }

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

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

img {
  border: none;
  outline: none; }

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

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

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

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

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

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

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

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

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

.star-icon {
  position: relative; }

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

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

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

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

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

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

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

.description {
  font-size: 12px; }

.data {
  font-size: 13px; }

.clear {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: #2b76cc; }

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

h1 {
  margin-top: 24px;
  margin-bottom: 24px; }
  h1 + span {
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #707070;
    margin-bottom: 20px;
    line-height: 19px;
    display: block; }

.disqus-bottom {
  margin: 24px 0; }

section {
  width: 100%;
  display: inline-block; }
  section .more-reiting {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal; }
  section .hidden-text {
    display: block; }
  section .two-column-table {
    display: table;
    padding-top: 16px;
    width: 100%; }
    section .two-column-table > div {
      display: inline-block;
      vertical-align: middle; }
    section .two-column-table .here {
      padding-right: 24px; }
    section .two-column-table .btn-discuss {
      border: 1px solid #2b76cc;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      padding: 0 33px;
      border-radius: 25px;
      color: #2b76cc;
      font-weight: normal;
      font-family: Roboto;
      cursor: pointer;
      display: inline-block; }
      section .two-column-table .btn-discuss i svg {
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px; }
        section .two-column-table .btn-discuss i svg .svg-path {
          fill: none; }
      section .two-column-table .btn-discuss:hover {
        background-color: #2b76cc;
        color: #fff;
        text-decoration: none; }
        section .two-column-table .btn-discuss:hover .svg-path {
          fill: #fff; }
  section .ranking-search {
    background-image: url("/i/redesign/content/ranking/search-icon.svg") !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 7px center; }
  section a.question-i {
    position: relative;
    padding-left: 26px; }
    section a.question-i i.question-ico {
      background: url("/i/redesign/content/ranking/how-to-icon.svg") 50% no-repeat;
      background-size: 100%;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: -1px; }
  section .link-i {
    position: relative;
    padding-left: 26px;
    margin-right: 14px;
    text-decoration: none !important; }
    section .link-i.js-comments:before, section .link-i.js-comments:after {
      content: none; }
    section .link-i.js-comments i.comment-ico:before {
      text-align: center; }
    section .link-i.js-comments i.comment-ico:after {
      bottom: 40px;
      margin-left: 21px; }
    section .link-i:before {
      content: attr(data-tooltyp);
      position: absolute;
      text-align: center;
      background: #ffffff;
      border: 1px solid #e8e8e8;
      box-shadow: 0 2px 4px 0 rgba(184, 184, 184, 0.5);
      border-radius: 4px;
      max-width: 236px;
      height: auto;
      max-height: 250px;
      overflow: hidden;
      padding: 10px;
      min-width: 155px;
      font-family: 'Roboto';
      font-size: 12px;
      color: #101010;
      line-height: 16px;
      font-style: normal;
      bottom: 100%;
      margin-bottom: 10px;
      left: 14px;
      display: none;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -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;
      z-index: 15; }
    section .link-i:after {
      content: '▲';
      position: absolute;
      display: none;
      bottom: -10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: scaleX(2) translateY(4px) translateX(-50%);
      -moz-transform: scaleX(2) translateY(4px) translateX(-50%);
      -o-transform: scaleX(2) translateY(4px) translateX(-50%);
      transform: rotate(180deg) scaleX(2) translateY(4px) translateX(-50%);
      text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
      font-size: 12px;
      background: transparent;
      color: #fff;
      margin-left: -29px;
      z-index: 15;
      left: 50%; }
    section .link-i:hover:after, section .link-i:hover:before {
      display: block; }
    section .link-i.exchange {
      padding-left: 0;
      padding-right: 26px;
      width: 100%;
      margin: 0; }
    section .link-i i {
      background-size: 100%;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 0px; }
      section .link-i i.house-ico {
        background: url("/i/redesign/content/ranking/building-icon.svg") 50% no-repeat; }
      section .link-i i.crane-ico {
        background: url("/i/redesign/content/ranking/crane-icon.svg") 50% no-repeat; }
      section .link-i i.comment-ico {
        left: auto;
        right: 0;
        background: url("/i/redesign/content/ranking/error-triangle.svg") 50% no-repeat;
        background-size: 18px; }
        section .link-i i.comment-ico:before {
          content: attr(data-tooltyp);
          position: absolute;
          background: #ffffff;
          border: 1px solid #e8e8e8;
          box-shadow: 0 2px 4px 0 rgba(184, 184, 184, 0.5);
          border-radius: 4px;
          max-width: 236px;
          height: auto;
          max-height: 250px;
          overflow: hidden;
          padding: 10px;
          min-width: 155px;
          font-family: 'Roboto';
          font-size: 12px;
          color: #101010;
          line-height: 16px;
          font-style: normal;
          bottom: 100%;
          margin-bottom: 10px;
          left: 50%;
          display: none;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -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;
          z-index: 15; }
        section .link-i i.comment-ico:after {
          content: '▲';
          position: relative;
          display: none;
          bottom: 39px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: rotate(180deg) scaleX(2);
          -moz-transform: rotate(180deg) scaleX(2);
          -o-transform: rotate(180deg) scaleX(2);
          transform: rotate(180deg) scaleX(2);
          text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.2);
          font-size: 12px;
          background: transparent;
          color: #fff;
          z-index: 15; }
        section .link-i i.comment-ico:hover:after, section .link-i i.comment-ico:hover:before {
          display: block; }
  @media only screen and (max-width: 1007px) {
    section .hidden-text {
      display: none; } }
  section .hide-text {
    display: none; }
    section .hide-text.mask {
      position: relative; }
      section .hide-text.mask:before {
        content: '';
        background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 100px; }
    @media only screen and (max-width: 1007px) {
      section .hide-text {
        display: block; } }
    @media only screen and (max-width: 687px) and (min-width: 480px) {
      section .hide-text {
        margin-bottom: 20px; } }
    section .hide-text .col-md-6.mobile {
      display: none; }
      @media only screen and (max-width: 1007px) {
        section .hide-text .col-md-6.mobile section .hidden-text {
          display: none; }
        section .hide-text .col-md-6.mobile {
          position: absolute;
          right: 0;
          top: 0;
          display: block;
          font-family: 'Roboto';
          font-size: 14px;
          color: #2b76cc;
          line-height: 28px; }
        section .hide-text .col-md-6.mobile {
          position: relative;
          float: right;
          margin-top: 10px; }
        section .hide-text .col-md-6.mobile.mask {
          position: relative; }
          section .hide-text .col-md-6.mobile.mask:before {
            content: '';
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
            position: absolute;
            bottom: 100%;
            left: 0;
            width: 100%;
            height: 100px; }
        section .hide-text .col-md-6.mobile .hide-text {
          display: block;
          margin-bottom: 40px; } }
    section .hide-text span {
      font-family: 'Roboto';
      font-size: 14px;
      color: #2b76cc;
      cursor: pointer;
      position: relative;
      z-index: 9;
      line-height: 16px; }
      section .hide-text span:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px dashed #2b76cc; }
  section.head-section {
    display: table; }
    @media only screen and (max-width: 1007px) {
      section.head-section {
        height: auto; } }
    section.head-section a {
      font-size: 14px;
      color: #2b76cc; }
    section.head-section input {
      line-height: 16px;
      padding: 8px 16px 8px 30px;
      font-size: 14px;
      color: #9d9d9d;
      border: 1px solid #e7e7e7;
      border-radius: 2px;
      max-width: 100%;
      width: 220px; }
      section.head-section input:active, section.head-section input:focus {
        color: #000;
        outline: none; }
      @media only screen and (max-width: 687px) {
        section.head-section input {
          width: 100%;
          display: block;
          margin: 12px auto; } }
  section .head-section_head {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
  section .head-section_attrs {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
  section .forMobile {
    text-align: right;
    max-width: 240px;
    display: inline-block; }
  section .deskTop {
    text-align: right;
    padding-right: 35px;
    display: inline-block; }
    @media only screen and (max-width: 687px) {
      section .deskTop {
        display: none !important; } }
  @media only screen and (min-width: 688px) and (max-width: 1007px) {
    section .forMobile {
      width: 100%; }
      section .forMobile input {
        float: right; } }
  @media only screen and (max-width: 687px) {
    section .head-section_attrs,
    section .head-section_head {
      display: block;
      width: 100%; }
    section .hide-text .col-md-6.mobile {
      position: relative;
      float: right;
      margin-top: 10px; }
    section .heading-content {
      display: block; }
    section .heading-content-attrs {
      display: block; }
      section .heading-content-attrs input {
        line-height: 42px;
        padding: 0px 6px 0px 30px;
        font-size: 14px;
        color: #9d9d9d;
        border: 1px solid #e7e7e7;
        border-radius: 2px;
        max-width: 100%;
        height: 42px; }
    section .forMobile {
      text-align: left;
      max-width: 100%;
      width: 100%;
      float: none;
      display: block; } }
  @media only screen and (max-width: 500px) {
    section .two-column-table {
      padding-top: 0;
      display: block; }
    section .two-column-table .btn-discuss {
      border: none;
      padding: 0;
      height: auto;
      line-height: 20px;
      margin-top: 30px;
      display: block;
      width: 150px;
      font-size: 14px; }
      section .two-column-table .btn-discuss i svg {
        width: 20px;
        height: 19px; }
      section .two-column-table .btn-discuss:hover {
        background-color: transparent;
        color: #2b76cc;
        text-decoration: underline; }
    section .hide-text .col-md-6.mobile {
      float: left;
      margin-top: 16px;
      margin-bottom: 10px; } }
  section .deskTop {
    display: inline-block; }
    @media only screen and (min-width: 688px) and (max-width: 1007px) {
      section .deskTop {
        display: none; } }
  section p {
    font-family: 'Roboto';
    font-size: 13px;
    color: #2b2b2b;
    text-align: left; }
  section .table {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 18px; }
    @media only screen and (max-width: 687px) {
      section .table {
        width: calc(100% + 20px);
        margin: 10px 0 0 -10px;
        border-left: 0px;
        border-right: 0px; } }
    section .table .table-head {
      display: table;
      width: 100%;
      margin: 1px auto;
      table-layout: fixed;
      border-bottom: 1px solid #e5e5e5;
      background: #f9f9f9;
      height: 48px; }
      @media only screen and (max-width: 687px) {
        section .table .table-head {
          display: none; } }
      section .table .table-head .head-item {
        font-family: 'Roboto';
        font-size: 13px;
        color: #707070;
        padding: 0 10px 0 25px;
        display: table-cell;
        vertical-align: middle;
        font-weight: 500 !important;
        position: relative;
        cursor: pointer; }
        section .table .table-head .head-item.js-dec .sort-link.up:before {
          border-color: transparent; }
        section .table .table-head .head-item.js-dec .sort-link.down:before {
          border-color: #707070 transparent transparent transparent;
          margin-top: -4px; }
        section .table .table-head .head-item.js-inc .sort-link.up:before {
          border-color: transparent transparent #707070 transparent;
          margin-top: -4px; }
        section .table .table-head .head-item.js-inc .sort-link.down:before {
          border-color: transparent; }
        section .table .table-head .head-item .sort-link {
          position: absolute;
          display: block;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          vertical-align: middle; }
          section .table .table-head .head-item .sort-link.ie_arrows {
            height: auto;
            top: 26px; }
          section .table .table-head .head-item .sort-link:before {
            content: '';
            position: absolute;
            display: block;
            top: 50%;
            left: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 4px 6px 4px;
            border-color: transparent transparent #c1c1c1 transparent;
            margin-top: -8px; }
          section .table .table-head .head-item .sort-link.down:before {
            border-color: #c1c1c1 transparent transparent transparent;
            border-width: 6px 4px 0 4px;
            margin-top: 0px; }
        section .table .table-head .head-item[data-idw] {
          width: 7%; }
        section .table .table-head .head-item[data-namew] {
          width: 23%; }
        section .table .table-head .head-item[data-valuew] {
          width: 14%; }
        section .table .table-head .head-item[data-objectsw] {
          width: 16%; }
        section .table .table-head .head-item[data-delayw] {
          width: 19%; }
          @media only screen and (min-width: 688px) and (max-width: 1007px) {
            section .table .table-head .head-item[data-delayw] {
              width: auto; } }
        section .table .table-head .head-item[data-areaw] {
          width: 21%; }
          @media only screen and (min-width: 688px) and (max-width: 1007px) {
            section .table .table-head .head-item[data-areaw] {
              display: none; } }
        @media only screen and (max-width: 1007px) and (min-width: 688px) {
          section .table .table-head .head-item[data-idw] {
            width: 10%; }
          section .table .table-head .head-item[data-namew] {
            width: 25%; }
          section .table .table-head .head-item[data-valuew] {
            width: 15%; }
          section .table .table-head .head-item[data-objectsw] {
            width: 25%; }
          section .table .table-head .head-item[data-delayw] {
            width: 25%; } }
    section .table .table-body {
      display: block;
      width: 100%; }
      @media only screen and (max-width: 479px) {
        section .table .table-body {
          background: #f7f7f7; } }
      section .table .table-body .body-row {
        min-height: 65px;
        line-height: 65px;
        box-shadow: inset 0 -1px 0 0 #eeeeee;
        position: relative;
        display: block;
        background: #fff; }
        section .table .table-body .body-row.js-visible a.renking-a:before {
          background: #d52d28; }
        section .table .table-body .body-row.js-visible a.renking-a:after {
          border-width: 0 4px 6px 4px !important;
          border-color: transparent transparent #fff transparent !important; }
        @media only screen and (max-width: 687px) {
          section .table .table-body .body-row {
            min-height: 48px;
            line-height: 48px; } }
        section .table .table-body .body-row.js-visible span.open-link.up {
          display: block !important; }
        section .table .table-body .body-row.js-visible span.open-link.down {
          display: none !important; }
        section .table .table-body .body-row.js-visible .renking-a:after {
          top: 46% !important;
          border-width: 0 4px 6px 4px !important;
          border-color: transparent transparent #707070 transparent !important; }
        section .table .table-body .body-row.js-visible .renking-a:hover:after {
          border-width: 0 4px 6px 4px !important;
          border-color: transparent transparent #fff transparent !important; }
        section .table .table-body .body-row .renking-a {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          height: 65px;
          box-shadow: #eeeeee 0px -1px 0px 0px inset;
          background: transparent;
          -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; }
          section .table .table-body .body-row .renking-a:before {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            z-index: 10;
            right: 18px;
            border-radius: 50%;
            top: 50%;
            margin-top: -12px;
            background: #f4f4f4;
            pointer-events: none;
            -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; }
          section .table .table-body .body-row .renking-a:after {
            content: '';
            position: absolute;
            display: block;
            top: 48%;
            right: 22px;
            width: 0;
            height: 0;
            border-style: solid;
            transform: translate(-50%, 0%);
            border-color: #707070 transparent transparent transparent;
            border-width: 6px 4px 0 4px;
            margin-top: 0px;
            z-index: 10;
            -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; }
          section .table .table-body .body-row .renking-a:hover {
            background: #fff1d8; }
            section .table .table-body .body-row .renking-a:hover:before {
              background: #d52d28; }
            section .table .table-body .body-row .renking-a:hover:after {
              border-color: #fff transparent transparent transparent; }
          @media only screen and (max-width: 687px) {
            section .table .table-body .body-row .renking-a {
              display: block;
              height: 48px; } }
        section .table .table-body .body-row .row-head {
          display: table;
          width: 100%;
          padding: 0 10px;
          border-collapse: collapse;
          table-layout: fixed;
          cursor: pointer;
          position: relative; }
          section .table .table-body .body-row .row-head span.round-icon {
            position: absolute;
            width: 24px;
            height: 24px;
            z-index: 100;
            right: 18px;
            border-radius: 50%;
            top: 50%;
            margin-top: -12px;
            background: #f4f4f4;
            pointer-events: none; }
            section .table .table-body .body-row .row-head span.round-icon span.open-link {
              position: absolute;
              display: block;
              top: 50%;
              left: 50%;
              width: 0;
              height: 0;
              border-style: solid;
              transform: translate(-50%, -50%);
              border-color: #707070 transparent transparent transparent;
              border-width: 6px 4px 0 4px;
              margin-top: 0px; }
              section .table .table-body .body-row .row-head span.round-icon span.open-link.up {
                display: none;
                border-width: 0 4px 6px 4px;
                border-color: transparent transparent #707070 transparent; }
          section .table .table-body .body-row .row-head .body-item {
            display: table-cell;
            vertical-align: middle;
            font-weight: 500 !important;
            padding: 0 25px;
            white-space: nowrap; }
            section .table .table-body .body-row .row-head .body-item.link-company .company-logo {
              float: left;
              display: block;
              width: 32px;
              height: 100%;
              max-height: 32px; }
              section .table .table-body .body-row .row-head .body-item.link-company .company-logo img {
                width: 100%; }
            section .table .table-body .body-row .row-head .body-item.link-company .company-name {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              position: relative;
              margin-left: 10px;
              font-weight: 700;
              color: #2b76cc; }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-head .body-item {
                display: none; }
                section .table .table-body .body-row .row-head .body-item[data-id], section .table .table-body .body-row .row-head .body-item[data-name] {
                  display: table-cell;
                  padding: 0 8px; }
                section .table .table-body .body-row .row-head .body-item[data-name] {
                  width: 80% !important;
                  display: block; } }
            section .table .table-body .body-row .row-head .body-item span {
              z-index: 9;
              position: relative;
              color: #000; }
              section .table .table-body .body-row .row-head .body-item span .js-sort-by-name {
                font-weight: 700;
                color: #2b76cc; }
            section .table .table-body .body-row .row-head .body-item[data-id] {
              font-family: 'Roboto';
              font-size: 18px;
              color: #2b2b2b;
              width: 7%; }
            section .table .table-body .body-row .row-head .body-item[data-name] {
              font-family: 'Roboto';
              font-size: 16px;
              color: #3f83d1;
              width: 23%;
              white-space: nowrap;
              text-overflow: ellipsis;
              position: relative; }
              section .table .table-body .body-row .row-head .body-item[data-name] img {
                max-width: 32px;
                max-height: 32px;
                margin-right: 8px;
                object-fit: cover;
                vertical-align: middle; }
            section .table .table-body .body-row .row-head .body-item[data-value] {
              font-family: 'Roboto';
              font-size: 16px;
              color: #2b2b2b;
              width: 14%; }
            section .table .table-body .body-row .row-head .body-item[data-objects] {
              font-family: 'Roboto';
              font-size: 16px;
              color: #2b2b2b;
              width: 16%; }
              section .table .table-body .body-row .row-head .body-item[data-objects] span[data-house] {
                color: #2b2b2b;
                z-index: 10;
                position: relative; }
              section .table .table-body .body-row .row-head .body-item[data-objects] span[data-crane] {
                color: #8a8a8a;
                z-index: 10;
                position: relative; }
            section .table .table-body .body-row .row-head .body-item[data-delay] {
              font-family: 'Roboto';
              font-size: 16px;
              color: #2b2b2b;
              width: 19%; }
            section .table .table-body .body-row .row-head .body-item[data-area] {
              font-family: 'Roboto';
              font-size: 16px;
              color: #2b2b2b;
              width: 21%; }
              @media only screen and (min-width: 688px) and (max-width: 1007px) {
                section .table .table-body .body-row .row-head .body-item[data-area] {
                  display: none; } }
            @media only screen and (max-width: 1007px) and (min-width: 688px) {
              section .table .table-body .body-row .row-head .body-item[data-id] {
                width: 10%; }
              section .table .table-body .body-row .row-head .body-item[data-name] {
                width: 25%; }
              section .table .table-body .body-row .row-head .body-item[data-value] {
                width: 15%; }
              section .table .table-body .body-row .row-head .body-item[data-objects] {
                width: 25%; }
              section .table .table-body .body-row .row-head .body-item[data-delay] {
                width: 25%; } }
        section .table .table-body .body-row .row-body {
          background: #fff;
          font-size: 0;
          margin: 0 20px;
          display: none;
          overflow: hidden;
          line-height: 0;
          box-shadow: inset 0 -1px 0 0 #eeeeee; }
          @media only screen and (max-width: 687px) {
            section .table .table-body .body-row .row-body {
              margin: 0 10px; } }
          section .table .table-body .body-row .row-body .body-details {
            display: inline-block;
            padding: 20px 0px;
            position: relative;
            width: 100%; }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .body-details {
                padding: 0px 0; } }
            section .table .table-body .body-row .row-body .body-details .vertical-border {
              height: 100%;
              position: absolute;
              width: 1px;
              border-right: 1px dashed #ddd;
              top: 0;
              right: 320px; }
              @media only screen and (min-width: 688px) and (max-width: 1007px) {
                section .table .table-body .body-row .row-body .body-details .vertical-border {
                  right: 268px; } }
              @media only screen and (max-width: 687px) {
                section .table .table-body .body-row .row-body .body-details .vertical-border {
                  width: 0px;
                  display: none; } }
            section .table .table-body .body-row .row-body .body-details .tab-wrapper {
              font-family: 'Roboto';
              font-size: 14px;
              color: #2b2b2b;
              line-height: 16px; }
              section .table .table-body .body-row .row-body .body-details .tab-wrapper .tab-pane {
                padding-top: 9px; }
              section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu {
                width: 100%;
                position: relative;
                clear: both;
                display: inline-block; }
                section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li {
                  float: left;
                  border-radius: 100px;
                  line-height: 0px;
                  display: inline-block;
                  padding: 0 10px;
                  margin-right: 6px; }
                  section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li.active-tab {
                    -webkit-box-shadow: inset 0px 0px 0px 1px #d52d28;
                    -moz-box-shadow: inset 0px 0px 0px 1px #d52d28;
                    box-shadow: inset 0px 0px 0px 1px #d52d28; }
                    section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li.active-tab a {
                      color: #d52d28;
                      cursor: default;
                      text-decoration: none; }
                      section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li.active-tab a:hover {
                        text-decoration: none; }
                      section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li.active-tab a:before {
                        content: none; }
                  section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li a {
                    font-family: 'Roboto';
                    font-size: 14px;
                    line-height: 24px;
                    padding: 0px;
                    display: block;
                    color: #2b76cc;
                    position: relative;
                    height: 24px; }
                    section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li a:hover {
                      text-decoration: none; }
                    section .table .table-body .body-row .row-body .body-details .tab-wrapper ul.tab-menu li a:before {
                      content: "";
                      position: absolute;
                      left: 0;
                      width: 100%;
                      background: transparent;
                      border-bottom: 1px dashed #a7bed8;
                      bottom: 4px; }
          section .table .table-body .body-row .row-body .left-inner-block {
            display: block;
            position: relative;
            width: auto;
            max-width: 100%;
            margin-right: 340px; }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .left-inner-block {
                margin-right: 0px; } }
            @media only screen and (min-width: 688px) and (max-width: 1007px) {
              section .table .table-body .body-row .row-body .left-inner-block span.desktop {
                display: none; } }
            section .table .table-body .body-row .row-body .left-inner-block span.responsive {
              display: none; }
              @media only screen and (min-width: 688px) and (max-width: 1007px) {
                section .table .table-body .body-row .row-body .left-inner-block span.responsive {
                  display: inline; } }
            section .table .table-body .body-row .row-body .left-inner-block .description p {
              margin: 11px 0 13px; }
            section .table .table-body .body-row .row-body .left-inner-block .key-info {
              display: inline-block;
              width: 100%; }
              section .table .table-body .body-row .row-body .left-inner-block .key-info .logotype {
                width: 105px;
                float: left;
                margin-right: 16px;
                background-color: white;
                display: block;
                height: 105px;
                position: relative; }
                @media only screen and (max-width: 1007px) {
                  section .table .table-body .body-row .row-body .left-inner-block .key-info .logotype {
                    display: none !important; } }
                section .table .table-body .body-row .row-body .left-inner-block .key-info .logotype img {
                  max-width: 100%;
                  max-height: 100%;
                  object-fit: cover;
                  padding-top: 5px;
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
              section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table {
                display: block;
                float: left;
                height: 100%;
                font-family: 'Roboto';
                font-size: 14px;
                line-height: 15px;
                margin: 25px 0 0px; }
                section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table table {
                  margin: 0; }
                  section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table table .hidden-desk {
                    display: none; }
                    @media only screen and (min-width: 688px) and (max-width: 1007px) {
                      section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table table .hidden-desk {
                        display: table-row; } }
                  section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table table td {
                    color: #7d7d7d;
                    padding: 4px 20px; }
                    @media only screen and (min-width: 688px) and (max-width: 1007px) {
                      section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table table td {
                        padding: 4px 40px 4px 0px; } }
                    section .table .table-body .body-row .row-body .left-inner-block .key-info .info-table table td span {
                      color: #2b2b2b; }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .left-inner-block div ul.tab-menu li {
                box-shadow: inset 0px 1px 0px 0px #ddd !important;
                border-radius: 0 !important;
                height: 49px !important;
                margin-top: -1px !important;
                width: 100% !important; }
                section .table .table-body .body-row .row-body .left-inner-block div ul.tab-menu li a {
                  font-size: 16px !important;
                  line-height: 48px !important;
                  padding: 0 !important;
                  color: #2b76cc !important; }
                section .table .table-body .body-row .row-body .left-inner-block div ul.tab-menu li.active-tab a {
                  color: #2b76cc !important; }
                  section .table .table-body .body-row .row-body .left-inner-block div ul.tab-menu li.active-tab a:before {
                    content: none !important; } }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .left-inner-block ul.tab-menu {
                display: none !important; }
              section .table .table-body .body-row .row-body .left-inner-block .tab-content .tab-pane {
                display: block !important;
                padding-top: 0; }
                section .table .table-body .body-row .row-body .left-inner-block .tab-content .tab-pane .key-info {
                  display: none; }
                  section .table .table-body .body-row .row-body .left-inner-block .tab-content .tab-pane .key-info .logotype {
                    display: none !important; }
                section .table .table-body .body-row .row-body .left-inner-block .tab-content .tab-pane .deskTopHiddenElement a {
                  font-family: 'Roboto';
                  font-size: 16px;
                  color: #2b76cc;
                  line-height: 19px;
                  padding: 15px 0;
                  display: block; } }
          section .table .table-body .body-row .row-body .dashed-border {
            position: absolute;
            border-left: 1px dashed #ddd;
            width: 1px;
            right: 320px;
            height: 100%;
            top: 0px; }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .dashed-border {
                display: none; } }
          section .table .table-body .body-row .row-body .right-inner-block {
            width: 319px;
            float: right;
            padding-left: 20px; }
            section .table .table-body .body-row .row-body .right-inner-block .hauses {
              font-family: 'Roboto';
              padding-top: 24px; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses .all-objects {
                display: block;
                text-align: center;
                width: 100%;
                color: #2b76cc;
                cursor: pointer; }
                section .table .table-body .body-row .row-body .right-inner-block .hauses .all-objects:hover {
                  text-decoration: none; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses .hidden {
                display: none;
                visibility: hidden; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses .second {
                display: none; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses .all-objects {
                display: block; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses .house {
                margin-bottom: 24px;
                display: block;
                clear: both;
                height: 100%;
                overflow: auto; }
                section .table .table-body .body-row .row-body .right-inner-block .hauses .house .img_build {
                  float: left;
                  width: 64px;
                  margin-right: 14px; }
                  section .table .table-body .body-row .row-body .right-inner-block .hauses .house .img_build img {
                    display: block;
                    max-height: 64px;
                    max-width: 64px; }
                section .table .table-body .body-row .row-body .right-inner-block .hauses .house .desc-build {
                  position: relative;
                  margin-left: 78px;
                  display: table-cell;
                  vertical-align: middle;
                  height: 64px; }
                  section .table .table-body .body-row .row-body .right-inner-block .hauses .house .desc-build h4 {
                    font-size: 14px;
                    font-weight: 700; }
                  section .table .table-body .body-row .row-body .right-inner-block .hauses .house .desc-build p {
                    font-size: 14px; }
                  section .table .table-body .body-row .row-body .right-inner-block .hauses .house .desc-build p, section .table .table-body .body-row .row-body .right-inner-block .hauses .house .desc-build h4 {
                    margin-bottom: 6px; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses p {
                margin: 0;
                font-size: 14px;
                line-height: 15px; }
                section .table .table-body .body-row .row-body .right-inner-block .hauses p.sold {
                  color: #7d7d7d; }
                section .table .table-body .body-row .row-body .right-inner-block .hauses p.p.queue {
                  color: #2b2b2b; }
                section .table .table-body .body-row .row-body .right-inner-block .hauses p.partially {
                  color: #f6a623; }
              section .table .table-body .body-row .row-body .right-inner-block .hauses h4 {
                margin: 0;
                font-size: 14px;
                color: #2b76cc;
                line-height: 16px; }
            @media only screen and (min-width: 688px) and (max-width: 1007px) {
              section .table .table-body .body-row .row-body .right-inner-block {
                min-width: 268px; } }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .right-inner-block {
                min-width: 100%;
                border: none;
                padding: 0;
                float: none;
                width: 100%; }
                section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper ul.tab-menu {
                  box-shadow: inset 0px 1px 0px 0px #ddd !important; }
                  section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper ul.tab-menu li {
                    padding: 0 30px 0 0;
                    margin: 0px; }
                    section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper ul.tab-menu li.active-tab {
                      -webkit-box-shadow: none;
                      -moz-box-shadow: none;
                      box-shadow: none; }
                    section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper ul.tab-menu li a {
                      font-size: 16px;
                      padding: 0;
                      line-height: 48px;
                      height: 48px;
                      display: inline-block;
                      width: auto !important; }
                      section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper ul.tab-menu li a:before {
                        bottom: 15px; }
                section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content {
                  box-shadow: inset 0px 1px 0px 0px #ddd !important;
                  margin-top: -3px; }
                  section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content .hauses + a {
                    padding-bottom: 16px;
                    width: 120px;
                    margin: 0 auto 10px;
                    padding: 0;
                    line-height: 32px;
                    border-radius: 100px;
                    border: 1px solid #4a90e2;
                    color: #4a90e2;
                    cursor: pointer; }
                  section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content .hauses .js-all-objects,
                  section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content .hauses .all-objects {
                    width: 120px;
                    margin: 0 auto 20px;
                    padding: 0;
                    line-height: 32px;
                    border-radius: 100px;
                    border: 1px solid #4a90e2;
                    color: #4a90e2;
                    cursor: pointer;
                    height: 32px;
                    font-size: 14px; }
                  section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content table {
                    width: 100%; }
                    section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content table tr {
                      width: 50%;
                      float: left; } }
            @media only screen and (max-width: 687px) {
              section .table .table-body .body-row .row-body .right-inner-block .deskTopHiddenElement a {
                font-family: 'Roboto';
                font-size: 16px;
                color: #2b76cc;
                line-height: 19px;
                padding: 15px 0;
                display: block; } }
            @media only screen and (max-width: 480px) {
              section .table .table-body .body-row .row-body .right-inner-block .tab-content table tr {
                width: 100% !important; } }
    @media only screen and (max-width: 687px) {
      section .table .table-body .body-row .row-body .body-details .left-inner-block .tab-content {
        padding: 0px; }
      section .table .table-body .body-row .row-body .body-details .dThE span.open-link.up {
        display: none !important; }
      section .table .table-body .body-row .row-body .body-details .dThE span.open-link.down {
        display: block !important; }
      section .table .table-body .body-row .row-body .body-details .dThE.js-visible span.open-link.up {
        display: block !important; }
      section .table .table-body .body-row .row-body .body-details .dThE.js-visible span.open-link.down {
        display: none !important; }
      section .table .table-body .body-row .row-body .body-details > div.deskTopHiddenElement {
        padding: 15px 0;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 14px; }
      section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement {
        display: block !important;
        font-family: 'Roboto';
        font-size: 13px;
        line-height: 15px;
        position: relative;
        -webkit-box-shadow: inset 0 1px 0 0 #eeeeee;
        -moz-box-shadow: inset 0 1px 0 0 #eeeeee;
        box-shadow: inset 0 1px 0 0 #eeeeee; }
        section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement + .js-responsive-accordion {
          display: none;
          padding-bottom: 20px; }
        section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement span.round-icon {
          position: absolute;
          width: 24px;
          height: 24px;
          z-index: 100;
          right: 6px;
          border-radius: 50%;
          top: 50%;
          margin-top: -12px;
          pointer-events: none; }
          section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement span.round-icon span.open-link.up {
            border-width: 0 4px 6px 4px;
            border-color: transparent transparent #707070 transparent; }
          section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement span.round-icon span.open-link {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            transform: translate(-50%, -50%);
            border-color: #707070 transparent transparent transparent;
            border-width: 6px 4px 0 4px;
            margin-top: 0px; }
        section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table thead,
        section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table tbody {
          width: 50%;
          float: left; }
          section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table thead td,
          section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table tbody td {
            color: #7d7d7d;
            padding: 4px 0px; }
            section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table thead td:nth-child(even),
            section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table tbody td:nth-child(even) {
              width: 45%; }
            section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table thead td:nth-child(odd),
            section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table tbody td:nth-child(odd) {
              width: 55%; }
            section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table thead td span,
            section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table tbody td span {
              color: #2b2b2b; }
        section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table thead td {
          padding-right: 20px; }
        section .table .table-body .body-row .row-body .body-details .deskTopHiddenElement .info-table table tbody td {
          padding-left: 20px; }
      section .table .table-body .body-row .row-body .body-details .description a {
        display: inline-block;
        padding-bottom: 14px; } }
    @media only screen and (max-width: 479px) {
      section .table .deskTopHiddenElement thead,
      section .table .deskTopHiddenElement tbody {
        width: 100% !important;
        float: none; }
        section .table .deskTopHiddenElement thead tr,
        section .table .deskTopHiddenElement tbody tr {
          width: 100%;
          display: inline-table; }
        section .table .deskTopHiddenElement thead td,
        section .table .deskTopHiddenElement tbody td {
          color: #7d7d7d;
          padding: 4px 15px 4px 0px !important; }
          section .table .deskTopHiddenElement thead td:nth-child(even),
          section .table .deskTopHiddenElement tbody td:nth-child(even) {
            width: 50% !important; }
          section .table .deskTopHiddenElement thead td:nth-child(odd),
          section .table .deskTopHiddenElement tbody td:nth-child(odd) {
            width: 50% !important; }
          section .table .deskTopHiddenElement thead td span,
          section .table .deskTopHiddenElement tbody td span {
            color: #2b2b2b; }
      section .table section .table .table-body .body-row .row-body .right-inner-block .tab-wrapper .tab-content table tr {
        width: 100%;
        float: none; } }
    @media only screen and (max-width: 479px) {
      section .table .body-row.js-sort-elem.js-visible {
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2) !important; }
        section .table .body-row.js-sort-elem.js-visible:last-child {
          box-shadow: inset 0 -1px 0 0 #eeeeee !important; }
        section .table .body-row.js-sort-elem.js-visible .row-body.body-inner-row {
          box-shadow: none !important; }
        section .table .body-row.js-sort-elem.js-visible + .body-row.js-sort-elem {
          margin-top: 15px;
          box-shadow: inset 0 1px 0 0 #eeeeee !important; } }

.row-head .renking-a:hover ~ .round-icon {
  background-color: red !important; }

.dThE {
  padding-bottom: 5px; }

.left-inner-block .tab-content {
  padding: 0 10px; }

@media only screen and (max-width: 667px) {
  section .table .table-body .body-row .row-head .body-item[data-id] {
    width: 50px; } }

@media only screen and (max-width: 688px) {
  .dThE {
    padding-bottom: 0px; } }

@media only screen and (min-width: 688px) {
  section .table .table-body .body-row .row-body .right-inner-block .hauses .first + .second + .all-objects {
    display: block;
    text-align: left;
    padding-left: 78px; } }

@media only screen and (max-width: 687px) {
  section .link-i.exchange {
    width: auto;
    margin: 0;
    display: inline-block;
    top: -15px;
    z-index: 10; }
  section .link-i:after {
    bottom: 12px;
    margin-left: -25px; }
  section .link-i.js-comments i.comment-ico:after {
    bottom: 32px; }
  section .table .body-row.js-sort-elem.js-visible .row-body.body-inner-row {
    overflow: visible; }
  .dThE.js-visible .js-responsive-accordion.js-objects {
    display: block !important; }
  section .link-i i.comment-ico {
    background-size: 18px; }
  section .table .table-body .body-row .row-head .body-item[data-id] {
    padding: 0 0 0 18px; }
  section .table {
    border-radius: 0px; } }

a.link-rvk.ico-comments {
  float: left;
  text-align: left;
  display: block;
  width: 165px;
  overflow: hidden;
  text-overflow: ellipsis; }

.dropdown-group .parent-option-list {
  background-color: #fff; }

.head-section .dropdown-group .ico-svg {
  top: 50%;
  left: inherit;
  transform: translate(0%, -50%);
  right: 6px;
  margin-top: 4px;
  fill: #777777; }

.head-section .dropdown-group .active .ico-arrow {
  top: 11px;
  transform: translateY(-50%) rotateX(-180deg); }

@media only screen and (max-width: 687px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 24px; }
  .heading-content {
    padding: 0; }
  .head-section .dropdown-group {
    float: none;
    max-width: 100%;
    min-width: 180px;
    width: 100%;
    margin-bottom: 24px;
    display: block; }
    .head-section .dropdown-group .parent-option-list > li > div {
      height: 44px;
      line-height: 44px; }
    .head-section .dropdown-group .option-list li {
      line-height: 44px;
      height: 44px; }
    .head-section .dropdown-group .active .small-dropdown {
      top: 44px; } }

.table-head .head-item[data-id] {
  width: 7%; }

.table-head .head-item[data-name], .table-head .head-item[data-location], .table-head .head-item[data-objects] {
  width: 23%; }

.table-head .head-item[data-building-houses], .table-head .head-item[data-building-complex], .table-head .head-item[data-built] {
  width: 10%; }

.table-body .body-item[data-id] {
  width: 7%; }

.table-body .body-item[data-name], .table-body .body-item[data-location], .table-body .body-item[data-reg-objects] {
  width: 23%; }

.table-body .body-item[data-building-houses], .table-body .body-item[data-building-complex], .table-body .body-item[data-built] {
  width: 10%; }

.table-body .body-item[data-location] .company-name {
  margin-left: 0 !important; }

.body-details .description--2017 {
  margin-left: 143px;
  margin-top: -55px; }
  @media only screen and (max-width: 1007px) {
    .body-details .description--2017 {
      margin-left: 0px;
      margin-top: 0px; }
      .body-details .description--2017 p {
        padding-top: 0; } }
