

/* Start:/local/templates/citrus_arealty3/components/citrus/realty.catalog.element/catalog_detail/style.css?176526677311267*/
@media all {
    .object-info {
        padding-left: 20px;
    }

    .object-info .h4 {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
    }

    .object-info .object-info_footer {
        display: flex;
    }

    .object-info .btn-primary {
        width: auto;
        font-size: 16px;
    }

    .object-footer {
        margin: 30px 0 -15px 0;
        font-size: 0;
    }

    .object-footer .btn {
        margin: 0 15px 15px 0;
    }

    .object-text {
        margin-top: 30px;
    }

    .object-address {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .object-option.dl-menu .dl_element a {
        text-decoration: none;
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
        display: inline-block;
        margin-bottom: -1px;
    }

    .object-option.dl-menu .dl_element a:hover {
        color: var(--hover-color);
        border-bottom: 1px solid var(--hover-color);
    }
    .object-info:has(.cost_old) .object-price_new {
        color: var(--vpluse-cds-rest-totem-pole, #A00711);
    }

    .object-price_new {
        display: inline-block;
        text-align: center;
        line-height: 1;
        margin: 35px 0;
    }

    .object-price_new span {
        font-size: 30px;
        font-weight: 700;
    }

    .object-price_new span.btn-icon {
        font-size: 30px;
        vertical-align: -10px;
    }

    .object-option.dl-menu span {
        padding-top: 20px;
        line-height: 1.2;
        border-bottom: 1px solid #d9d9d9;
        align-self: flex-end;
    }

    .object-option.dl-menu span:first-child {
        padding-right: 14px;
        width: 35%;
        flex-shrink: 0;
    }

    .object-option.dl-menu .dl_element {
        display: flex;
    }

    .object-gallery {
        position: relative;
    }

    .object-gallery-previews {
        position: relative;
    }

    .object-gallery-previews figure {
        background-color: #f3f1ec;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: none;
        opacity: 0;
    }

    .object-gallery-previews figure.is-active {
        display: block;
        margin: 0;
        opacity: 1;
    }

    .object-gallery-previews figcaption {
        display: none;
    }

    .object-gallery-previews .embed-responsive-item {
        object-fit: contain;
    }

    .object-gallery-thumbs a.gallery-thumbs img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        max-height: 90%;
        max-width: 90%;
    }

    .object-gallery-thumbs {
        position: relative;
        margin-top: 10px;
    }

    .object-gallery-thumbs a.gallery-thumbs {
        display: block;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
        background-color: #f3f1ec;
        border: 2px solid transparent;
        margin-bottom: 15px;
    }

    .object-gallery-thumbs .swiper-slide {
        width: 33.3333333%;
    }

    .object-gallery-thumbs .swiper-container-horizontal > .swiper-scrollbar {
        left: 0;
        width: 100%;
    }

    .image-actions {
        position: relative;
        padding: 16px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 5px;
    }

    .image-actions__link {
        font-size: 13px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
        padding: 0 10px;
    }

    .image-actions__link-icon {
        display: flex;
        font-size: 24px;
    }

    .image-actions__link-text {
        margin-left: 14px;
        text-decoration: underline;
    }

    .personal_manager_link,
    .mortgage_link {
        display: inline-flex;
        align-items: center;
        margin-left: 28px;
        height: 60px;
        vertical-align: middle;
        font-size: 14px;
        text-decoration: none;
    }

    .personal_manager_link i,
    .mortgage_link i {
        font-size: 40px;
    }

    .personal_manager_link .btn-label,
    .mortgage_link .btn-label {
        margin-left: 8px;
        text-decoration: underline;
    }

    .desc_complex .section__content .section__content_img {
        flex-shrink: 0;
        margin-right: 50px;
    }

    .desc_complex .section__content .title {
        font-size: 35px;
        font-weight: 300;
        font-family: 'Merriweather', serif;
    }

    .desc_complex .section__content {
        display: flex;
    }

    .desc_complex .section__content p + ul {
        margin-top: -15px;
    }

    .desc_complex .section__content .btn_block {
        margin-top: 40px;
    }

    .share-social {
        position: relative;
    }

    .share-social__popup {
        position: absolute;
        top: 55px;
        display: none;
        min-width: 250px;
        padding: 10px 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .js-popup.js-popup_open .share-social__popup {
        display: block;
    }

    .share-social__popup:before {
        content: '';
        position: absolute;
        top: -20px;
        left: calc(50% - 10px);
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    .share-social__link {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .share-social__title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .share-social__social-component {
        margin-bottom: 5px;
    }

    .share-social__print-link {
        font-size: 13px;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .share-social__link-icon {
        font-size: 18px;
    }

    .share-social__link-text {
        margin-left: 10px;
        text-decoration: underline;
    }

    .js-popup__close {
        position: absolute;
        right: 3px;
        top: 3px;
        width: 30px;
        height: 30px;
        padding: 0;
        font-size: 30px;
        line-height: 30px;
        background-color: transparent;
        border: none;
        color: #999;
        transform: rotate(45deg);
    }

    .share-social__icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
        fill: var(--primary-color);
    }

	.embed-responsive-item.print {
		display: none;
	}

    .cry-layout .section._with-padding .section-inner {
        padding: 40px 0 40px;
    }

    .add2favourites.added .icon-favorites::before {
		content: "\e90c";
	}

    #copy-link svg {
        width: 30px;
        height: 30px;
    }

    .yandex-share-panel {
        display: flex;
    }
}

@media screen and (max-width: 1279px) {
    .object-option.dl-menu dd, .object-option.dl-menu dt, .object-address {
        /*font-size: 14px;*/
    }

    .object-price_new span, .object-price_new span.btn-icon, .object-price_new span.btn-label {
        font-size: 20px;
    }

    .object-text {
        margin-top: 15px;
        font-size: 14px;
    }

    .image-actions__link {
        flex-direction: column;
        justify-content: flex-start;
    }

    .image-actions__link-text {
        margin-left: 0;
    }

    .share-social__link {
        flex-direction: column;
        justify-content: flex-start;
    }

    .share-social__popup {
        position: absolute;
        top: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .desc_complex .section__content {
        flex-direction: column;
    }

    .desc_complex .section__content .section__content_img {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .desc_complex .section__content .btn_block {
        text-align: center;
    }

    .image-actions__link {
        justify-content: center;
    }

    .image-actions__link-text {
        display: none;
    }

    .image-actions__link-icon {
        font-size: 30px;
    }

    .object-option.dl-menu span {
        font-size: 14px;
    }

    .object-info {
        padding: 0;
    }

    .share-social__popup {
        top: 55px;
    }
}

@media screen and (max-width: 767px) {
    .object-option.dl-menu dd, .object-option.dl-menu dt {
        width: 50%;
    }

    .object-option.dl-menu span:first-child {
        padding-right: 14px;
        width: 35%;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .object-option.dl-menu span:last-child {
        flex-grow: 1;
        text-align: right;
        vertical-align: bottom;
    }

    .cry-layout .section._with-padding .section-inner {
        padding: 20px 0 20px;
    }
}

@media screen and (max-width: 650px) {
    .share-social__popup {
        right: calc(50% - 37px);
    }

    .share-social__popup:before {
        left: auto;
        right: 27px;
    }
}

@media screen and (max-width: 479px) {
    .personal_manager_link,
    .mortgage_link {
        margin-left: 20px;
        height: 50px;
    }

    .object-footer .btn {
        margin: 0 0 15px;
        float: left;
        width: auto;
        clear: left;
    }

    .object-footer {
        overflow: hidden;
    }

    .object-footer .btn {
        width: 100%;
    }

    .image-actions {
        padding: 10px 0;
    }

    .object-option.dl-menu span {
        font-size: 13px;
    }

    .share-social {
        position: static;
    }

    .share-social__popup {
        left: 0;
        right: 0;
    }

    .share-social__popup:before {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .object-info .object-info_footer {
        flex-direction: column;
        align-items: center;
    }

    .personal_manager_link,
    .mortgage_link {
        margin-left: 0;
        margin-top: 15px;
    }

    .object-gallery-thumbs .swiper-slide {
        width: 50%;
    }
}


@media print {
	@page { margin: 1cm; }
	body {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.section__border-top,
	.main-menu-line .jk-menu-w,
	.main-menu-line,
	.btn {
		display: none !important;
	}

	.embed-responsive-item.print {
		display: block !important;
	}

	.h__top._fixed {
		position: static !important;
		margin-bottom: 20px;
	}
	.section-description {
		line-height: 30px;
	}
	.section._with-padding .section-inner {
		padding-top: 0 !important;
		padding-bottom: 30px !important;
	}
	.object-option.dl-menu {
		columns: 2;
	}
	.object-option.dl-menu span:first-child {
		min-width: 160px;
	}
    .object-info,
	.page-break-inside {
		page-break-inside: avoid;
	}
    .bx-firefox .section__content .row {
        display: block !important;
    }
	.desc_complex .section__content {
		display: block;
	}
	.desc_complex .section__content .section__content_img {
		text-align: center;
	}
	.section__content_text {
		font: 15px/1.5 Tahoma,serif !important;
		margin-top: 15px;
	}
	.catalog-slider.p__swiper .swiper-slide.catalog-slider__item {
		width: calc(50% - 15px) !important;
	}
	iframe {
		max-width: 100%;
	}
	.manager-row {
		box-shadow: none !important;
	}
}

/* End */


/* Start:/bitrix/templates/citrus_arealty3/components/bitrix/system.pagenavigation/.default/style.min.css?1668761580499*/
@media all{.switch{padding:30px 0;text-align:center}.switch-nav{margin:0 auto;display:table}.switch a,.switch span{font-size:16px;color:#333;display:inline-block;text-decoration:none;text-align:center;min-width:40px;line-height:33px;float:left}.switch a:hover,.switch span.selected{color:#fff;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch a+a,.switch span+a{margin-left:10px}.switch a.nav-end,.switch a.nav-start{padding:0 6px}}
/* End */


/* Start:/local/templates/citrus_arealty3/components/citrus/realty.catalog.section/catalog_carousel/style.min.css?1676383571198*/
@media all{.catalog-slider.p__swiper{margin:40px -4px -4px}.swiper-slide.catalog-slider__item{padding:4px}}@media (max-width: 479px){.catalog-slider.p__swiper .catalog-slider__item{max-width:250px}}
/* End */


/* Start:/local/templates/citrus_arealty3/components/citrus/template/catalog-card/style.min.css?17652667733413*/
@media all{.catalog-card{box-shadow:0 2px 4px 0 rgba(0,0,0,.15);position:relative;padding-bottom:200px}.catalog-card__image{position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);height:234px;display:block;background-size:contain;background-position:center;background-repeat:no-repeat}.catalog-card__sale-label{position:absolute;z-index:9;left:6px;top:8px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.catalog-card__body{padding:16px 18px 10px;position:absolute;bottom:0;background-color:#fff;width:100%;z-index:3}.catalog-card__name.h3{display:block;line-height:1.3;color:#333;margin-bottom:12px;max-height:2.6em;overflow:hidden;text-decoration:none;text-transform:none;transition:.2s ease-out}.catalog-card:hover .catalog-card__name.h3{text-decoration:underline;max-height:1000px;transition:.2s ease-in}.catalog-card__address{transition:.2s ease-in-out}.catalog-card:hover .catalog-card__address{min-height:0!important}.catalog-card__address .map-link{text-decoration:none;display:inline-block;max-width:100%;font-size:13px;line-height:1.4;max-height:36px;overflow:hidden;padding-left:15px;transition:.2s ease-out}.catalog-card:hover .catalog-card__address .map-link{max-height:1000px!important;transition:.2s ease-in}.catalog-card__address .map-link__icon{position:absolute;margin-top:2px;margin-left:-15px}.catalog-card__hidden-content{max-height:0;overflow:hidden;transition:.2s ease-out}.catalog-card:hover .catalog-card__hidden-content{padding:10px 0 0;max-height:20em;transition:.2s ease-in}.catalog-card__date{font-size:13px;color:#888}.catalog-card__properties{font-size:13px;color:#333;margin:10px 0 12px}.catalog-card__property{display:flex;justify-content:space-between}.catalog-card__property+.catalog-card__property{margin-top:11px}.catalog-card__property-name{margin-right:3px}.catalog-card__property-value{color:#888}.catalog-card__footer{color:#333;max-height:59px;padding:14px 0 10px;display:flex;justify-content:space-between;align-items:center;text-decoration:none;border-top:1px solid #e4e4e4;font-size:23px;margin-top:12px}.catalog-card:hover .catalog-card__footer-icon{color:var(--primary-color)}.catalog-card__price{display:flex;flex-wrap:wrap;gap:5px;max-width:100%;text-overflow:ellipsis;overflow:hidden}.catalog-card__price:has(.cost_old){color:var(--vpluse-cds-rest-totem-pole,#a00711);font-family:var(--font-family-Font-1, "Open Sans");font-size:var(--font-size-23, 23px);font-style:normal;font-weight:var(--font-weight-400,400);line-height:var(--line-height-18_4, 18.4px)}.catalog-card__price .cost_old{color:var(--vpluse-cds-rest-mine-shaft,var(--color-grey-20,#333));font-family:var(--font-family-Font-1, "Open Sans");font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-400,400);line-height:var(--line-height-24, 24px);text-decoration-line:line-through}.catalog-card__favorite-link{padding-left:1px;text-decoration:none;font-size:13px;font-weight:700;text-transform:uppercase;display:flex;align-items:center}.catalog-card__favorite-icon{margin-right:8px;font-size:19px}.catalog-card__footer-icon{margin-left:5px;font-size:34px;color:#ccc}.add2favourites.added .icon-favorites::before{content:"\e90c"}}@media (max-width:560px){.catalog-card__name.h3{text-align:left}}
/* End */
/* /local/templates/citrus_arealty3/components/citrus/realty.catalog.element/catalog_detail/style.css?176526677311267 */
/* /bitrix/templates/citrus_arealty3/components/bitrix/system.pagenavigation/.default/style.min.css?1668761580499 */
/* /local/templates/citrus_arealty3/components/citrus/realty.catalog.section/catalog_carousel/style.min.css?1676383571198 */
/* /local/templates/citrus_arealty3/components/citrus/template/catalog-card/style.min.css?17652667733413 */
