.objects-map{
	position: fixed;
	right: 0;
	top: 72px;
	bottom: 0;
}

.page-container .objects-map{
	width: 337px;
	right: unset;
}

.bx-yandex-map > ymaps,
.bx-yandex-map > ymaps > ymaps{
	width: 100% !important;
	height: 100% !important;
}

.object-item-marker{	
	display: flex;
	padding: 6px 8px 6px 4px;
}

.object-item-marker-image{	
	width: 92px;
	min-width: 92px;	
	height: 49px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.object-item-marker-image > img{
	width: auto;
	max-width: 92px !important;
	height: auto;
	max-height: 49px;
}

.object-item-marker-caption{
	width: 100%;
}

.object-item-marker-title{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 20px;
	color: #3d4b52;	
	line-height: 24px;
}

.object-item-marker-address{
	display: flex;	
	margin-top: 6px;
}

.object-item-marker-address > i{
	margin-right: 6px;
	margin-top: 2px;
	font-size: 16px;
	color: #b2c7cb;
}

.object-item-marker-address > span{
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;
	color: #8ea6ab;
	line-height: 19px;
}

.object-item-marker-link:link,
.object-item-marker-link:visited{
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 9px 16px 8px;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;
	color: #3d4b52;
	text-decoration: none;
	line-height: 19px;
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.bx-no-touch .object-item-marker-link:hover,
.bx-touch .object-item-marker-link:active{
	color: #fff;
	border-color: #6639b6;
	background: #6639b6;
}

.viewed-wrapper,
.bigdata-wrapper,
.feedback-wrapper,
.bottom-menu-wrapper,
.footer-wrapper{
	position: relative;
}

/***PHONES***/
@media(max-width: 991px){
	.objects-map{
		height: 320px;
		margin: -32px -18px 0;
		position: static;
	}

	.page-container .objects-map{
		width: unset;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1271px){
	.page-container .objects-map{
		width: 242px;
	}
}