

/* Start:/bitrix/templates/sovdel/components/bitrix/catalog/apartments/style.css?17896328044488*/
.catalog-page {
	margin-bottom: 50px;
}

.catalog-page__filter-row {
	display: flex;

	width: 100%;

	align-items: stretch;
	gap: clamp(28px, 3.8vw, 70px);
}

.catalog-page__sections {
	flex: 0 0 auto;
}

.catalog-page__smart-filter {
	flex: 1 1 auto;
	min-width: 0;
}

@media (max-width: 1199.98px) {

	.catalog-page__filter-row {
		flex-direction: column;
		gap: 25px;
	}

	.catalog-page__sections {
		width: 100%;
	}
}



/* =========================================================
   Sort
   ========================================================= */
.catalog-sort {
	position: relative;
}

.catalog-sort__current {
	display: flex;
	min-width: 190px;
	padding: 11px 14px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border: 1px solid var(--site-color-green);
	color: var(--site-color-green);
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	transition:
		background-color var(--site-transition),
		color var(--site-transition);
	border-radius: 4px;
}

.catalog-sort__current:hover,
.catalog-sort__current.show {
	background-color: var(--site-color-green);
	color: #fff;
}

.catalog-sort__current::after {
	margin-left: auto;
}

.catalog-sort__menu.dropdown-menu {
	--bs-dropdown-min-width: 220px;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0;
	--bs-dropdown-spacer: 8px;
	--bs-dropdown-font-size: 14px;
	--bs-dropdown-color: var(--site-color-text);
	--bs-dropdown-bg: #fff;
	--bs-dropdown-border-color: var(--site-color-green);
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-border-width: 1px;
	--bs-dropdown-box-shadow: 0 18px 40px rgb(0 0 0 / 12%);
	--bs-dropdown-link-color: var(--site-color-text);
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-link-hover-bg: var(--site-color-green);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: var(--site-color-green);

	width: 100%;
	min-width: 220px;
	border: 1px solid var(--site-color-green);
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 18px 40px rgb(0 0 0 / 12%);
}

.catalog-sort__item.dropdown-item {
	display: flex;
	width: 100%;
	min-height: 40px;
	padding: 10px 12px;
	align-items: center;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: var(--site-color-text);
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	white-space: normal;
	transition:
		background-color var(--site-transition),
		color var(--site-transition);
}

.catalog-sort__item.dropdown-item:hover,
.catalog-sort__item.dropdown-item:focus {
	background-color: var(--site-color-green);
	color: #fff;
	outline: none;
}

.catalog-sort__item.dropdown-item.active,
.catalog-sort__item.dropdown-item:active {
	background-color: var(--site-color-green);
	color: #fff;
}

/* =========================================================
   Toolbar
   ========================================================= */
.catalog-toolbar {
	position: relative;
	display: flex;
	width: 100%;
	margin: 45px 0;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

/* =========================================================
   Count
   ========================================================= */
.catalog-toolbar__count {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* =========================================================
   View switcher
   ========================================================= */
.catalog-toolbar__views {
	display: flex;
	align-items: center;
	gap: 8px;
}

.catalog-toolbar__view {
	display: flex;
	width: 39px;
	height: 39px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 4px;
	background-color: transparent;
	color: var(--site-color-green);
	cursor: pointer;
	line-height: 0;
	overflow: hidden;
	transition:
		color var(--site-transition);
}

.catalog-toolbar__view svg {
	--catalog-view-bg: transparent;
	--catalog-view-border: currentColor;
	--catalog-view-icon: currentColor;

	display: block;
	width: 39px;
	height: 39px;
	fill: none;
	stroke: none;
}

.catalog-toolbar__view:hover svg,
.catalog-toolbar__view.active svg {
	--catalog-view-bg: var(--site-color-green);
	--catalog-view-border: var(--site-color-green);
	--catalog-view-icon: #fff;
}

@media (max-width: 767.98px) {
	.catalog-toolbar {
		margin: 30px 0;
		flex-wrap: wrap;
		gap: 15px;
	}

	.catalog-toolbar__sort {
		width: 100%;
	}

	.catalog-toolbar__count {
		margin-left: 0;
		position: static;
		transform: none;
	}

	.catalog-sort,
	.catalog-sort__current {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/sovdel/components/bitrix/catalog.smart.filter/apartments/style.css?17896328048013*/
.catalog-filter {
    width: 100%;
    height: auto;
}

.catalog-filter__toggle {
    display: none;
}

.catalog-filter__form {
    display: grid;
    width: 100%;
    height: auto;
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr) 185px;
    gap: clamp(20px, 3vw, 55px);
}

.catalog-filter__fields {
    display: flex;
    padding: 28px clamp(24px, 2.7vw, 38px);
    flex: 1 1 auto;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(16px, 1.9vw, 32px);
    background-color: #fff;
    min-width: 0;
}

.catalog-filter__field {
    flex: 0 0 auto;
    min-width: 0;
}

.catalog-filter__title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
}

.catalog-filter__field--range {
    flex: 0 0 230px;
    width: 230px;
    max-width: 100%;
}


/* =========================
   Values
   ========================= */

.catalog-filter__values {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 6px;
}

.catalog-filter__values--two-rows {
    display: grid;
    width: max-content;
    max-width: 100%;
    grid-template-columns: repeat(6, minmax(28px, max-content));
    gap: 6px;
}

.catalog-filter__checkbox {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}

.catalog-filter__value {
    display: inline-flex;

    min-width: 28px;
    height: 28px;
    padding: 0 8px;

    align-items: center;
    justify-content: center;

    max-width: 100%;
    background-color: var(--site-color-ivory);

    cursor: pointer;

    font-size: 13px;
    line-height: 1;
    white-space: nowrap;

    transition:
        color var(--site-transition),
        background-color var(--site-transition);
}

.catalog-filter__values--two-rows .catalog-filter__value {
    width: 100%;
}

.catalog-filter__value:hover {
    color: var(--site-color-green);
}

.catalog-filter__checkbox:checked+.catalog-filter__value {
    background-color: var(--site-color-green);
    color: #fff;
}

.catalog-filter__value.disabled {
    opacity: 0.35;

    cursor: default;
    pointer-events: none;
}



/* =========================
   Range
   ========================= */

.catalog-filter__range {
    --filter-slider-handle-space: 28px;

    width: 100%;
    max-width: none;
    min-width: 0;
}

.catalog-filter__range-values {
    display: flex;

    justify-content: space-between;
    gap: 40px;
}

.catalog-filter__range-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.catalog-filter__slider {
    padding: 20px var(--filter-slider-handle-space) 12px;
}

.catalog-filter__slider-track {
    position: relative;
    height: 1px;
    background-color: #9b9995;
}

.catalog-filter__slider-unavailable,
.catalog-filter__slider-inactive,
.catalog-filter__slider-active,
.catalog-filter__slider-range {
    position: absolute;
    top: 0;
    height: 2px;
}

.catalog-filter__slider-active {
    background-color: var(--site-color-green);
}

.catalog-filter__slider-range {
    z-index: 2;
}

.catalog-filter__slider-handle {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    min-width: 56px;
    max-width: 72px;
    height: 28px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    background-color: var(--site-color-ivory);
    color: var(--site-color-text);
    cursor: grab;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    transform: translateY(-50%);
    user-select: none;
    touch-action: none;
}

.catalog-filter__slider-handle.left {
    left: 0;

    transform: translate(-50%, -50%);
}

.catalog-filter__slider-handle.right {
    right: 0;

    transform: translate(50%, -50%);
}


/* =========================
   Buttons
   ========================= */

.catalog-filter__buttons {
    display: flex;

    width: 185px;

    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.catalog-filter__buttons .btn {
    width: 100%;
}


/* штатный блок результатов AJAX нам визуально не нужен */

.catalog-filter__modef {
    display: none !important;
}


/* =========================
   Responsive
   ========================= */

@media (max-width: 1399.98px) {

    .catalog-filter__form {
        grid-template-columns: minmax(0, 1fr) 150px;
        gap: 20px;
    }

    .catalog-filter__fields {
        padding: 24px;
        gap: 14px;
    }

    .catalog-filter__field--range {
        width: 155px;
        flex-basis: 155px;
    }

    .catalog-filter__buttons {
        width: 150px;
    }
}

@media (max-width: 1199.98px) {

    .catalog-filter__toggle {
        display: flex;
        width: 100%;
        padding: 11px 14px;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--site-color-green);
        background-color: #fff;
        color: var(--site-color-green);
        font-size: 16px;
        line-height: 1.2;
        transition: background-color var(--site-transition), color var(--site-transition);
        border-radius: 4px;
    }

    .catalog-filter__toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .catalog-filter__toggle:hover,
    .catalog-filter.is-open .catalog-filter__toggle {
        background-color: var(--site-color-green);
        color: #fff;
    }

    .catalog-filter__toggle-icon {
        position: relative;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .catalog-filter__toggle-icon::before,
    .catalog-filter__toggle-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        background-color: currentColor;
        transform: translate(-50%, -50%);
        transition: transform var(--site-transition);
    }

    .catalog-filter__toggle-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .catalog-filter.is-open .catalog-filter__toggle-icon::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .catalog-filter__form {
        display: grid;
        max-height: 0;
        margin-top: 0;
        overflow: hidden;
        grid-template-columns: 1fr;
        gap: 16px;
        opacity: 0;
        pointer-events: none;
        transition:
            max-height 0.35s ease,
            margin-top 0.35s ease,
            opacity 0.25s ease;
    }

    .catalog-filter.is-open .catalog-filter__form {
        max-height: 1200px;
        margin-top: 16px;
        opacity: 1;
        pointer-events: auto;
    }

    .catalog-filter__fields {
        padding: 22px;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 24px;
    }

    .catalog-filter__field {
        width: 100%;
        flex: 0 0 auto;
    }

    .catalog-filter__field--range {
        width: 100%;
        flex-basis: auto;
    }

    .catalog-filter__buttons {
        width: 100%;

        flex-direction: row;
    }

    .catalog-filter__buttons .btn {
        width: auto;
    }
}


@media (max-width: 767.98px) {

    .catalog-filter__fields {
        padding: 20px;

        flex-direction: column;
        gap: 25px;
    }

    .catalog-filter__field {
        width: 100%;
    }

    .catalog-filter__values {
        width: 100%;
    }

    .catalog-filter__values--two-rows {
        width: min(100%, 260px);
        grid-template-columns: repeat(6, minmax(30px, 1fr));
    }

    .catalog-filter__range {
        width: 100%;
        max-width: none;
        min-width: 0;
        --filter-slider-handle-space: 28px;
    }

    .catalog-filter__buttons {
        flex-direction: column;
    }

    .catalog-filter__buttons .btn {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/sovdel/components/bitrix/catalog/apartments/bitrix/catalog.section.list/switcher/style.css?17896328041079*/
.catalog-switcher {
    display: flex;

    width: 210px;
    padding: 34px 28px;

    flex-direction: column;

    background-color: #fff;
}

.catalog-switcher__item {
    display: flex;
    min-height: 38px;
    padding: 8px 18px;
    align-items: center;
    justify-content: center;
    color: var(--site-color-text);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        color var(--site-transition),
        background-color var(--site-transition);
    background-color: var(--site-color-ivory);
}

.catalog-switcher__item:hover {
    color: var(--site-color-green);
}

.catalog-switcher__item.active {
    background-color: var(--site-color-green);

    color: #fff;
}

.catalog-switcher__item.active:hover {
    color: #fff;
}


/* =========================
   Tablet / mobile
   ========================= */

@media (max-width: 1199.98px) {

    .catalog-switcher {
        width: 100%;
        padding: 20px;

        flex-direction: row;
    }

    .catalog-switcher__item {
        flex: 1 1 0;
    }
}

/* End */


/* Start:/bitrix/templates/sovdel/components/bitrix/catalog/apartments/bitrix/catalog.section/apartments/style.css?179015412321178*/
/* =========================================================
   Catalog apartments
   ========================================================= */
.catalog-apartments {
    width: 100%;
}

/* =========================================================
   Items
   ========================================================= */
.catalog-apartments__items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
    align-items: stretch;
}

/* =========================================================
   Card
   ========================================================= */
.apartment-card {
    position: relative;
    display: flex;
    width: 25%;
    min-width: 0;
    padding: 28px 16px 40px;
    flex-direction: column;
    background-color: transparent;
    border: 0;
    border-left: 1px solid var(--site-color-border);
    box-shadow: none;
    transition:
        background-color var(--site-transition),
        box-shadow var(--site-transition);
    z-index: 1;
}

.apartment-card:nth-child(4n),
.apartment-card:last-child {
    border-right: 1px solid var(--site-color-border);
}

.apartment-card:hover {
    background-color: #fff;
    box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
    z-index: 2;
}

/* =========================================================
   Card header
   ========================================================= */
.apartment-card__head {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.apartment-card__title {
    font-family: var(--site-font-heading, Georgia), "Times New Roman", serif;
    color: var(--site-color-text);
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -3%;
}

.apartment-card__title a {
    color: inherit;
    text-decoration: none;
}

.apartment-card__title a:hover {
    color: var(--site-color-green);
}

.apartment-card--reserved .apartment-card__title {
    color: var(--site-color-muted);
}

/* =========================================================
   Favorite
   ========================================================= */
.apartment-card__favorite {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    color: var(--site-color-green);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transition:
        color var(--site-transition),
        transform var(--site-transition);
}

.apartment-card__favorite:hover {
    color: var(--site-color-primary);
    transform: scale(1.08);
}

.apartment-card__favorite.active {
    color: var(--site-color-primary);
}

.apartment-card__favorite svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.apartment-card__favorite.active svg {
    fill: currentColor;
}

/* =========================================================
   Media
   ========================================================= */
.apartment-card__media {
    display: flex;
    width: 100%;
    height: 230px;
    margin: 25px 0 30px;
    align-items: center;
    justify-content: center;
}

.apartment-card__media a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.apartment-card__media-inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.apartment-card__media img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.apartment-card--reserved .apartment-card__media img {
    filter: grayscale(1);
    opacity: 0.58;
}

/* =========================================================
   Heading
   ========================================================= */
.apartment-card__heading {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
}

/* =========================================================
   HIT
   ========================================================= */
.apartment-card__hits {
    display: flex;
    min-height: 26px;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
}

.apartment-card__hit {
    display: inline-flex;
    min-height: 26px;
    padding: 4px 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-color-green);
    border-radius: 4px;
    color: var(--site-color-green);
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.apartment-card__hit--reserved {
    border-color: var(--site-color-primary);
    color: var(--site-color-primary);
}

/* =========================================================
   Properties
   ========================================================= */
.apartment-card__info {
    display: flex;
    width: 100%;
    margin-top: auto;
    flex-wrap: wrap;
    row-gap: 10px;
}

.apartment-card__property {
    display: flex;
    width: 50%;
    padding: 0;
    align-items: baseline;
    gap: 4px;
    border: 0;
    background-color: transparent;
    color: var(--site-color-grey);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.apartment-card__property:nth-child(even) {
    padding: 0;
    border: 0;
}

.apartment-card__property-name,
.apartment-card__property-value {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* =========================================================
   Main info
   ========================================================= */
.apartment-card__main-info {
    display: flex;
    width: 100%;
    margin-bottom: 18px;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

/* =========================================================
   Floor
   ========================================================= */
.apartment-card__floor {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: var(--site-color-text);
    font-size: 17px;
    font-weight: 400;
}

.apartment-card__floor-value,
.apartment-card__floor-name {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* =========================================================
   Price
   ========================================================= */
.apartment-card__price {
    display: flex;
    margin-left: auto;
    align-items: baseline;
    gap: 5px;
    color: var(--site-color-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    flex-flow: column;
}
.apartment-card__price .old_price
{
    color: var(--site-color-muted);
    text-decoration: line-through;
    font-size: 15px;
    text-decoration-thickness: 1px;
}
.apartment-card__price-prefix,
.apartment-card__price-value,
.apartment-card__price-currency {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* =========================================================
   Footer
   ========================================================= */
.apartment-card__footer {
    display: flex;
    width: 100%;
    margin-top: 25px;
    justify-content: center;
}

.apartment-card__footer .btn {
    width: auto;
    min-width: 126px;
    justify-content: center;
}

.apartment-card__button--disabled {
    cursor: default;
    opacity: 0.8;
    pointer-events: none;
}

/* =========================================================
   Empty
   ========================================================= */
.catalog-apartments__empty {
    width: 100%;
    padding: 80px 30px;
    background-color: var(--site-color-ivory);
    color: var(--site-color-muted);
    font-size: 18px;
    text-align: center;
}

/* =========================================================
   Pagination
   ========================================================= */
.catalog-apartments__pagination {
    margin-top: 50px;
}

.catalog-apartments__load-more {
    display: flex;
    width: 100%;
    margin-top: 45px;
    justify-content: center;
}

.catalog-apartments__load-more-button {
    min-width: 190px;
    justify-content: center;
}

.catalog-apartments__load-more-button.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

/* =========================================================
   Laptop
   ========================================================= */
@media (max-width: 1399.98px) {
    .apartment-card {
        width: 33.333333%;
        padding: 26px 16px 36px;
    }

    .apartment-card:nth-child(4n) {
        border-right: 0;
    }

    .apartment-card:nth-child(3n),
    .apartment-card:last-child {
        border-right: 1px solid var(--site-color-border);
    }

    .apartment-card__media {
        height: 220px;
    }
}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width: 1199.98px) {
    .apartment-card {
        width: 50%;
    }

    .apartment-card:nth-child(3n) {
        border-right: 0;
    }

    .apartment-card:nth-child(2n),
    .apartment-card:last-child {
        border-right: 1px solid var(--site-color-border);
    }
}

/* =========================================================
   Mobile
   ========================================================= */
@media (max-width: 767.98px) {



    .apartment-card {
        width: 100%;
        padding: 22px;
        border-right: 1px solid var(--site-color-border);
    }

    .apartment-card__media {
        height: clamp(240px, 75vw, 330px);
        margin: 22px 0 25px;
    }
}

/* =========================================================
   List view
   ========================================================= */
.catalog-apartments__items--list {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0;
}


/* =========================================================
   List card
   ========================================================= */
.catalog-apartments__items--list .apartment-card {
    display: grid;
    width: 100%;
    min-width: 0;
    padding: 28px 38px;

    grid-template-columns:
        150px minmax(150px, 1fr) 90px minmax(170px, 1fr) auto 130px 36px;

    grid-template-rows: auto auto;

    column-gap: 28px;
    row-gap: 10px;

    align-items: center;

    background-color: transparent;

    border: 0;
    border-bottom: 1px solid var(--site-color-border);

    box-shadow: none;

    transition:
        background-color var(--site-transition),
        box-shadow var(--site-transition);

    z-index: 1;
}

.catalog-apartments__items--list .apartment-card:hover {
    background-color: #fff;
    box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
    z-index: 2;
}


/* =========================================================
   Head
   ========================================================= */
.catalog-apartments__items--list .apartment-card__head {
    display: contents;
}

/* =========================================================
   Favorite
   ========================================================= */
.catalog-apartments__items--list .apartment-card__favorite {
    grid-column: 7;
    grid-row: 1;

    width: 36px;
    height: 36px;
    margin: 0;

    align-self: center;
    justify-self: center;
}


/* =========================================================
   Media
   ========================================================= */
.catalog-apartments__items--list .apartment-card__media {
    grid-column: 1;
    grid-row: 1;

    width: 150px;
    height: 120px;
    margin: 0;

    align-self: center;
}

.catalog-apartments__items--list .apartment-card__media a {
    display: flex;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.catalog-apartments__items--list .apartment-card__media img {
    display: block;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* =========================================================
   HIT
   ========================================================= */
.catalog-apartments__items--list .apartment-card__hits {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    min-height: 22px;
    margin: 0;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}



/* =========================================================
   Main info
   ========================================================= */
.catalog-apartments__items--list .apartment-card__main-info {
    display: contents;
}


/* =========================================================
   Floor
   ========================================================= */
.catalog-apartments__items--list .apartment-card__floor {
    grid-column: 3;
    grid-row: 1;

    display: flex;
    margin: 0;

    align-items: baseline;

    gap: 5px;

    color: var(--site-color-text);

    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;

    white-space: nowrap;
}


/* =========================================================
   Properties
   ========================================================= */
.catalog-apartments__items--list .apartment-card__info {
    grid-column: 4;
    grid-row: 1;

    display: flex;
    width: 100%;
    margin: 0;

    flex-direction: column;
    flex-wrap: nowrap;

    align-self: center;

    row-gap: 5px;
}

.catalog-apartments__items--list .apartment-card__property {
    display: flex;
    width: 100%;
    padding: 0;

    align-items: baseline;

    gap: 4px;

    border: 0;
    background: transparent;

    color: var(--site-color-grey);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
}

.catalog-apartments__items--list .apartment-card__property-name,
.catalog-apartments__items--list .apartment-card__property-value {
    color: inherit;

    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}


/* =========================================================
   Price
   ========================================================= */
.catalog-apartments__items--list .apartment-card__price {
    grid-column: 5;
    grid-row: 1;

    display: flex;
    margin: 0;

    align-items: baseline;

    gap: 5px;

    color: var(--site-color-text);

    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;

    white-space: nowrap;
}


/* =========================================================
   Footer
   ========================================================= */
.catalog-apartments__items--list .apartment-card__footer {
    grid-column: 6;
    grid-row: 1;

    display: flex;
    width: auto;
    margin: 0;

    align-items: center;
    justify-content: center;
}

.catalog-apartments__items--list .apartment-card__footer .btn {
    width: 100%;
    min-width: 120px;

    justify-content: center;
}

.catalog-results {
    position: relative;
    transition: opacity 0.25s ease;
}

.catalog-results.is-loading {
    min-height: 200px;
    opacity: 0.45;
    pointer-events: none;
}

.catalog-results.is-loading::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border: 3px solid var(--site-color-primary);
    border-top-color: transparent;
    border-radius: 50%;
    animation: catalog-loading-spin 0.7s linear infinite;
}

@keyframes catalog-loading-spin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================================
   View switcher
   ========================================================= */
.catalog-toolbar__view {
    display: flex;
    width: 39px;
    height: 39px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    color: var(--site-color-green);
    line-height: 0;
    overflow: hidden;
}

.catalog-toolbar__view:hover,
.catalog-toolbar__view.active {
    background-color: transparent;
    color: var(--site-color-green);
}

.catalog-toolbar__view svg {
    --catalog-view-bg: transparent;
    --catalog-view-border: currentColor;
    --catalog-view-icon: currentColor;

    display: block;
    width: 39px;
    height: 39px;
    fill: none;
    stroke: none;
}

.catalog-toolbar__view:hover svg,
.catalog-toolbar__view.active svg {
    --catalog-view-bg: var(--site-color-green);
    --catalog-view-border: var(--site-color-green);
    --catalog-view-icon: #fff;
}

/* =========================================================
   List responsive
   ========================================================= */
@media (max-width: 1399.98px) {
    .catalog-apartments__items--list .apartment-card {
        padding: 26px 28px;
        grid-template-columns:
            130px minmax(190px, 1fr) 78px minmax(120px, 0.6fr) minmax(138px, auto) 116px 36px;
        column-gap: 18px;
    }

    .catalog-apartments__items--list .apartment-card__media {
        width: 130px;
        height: 112px;
    }
}

@media (max-width: 1199.98px) {
    .catalog-apartments__items--list .apartment-card {
        padding: 24px 20px;
        grid-template-columns: 126px minmax(0, 1fr) 92px minmax(138px, auto) 36px;
        grid-template-rows: auto auto auto;
        column-gap: 18px;
        row-gap: 10px;
    }

    .catalog-apartments__items--list .apartment-card__media {
        grid-column: 1;
        grid-row: 1 / 4;
        width: 126px;
        height: 112px;
    }

    .catalog-apartments__items--list .apartment-card__title {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        font-size: 30px;
        line-height: 1.05;
    }

    .catalog-apartments__items--list .apartment-card__floor {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        font-size: 16px;
    }

    .catalog-apartments__items--list .apartment-card__price {
        grid-column: 4;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        font-size: 16px;
    }

    .catalog-apartments__items--list .apartment-card__favorite {
        grid-column: 5;
        grid-row: 1;
    }

    .catalog-apartments__items--list .apartment-card__info {
        grid-column: 2 / 5;
        grid-row: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px 16px;
    }

    .catalog-apartments__items--list .apartment-card__property {
        width: auto;
        font-size: 13px;
    }

    .catalog-apartments__items--list .apartment-card__hits {
        grid-column: 2 / 5;
        grid-row: 3;
        justify-content: flex-start;
    }

    .catalog-apartments__items--list .apartment-card__footer {
        grid-column: 4;
        grid-row: 3;
        justify-self: end;
    }
}

@media (max-width: 767.98px) {
    .catalog-apartments__items--list .apartment-card {
        padding: 18px 0;
        grid-template-columns: 84px minmax(0, 1fr) 32px;
        grid-template-rows: auto auto auto auto auto;
        column-gap: 12px;
        row-gap: 8px;
        border-right: 0;
    }

    .catalog-apartments__items--list .apartment-card__media {
        grid-column: 1;
        grid-row: 1 / 5;
        width: 84px;
        height: 112px;
    }

    .catalog-apartments__items--list .apartment-card__title {
        grid-column: 2;
        grid-row: 1;
        font-size: 24px;
        line-height: 1.05;
    }

    .catalog-apartments__items--list .apartment-card__floor {
        grid-column: 2;
        grid-row: 2;
        font-size: 14px;
    }

    .catalog-apartments__items--list .apartment-card__price {
        grid-column: 2 / 4;
        grid-row: 3;
        justify-self: start;
        margin-left: 0;
        font-size: 14px;
    }

    .catalog-apartments__items--list .apartment-card__favorite {
        grid-column: 3;
        grid-row: 1;
        width: 32px;
        height: 32px;
        align-self: start;
    }

    .catalog-apartments__items--list .apartment-card__favorite svg {
        width: 22px;
        height: 22px;
    }

    .catalog-apartments__items--list .apartment-card__info {
        grid-column: 2 / 4;
        grid-row: 4;
        gap: 5px 12px;
    }

    .catalog-apartments__items--list .apartment-card__property {
        width: auto;
        font-size: 12px;
    }

    .catalog-apartments__items--list .apartment-card__hits {
        grid-column: 1 / 4;
        grid-row: 5;
        min-height: 0;
        justify-content: flex-start;
    }

    .catalog-apartments__items--list .apartment-card__footer {
        grid-column: 2 / 4;
        grid-row: 5;
        justify-self: start;
        align-self: end;
    }

    .catalog-apartments__items--list .apartment-card__footer .btn {
        min-width: 112px;
    }
}

@media (max-width: 399.98px) {
    .catalog-apartments__items--list .apartment-card {
        grid-template-columns: 76px minmax(0, 1fr) 30px;
        column-gap: 10px;
    }

    .catalog-apartments__items--list .apartment-card__media {
        width: 76px;
        height: 104px;
    }

    .catalog-apartments__items--list .apartment-card__title {
        font-size: 22px;
    }
}

/* End */


/* Start:/bitrix/templates/sovdel/components/bitrix/form.result.new/full/style.css?17900844265403*/
/* =========================
   Full form
   ========================= */

.full-form {
	display: flex;
	width: 100%;
	height: 750px;
	max-height: 750px;
	background-color: var(--site-color-green);
}


/* =========================
   Form side
   ========================= */

.full-form__form-side {
	display: flex;
	width: 50%;
	height: 100%;
	padding: 70px clamp(60px, 7vw, 140px);

	flex-direction: column;
	justify-content: center;

	color: #fff;

	box-sizing: border-box;
}

.full-form__title.title_1 {
	margin-bottom: 45px;
	color: var(--site-color-ivory);
	text-align: center;
}

.full-form__description {
	margin: -25px 0 35px;

	color: #fff;
	text-align: center;
}


/* =========================
   Form
   ========================= */

.full-form__form-side form {
	display: flex;
	width: 100%;

	flex-direction: column;
}

.full-form__fields {
	display: flex;
	width: 100%;

	flex-direction: column;

	gap: 25px;
}


/* =========================
   Fields
   ========================= */

.full-form__field {
	position: relative;
	width: 100%;
}

.full-form__control {
	display: block;
	width: 100%;
	height: 64px;
	padding: 0 22px;

	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 3px;

	outline: none;

	background: transparent;
	color: #fff !important;

	font: inherit !important;

	box-sizing: border-box;

	transition:
		border-color var(--site-transition),
		background-color var(--site-transition);
}

textarea.full-form__control {
	height: 120px;
	padding-top: 18px;

	resize: vertical;
}

.full-form__control::placeholder {
	color: rgba(255, 255, 255, .42);
}

.full-form__control:focus {
	border-color: #fff;
	background-color: rgba(255, 255, 255, .03);
}

.full-form__field.has-error .full-form__control {
	border-color: var(--site-color-primary);
}

.full-form__field-error {
	margin-top: 5px;

	color: #fff;
	font-size: 12px;
}


/* =========================
   Agreements
   ========================= */

.full-form__agreements {
	display: flex;
	margin: 35px auto 0;

	flex-direction: column;
	align-items: flex-start;

	gap: 22px;
}

.full-form__agreement {
	width: 100%;
}

.full-form .main-user-consent-request {
	display: block;

	font-family: var(--site-font-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;

	color: var(--site-color-ivory);
}

.full-form .main-user-consent-request a {
	color: var(--site-color-ivory);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.full-form .main-user-consent-request input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 22px 0 0;

	border: 1px solid #fff;
	border-radius: 3px;

	vertical-align: middle;

	accent-color: var(--site-color-primary);
}

.full-form .phone:hover {
	color: unset;
}

/* =========================
   Action
   ========================= */

.full-form__action {
	display: flex;
	margin-top: 55px;
	justify-content: center;
}

.full-form__action .btn {
	font-size: 20px;
}

.full-form__submit {
	min-width: 360px;
	min-height: 66px;
}


/* =========================
   Errors
   ========================= */

.full-form__errors {
	font-family: var(--site-font-text);
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 20px;
	color: #ffd8d8;
	text-align: center;
}

.full-form__errors:empty {
	display: none;
}

.full-form__errors,
.full-form__errors * {
	color: #ffd8d8;
}


/* =========================
   Success
   ========================= */

.full-form__success {
	text-align: center;
}

.full-form__success .full-form__title {
	margin-bottom: 25px;
}

.full-form__success-text {
	color: #fff;
}


/* =========================
   Captcha
   ========================= */

.full-form__captcha {
	display: flex;

	align-items: center;
	flex-wrap: wrap;

	gap: 15px;
}

.full-form__captcha .full-form__control {
	flex: 1 1 250px;
}


/* =========================
   Image
   ========================= */

.full-form__image {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.full-form__image img {
	display: block;
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}


/* =========================
   Laptop
   ========================= */

@media (max-width: 1399.98px) {

	.full-form__form-side {
		padding: 60px 55px;
	}

	.full-form__title {
		margin-bottom: 35px;
	}

	.full-form__fields {
		gap: 20px;
	}

	.full-form__action {
		margin-top: 40px;
	}
}


/* =========================
   Tablet
   ========================= */

@media (max-width: 991.98px) {

	.full-form {
		height: auto;
		max-height: none;

		flex-direction: column;
	}

	.full-form__form-side {
		width: 100%;
		height: auto;
		padding: 60px 40px;
	}

	.full-form__image {
		display: none;
	}
}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767.98px) {

	.full-form__form-side {
		padding: 45px 20px;
	}

	.full-form__title {
		margin-bottom: 30px;
	}

	.full-form__control {
		height: 58px;
		padding: 0 16px;
	}

	.full-form__fields {
		gap: 16px;
	}

	.full-form__action {
		margin-top: 35px;
	}

	.full-form__submit {
		width: 100%;
		min-width: 0;
	}

}

/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17896328134416*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /bitrix/templates/sovdel/components/bitrix/catalog/apartments/style.css?17896328044488 */
/* /bitrix/templates/sovdel/components/bitrix/catalog.smart.filter/apartments/style.css?17896328048013 */
/* /bitrix/templates/sovdel/components/bitrix/catalog/apartments/bitrix/catalog.section.list/switcher/style.css?17896328041079 */
/* /bitrix/templates/sovdel/components/bitrix/catalog/apartments/bitrix/catalog.section/apartments/style.css?179015412321178 */
/* /bitrix/templates/sovdel/components/bitrix/form.result.new/full/style.css?17900844265403 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17896328134416 */
