

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1457687361666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/uservice2025/components/bitrix/news/carcass-contacts/bitrix/news.list/.default/style.css?17540533712150*/
/* #map {
	max-width: 100%;
	height: 700px;
	margin: 0 auto;
	padding: 2.4rem 0 0;
} */

.circle {
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;

	color: #0a4595;
	border: 2px solid currentColor;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	transform: translate(-50%, -50%);
}

.circle-content {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

	width: 70%;
	height: 70%;

	border-radius: 50%;
	background-color: currentColor;

	transform: translate3d(-50%, -50%, 0);
}

.circle-text {
	font-size: 0.9em;
	color: var(--white);
}

.placemark {
	width: 30px;
	height: 43px;
	cursor: pointer;
	position: relative;
	left: -16px;
	top:-37px;
	z-index: 1;
}

.baloon {
	background: transparent;
	border-radius: 10px;
	display: none;
	overflow: hidden;
	padding: 10px 10px 7px;
	position: absolute;
	bottom: 0;
	left: -135px;
	z-index: 20;
}

.baloon-open .baloon {
	color: var(--white);
	display: block;
	width: 300px;
}

.baloon::before {
	content: '';
	background: rgba( 10, 69, 149, 0.25 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 5px );
	-webkit-backdrop-filter: blur( 5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	position: absolute;
	inset: 0 0 0 0;
	z-index: 3;
}

.open {
	z-index: 1 !important;
}

.ymaps3x0--map-copyrights.ymaps3x0--map-copyrights_bottom.ymaps3x0--map-copyrights_right {
	display: none;
}

.baloon-content {
	/* padding: 0 15px 15px; */
}

.baloon-header {
	font-size: 16px;
	line-height: 1.27;
	margin-bottom: 1.4rem;
}

.close-cross {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0.5rem;
}

.close-cross::before {
	content: '\f10f';
	color: var(--white);
	font-family: var(--icon);
	font-size: 3.2rem;
	display: inline-block;
}

.baloon-content,
.close-cross {
	color: var(--white);
	position: relative;
	z-index: 5;
}

.baloon-img {
	border-radius: 5px;
	display: block;
	overflow: hidden;
}

.baloon-img img {
	display: block;
}

.contacts__item {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0 40px;
	padding-top: 2.4rem;
}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1457687361666 */
/* /bitrix/templates/uservice2025/components/bitrix/news/carcass-contacts/bitrix/news.list/.default/style.css?17540533712150 */
