/* yandex map baloon */

@media (max-width: 768px){
	body .contacts_map{
		min-height: 400px;
	}
}
div.bx-yandex-map{font-size:1em;}
.ymaps-outer-pane{display:none;}
.ymaps-shadows-pane{display:none;}
.ymaps-b-balloon{width:280px!important;margin-top: 9px;margin-left: 1px;}
.ymaps-b-balloon .ymaps-b-balloon__sprite{display:none;}
.ymaps-b-balloon .ymaps-b-balloon__content>ymaps{width:100%!important;height:auto!important;}
.ymaps-b-balloon .ymaps-b-balloon__tl{display:none;}
.ymaps-b-balloon .ymaps-b-balloon__bl{display:none;}
.ymaps-b-balloon .ymaps-b-balloon__br{display:none;}
.ymaps-b-balloon .ymaps-b-balloon__content{padding:0;border:none;border-radius:2px;-webkit-box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.1);box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.1);}
.point_info .title{
    font-size: 1.18em;
    line-height: 1.55em;
    font-weight: bold;
}

.point_info{
	font-size: 85%;
}

.ymaps-2-1-79-b-cluster-tabs__content-item .title{
	display: none;
}

.ymaps-2-1-79-balloon__content{
	padding: 23px 30px 22px;
}

.ymaps-2-1-79-b-cluster-tabs__section_type_content{padding: 5px;}
.point_info .title a  {color: #383838;}
.point_info a.button {display: none;}
.point_info .info-content{margin:12px 0 0;font-size: 1.19em;line-height:1.3333em;}
.point_info .info-content>div{position:relative;margin:12px 0 0;}
.point_info .info-content .metro{padding-left:0; margin-top: 5px;}
.point_info .info-content>div:before{content:"";position:absolute;}
.point_info .info-content .phone a{color:#333;}
.point_info .info-content .schedule{line-height:1.5385em;}
.point_info .info-content>div:first-of-type{margin-top:0;}
.point_info .info-content .item_type{padding-left:0;margin-top:17px;}
.point_info .item_type{margin-top:17px;font-size:12px;line-height:18px;color:#888888;}
.ymaps-b-balloon .ymaps-b-balloon__close {
    background-image: url(../../../../images/svg/close_map_baloon.svg);
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    opacity: 0.6;
    background-position: center;
}
.ymaps-b-balloon .ymaps-b-balloon__close:hover {opacity: 1;}

.ymaps-b-balloon:before {content: "";position: absolute;bottom: -14px;left: 50%;margin-left: -7px;border: 7px solid transparent;border-top: 7px solid #fff;}
.ymaps-b-balloon .ymaps-b-balloon__close .svg-close{position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px;background:none;}
.ymaps-b-balloon .ymaps-b-balloon__close:hover .svg-close path{opacity:1;}
.point_info .info-content .metro i{background: rgba(0, 0, 0, 0) url(../../../../images/svg/icons_wish.svg) no-repeat scroll -1px -237px;display: block;float: left;height: 9px;margin: 5px 6px 0 0;width: 14px;}
.ymaps-point-overlay ymaps {
    bottom: -5px;
    left: -23px;
    position: absolute;
}

.bx-yandex-view-map{
	position: relative;
}

.bx-store-search{
	position: absolute;
	top: 10px;
	left: 10px;	
	z-index: 9;
	width: 60%;
}

input[type=text].bx-store-search-input{
	border: 1px solid #952F33;
	background: #FFF;
	width: 100%;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

input[type=text].bx-store-search-input:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #952f338c;
    border-color: #8b2b2e;
}

.bx-store-search-result{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;	
	z-index: 9;
	font-size: 12px;
	color: gray;
}

.loader{
	display: none;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	z-index: 9;
	overflow: hidden;
	margin-top: -12px;
	background-size: contain;
}

.__loading .loader{
	display: block;
}

.loader img{
	max-width: 40px;
}

@media (max-width: 768px){
	.bx-store-search{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
}