.intermap {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 24px 0 rgba(123, 123, 123, 0.49);
    -moz-box-shadow: 0 0 24px 0 rgba(123, 123, 123, 0.49);
    box-shadow: 0 0 24px 0 rgba(123, 123, 123, 0.49);
    height: auto;
    position: relative;
    margin-bottom: 210px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intermap_items_wrp {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 356px;
    -ms-flex-order: 2;
    order: 2;
}

.intermap_items {
    padding: 22px 8px 22px 32px;
    height: 100%;
}

.intermap_map {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 356px;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 992px) {
    .intermap {
        height: 456px;
    }

    .intermap_items_wrp {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        height: 456px;
        -ms-flex-order: 1;
        order: 1;
    }

    .intermap_map {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
        height: 456px;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1200px) {
    .intermap {
        height: 656px;
    }

    .intermap_items_wrp {
        height: 656px;
    }

    .intermap_map {
        height: 656px;
    }
}

.intermap_item {
    margin-bottom: 18px;
}

.intermap_item_title {
    font-size: 14px;
    color: #333333;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
}

.intermap_item_title:before {
    content: '';
    display: block;
    width: 11px;
    height: 13px;
    background: url(point.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: -15px;
}

.intermap_item_phons {
    font-size: 14px;
    color: #333333;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.intermap_item_phons li {
    display: block;
    position: relative;
}

.intermap_item_phons li:first-child:before {
    content: '';
    display: block;
    width: 14px;
    height: 13px;
    background: url(phone.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -18px;
}

.intermap_item_phons a {
    color: #333333;
}

.intermap_item_phons a:hover {
    color: #e65100;
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

.ss-content {
    height: 100%;
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
}

.ss-content.rtl {
    width: calc(100% + 18px);
    right: auto;
}

.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.ss-hidden {
    display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
    opacity: 1;
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/**/
.ymaps-2-1-77-balloon__content {
    width: 320px;
}
.ymaps-2-1-77-balloon__content > ymaps {
    width: 100% !important;
}
.intermap_item.active {
    font-weight: bold !important;
}