

/* Start:/local/templates/website/components/bitrix/news.list/shops/style.css?17457654831140*/
.shops {
    margin-bottom: 40px;
    width: 100%
}

.shop-item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 30px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 4px;
}

.about-shop__text {
    width: calc(50% - 10px)
}

.about-shop__map_container {
    width: calc(50% - 10px)
}

.about-shop__text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #515151;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .shop-item {
        -ms-flex-flow:column;
        flex-flow: column
    }

    .about-shop__text {
        width: 100%;
        margin-bottom: 0px
    }

    .about-shop__map_container {
        width: 100%
    }

    .about-shop__text p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 550px) {
    .shops {
        margin-bottom:50px
    }
    .shop-item .about-shop__map_container {
        min-height: 200px
    }
}
/* End */
/* /local/templates/website/components/bitrix/news.list/shops/style.css?17457654831140 */
