<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page {
	height: calc(100% - 166px);
	width: 100%;
	padding-bottom: 0;
	position: relative;
}

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

.toolbar.address {
	left: 30px;
	top:38px;
}

.panel-helper.address .panel-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	line-height: 23px;
}

.panel-helper.address {
	padding: 18px 24px;
	width: auto;
}

.panel-helper.address .panel-item:last-child {
	margin-right: 0;
}

.icon-panel {
	background: #f20648;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
}

.panel-item .panel-text {
	display: inline-block;
	vertical-align: middle;
	max-width: 150px; 
}

.panel-item .panel-text span {
	white-space: nowrap;
}

.toolbar.route .panel-item .icon-panel {
	width: 24px;
	height: 24px;
	background: #005ca1;
	border-radius: 100%;
	margin-right: 0;
}

.toolbar.route .panel-item .icon-panel.panel-bus {
	background: #009896;
}

.toolbar.route .panel-item .icon-panel.panel-train {
	background: #111222;
}

.toolbar.route .panel-item .icon-panel.panel-metro {
	background: #59a8cd;
}

.panel-item .route-car {
	width: 12px;
	height: 11px;
	fill: #FFF;
}

.panel-item .route-bus {
	width: 12px;
	height: 14px;
	fill: #FFF;
}

.panel-item .route-train {
	width: 12px;
	height: 14px;
	fill: #FFF;
}

.panel-item .route-metro {
	width: 16px;
	height: 12px;
	fill: #FFF;
}

.svg-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.map-pin {
	width: 15px;
	height: 25px;
	fill: #FFF;
	display: inline-block;
	vertical-align: middle;
}

.map-gps {
	width: 23px;
	height: 23px;
	fill: #FFF;
	display: inline-block;
	vertical-align: middle;
}

.toolbar.route {
	right: 30px;
	top:30px;
	bottom: 0;
	width: 280px;
}

.toolbar.route .panel-helper h3 {
	font-size: 14px;
	padding: 10px 24px;;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(17, 17, 63, .1);
	margin-bottom: 0;
	text-align: center;
}

.toolbar.route .panel-helper {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.toolbar.route .panel-item {
	cursor: pointer;
	padding: 2px;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

.toolbar.route .panel-item:hover {
	background-color: #f7f8fc;
}

.toolbar.route .panel-item .inner {
	padding: 10px 25px;
}

.toolbar.route .panel-item.active .inner {
	box-shadow: inset 0 0 0 3px #F20648;
}


.ymaps-2-1-31-placemark-overlay .ymaps-2-1-31-image {
	transform: scale(1.3);
}</pre></body></html>