

/* Start:/local/templates/uborka_v2/components/bitrix/news.list/shops/style.css?17791041961564*/
.shops_title {
    color: rgba(67, 101, 175, 1);
    font-size: var(--s18);
    font-weight: 600;

    margin-bottom: .7rem;
}
.shop-item {
    padding: 1.8rem 0;

    border-top: 1px solid rgba(219, 219, 219, 1);
    border-bottom: 1px solid rgba(219, 219, 219, 1);

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.shop-item__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
    align-items: end;
}

.shop-item .img__container {
    aspect-ratio: 336/250;
    border-radius: .7rem;
    border: 1px solid rgba(219, 219, 219, 1);
}
.shop-item .img__container a {
    width: 100%;
    height: 100%;
}
.contact-title {
    font-size: var(--s15);
    font-weight: 400;
}
.contact-elem {
    margin-bottom: 1.5rem;
}
.shop-name {
    font-size: var(--s18);
    font-weight: 600;

    margin-bottom: 1.5rem;
}
.shop-howtoget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop__metro-color {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.contact-elem.metro {
    display: flex;
    align-items: center;
    gap: .8rem;
}
.shop-howtoget .sm--text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1.4rem;
    color: rgb(52, 52, 52);
}

@media (max-width: 768px) {
    .shop-item,
    .shop-item__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .shop-item {
        padding: 1.25rem 0;
    }

    .shop-item .img__container {
        aspect-ratio: 16 / 10;
    }

    .contact-elem {
        margin-bottom: 1rem;
    }
}

/* End */
/* /local/templates/uborka_v2/components/bitrix/news.list/shops/style.css?17791041961564 */
