

/* Start:/map/map/map.css?15894399762681*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

#mapobj {
    width: calc(100% - 400px);
    height: 100%;
}

#city-select{
    height: 48px;
    background: #f4f6f9;
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.info-box {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    height: 100%;
    width: 400px;
    top: 0;
    box-sizing: border-box;
    right: 0;
    background: #fff;
    padding: 20px;
    padding-right: 10px;
    border-color: #f4f6f9;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
    border-width: 1px;
    border-style: solid;
}

.info-box .scroll-box {
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: auto;
    scrollbar-color: #c6cdde #f3f5f6;
    scrollbar-width: thin;
    box-sizing: border-box;
    padding-right: 5px;
}

.info-box .scroll-box::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 10px;
    height: 0;
}

.info-box .scroll-box::-webkit-scrollbar-track {
    background-color: #f3f5f6;
    border-radius: 10px;
    width: 10px;
    padding: 5px;
}

.info-box .scroll-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c6cdde;
}

.info-box .scroll-box::-webkit-resizer {
    width: 10px;
    height: 0;
}

.info-box .scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.info-box .item-box {
    margin-bottom: 20px;
}

.info-box .item-box:last-child {
    margin-bottom: 0;
}

.info-box .item-box .name {
    font-size: 18px;
    font-weight: bold;
}

.info-box .item-box .address {
    font-size: 14px;
    color: #666666;
    margin-top: 3px;
}

.info-box .item-box .item-info {
    margin-top: 3px;
    line-height: 20px;
    font-size: 15px;
}


@media only screen and (max-width: 768px) {
    #mapobj{
        width: 100%;
        height: calc(100% - 300px);
    }

    .info-box {
        font-family: 'Roboto', sans-serif;
        position: fixed;
        height: 300px;
        width: 100%;
        bottom: 0;
        top: initial;
        box-sizing: border-box;
        right: 0;
        background: #fff;
        padding: 20px;
        padding-right: 10px;
        border-color: transparent;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
        border-width: 1px;
        border-style: solid;
    }
}

/* End */
/* /map/map/map.css?15894399762681 */
