#map{
	width: 100%;
	height: 800px;
}

.girl.group_normal{
	width: 300px !important;
	padding: 10px !important;
}

.map-item{
	width: 335px;
	height: auto;
}

.map-item h3{
	color: var(--theme);
}

.map-item__content{
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.map-item__content  .property-row.--green {
	background-color: #cafbd4 !important;
}

.map-item__content .property-row{
	display: flex;
	justify-content: space-between;
	gap: 4px;

	background: linear-gradient(0deg, #f2f2f2 0, #f2f2f2 100%), linear-gradient(107deg, #ffef6f 0, #ffdf03 100%), #fff;
	border-radius: 2px;
	/*padding: 8px;*/
	padding: 4px 8px;
	align-items: center;
}

.map-item__content .property-row .property-title{
	font-size: 12px;
}

.map-item__content .property-row .property-value{
	font-weight: 700;
	color: #4f4f4f;
	line-height: normal;
	font-size: 12px;
}

.map-item__content .property-row .old{
	text-decoration: line-through;
}

.map-item__image{
	flex-basis: 50%;
}

.map-item__info{
	flex-basis: 50%;
	gap: 4px;
	display: flex;
	flex-direction: column;
}

.girl--gallery img{
	width: 100%;
}

.girl.group_normal{
	box-shadow: none !important;
}

ymaps[id^="id_"]{
	overflow: auto !important;
	height: auto !important;
}

.ymaps-2-1-79-balloon__close{
	position: absolute !important;
	right: 0 !important;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 10px !important;
}

.girl--gallery a{
	display: block;
	/*overflow: auto;*/
	width: 120px;
	height: 160px;
}

.adaptive .girl--gallery{
	min-width: unset !important;
}