

/* Start:/local/templates/main/components/bitrix/news.list/shops/style.css?17702354661829*/
.shops_wrapper {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
#rsYMapShops {
    width: 100%;
    height: 450px;
}

.points_panel {
    overflow-y: auto;
}
.points_panel .container {
    padding-right: 10px;
}
.points_panel .map_item {
    display: block;
    padding: 12px 0;
    position: relative;
}

.points_panel .map_item .custom-control {
    margin: 0;
}

.map_item:nth-child(2n) {
    background-color: #fff;
}
.points_panel .map_item .contacts-phone  {
    margin-bottom: 0;
}
.baloon_custom {
    margin: 10px 25px;
}
.baloon_header {
    text-align: left;
    font-size: 17px;
    letter-spacing: 1px;
}
.baloon_desc {
    line-height: 21px;
    font-size: 12px;
    color: #000;
}
.shops_wrapper .baloon_image {
    padding: 0;
    margin: 10px 0;
    max-width: 150px;
}
.points_panel .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.points_panel .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-control-label::before,
.custom-control-label::after{
    top: 25%;
}
.points_panel p.name{
    margin-bottom: 5px;
}

p.address{
    margin-bottom: 5px;
}

.shops_wrapper_left {
    background-color: #FAFAFA;
}

@media(min-width: 768px){
    .shops_wrapper {
        margin-top: 30px;
        margin-bottom: 50px;
        display: flex;
    }
    #rsYMapShops {
        height: 500px;
    }
    .shops_wrapper_left {
        flex-shrink:0;
        width: 260px;
    }
    .shops_wrapper_right {
        width: calc(100% - 260px);
    }
}

@media(min-width: 1025px){
    .shops_wrapper {
        margin-top: 50px;
    }
    .shops_wrapper_left {
        width: 430px;
    }
    .shops_wrapper_right {
        width: calc(100% - 430px);
    }
    .shops_wrapper .baloon_image {
        max-width: 200px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/shops/style.css?17702354661829 */
