

/* Start:/bitrix/components/magwai/photo.marker/templates/.default/style.css?16974235562422*/
.p-m_box {
	position: relative;
	overflow: auto;
}
.p-m_wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.p-m_img {
	width: 100%;
}
.p-m_object {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	z-index: 10;
}
.p-m_point {
	width: 32px;
	height: 32px;
	background-color: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.36);
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.p-m_point.orange {
	background: linear-gradient(180deg, #DD9346 0%, #BC6423 100%);
	width: 30px;
    height: 30px;
}
.p-m_point.gold {
	background: linear-gradient(180deg, #E1CA7E 0%, #DABB50 100%);
	width: 15px;
    height: 15px;
}
.p-m_point.white {
	background: linear-gradient(180deg, #FFFFFF 0%, #B5B5B5 100%);
	width: 15px;
    height: 15px;
}
.p-m_point.blue {
	background: linear-gradient(180deg, #0085FF 0%, #83C0F9 100%);
	width: 15px;
    height: 15px;
}
.p-m_point:before {
	/*content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #1B1B1B;
	top: 15px;
	left: 8px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;*/
}
.p-m_point:after {
	/*content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: #1B1B1B;
	top: 8px;
	left: 15px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;*/
}
.p-m_point:hover:before, .p-m_point:hover:after,
.p-m_point.active:before, .p-m_point.active:after {
	background-color: #00AEEF;
}
.p-m_point.active + .p-m_tooltip {
	display: block;
}
.p-m_tooltip {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	width: 344px;
	background-color: #FFF;
	/*padding: 20px 25px;*/
	top: 50%;
	right: 50%;
	display: none;
	cursor: default;
}
.p-m_tooltip>div {
    padding: 20px 25px;
}
.p-m_title {
	font-size: 21px;
	text-transform: uppercase;
	margin: 0 0 12px;
    color: #bc6423 !important;
    font-weight: bold;
    /*text-shadow: -1px 1px 1px #000000;*/
}
.p-m_description {
	color: #454545 !important;
}
.p-m_link {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-left: 110px;
    text-align: left;
}
.p-m_link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.p-m_link:hover {
	color: #337ab7; 
    text-decoration: none;
}
/* fix cursor move */
.p-m_link .p-m_title span, .p-m_link .p-m_description span {
	cursor: pointer;
}
.p-m_title span, .p-m_description span {
	cursor: text;
}
/* End */
/* /bitrix/components/magwai/photo.marker/templates/.default/style.css?16974235562422 */
