.ymaps3x0--marker-layer {
	width: 100% !important;
	height: 100% !important
}
.color-1#content #js-contacts-map div.icon-marker {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background-color: #f43 !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.color-1#content #js-contacts-map div.icon-marker::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 5px);
	transform: translate(-50%, 5px);
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #f43 !important
}