.dsmap {
	width: 100%;
	height:100%;	
}
.dsmap-ctrl-menu {
	display: inline-block;
	position: relative;
	padding: 0;
    margin: 0;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
}
.dsmap-ctrl-menu-button{
	font-family: 'PT Sans Bold';
    font-weight: normal !important;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 4px 15px;
    line-height: 26px;
    border-radius: 3px;
    background-color: #2b6dac;
    border: 1px solid #2b6dac;
    cursor: pointer;
}
.dsmap-ctrl-menu-button:hover{
	background-color: #fff;
	color: #2b6dac;
	border-color: #2b6dac;
}

.dsmap-customControl {
            display: none;
            background-color: #fff;
            padding: 5px;
            border-radius: 3px;
            max-width: 340px;
			min-width: 300px;	
			margin-left: 30px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            flex-wrap: nowrap;
		    flex-direction: row;
		    justify-content: space-between;
		    align-items: flex-start;
        }
.dsmap-customControl .content::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.dsmap-customControl .content::-webkit-scrollbar-thumb{
    border-width:0;
    border-radius: 6px;
    background-color:  #c7c7c7;
}
.dsmap-customControl .content::-webkit-scrollbar-thumb:hover{
    background-color: #c7c7c7;
}
.dsmap-customControl .content::-webkit-scrollbar-track{
    border-right: 6px solid #fafafa;
    background-color: #fff;
}        

.dsmap-customControl .closeButton {
            flex-basis: 20px;
            flex-grow: 0;
            flex-shrink: 0;
            padding: 3px;
            cursor: pointer;
            background-color: transparent;
		    width: 20px;
		    height: 20px;
		    background-image: url(images/icon-close-bl.svg);
        }
.dsmap-customControl .content {
            padding: 5px;
            max-height: 250px;
            overflow: auto;
            margin-right: 5px;
		    min-height: 320px;
        }

.dsmap-customControl a, 
.dsmap-customControl a:visited,
.dsmap-ctrl-menu a, 
.dsmap-ctrl-menu a:visited, 
.dsmap a,
.dsmap a:visited {
            color: #04b;
            text-decoration: none !important;
        }

.dsmap-s-menu{
	padding: 0;
    margin: 0;
    list-style-type: none;
}
.dsmap-s-menu .dsmap-s-menu {
    padding: 5px 0;
    margin-left: -10px;
}
.dsmap-s-menu li{
	position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 7px 10px 7px 24px;
}
.dsmap-s-menu li.dsmap-s-menu-parent{
    padding-left: 54px;
    transition: height 1s linear;
    height: auto;
}
.dsmap-s-menu-parent:before{
    display: block;
    content: ' ';
    position: absolute;
    z-index: 10;
    left: 12px;
    top: 11px;
    width: 6px;
	height: 10px;
	font-size: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-image: url('images/arrow-right2.svg');
}
.dsmap-s-menu-parent.is-open:before{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
li.dsmap-s-menu-parent:not(.is-open) .dsmap-s-menu {
    display: none;
    overflow: hidden;
}



.dsmap-s-menu-item-check{
	display: block;
	width: 15px;
    height: 15px;
    border: 1px solid #2b6dac;
    border-radius: 3px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 9px;
}
.dsmap-s-menu-parent > .dsmap-s-menu-item-check{
    left: 30px;
}
.dsmap-customControl li.is-active > .dsmap-s-menu-item-check {
    background-color: #2b6dac;
    background-image: url(images/checkbox-wh.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.dsmap-customControl li.is-active.half > .dsmap-s-menu-item-check {
    background-image: none !important;
    padding: 3px;
}
.dsmap-customControl li.is-active.half > .dsmap-s-menu-item-check:after{
	display: block;
    content: ' ';
    width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: #fff;
	margin: auto;
}

.ymaps-2-1-79-searchbox-button {
	background: #2b6dac!important;
	color: #fff!important;
}
.ymaps-2-1-79-searchbox-button:hover {
    background-color: #fff!important;
    border-color: transparent!important;
    color: #2b6dac!important;
    border-color: #2b6dac!important;
}
.ymaps-2-1-79-searchbox-input.ymaps-2-1-79-_focused {
	box-shadow: inset 0 0 0 2px #2b6dac!important;
}

.ymaps-2-1-79-searchbox-input {
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}

.dsmap-loader-stub {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	cursor: wait;
	background-color: #000000a5;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.dsmap-loader-stub-message {
	background-color: #ffffffa7;
	padding: 10px 20px;
	position: relative;
	border-radius: 5px;
}