

/* Start:/bitrix/components/custom/shops.map/templates/.default/style.css?17684810222367*/
.shops { position: relative; }
.shops.is-loading { opacity: .75; pointer-events: none; }

.shops__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #e7ecec;
    border-radius: 3px;
    background: #f5f5f5;
}

.shops__field { display: grid; gap: 6px; min-width: 240px; }
.shops__label { font-size: 12px; color: #6c7a7d; }

.shops__select {
    height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    border: solid 1px #d6d5d5;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
}

.shops__btn {
    height: 42px;
    padding: 0 16px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    background: #00bcab;
    color: #fff;
    font-weight: 600;
}
.shops__btn--ghost { background: #fff; color: #1f2d2e; border-radius: 3px; font-size: 14px;}

.shops__map {
    height: 460px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e7ecec;
    background: #f6f8f8;
}

.shops__list { margin-top: 18px; }

.shops__area { margin-bottom: 18px; }
.shops__area-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.shops__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
@media (max-width: 1024px) {
    .shops__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .shops__cards { grid-template-columns: 1fr; }
    .shops__field { min-width: 100%; }
}

.shops__card {
    border: 1px solid #e7ecec;
    border-radius: 3px;
    padding: 14px;
    background: #fff;
}

.shops__card-title { font-weight: 800; margin-bottom: 8px; }
.shops__row { display: grid; grid-template-columns: 78px 1fr; gap: 10px; font-size: 14px; margin-top: 6px; }
.shops__k { color: #6c7a7d; }
.shops__v a { color: var(--color-red); text-decoration: none; }

.shops__showonmap {
    margin-top: 12px;
    height: auto;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid var(--color-red);
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: var(--color-red);  
    font-weight: 400;
}
.shops__showonmap:hover { background: var(--color-red); color: #ffffff;}

.shops__empty { padding: 18px; border: 1px dashed #dbe3e4; border-radius: 16px; color: #6c7a7d; }
/* End */
/* /bitrix/components/custom/shops.map/templates/.default/style.css?17684810222367 */
