

/* Start:/local/templates/vpl_template/components/bitrix/news.list/baner_priem/style.css?17834341908597*/
/* ==========================================================
   priem-section — Примеры приёмки квартиры
   Desktop: слайдер с кнопками, 1 слайд виден
   Mobile:  swiper со свайпом, пагинация-точки
   ========================================================== */

/* ---------- Шапка: заголовок + стрелки ---------- */
.priem-section__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 28px;
}
.priem-section__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 43px;
    line-height: 52px;
    color: #1D1E1C;
    margin: 0;
}
.priem-section__arrows {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-shrink: 0;
}
.priem-section__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #EAEFFF;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s ease;
    padding: 0;
}
.priem-section__arrow:hover {
    background: #d4dcff;
}
.priem-section__arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}
/* ---------- Swiper ---------- */
.priem-section .swiper {
    overflow: hidden;
}
/* ---------- Карточка ---------- */
.priem-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    border: 1px solid #DAF1FF;
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
}
/* ---------- Фото ---------- */
.priem-card__img-wrap {
    position: relative;
    flex: 0 0 468px;
    width: 468px;
    align-self: stretch;
    overflow: hidden;
}
.priem-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.priem-card__amount-badge {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 12px;
    background: #117BB8;
    border-radius: 8px;
}
.priem-card__amount-value {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 43px;
    line-height: 52px;
    color: #fff;
}
.priem-card__amount-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding-bottom: 4px;
}
/* ---------- Контент ---------- */
.priem-card__content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 28px 28px 0;
}
/* ---------- Мета ---------- */
.priem-card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.priem-card__tag {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #117BB8;
}
.priem-card__defects {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6E6F88;
}
.priem-card__defects svg {
    flex-shrink: 0;
}
.priem-card__case {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6E6F88;
}
/* ---------- Заголовок ---------- */
.priem-card__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #1D1E1C;
    margin: 0;
}
/* ---------- Описание ---------- */
.priem-card__desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.priem-card__desc p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6E6F88;
    margin: 0;
}
/* ---------- Суммы ---------- */
.priem-card__sums {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    background: #F8FAFF;
    border-radius: 12px;
}
.priem-card__sum-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 0;
    min-width: 0;
}
.priem-card__sum-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6E6F88;
}
.priem-card__sum-value {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1D1E1C;
}
/* ---------- Футер: кнопка + цена ---------- */
.priem-card__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.priem-card__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    background: #F69451;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.priem-card__btn:hover {
    background: #e07d3a;
    color: #fff;
    text-decoration: none;
}
.priem-card__price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.priem-card__price-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6E6F88;
}
.priem-card__price-value {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1D1E1C;
}
/* ---------- Пагинация (скрыта на десктопе) ---------- */
.priem-section__pagination {
    display: none;
}
/* ==========================================================
   MOBILE ≤ 768px
   ========================================================== */
@media (max-width: 768px) {
    .priem-section {
        padding: 0;
    }
    /* Шапка */
    .priem-section__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    .priem-section__title {
        font-size: 26px;
        line-height: 31px;
    }
    /* Стрелки — скрыть на мобайле */
    .priem-section__arrows {
        display: none;
    }
    /* Карточка — вертикальная */
    .priem-card {
        flex-direction: column;
        gap: 0;
        border-radius: 20px;
        min-height: auto;
    }
    /* Фото */
    .priem-card__img-wrap {
        flex: none;
        width: 100%;
        height: 280px;
    }
    .priem-card__amount-value {
        font-size: 26px;
        line-height: 31px;
    }
    .priem-card__amount-label {
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 2px;
    }
    /* Контент */
    .priem-card__content {
        padding: 16px;
        gap: 16px;
    }
    /* Мета */
    .priem-card__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .priem-card__tag {
        font-size: 14px;
    }
    /* Заголовок */
    .priem-card__title {
        font-size: 22px;
        line-height: 27px;
    }
    /* Суммы — 2x2 */
    .priem-card__sums {
        flex-wrap: wrap;
        gap: 12px;
    }
    .priem-card__sum-item {
        flex: 0 0 calc(50% - 6px);
    }
    .priem-card__sum-label {
        font-size: 12px;
        line-height: 15px;
    }
    .priem-card__sum-value {
        font-size: 16px;
        line-height: 19px;
    }
    /* Футер */
    .priem-card__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .priem-card__btn {
        width: 100%;
        justify-content: center;
    }
    .priem-card__price-wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .priem-card__price-label {
        font-size: 12px;
    }
    .priem-card__price-value {
        font-size: 16px;
    }
    /* Пагинация-точки */
    .priem-section__pagination {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .priem-section__pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #F8FAFF;
        opacity: 1;
        border-radius: 2px;
        transition: width 0.3s ease, background 0.3s ease;
    }
    .priem-section__pagination .swiper-pagination-bullet-active {
        width: 209px;
        background: #117BB8;
    }
}
/* End */
/* /local/templates/vpl_template/components/bitrix/news.list/baner_priem/style.css?17834341908597 */
