

/* Start:/local/templates/aurum2026/components/bitrix/news.detail/project/style.css?178109719614269*/
:root {
    --bg: #121212;
    --bg-soft: #1d1d1f;
    --card: #232325;
    --stroke: rgba(255, 255, 255, 0.10);
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.7);
    --muted-2: rgba(255, 255, 255, 0.55);
    --accent: #f2c261;
    --accent-dark: #d9aa4d;
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.similar-flats__arrow{display: flex;}

b{font-weight: 800}
.copy_this_link{cursor: pointer;}

.apartment-section-title {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.apartment-hero {
    margin-bottom: 80px;
}

.apartment-hero__grid {
    display: grid;
    grid-template-columns: minmax(auto, 726px) 235px auto;
    gap: 30px;
    align-items: stretch;
}

.apartment-hero__main,
.apartment-hero__thumbs,
.apartment-main-slider-wrap,
.parking-block__slider-wrap {
    min-width: 0;
}

.apartment-main-slider-wrap {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.apartment-main-slider {
    height: 100%;
}

.apartment-slide {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apartment-slide__image {
    display: block;
    height: 100%;
    min-width: 100%;
    object-fit: cover; /* если картинка-плашка готовая */
}

.apartment-main-slider__nav,
.parking-block__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.apartment-main-slider__nav:hover,
.parking-block__nav:hover {
    transform: translateY(-50%) scale(1.04);
}

.apartment-main-slider__nav::before,
.parking-block__nav::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.apartment-main-slider__nav--next:hover::before , .apartment-main-slider__nav--prev:hover::before  {
    background: var(--accent);
}

.apartment-main-slider__nav::after,
.parking-block__nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
}

.apartment-main-slider__nav--prev::after,
.parking-block__nav--prev::after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.apartment-main-slider__nav--next::after,
.parking-block__nav--next::after {
    transform: translate(-65%, -50%) rotate(45deg);
}

.apartment-main-slider__nav--prev {
    left: 18px;
}

.apartment-main-slider__nav--next {
    right: 18px;
}

.apartment-hero__thumbs {
    display: flex;
    flex-direction: column;
    max-height: 726px;
    width: fit-content;
}

.apartment-thumbs-slider {
    height: 100%;
}

.apartment-thumb {
    position: relative;
    width: 100%;
    background: #2a2a2d;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
}

.apartment-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apartment-thumbs-slider .swiper-slide-thumb-active .apartment-thumb {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}

.apartment-thumb__info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.apartment-hero__card {
    background: #2A2A2A;
    border-radius: var(--radius-xl);
    padding: 40px;
    display: flex;
    flex-direction: column;
    border: 1px solid #6E7378;
}

.apartment-hero__title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
}

.apartment-hero__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--accent);
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 100%;
    margin-bottom: 85px;
}

.apartment-hero__price,
.apartment-hero__mortgage {
    border: 1px solid #6E7378;
    border-radius: 12px;
    text-align: center;
    padding: 18px 14px;
}

.apartment-hero__price {
    font-size: 32px;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 20px;
}

.apartment-hero__mortgage {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 800;
}

.apartment-hero__mortgage span {
    display: block;
    color: #FAC56A;
    font-size: 16px;
    margin-bottom: 4px;
}

.apartment-hero__mortgage strong {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.apartment-hero__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 84px;
    padding: 16px 20px;
    border-radius: 12px;
    background: var(--accent);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    transition: background 0.2s ease, transform 0.2s ease;
    margin-bottom: 84px;
}

.apartment-hero__btn:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
}

.apartment-socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 25px;
    background: #1C1C1C;
    border-radius: 10px;
}

.apartment-socials__label {
    color: #fff;
    font-size: 16px;
    margin-right: 4px;
}

.apartment-socials__item {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #2d2d30;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.apartment-features {
    margin: 0 0 80px;
}

.apartment-features {
    margin: 0 0 56px;
}

.apartment-features__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.apartment-features__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}

.apartment-features__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apartment-features__arrow {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 46px;
}

.apartment-features__arrow::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
}

.apartment-features__arrow--next:hover::before, .apartment-features__arrow--prev:hover::before{
    background: #f2c261;
}

.apartment-features__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
}

.apartment-features__arrow--prev::after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.apartment-features__arrow--next::after {
    transform: translate(-65%, -50%) rotate(45deg);
}

.apartment-features-slider {
    overflow: hidden;
}

.apartment-features-slide {
    height: 100%;
}

.apartment-features-slide--single {
    height: 100%;
}

.apartment-features-slide--double {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.apartment-feature {
    position: relative;
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #2a2a2d;
    height: 100%;
}

.apartment-feature--span-1 {
    height: calc((550px - 14px) / 2);
}

.apartment-feature--span-2 {
    height: 550px;
}

.apartment-feature__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.apartment-feature__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16,16,16,0.08) 0%, rgba(16,16,16,0.56) 100%);
}

.apartment-feature__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.apartment-feature__icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
}

.apartment-feature__icon svg {
    display: block;
}

.apartment-feature__name {
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

.apartment-feature--no-bg {
    background: #f0be63;
}

.apartment-feature--no-bg .apartment-feature__overlay {
    display: none;
}

.apartment-feature--no-bg .apartment-feature__name,
.apartment-feature--no-bg .apartment-feature__icon {
    color: #fff;
}

.apartment-feature:not(.apartment-feature--has-svg) .apartment-feature__content {
    justify-content: flex-end;
}

.apartment-feature--has-bg .apartment-feature__name {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.apartment-feature--has-bg .apartment-feature__overlay {
    background: linear-gradient(180deg, rgba(16,16,16,0.04) 0%, rgba(16,16,16,0.62) 100%);
}

/* Карточки без фона — как желтая плитка на макете */
.apartment-feature--no-bg {
    background: #f0be63;
}

.apartment-feature--no-bg .apartment-feature__overlay {
    display: none;
}

.apartment-feature--no-bg .apartment-feature__name,
.apartment-feature--no-bg .apartment-feature__icon {
    color: #fff;
}

/* Карточки без svg, но с фоном — текст снизу */
.apartment-feature:not(.apartment-feature--has-svg) .apartment-feature__content {
    justify-content: flex-end;
}

/* Чтобы белый текст читался на фоне */
.apartment-feature--has-bg .apartment-feature__name {
    text-shadow: 0 2px 8px rgba(0,0,0,0.28);
}

/* Если нужен более темный низ у фоновых карточек */
.apartment-feature--has-bg .apartment-feature__overlay {
    background: linear-gradient(180deg, rgba(16,16,16,0.04) 0%, rgba(16,16,16,0.62) 100%);
}

.parking-block {
    position: relative;
    border-radius: 28px;
    padding: 26px;
    margin-bottom: 80px;
}

.parking-block.first :after {
    content: '';
    position: absolute;
    left: -11%;
    top: 0;
    background-image: url(/local/templates/aurum2026/components/bitrix/news.detail/project/../../../../components/bitrix/news.detail/project/img/back_after.png);
    width: 100%;
    height: 1229px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.parking-block__content {
    display: grid;
    grid-template-columns: 520px minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
}

.parking-block__title {
    margin: 0 0 22px;
    font-size: 54px;
    line-height: 100%;
    font-weight: 300;
}

.parking-block__descr {
    color: #fff;
    font-size: 24px;
    line-height: 1.55;
}

.parking-block__descr p {
    margin: 0 0 16px;
}

.parking-block__slider-wrap {
    position: relative;
    min-width: 0;
}

.parking-block__slider {
    overflow: hidden;
    border-radius: 24px;
}

.parking-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 1680px) {
    body .aurum-apartments__container{padding: 100px 50px}
    .apartment-hero__card{padding: 40px 20px;}
    .apartment-hero__grid{grid-template-columns: 1fr 150px 1fr;}
    .apartment-hero__thumbs{max-height: 500px}
    body .apartment-hero__btn,body .apartment-hero__badge{margin-bottom: 10px}
}

@media (max-width: 1200px) {
    .apartment-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        grid-auto-rows: 170px;
    }

    .apartment-feature--span-2 {
        grid-row: span 2;
    }

    .apartment-thumbs-slider {
        width: 100%;
    }

    .apartment-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .parking-block__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px)
{
    .apartment-features__title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .apartment-features__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 150px;
    }

    .apartment-feature--span-2 {
        grid-row: span 2;
        grid-column: span 2;
    }

    .apartment-feature__content {
        padding: 16px;
    }
    

    .apartment-feature__name {
        max-width: none;
    }

    .apartment-main-slider-wrap,
    .apartment-slide {
        min-height: auto;
    }

    .apartment-slide__meta {
        gap: 16px;
    }

    .apartment-slide__meta-num {
        font-size: 34px;
    }

    .apartment-slide__meta-text {
        font-size: 18px;
    }

    .apartment-hero__title {
        font-size: 28px;
    }

    .apartment-thumb {
        height: 120px;
    }

    .apartment-features__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: unset;
    }


    .apartment-feature__digit {
        font-size: 44px;
    }

    .apartment-feature__title {
        font-size: 20px;
    }

    .parking-block {
        padding: 18px;
    }

    .parking-block__title {
        font-size: 38px;
    }

    .parking-block__descr {
        font-size: 15px;
    }

    .parking-block__slider,
    .parking-slide img {
        min-height: 280px;
        height: 280px;
    }

    body #first-section{height: auto;}
    body .aurum-apartments__overlay{background: unset;}
    body #first-section > img{object-fit: cover;height: 40vh}
    body#catalog_page .catalog__list{padding-left: 10px; padding-right: 10px;}
    body .aurum-apartments__container{padding: 60px 10px;}
    .apartment-hero__grid{grid-template-columns: 1fr}
    body#catalog_page .standart-title{font-size: 48px}
    .apartment-hero__thumbs {display: none;}

}
@media (max-width: 560px)
{
    body .section-wrapper .section-title-wrapper .section-title.with-decorate::before{height: 70px}
    body#catalog_page .catalog__list{padding-left: 0; padding-right: 0;}
    body .aurum-apartments{padding: 0;}
    body .apartment-slide__image{width: 100%;    min-height: unset; min-width: unset;}
    body .apartment-hero__badge{margin-bottom: 20px}
    body .apartment-hero__btn{margin-bottom: 20px}
    body .apartment-hero__card{padding: 20px}
}
/* End */


/* Start:/local/templates/aurum2026/components/bitrix/news.list/aurum_flats_slider/style.css?177447034211247*/
.aurum-card__content{
    padding: 0 30px 30px;
}
.additional__text{
    font-size: 24px;
    font-weight: 300;
    margin: 60px 0 30px;
}

.aurum-apartments,
.aurum-apartments * {
    box-sizing: border-box;
}

.aurum-apartments__title {
    margin: 0 0 40px;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
}

.aurum-filter__grid {
    display: flex;
    gap: 20px;
    align-items: end;
    flex-wrap: wrap;
}

.aurum-field__label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.5);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.aurum-field__control{
    width: 100%;
    border: 1px solid rgba(231,183,95,.52);
    border-radius: 10px;
    background: #202020;
    color: #fff;
    outline: none;
    font-size: 13px;
    appearance: none;
}

.aurum-field__control {
    height: 40px;
    padding: 0 12px;
}

.aurum-field__control:focus,






.
.aurum-rooms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.aurum-rooms__btn,
.aurum-view-switch__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: #202020;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: .2s ease;
    font-weight: 300;
}
.aurum-rooms__btn{
    height: 81px;
    min-width: 81px;
    padding: 24px;
}

.aurum-rooms__btn:hover,
.aurum-view-switch__btn:hover
 {
    border-color: #e7b75f;
    color: #e7b75f;
}
.aurum-rooms__btn.active
{
    border-color: #e7b75f;
    background: #e7b75f;
    color: #1C1C1C;
}
.aurum-view-switch__btn.active{
    border-color: #e7b75f;
}
.aurum-view-switch__btn.active svg path{
    fill: #FAC56A;
}

.aurum-filter__actions {
    display: flex;
    gap: 10px;
    grid-column: span 2;
}

.aurum-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 81px;
    padding: 28px 0;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: .2s ease;
    font-size: 24px;
    font-weight: 300;
    min-width: 310px;
    width: 100%;
}

.aurum-btn--primary,
.aurum-btn--more {
    background: #e7b75f;
    color: #1b1b1b;
}

.aurum-btn--primary:hover,
.aurum-btn--more:hover {
    background: #f0c36f;
}

.aurum-btn--ghost {
    background: transparent;
    color: rgba(255,255,255,.72);
    border-color: rgba(255,255,255,.18);
}

.aurum-toolbar {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.aurum-sort {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aurum-sort__label {
    color: rgba(255,255,255,.52);
    font-size: 16px;
}

.aurum-popup-select--single {
    min-width: 190px;
}

.aurum-popup-select--single .aurum-popup-select__trigger {
    height: 26px;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.aurum-popup-select--single .aurum-popup-select__text {
    color: #d6a758;
    font-size: 16px;
}

.aurum-popup-select--single .aurum-popup-select__dropdown {
    left: auto;
    right: 0;
    min-width: 220px;
    margin-top: 2px;
}

.aurum-popup-select__single-option {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    font-size: 13px;
    cursor: pointer;
    transition: .2s ease;
}

.aurum-popup-select__single-option:hover {
    background: rgba(255,255,255,.04);
}

.aurum-popup-select__single-option.is-selected {
    color: #e7b75f;
    background: rgba(231,183,95,.08);
}


.aurum-view-switch {
    display: flex;
    gap: 6px;
}

.aurum-view-switch__btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
}

/* list/grid */

.aurum-apartments__list {
    margin-top: 14px;
}

.aurum-apartments__list.is-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aurum-card {
    display: none;
    border: 1px solid #484848;
    border-radius: 20px;
    background: linear-gradient(180deg, #2b2b2b 0%, #222 100%);
    overflow: hidden;
}

.aurum-card.is-active {
    display: block;
}

.aurum-card__inner {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.aurum-apartments__list.is-list .aurum-card__inner {
    display: flex;
    align-items: center;
    padding: 14px 60px 14px 14px;
}

.aurum-apartments__list.is-list .aurum-card__image-wrap {
    flex: 0 0 137px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background: #303030;
}

.aurum-apartments__list.is-list .aurum-card__content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    gap: 16px;
    align-items: center;
    justify-items: self-end;
}

.aurum-apartments__list.is-list .aurum-card__title {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.aurum-apartments__list.is-list .aurum-card__subtitle {
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 300;
}

.aurum-apartments__list.is-list .aurum-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #666;
    font-size: 16px;
    font-weight: 800;
}

.aurum-apartments__list.is-list .aurum-card__price-block {
    text-align: right;
}

.aurum-apartments__list.is-list .aurum-card__price {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.aurum-apartments__list.is-list .aurum-card__mortgage {
    margin-top: 4px;
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 300;
}

.aurum-apartments__list.is-grid .aurum-card__inner {
    padding: 12px 9px 14px;
}

.aurum-apartments__list.is-grid .aurum-card__image-wrap {
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background: #303030;
    margin-bottom: 10px;
}

.aurum-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aurum-apartments__list.is-grid .aurum-card__specs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.aurum-apartments__list.is-grid .aurum-card__spec {
    min-width: 0;
}

.aurum-apartments__list.is-grid .aurum-card__spec-value {
    color: #e7b75f;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.aurum-apartments__list.is-grid .aurum-card__spec-label {
    margin-top: 2px;
    color: rgba(255,255,255,.44);
    font-size: 8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.aurum-apartments__list.is-grid .aurum-card__title {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.aurum-apartments__list.is-grid .aurum-card__subtitle {
    min-height: 14px;
    margin-bottom: 8px;
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 300;
}

.aurum-apartments__list.is-grid .aurum-card__meta {
    margin: 15px 0;
    border-radius: 10px;
    background: #FAC56A;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
}

.aurum-apartments__list.is-grid .aurum-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #666;
    font-size: 16px;
}

.aurum-apartments__list.is-grid .aurum-card__price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #6E7378;
    border-radius: 10px;
    padding: 18px;
    border-color: #FAC56A;
    font-size: 24px;
    margin-bottom: 10px;
}
.aurum-apartments__list.is-grid .aurum-card__price-row .aurum-card__price{
    display: flex;
    gap: 10px;
}
.aurum-apartments__list.is-grid .aurum-card__price-row_two{
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #6E7378;
    border-radius: 10px;
    padding: 21px;
    font-size: 24px;
}
.aurum-apartments__list.is-grid .aurum-card__price-row_two span{
    color: #FAC56A;
    font-size: 16px;
}

.aurum-apartments__list.is-grid .aurum-card__price {
    font-size: 24px;
    line-height: 1.2;
    color: rgba(255,255,255,1);
}

.aurum-apartments__bottom {
    margin-top: 14px;
}

.aurum-btn--more {
    width: 100%;
}

.aurum-empty {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: #202020;
    color: rgba(255,255,255,.72);
    text-align: center;
}


@media (max-width: 1920px)
{
    body .aurum-card__content{padding: 0 15px 30px;}
    .aurum-apartments__list.is-grid .aurum-card__price{font-size: 22px}
    .aurum-apartments__list.is-grid .aurum-card__price-row_two span{display: block;text-align: center;margin-bottom: 5px}
}

@media (max-width: 1180px) {

    .aurum-filter__actions {
        grid-column: auto;
    }

    .aurum-apartments__list.is-list .aurum-card__content {
        grid-template-columns: minmax(0,1fr) 90px 160px;
    }
}

@media (max-width: 900px) {
    .aurum-apartments__container {
        padding: 24px 18px 18px;
    }


    .aurum-apartments__list.is-list .aurum-card__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .aurum-apartments__list.is-list .aurum-card__image-wrap {
        width: 100%;
        max-width: 180px;
        height: 120px;
    }

    .aurum-apartments__list.is-list .aurum-card__content {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .aurum-apartments__list.is-list .aurum-card__price-block {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .aurum-apartments {
        padding: 8px;
        border-radius: 20px;
    }

    .aurum-apartments__container {
        border-radius: 18px;
        padding: 18px 12px 12px;
    }

    .aurum-apartments__title {
        font-size: 22px;
    }

    .aurum-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .aurum-sort {
        justify-content: space-between;
    }
}


/*для слайдера*/

.similar-flats__slider {
    overflow: hidden;
}

.similar-flats__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
}
.similar-flats__arrow{
    border-radius: 50%;
    padding: 20px;
    outline: none;
    border: none;
    cursor: pointer;
}

.similar-flats__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.similar-flats__fraction {
    white-space: nowrap;
}

.similar-flats__progress {
    position: relative;
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,.3);
}

.similar-flats__progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #d9ab58;
}

.similar-flats__nav {
    display: flex;
    gap: 12px;
}

.similar-flats__arrow.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}
/* End */
/* /local/templates/aurum2026/components/bitrix/news.detail/project/style.css?178109719614269 */
/* /local/templates/aurum2026/components/bitrix/news.list/aurum_flats_slider/style.css?177447034211247 */
