/* нестандартная верстка лизинг разделов */

/* realty */
.realty_header{
  font-size: 200%;
}

.realty_icon_title{
  font-size: 140%;
  margin-bottom: 10px;
}

.realty_icon{
  margin-bottom: 20px;
  height: 55px;
}
.realty_item {
  border: 1px solid #ededed;
  background-color: #fcfcfc;
  margin-top: -2px!important;
}

.realty_image {
  width: 100%;
  max-width: 225px;
  margin: auto;
}

.realty_title {
  font-size: 30px;
  margin-top: -15px;
}

.realty_small_grey_text {
  font-size: 95%;
  color: grey;
}

.realty_small_grey_text b{
  word-break: keep-all;
}
.realty_extra_toggle{
  color: var(--msb-green);
  border-bottom: 1px dashed var(--msb-green);
cursor:pointer;
  user-select:none;
  position: relative;
  /*display: inline-block;*/
}

.realty_extra_toggle:after{
  content: "▾";
  /*position: absolute;*/
  /*top: -5px;*/
  /*right: -17px;*/
  font-size: 130%;
  transition: all .2s;

}
.realty_extra_toggle.opened:after{
  /*content: "▲";*/
  transform: rotate(180deg);
  top: -2px !important;
  /*color: #000 !important;*/

}
.realty_item_ul{
list-style: none;
}


.realty_item_ul li::before {
  content: "\2022";
  color: var(--msb-green);
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  width: 0.9em;
  margin-left: -0.4em;
}

@media (max-width: 768px) {
  .realty_header{
    font-size: 150%;
  }
  .china_pref_item img{
    width: 30px;
  }
}

/*Китай*/
.china_how{
  line-height: 180%;
  border: 1px solid #f1f1f1;
  background: url("/image/design/china/how_bg.png") no-repeat bottom right #f8f9fb;
}

.china_title{
  font-size: 170%;
  margin-top: -10px;

}
.china_pref_title{
  font-size: 120%;
  font-weight: 600;
  line-height: 130%;
}
.china_asterisk{
  color:indianred;
}

.china_footer_text{
  font-size: 130%;
}

.reverse_visual{
  max-width: 790px;
  width: 100%;
}