
.checkbox{
    position: relative;
}
.checkbox__input{
    display: none;
}
.checkbox__custom{
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
}
.checkbox__custom::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	background: #d5d5d5;
	border-radius: 2px;
}
.checkbox__input:checked + .checkbox__custom::before{
	background: #6999e9;
}
.checkbox__custom,
.checkbox__label {
	display: inline-block;
	vertical-align: middle;
}
.checkbox__label{
    font-size: 11px;
    color:#000;
    margin-left:5px;
    cursor: pointer;
}

.mapwrap{
    background: #f7f8f8;
    padding-bottom:50px;
}
.map{
    position: relative;
    z-index: 3;
    position: relative;
    width: 1020px;
    margin: 0px auto;
    border: 1px solid #bbbbbc;
    -webkit-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 1px 18px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 1px 18px 0px rgba(0, 0, 0, 0.35);
}
.map__content{
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.map__init{
    position: relative;
    height:600px;
    z-index: 2;
}
.map__control{
    position: absolute;
    width: 100%;
    height:600px;
    top:0px
}
.map__control--content{
    height: 100%;
}
.map__control--content div{
    z-index: 2;
}
.map__zoom{
    position: absolute;
    right: 0px;
    bottom:50px;
}
.map__zoom-btn{
    width: 39px;
    height: 47px;
}
.map__zoom-btn{
    text-align: center;
    cursor: pointer;
    position: relative;
}
.map__zoom-wrap{
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #fafafa 48%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #dddddd 0%,#fafafa 48%,#dddddd 100%);
    background: linear-gradient(to bottom, #dddddd 0%,#fafafa 48%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 );
}
.map__zoom-line{
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}
.map__zoom-btn--plus{
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-top: 14px;
}
.map__zoom-btn--minus{
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-top:23px;
}
.map__zoom-btn:hover{
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}
.map__zoom-btn-p{
    width: 16px;
    height: 16px;
    background: url('/img/map__zoom.png');
    margin: 0 auto;
}
.map__zoom-btn-m{
    width: 16px;
    height: 2px;
    background: url('/img/map__zoom.png') 0 11px;
    margin: 0 auto;
}
.map__zoom-hover{
    position: absolute;
    display: none;
    height: 22px;
    background: #585858f2;
    color:#ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 15px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    right: 45px;
    top: 14px;
}
.map__zoom-btn:hover .map__zoom-hover{
    display: block;
}
.map__zoom-full{
    width: 39px;
    height: 39px;
    margin-top:12px;
    cursor: pointer;
}
.map__zoom-fullimg{
    width: 39px;
    height: 39px;
    background: url('/img/search__full.png') center center no-repeat;
}
.map__zoom-fullimg--i{
    background: url('/img/search__full_i.png') center center no-repeat;
}
.map__zoom-full:hover{
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}
.map__cblock{
    width: 50px;
    height: 50px;
    position: absolute;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 45, 45, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(45, 45, 45, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(45, 45, 45, 0.5);
    top:33px;
    cursor: pointer;
}
.map__cblock:hover{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(45, 45, 45, 0.5);
    -moz-box-shadow:    0px 0px 3px 0px rgba(45, 45, 45, 0.5);
    box-shadow:         0px 0px 3px 0px rgba(45, 45, 45, 0.5);
}
.map__cblock--info{
    width: 56px;
    height: 56px;
}
.map__cblock--control{
    right: 0px;
}
.map__cblock--favor{
    right: 0px;
    top:90px;
}
.map__cblock-img{
    margin: 0 auto;
}
.map__cblock--info .map__cblock-img{
    width: 14px;
    height: 30px;
    background: url('/img/map__cblock-info.png');
    margin-top:12px;
}
.map__cblock--control .map__cblock-img{
    width: 23px;
    height: 25px;
    background: url('/img/map__cblock-control.png');
    margin-top:12px;
}
.map__cblock--favor .map__cblock-img{
    width: 22px;
    height: 22px;
    background: url('/img/map__cblock-favor.png');
    margin-top:15px;
}
.map__cblock--favor:hover .map__cblock-img{
    background: url('/img/map__cblock-favor.png') 0 22px;
}

.map__cblock--info .map__cblock-img--loading{
    background: url("/img/loader.svg");
    width: 35px;
    height: 35px;
}
.map__cblock--wait{
    background: #fffef5;
    background: -moz-linear-gradient(top, #fffef5 0%, #fff8a9 100%);
    background: -webkit-linear-gradient(top, #fffef5 0%,#fff8a9 100%);
    background: linear-gradient(to bottom, #fffef5 0%,#fff8a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef5', endColorstr='#fff8a9',GradientType=0 );
}
.effects__bounce{
    animation: bounce 0.7s;
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-10px);
    }
}
.map__bwrap{
    position: absolute;
    width: 195px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 );
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    top:33px;
    display:none;
}
.map__bwrap-tema{
    display: none;
}
.map__bwrap--control{
    right: 0px;
    z-index: 4 !important;
}
.map__bwrap--info{
    z-index: 5 !important;
}
.map__bwrap--control-w{
    width: 188px;
    padding-right: 7px;
    padding-bottom: 10px;
}
.map__bwrap--favor{
    right: 0px;
    top:90px;
    z-index: 3 !important;
}
.map__bwrap--favor{
    padding: 0 7px 10px;
}
.map__bwrap-title{
    color:#8490a1;
    font-size: 11px;
    font-weight: 500;
    margin-left:6px;
    margin-top:13px;
}
.map__bwrap-rollup{
    position: absolute;
    width: 9px;
    height: 5px;
    background: url('/img/map__bwrap-rollup.png');
    cursor: pointer;
    top:15px;
    right:12px;
}
.map__bwrap-rollup:hover{
    background: url('/img/map__bwrap-rollup.png') 0 5px;
}
.map__bwrap-close{
    text-align: center;
    margin-top:8px;
}
.map__bwrap-close span{
    color:#546f98;
    border-bottom:1px dotted;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.map__bwrap-close span:hover{
    color:#194399;
}
.map__bwrap-ul{
    margin-top:11px;
}
.map__bwrap-ul--favor{
    max-height: 150px;
    overflow: auto;
}
.map__bwrap-li{
    padding: 6px 10px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    position: relative;
}
.map__bwrap-li-circ{
    background: #c3c3c3;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
}
.map__bwrap-li-text{
    color: #000;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left:4px;
    cursor: pointer;
    font-weight: 500;
    max-width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.map__bwrap-li-del{
    width: 9px;
    height: 9px;
    background: url('/img/map__bwrap-li-del.png');
    position: absolute;
    right:10px;
    top:9px;
    cursor: pointer;
    display: none;
}
.map__bwrap-li-del:hover{
    background: url('/img/map__bwrap-li-del.png') 0 9px;
}
.map__bwrap-li:hover .map__bwrap-li-del{
    display: block;
}
.map__bwrap-li:hover .map__bwrap-li-circ{
    background: #6999e9;
}
.map__bwrap-li:hover{
    background: #d5deec;
}

.map__bwrap-li:hover .map__bwrap-li-text{
    color:#31517c;
}
.map__bwrap-li--active, .map__bwrap-li--active:hover{
    background: #4c6da2;
    cursor: default;
}
.map__bwrap-li--active .map__bwrap-li-circ, .map__bwrap-li--active:hover .map__bwrap-li-circ{
    background: #fff;
}
.map__bwrap-li--active .map__bwrap-li-text, .map__bwrap-li--active:hover .map__bwrap-li-text{
    color:#fff;
}
.map__bwrap-li:hover.map__bwrap-li--active .map__bwrap-li-del{
    display: none;
}
.map__bwrap--control{
    padding: 0 7px 10px;
}
.map__bwrap-line{
    background: #d0d0d0;
    height: 1px;
    width: 100%;
    left:0px;
    margin-top:5px
}

.map__bwrap-wcheck{
    margin-top: 17px;
    padding: 0 8px;
}

.map__bwrap-wcheck .checkbox{
    margin-bottom:7px;
}
.map__bwrap-select{
    width: 100%;
    border:1px solid #cfcfcf;
    padding: 9px 9px 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fafafa;
    outline: none;
    font-size: 11px;
    margin-top:3px;
    font-weight: 500;
}
.map__bwrap-select:hover{
    background: #f0f4f7;
}
.map__bwrap-labels{
    margin-top:15px;
    max-height: 130px;
    overflow: auto;
}
.map__bwrap-label{
    margin-bottom: 5px;
}
.map__bwrap-label-color{
    display: inline-block;
    vertical-align: top;
    background:#da6f5b;
    width: 11px;
    height: 11px;
}
.map__bwrap-label-text{
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 500;
    margin-left: 6px;
    max-width: 145px;
    line-height: 14px;
}
.map__bwrap--loadwrap{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10 !important;
    background: url("/img/bg.png");
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
}
.map__bwrap--loadwrapt{
    width: 100%;
    height: 100%;
    display: table;
}
.map__bwrap--loadcontent{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.map__bwrap--blur{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    filter: url('/img/blur.svg#blur');
}






.info{
    width: 327px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 68%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f8f8f8 68%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#f8f8f8 68%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 );
}
.info__logo{
    position: absolute;
    color:#494949;
    font-size: 12px;
    font-weight: 500;
    top: -18px;
    left:6px;
}
.info__header{
    background: #e9e9e9;
    border-bottom:1px solid #dcdcdc;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding:17px 20px 10px;
    position: relative;
}
.info__header{
    cursor: pointer;
}
.info__header:hover .map__bwrap-rollup{
    background: url(/img/map__bwrap-rollup.png) 0 5px;
}
.info__header-title{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.info .map__bwrap-rollup{
    position: relative;
    display: inline-block;
    top: -2px;
    right: auto;
    margin-left: 5px;
}
.info__header-img{
    right:15px;
    top:10px;
    position: absolute;
}
.info__header-img--appart{
    width: 25px;
    height:25px;
    background: url('/img/info__header-img--appart.png');
}
.info__header-img--area{
    width: 51px;
    height:22px;
    background: url('/img/info__header-img--area.png');
}
.info__content{
    padding: 0 15px;
    position: relative;
}
.info__navi{
    margin-top:12px;
}
.info__navi_a{
    font-size: 11px;
    color:#47668c;
    border-bottom:1px solid;
    margin-left:15px;
}
.info__navi_a:first-child{
    margin-left: 0px;
}
.info__navi_a--disabled{
    color:#878787;
    border:none;
    cursor: default;
}
.info__main{
    margin-top:28px;
    position: relative;
}
.info__main-title{
    color:#000;
    font-size: 18px;
    font-weight: 500;
    max-width: 260px;
    line-height: 21px;
}
.info__main-right{
    position: absolute;
    right: -7px;
}
.info__main-address{
    font-size: 12px;
    line-height: 16px;
    margin-top:10px;
}
.info__main-address a{
    color:#2f518a;
    border-bottom:1px solid;
}
.info__main-address a:hover{
    color:#2a59a7;
}
.info__main-fav,
.info__main-pdf{
    display: inline-block;
    vertical-align: middle;
    margin-left:2px;
    position: relative;
}
.info__main-fav-img{
    width: 16px;
    height: 16px;
    background: url('/img/info__main-fav.png');
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.info__main-pdf-text{
    display: inline-block;
    font-size: 10px;
    color:#3c6198;
    font-weight: 500;
    border-bottom:1px solid;
    cursor: pointer;
}
.info__main-pdf:hover .info__main-pdf-text{
    color:#812f1c;
}
.info__main-fav-tool{
    position: absolute;
    background: #606060;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 22px;
    padding:7px 14px 0px;
    color:#fff;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    display: none;
}
.info__main-pdf:hover .info__main-fav-tool,
.info__main-fav:hover .info__main-fav-tool{
    display:block;
}
.info__main-fav-tool--top{
    bottom: 18px;
    left: -50px;
}
.info__main-fav-tool--right{
    top: 0px;
    right: -13px;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.info__main-fav:hover .info__main-fav-img{
    background: url('/img/info__main-fav.png') -16px 0;
}
.info__main-fav-img--active{
    background: url('/img/info__main-fav.png') 16px 0;
}
.info__table{
    width: 100%;
}
.info__table-wrap{
    overflow: auto;
    margin-top:22px;
    width: 100%;
}
.info__table>tbody>tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}
.info__table td{
    padding: 7px 15px 5px 0;
    font-weight: 500;
    line-height: 12px;
    font-size: 12px;
}
.info__table td span{
    color:#bebebe;
}
.info__table>tbody>tr>td:first-child{
    color:#636b77;
    padding-left:15px;
    font-size: 11px;
}
.info__table a{
    color:#2f518a;
    text-decoration: underline;
}
.info__table a:hover{
    color:#812f1c;
}
.info__links{
    margin-top: 30px;
}
.info__links-a{
    margin-bottom:8px;
    color:#2d6dc3;
    font-size: 12px;
    cursor: pointer;
    border-bottom:1px solid;
    display: inline-block;
}
.info__links-a:hover{
    color:#812f1c;
}
.info__footer{
    font-size: 10px;
    color:#acacac;
    text-align: center;
    margin-top:25px;
    margin-bottom:8px;
}
.info__orel{
    width: 41px;
    height: 39px;
    background: url('/img/info__footer-orel.png');
    position: absolute;
    right:11px;
    bottom:11px;
}
.info__arrow-right{
    width: 13px;
    height: 13px;
    background: url('/img/info__arrow-right.png');
    display: inline-block;
    float: right;
}
.info__arrow-right:hover{
    background: url('/img/info__arrow-right.png')  0 13px;
}
.stylescroll::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.stylescroll::-webkit-scrollbar-track {
background-color:#ecedee
}

.stylescroll::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#a1a1a1;
}

.stylescroll::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

.stylescroll::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

.stylescroll::-webkit-scrollbar{
width: 4px;
height: 4px;
}
.test__rightblock_btnb--map{
    width: 277px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 30px;
    font-weight: 300;
    height: 40px;
    padding-top: 9px;
    display: block;
    font-size: 12px;
}
@media only screen and (max-width:1240px) {
    .map{
        width: 100%;
    }
}

/**
 * 
 */
@media only screen and (max-width:1125px) {
    .map__content{
        padding:0 15px;
        width: 100%;
        position: relative;
    }
    .map__cblock--control, 
    .map__cblock--favor, 
    .map__zoom,
    .map__bwrap--control,
    .map__bwrap--favor{
        right: 15px;
    }
}