#map-canvas .btn_plus {
    position: absolute;
    border-radius: 6px;
    left: 29px;
    top: -78px;
    height: 40px;
    width: 41px;
    padding-left: 10px;
    border-bottom: 1px #d9d9d9 solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: white;
    border: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
#map-canvas .btn_minus {
    position: absolute;
    border-radius: 6px;
    left: 29px;
    top: -38px;
    height: 39px;
    width: 41px;
    padding-left: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: white;
    border: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.btn_plus .icon, .btn_minus .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.icon-plus {
    background-image: url(/images/plus.svg);
}
.icon-minus {
    background-image: url(/images/minus.svg);
}

.last-apartments__card {
  position: relative;
  justify-self: left;
  width: 16.15rem;
  border: 0.05rem solid #e5e5e5;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  overflow: hidden;
  font-family: 'PT Sans', sans-serif;
}
.last-apartments__card-info {
    padding: 15px 15px 15px 32px;
}
.last-apartments__card-top-info {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}
.last-apartments__card-top-info span {
  color: #a1a1a1;
  font-weight: 200;
}
.last-apartments__card-top-info .dot {
  font-size: 0.7rem;
  color: #10cea1;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.last-apartments__card-top-info .rooms,
.last-apartments__card-top-info .area,
.last-apartments__card-top-info .area sup,
.last-apartments__card-top-info .floor__curr {
  color: #0b9373;
  font-weight: 400;
}
.last-apartments__card-top-info .area sup {
  font-size: 0.6rem;
}
.last-apartments__card-top-info .floor {
  font-size: 0.8rem;
}
.last-apartments__card-top-info .floor__curr {
  font-size: 1.1rem;
}
.last-apartments__card-name {
    color: #324254;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.last-apartments__card-price {
  color: #565c5e;
    font-size: 15px;
}
.last-apartments__card-price .price {
  margin-right: 0.3rem;
}
.last-apartments__card-price .price-for-m,
.last-apartments__card-price .price-for-m sup,
.last-apartments__card-price .price-for-m .rub {
  font-size: 0.9rem;
  color: #a1a1a1;
}
.last-apartments__card-price .price-for-m sup {
  font-size: 0.6rem;
}
.last-apartments__card-address {
  font-size: 0.95rem;
  font-weight: 200;
  color: #a1a1a1;
  margin-bottom: 0.3rem;
}
.last-apartments__card-metro {
  font-size: 0.95rem;
  font-weight: 200;
  color: #a1a1a1;
}
.last-apartments__card-metro .colors {
  display: inline-block;
}
.last-apartments__card-metro .color {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
}
.last-apartments__card-metro .color:not(:first-child) {
  position: relative;
  right: 0.2rem;
}
.cluster-count {
    position: relative;
    bottom: 8px;
    font-weight: bold;
    color: #d23139;
    text-align: center;
}
.placemark-icon {
    position: relative;
    width: max-content;
}
.placemark-icon .icon__object-price {
    position: relative;
    display: inline-block;
}
.placemark-icon .price {
    display:none;
}
.placemark-icon .icon__rooms-quantity {
    display: inline-block;
    position: absolute;
    
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    left: -0.9rem;
    top: -0.2rem;
}
.placemark-icon .icon__rooms-quantity .icon__rooms-quantity-inner {
    display: inline-block;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
    margin: auto;
    font-size:0;
    color: white;
    
    
}



.placemark-icon .icon__rooms-quantity .icon__rooms-quantity-inner0 {
    background:url(/img/marker-k2.png) no-repeat;
    width:55px;
    height:58px;
}
.ymaps-2-1-75-balloon__tail {
    display:none;
}