

/* Start:/local/templates/.default/components/bitrix/news/shops/bitrix/news.list/.default/style.css?16154434352629*/
.shops {
    background: #fff;
    margin-bottom: 100px;
    border-radius: 4px;
}

.shops__item {
    float: left;
    display: inline-table;
    width: 50%;
    padding: 40px 30px 40px 40px;
    border: 1px solid #f0f0f0;
}

.shops__item:nth-child(1),
.shops__item:nth-child(2) {
    border-top: 0;
}

.shops__item:nth-child(odd) {
    border-left: 0;
}

.shops__item:nth-child(even) {
    border-right: 0;
}

.shops__item:nth-last-child(1),
.shops__item:nth-last-child(2) {
    border-bottom: 0;
}

.shops__pic {
    display: table-cell;
    width: 170px;
}

.shops__pic img {
    display: block;
}

.shops__body {
    display: table-cell;
    padding-left: 40px;
    padding-top: 20px;
    vertical-align: top;
}

.shops__title {
    color: #30ac19;
    font-size: 18px;
}

.shops__text {
    font-size: 16px;
    color: #000;
}

.shops .text-gray {
    color: #8e8e8e;
}

.shops__map {
    position: relative;
}

#map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);

    display: flex;
    align-items: center;
    justify-content: center;
}

#map-overlay button {
    height: 60px;
    width: 225px;
    border-radius: 4px;
    background: #30ac19;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    border: 0;
}

.ymaps-map .shops__item {
    width: 100%;
    border: 0 !important;
}

@media (max-width: 989px) {
    .shops__item {
        padding: 20px;
    }

    .shops__pic {
        width: 70px;
    }

    .shops__body {
        padding-left: 20px;
        padding-top: 0;
    }

    .shops__title {
        font-size: 15px;
    }

    .shops__text {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .shops__item {
        float: none;
        width: 100%;
        border: 1px solid #f0f0f0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        padding: 25px;
    }

    .shops__item:first-child {
        border-top: 0 !important;
    }

    .shops__item:last-child {
        border-bottom: 0 !important;
    }

    .shops__pic {
        width: 125px;
    }

    .shops__title {
        font-size: 16px;
    }

    .shops__text {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/shops/bitrix/news.list/.default/style.css?16154434352629 */
