

/* Start:/local/templates/main/components/bitrix/news.list/excursions/style.css?17781436193134*/
/* ── Карточка ───────────────────────────────── */
.ex-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s;
}
.ex-card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,.14);
}

/* ── Фото ───────────────────────────────────── */
.ex-card__img-wrap {
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}
.ex-card__img-empty {
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 2rem;
}
.ex-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Тело ───────────────────────────────────── */
.ex-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

/* ── Название ───────────────────────────────── */
.ex-card__title {
    font-size: .95rem;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.45;
}

/* ── Список свойств (иконка + текст) ────────── */
.ex-card__props {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.ex-card__props li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .875rem;
    color: #444;
    line-height: 1.4;
}
.ex-card__props li > i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #555;
    font-size: 1rem;
}
.ex-card__props a {
    color: #0d6efd;
    text-decoration: none;
}
.ex-card__props a:hover {
    text-decoration: underline;
}

/* ── Блок цены ──────────────────────────────── */
.ex-card__price-section {
    margin-top: auto;
    border-top: 1px solid #eee;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ex-card__price-label {
    font-size: .8rem;
    color: #777;
}
.ex-card__price {
    display: flex;
    align-items: baseline;
    gap: 2px;
}
.ex-card__price-val {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}
.ex-card__price-cur {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.ex-card__period {
    font-size: .78rem;
    color: #888;
    margin-bottom: 4px;
}

/* ── Кнопка «Купить» ────────────────────────── */
.ex-card__btn-buy {
    display: block;
    text-align: center;
    padding: 9px 0;
    background: #28a745;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background .18s;
}
.ex-card__btn-buy:hover {
    background: #218838;
    color: #fff;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/excursions/style.css?17781436193134 */
