

/* Start:/bitrix/templates/.default/components/bitrix/news.list/limit-maps/style.css?1769402399701*/
.limit-maps-holder {
	display: flex;
}
	.maps-list {
		width: calc(15%);
		margin-right: 5%;
	}
		.maps-item img.preview_picture {
			width: 100%;
			height: auto;
		}
		.maps-item .maps-item-thumb {
			cursor: pointer;
		}
		.maps-item-thumb img {
			border: solid 1px transparent;
		}
		.maps-item-thumb.is-active-map img {
			border: solid 1px #e2ac40;
		}
		.maps-item .maps-item_name {
			margin-top: 10px;
			margin-bottom: 24px;
			line-height: 15px;
		}
	@media screen and (max-width: 790px) {
		.maps-item .maps-item_name {
			font-size: 1.8vw;
		}
	}
	.limit-maps_detail {
		width: calc(100% - 15%);
	}
		.limit-maps_detail img {
			max-height: 90vh;
			height: auto;
			max-width: 100%;
		}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/limit-maps/style.css?1769402399701 */
