.map{
    float: left;
}
.map-wrapper{
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43);
}
.map-wrapper a{
    color: #e88f00;
    text-decoration: none;
}

/* Map hint*/
.map-item-hint{
    font-size: 14px;
    width: 250px;
    height: 75px;
    margin: 3px;
    padding: 3px;
    background-color: white;
    border-radius: 5px;
}
.map-item-hint__img{
    margin: 3px 3px 0 0;
    width: 70px;
    height: 70px;
    float: left;
}
.map-item-hint__price{
    padding: 5px 0 0 0;
    font-size: 16px;
}

.map-item-hint__params{
    padding: 5px 0;
    color: #000000;
}

.map-item-hint__address{
    color: #e88f00;
}

/* Map balloon*/
.map-item-balloon{
    font-size: 14px;
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
}
.map-item-balloon_img_wrap{
    text-align: center;
}
.map-item-balloon__img{
    margin: 3px 3px 0 0;
    width: 150px;
    height: 150px;
}
.map-item-balloon__price{
    padding: 5px 0 0 0;
    font-size: 16px;
    color: #e88f00;
}

.map-item-balloon__params{
    padding: 5px 0;
    color: #000000;
}
.map-item-balloon__param{
    display: inline-block;
    padding: 0 5px;
    color: #000000;
}

.map-item-balloon__address{
    color: #e88f00;
}

.map-objects-list{
    float: left;
    height: 100%;
    width: 280px;
    overflow: auto;
}

.map-cluster-objects-list{
    max-height: 173px;
    min-width: 263px;
    max-width: 280px;
    overflow-x: hidden;
    background-color: antiquewhite;
}

.short-info, .map-cluster-objects-list {
    position: absolute;
}

.map-cluster-objects-list .close, .short-info .close {
    position: absolute;
    right: 5px;
    top: 1px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.console-debug-map .error {
	margin-bottom: 0;
}

.close {

}

.actions-map, .console-debug-map, .map-informer{
    position: relative;
    overflow: hidden;
    text-align: right;
    width:100%;
    margin: 3px 0 0 10px;
}
.actions-map span{
    position: relative;
    display: inline-block;
    margin: 0 7px 0 0;
    cursor: pointer;
}

.ymap-add-location-block {
    line-height: 26px;
    height: 26px;
    padding: 2px;
}
