.map-cluster-balloon__content {
  display: flex;
  font-family: Gilroy, sans-serif;
}

.map-cluster-balloon__img {
  display: block;
  width: 120px;
  height: 100%;
  background-size: cover;
}

.map-cluster-balloon__right {
  padding: 0 8px;
}

.box-arrow {
  height: 21px;
  border: 1px solid #093055;
 
  font-size: 10px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #3a344e;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 8px 0 12px;
  position: relative;
  margin-bottom: 4px;
  font-family:Roboto Flex;
}

.box-arrow:before {
  height: calc(100% - 2px);
  background-color: #fff;
  z-index: 9;
  right: -1px;
  top: 1px;
}

.map-cluster-balloon__numbers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 11px;
}

.map-cluster-balloon__footer {
  color: #1e98ff;
  font-size: 11px;
  transition: color .3s;
  text-decoration: none;
}

.map-cluster-balloon__footer:hover {
  color: #1a66a9;
}

.map-cluster-balloon__price {
	font-family: Roboto Flex;
	color:#093055;
}

.map-cluster-balloon__area-format {
	font-family: Roboto Flex;
	color:#093055;
}

.map-cluster-balloon__footer {
  font-family: Roboto Flex;
}

.map-cluster-balloon__type {
  color: #093055;
  font-family: Roboto Flex;
  font-size: 15px;
  font-weight: bold;
}

.custom-placemark {
  position: relative;
}

.price-cart,
.price-cart__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.price-cart {
  position: absolute;
  top: -46px;
  left: -52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-cart__text {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  letter-spacing: .2px;
  color: #fff;
  background: rgba(36, 29, 58, .8);
  border: 1px solid #000;
  padding: 5px 15px;
  border-radius: 4px;
}

.price-cart__line {
  width: 2.5px;
  height: 16px;
  background: rgba(36, 29, 58, .8);
}

.price-cart__oval {
  position: relative;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0e4779;
}

.price-cart__oval:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}