

/* Start:/local/components/our/shops/templates/.default/style.css?17562747961558*/
/* Основные стили */
#map {
	width: 100%;
	height: 600px;
	position: relative;
}
.ymaps-2-1-79-map ymaps{
	border-radius: 10px;

}
.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content{
	margin-right: 10px !important;
	padding-right: 0;
}
ymaps, ymaps canvas, ymaps input, ymaps svg {
    max-width: none;
    max-height: none;
    height: auto;
}
#location-list {
	width: 300px;
	max-height: 600px;
	overflow-y: auto;
	padding: 10px;
	box-sizing: border-box;
}

.location-item {
	margin-bottom: 15px;
	cursor: pointer;
	padding: 8px;
	background-color: #f0f0f0;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.location-item img {
	width: 17px;
}

.location-item:hover,
.location-item.active {
	background-color: #d1eaff;
}

/* Кнопка для мобильных устройств */
.toggle-shops-btn {
	display: none;
	margin: 10px;
	padding: 10px 20px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 90%;
	text-align: center;
}

@media (min-width: 768px) {
	#map {
		position: relative;
	}
	#location-list {
		z-index: 10;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0%;
	}
}

/* Адаптивные стили */
@media (max-width: 768px) {
	#map {
		width: 100%;
		height: 400px;
	}

	#location-list {
		width: 100%;
		max-height: 300px;
		float: none;
		display: none; /* Скрываем список по умолчанию */
	}

	.toggle-shops-btn {
		display: block; /* Показываем кнопку на мобильных */
	}
}
/* End */
/* /local/components/our/shops/templates/.default/style.css?17562747961558 */
