.scaled-frame {
	zoom: 0.65;
	-moz-transform: scale(0.65);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.65);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.65);
	-webkit-transform-origin: 0 0;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
	.scaled-frame {
	zoom: 1;
	}
	#map > ymaps {
	border-radius: 10px;
	overflow: hidden;
	}
	
    }
	.ocen i, .f_ocen i {
	cursor:pointer;
	}
		/* Оформление легенды */
.map-legend {
    position: absolute;
    right: 15px;
    top: 50px;
    min-width: 130px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.4;
	 z-index: 1000;  
}

.map-legend__title {
    font-weight: 600;
    margin-bottom: 8px;
}

.map-legend__item {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.map-legend__marker {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 8px;
}