

/* Start:/bitrix/components/citrus.arealty/catalog.section.list/templates/line-sections/bitrix/catalog.section.list/line-sections/style.css?15682973053744*/

/*template.php*/
@media all {
    .catalog-section-content .line-sections {
        margin-bottom: 40px;
    }
    .line-sections {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px 20px;
        min-width: 100%;
        justify-content: center;
    }
    .line-sections._mobile {
        display: none;
    }
    .line-sections--align-left {
        justify-content: flex-start;
    }
    .line-sections__item {
        width: 16.6666667%;
        flex-basis: auto;
        padding: 15px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
    }
    .line-sections__item-icon-w {
        width: 45px;
        height: 45px;
        margin-right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background-color: #adadad;
        transition: .3s ease;
    }
    .line-sections__item._selected .line-sections__item-icon-w,
    .line-sections__item:hover .line-sections__item-icon-w {
        background-color: currentColor;
    }
        img.line-sections__item-icon {
            max-width: calc( 100% - 20px );
            max-height: calc( 100% - 20px );
        }
    .line-sections__item-content {

    }
    .bx-ie .line-sections__item-content {
        width: 100%;
    }
    .line-sections__item-name {
        font-weight: 600;
        font-size: 15px;
        margin-top: -4px;
        margin-bottom: 4px;
        line-height: 1.4;
        color: #666666;
        text-decoration: underline;
        display: flex;
        align-items: center;
    }
        .line-sections__item._selected .line-sections__item-name,
        .line-sections__item:hover .line-sections__item-name {
            color: #333333;
        }
        .line-sections__item._selected .line-sections__item-name {
            text-decoration: none;
        }
    .line-sections__item-count {
        color: #999999;
        font-size: 13px;
    }
}
@media (max-width: 1279px) {
    .line-sections__item {
        width: 33.333333%;
    }
}
@media (max-width: 767px) {
    .line-sections__item {
        width: 50%;
    }
    .line-sections {
        display: none;
    }
    .modal-content .line-sections {
        display: block;
    }
    .line-sections._mobile {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 75px;
        align-items: center;
        margin: 0 0 20px;
    }
    .line-sections._mobile a.hamburger {
        display: flex;
        min-width: 80px;
        height: 100%;
        background: #cdcdcd;
        border-radius: 0;
        color: #fff;
    }
    .line-sections._mobile a.hamburger .lines {
        width: 0.8em;
        height: 0.125em;
    }
    .line-sections._mobile a.hamburger .lines:before {
        top: -0.3em;
        width: 0.8em;
        height: 0.125em;
    }
    .line-sections._mobile a.hamburger .lines:after {
        top: 0.3em;
        width: 0.8em;
        height: 0.125em;
    }
    .line-sections._mobile .line-sections__item{
        flex: 1;
        display: flex;
        height: 100%;
        align-items: center;
        background-color: #adadad;
        padding: 0 20px;
    }
    .line-sections._mobile .line-sections__item._selected {
        background-color: var(--primary-color);
    }
    .line-sections._mobile .line-sections__item-icon-w {
        background: transparent;
        height: 60px;
    }
    .line-sections._mobile .line-sections__item-name,
    .line-sections._mobile .line-sections__item-count {
        color: #fff;
        text-decoration: none;
    }
}
@media (max-width: 479px) {
    .line-sections__item {
        width: 100%;
    }
    .line-sections._mobile a.hamburger {
        min-width: 60px;
    }
}

/* End */


/* Start:/bitrix/components/citrus.arealty/smart.filter/templates/.default/bitrix/catalog.smart.filter/.default/style.css?15682973057214*/

/**
Bitrix default style component
*/

/*layout*/
@media all {
	.citrus-sf {
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
		flex-wrap: wrap;
	}
	.citrus-sf__fields-block {
		width: 83.33333333%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.citrus-sf__button-block {
		display: flex;
		flex-direction: column;
		width: 16.66666667%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.citrus-sf__button-block>* {
		margin-bottom: 15px;
	}
}
@media (max-width: 1279px) {
	.citrus-sf__fields-block, .citrus-sf__button-block {
		width: 100%;
	}
}

/*buttons*/
@media all {
	.citrus-sf__button {
		height: 35px;
		padding-top: 6px;
		padding-bottom: 6px;
		color: #fff;
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		vertical-align: middle;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.2;
		border-radius: 4px;
		text-align: center;
		max-width: 100%;
		transition: .15s ease;
		cursor: pointer;
		margin-bottom: 15px;
	}
	.citrus-sf__button._submit {
		background-color: var(--primary-color, #ce3a12);
		border: 1px solid var(--primary-color, #ce3a12);
	}
		.citrus-sf__button:hover {
			background-color: #fff;
			color: var(--primary-color, #ce3a12);
		}

	.citrus-sf__button-label {
		flex: 1;
	}
	.citrus-sf__button__additional-label {
		color: var(--primary-color, #ce3a12);
		min-width: 26px;
		padding: 0 5px;
		border-radius: 3px;
		font-size: 16px;
		height: 25px;
		background-color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: -6px 0 -6px 3px;
	}
		.citrus-sf__button:hover .citrus-sf__button__additional-label {
			background-color: var(--primary-color, #ce3a12);
			color: #fff;
		}
	.citrus-sf__button._reset {
		border: 1px solid #acacac;
		color: #acacac;
		background-color: #f6f6f6;
	}
		.citrus-sf__button._reset:hover {
			background-color: #acacac;
			color: #f6f6f6;
		}


	.citrus-sf:not(._open) .filter-more-link__close {
		display: none;
	}
	.citrus-sf._open .filter-more-link__open {
		display: none;
	}
	.citrus-sf:not(._open) .citrus-sf-more {
		display: none;
	}

	/*filter button*/
	.button.filter-count {
		padding: 0 0 0 10px;
		line-height: 32px;
		white-space: nowrap;
		position: relative;
	}
	.button.filter-count .count {
		position: absolute;
		right: 0;
		height: 26px;
		line-height: 26px;
		min-width: 24px;
		padding: 0 5px;
		margin: 3px;
		border-radius: 5px;
		font-size: 16px;
		text-align: center;
		background-color: #fff;
		font-weight: bold;
		transition: all .3s;
	}
	.button.filter-count:hover .count {
		color: #fff;
	}
	.button.filter-count span.t {
		font-size: 16px;
		vertical-align: top;
	}
}
@media (max-width: 1279px) {
	.citrus-sf-wrapper {
		margin-bottom: 20px;
	}
	.citrus-sf__button-block {
		flex-direction: row;
		align-items: center;
		margin: 15px -10px 0;
		justify-content: center;
	}
	.citrus-sf__button {
		width: 180px;
		margin: 0 10px 0;
	}
	.filter-more-link {
		margin: 0 10px;
	}
	.citrus-sf__button-block>.btn {
		width: 150px;
	}
}
@media (max-width: 767px) {
	.citrus-sf__button {
		width: auto;
		margin: 0 4px;
	}
	.citrus-sf__button-block {
		margin-left: -4px;
		margin-right: -4px;
		justify-content: space-between;
	}
	.filter-more-link {
		margin: 0 4px;
	}
}
@media (max-width: 479px) {
	.citrus-sf__button-block {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	.citrus-sf__button {
		width: 180px;
		margin-bottom: 10px;
	}
}

/*main filter layout*/
@media all {
	.citrus-sf-wrapper {

	}
	.citrus-sf-field {
		position: relative;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.citrus-sf-field._open {
		overflow: visible;
	}
}

/*labels*/
@media all {
	.citrus-sf-label {
		padding: 0 65px 0 10px;
		line-height: 33px;
		height: 35px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		border: 1px solid #c5b99f;
		position: relative;
		background-color: #f9f8f5;
		cursor: pointer;
	}
	.citrus-sf-label:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 8px;
		bottom: 0;
		margin: auto;
		height: 0;
		width: 0;
		border: 8px solid transparent;
		border-top-color: #89826c;
	}
	.citrus-sf-label_close {
		font-size: 12px;
		position: absolute;
		right: 35px;
		width: 29px;
		height: 29px;
		background-color: #ebe9e1;
		top: 2px;
		text-align: center;
		border: 1px solid #c5b99f;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #89826c;
	}
	.citrus-sf-field:not(.has-value) .citrus-sf-label_close {
		display: none;
	}
	.citrus-sf-label .currency-icon {
		display: inline-block;
		line-height: 1;
	}
}

/*values*/
@media all {
	.citrus-sf-field:not(._open) .citrus-sf-values {
		visibility: hidden;
	}

	.citrus-sf-values {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-top: 14px;
		z-index: 10;
		padding: 15px;
		background-color: white;
		border: 1px solid #c5b99f;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	}
	.citrus-sf-values:before, .citrus-sf-values:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 0;
		height: 0;
		bottom: 100%;
	}
	.citrus-sf-values:before {
		border: 9px solid transparent;
		border-bottom-color: #c5b99f;
	}
	.citrus-sf-values:after {
		border: 7px solid transparent;
		border-bottom-color: white;
	}

	.citrus-sf-values .disabled {
		opacity: .5;
	}
	.citrus-sf-values label {
		cursor: pointer;
	}
	.citrus-sf-values .no-clicked {
		cursor: default;
	}

}

/*duplicate*/
@media all {
	.sf-duplicate {
		background-color: #f9f8f4;
		padding: 12px;
		margin-bottom: 20px;
	}
	.sf-duplicate__property-list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin: -5px -30px;
	}
	.sf-duplicate__property-item {
		display: flex;
		align-items: flex-start;
		margin: 5px 30px;
	}
	.sf-duplicate__property-name {
		font-weight: 600;
		margin-right: 10px;
	}
	.sf-duplicate__value-list {
		display: flex;
		align-items: center;
		margin: -2px -5px;
		flex-wrap: wrap;
	}
	.sf-duplicate__value-item {
		display: flex;
		align-items: center;
		margin: 2px 5px;
	}
	.sf-duplicate__value-label {
		display: inline-flex;
		align-items: center;
		cursor: pointer;
	}
	.sf-duplicate__value-name {
		margin-left: 4px;
	}

}

/*checkmarks*/
@media all {
	.filter-checkmark {
		font-size: 16px;
		background-color: #fff;
		height: 1em;
		position: relative;
		width: 1em;
		color: #c5b99f;
		border-radius: .125em;
		flex-shrink: 0;
		display: inline-flex;
		cursor: pointer;
	}
	.filter-checkmark:before, .filter-checkmark:after {
		content: "";
		display: block;
		position: absolute;
	}
	.filter-checkmark:before {
		border: 1px solid currentColor;
		height: 100%;
		left: 0;
		top: 0;
		transition: opacity .3s ease;
		width: 100%;
	}
	.filter-checkmark:after {
		bottom: 4px;
		height: 11px;
		left: 6px;
		opacity: 0;
		transform: rotate(45deg);
		transition-delay: .1s;
		transition: opacity .3s ease;
		width: 6px;
	}
	input:checked+.filter-checkmark:before{
		background-color: currentColor;
	}
	input:checked+.filter-checkmark:after {
		border-bottom: .125em solid #fff;
		border-right: .125em solid #fff;
		opacity: 1;
	}
}

/* End */


/* Start:/local/templates/citrus_arealty3_copy/components/bitrix/system.pagenavigation/.default/style.min.css?1681210678499*/
@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_copy/components/bitrix/catalog.section/catalog_carousel/style.min.css?1681210678107*/
@media all{.catalog-slider.p__swiper{margin:40px -4px -4px}.swiper-slide.catalog-slider__item{padding:4px}}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?156829730451*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/components/citrus.arealty/catalog.section.list/templates/services/bitrix/catalog.section.list/services/style.css?15682973051985*/
@media all {
	.service {

	}
	.service-section {
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
		min-height: 100%;
	}
	.service-section__image-w {

	}
	.service-section__image {
		padding-bottom: 53%;
		display: block;
        background-color: #fff;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.service-section__body {
		padding: 24px 30px 30px;
	}
	.service-section__title {
		font-size: 20px;
		font-weight: 600;
		color: #000;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.service__item-list {

	}
	.service__item {
		display: block;
		font-size: 13px;
	}
	.service__item + .service__item {
		margin-top: 8px;
	}

	.service .description_block {
		margin-top: 65px;
	}

	.service-section.btn_show_all {
		position: relative;
	}

	.service-section.btn_show_all .service-section__body {
		padding-bottom: 80px;
	}

	.service_link_more {
		position: absolute;
		bottom: 0;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		height: 65px;
		display: block;
		border-top: 1px solid #e4e4e4;
	}

	.service_link_more a.service__footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 65px;
		text-decoration: none;
		color: #999;
		text-transform: uppercase;
		font-weight: 600;
	}

	.service_link_more a.service__footer [class^="icon-"] {
		font-size: 35px;
		color: #ccc;
	}

	.service_link_more a.service__footer:hover,
	.service_link_more a.service__footer:hover [class^="icon-"] {
		color: var(--hover-color);
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.service-section {
		display: flex;
	}
	.service-section__image-w {
		width: 354px;
		flex-shrink: 0;
	}
	.service-section__image {
		padding-bottom: 0;
		height: 100%;
	}
	.service-section__body {
		padding: 24px 20px;
	}
	.service_link_more {
		left: 374px;
	}
}
@media (max-width: 479px) {
	.service-section__body {
		padding: 18px 20px 24px;
	}

	.service_link_more {
		left: 20px;
		right: 20px;
	}
}

/* End */


/* Start:/local/templates/citrus_arealty3_copy/components/bitrix/news.list/staff-slider/style.min.css?1681210678219*/
@media all{.p__swiper.staff-swiper{margin:-4px}.swiper-slide.staff-swiper__slide{width:399.33333px;max-width:100%;padding:4px}}@media (max-width:479px){.p__swiper.staff-swiper .swiper-pagination{margin-top:0!important}}
/* End */


/* Start:/bitrix/components/citrus/template/templates/staff-item/style.css?15682973052412*/

@media all {

	.staff-item {
		height: 100%;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
		position: relative;
		overflow: hidden;
		/*cursor: pointer;*/
		padding-bottom: 110px;
	}
	.staff-item__image {
		max-width: 100%;
	}

	.staff-item__image span {
		display: block;
		padding-bottom: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		z-index: 1;
	}

	.staff-item__content {
		position: absolute;
		background-color: white;
		width: 100%;
		padding: 26px 22px;
		padding-bottom: 15px;
		bottom: 0;
		z-index: 1;
		/*transform: translateY(100%) translateY(-110px);
		transition: .2s ease;
		will-change: transform;*/
	}
	/*.staff-item:hover .staff-item__content {
		transform: translateY(0) !important;
	}*/
	.staff-item__content-icon {
		position: absolute;
		top: 7px;
		left: 0;
		right: 0;
		margin: auto;
		width: 1em;
		font-size: 15px;
		text-align: center;
		color: #cecece;
		transform-origin: center;
		transition: .2s ease;
	}
	.staff-item._hover .staff-item__content-icon {
		transform: rotate(180deg);
	}
	.staff-item__content-top {
		height: 58px;
		margin-bottom: 7px;
	}
    ._hover .staff-item__content-top {
        height: auto;
    }
	.staff-item__name {
		display: block;
		font-size: 20px;
		overflow: hidden;
		width: 100%;
		white-space: nowrap;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		color: #333;
		text-decoration: none;
	}
	.staff-item__name b {
		text-transform: uppercase;
	}
	.staff-item__position {
		font-size: 13px;
		color: #999999;
		margin-top: 8px;

        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    ._hover .staff-item__position {
        white-space: normal;
    }
	.staff-item .js-properties {
		display: none;
	}
}
@media (max-width: 1023px) {
	.staff-item__image span {
		padding-bottom: 95%;
	}
}
@media (max-width: 767px) {
	.staff-item {
		padding-bottom: 0;
	}
	.staff-item__content-top {
		height: auto;
	}
	.staff-item__position {
		margin-top: 8px;
	}
	.staff-item__content {
		transform: translateY(0);
		padding: 26px 20px 20px;
		position: relative;
	}
	.staff-item__content-icon {
		display: none;
	}
	.staff-item__image span {
		padding-bottom: 93%;
	}

	.staff-item__name {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.staff-item__image span {
		padding-bottom: 95%;
	}

}

/* End */


/* Start:/bitrix/components/citrus.arealty/properties/templates/.default/style.css?15682973051205*/

@media all {
	.property__it {
		display: flex;
	}
    .property__it--with-title {
        flex-wrap: wrap;
    }
	.property__it + .property__it {
		margin-top: 15px;
	}
    .property__title {
        flex-basis: 100%;
    }
	.property__icon {
		color: #999999;
		font-size: 16px;
		width: 1em;
		margin-right: 12px;
		text-align: center;
	}
	.property__icon span {
		display: block;
		margin-top: 4px;
	}
	.property__value-list {

	}
	.property__value-it {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.property__value-it + .property__value-it {
		margin-top: 6px;
	}
	.property__value-it__value {
		font-size: 15px;
	}
	a.property__value-it__value:not(:hover),
	.properties [data-property-code^="phone"] a:not(:hover) {
		color: #333;
		text-decoration: none;
	}
	.property__value-it__description {
		font-size: 13px;
		color: #999999;
		margin-left: 4px;
	}

	.properties .icon-map {
		font-size: 18px;
	}
	.properties .map-link {
		text-decoration: underline;
		font-size: 15px;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.properties {
		margin-bottom: 15px;
	}
}
@media (max-width: 479px) {
	.properties .map-link, .property__value-it__value {
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/components/citrus.arealty/callout/templates/.default/style.css?15682973051263*/
/*footer-snap-point*/
@media all {
    .footer-snap-point {
        color: #fff;
        padding: 34px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-snap-point__text {
        max-width: 100%;
    }
    .footer-snap-point__text-1.h2 {
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .footer-snap-point__text-2 {
        font-size: 18px;
    }
    .footer-snap-point__btn {
        padding-right: 36px;
    }
}
@media (min-width: 1024px) {
    .footer-snap-point__text-1.h2 {
        text-align: left;
        padding-right: 7px;
    }
}
@media (max-width: 1023px) {
    .footer-snap-point {
        flex-direction: column;
    }
    .footer-snap-point__text {
        margin-bottom: 32px;
        text-align: center;
    }
    .footer-snap-point__btn {
        padding-right: 0;
    }
    .footer-snap-point__btn .btn {
        padding: 7px 12px;
    }
}
@media (max-width: 767px) {
    .footer-snap-point__text-2 {
        font-size: 16px;
    }
    .footer-snap-point__text {
        margin-bottom: 28px;
    }
}
@media (max-width: 479px) {
    .footer-snap-point__text-1.h2 {
        margin-bottom: 8px;
    }
    .footer-snap-point__text-2 {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/citrus_arealty3_copy/components/bitrix/catalog.section/catalog_cards/style.min.css?1681210678458*/
@media all{.catalog-cards{display:flex;flex-wrap:wrap;margin:-20px -15px}.catalog-cards__item{max-width:100%;flex-shrink:0;padding:20px 15px}}@media (max-width:479px){.catalog-cards._hide-overflow .catalog-cards__item:nth-child(n+3){display:none}}@media (max-width:767px){.catalog-cards._hide-overflow .catalog-cards__item:nth-child(n+5){display:none}}@media (max-width:1023px){.catalog-cards._hide-overflow .catalog-cards__item:nth-child(n+7){display:none}}
/* End */
/* /bitrix/components/citrus.arealty/catalog.section.list/templates/line-sections/bitrix/catalog.section.list/line-sections/style.css?15682973053744 */
/* /bitrix/components/citrus.arealty/smart.filter/templates/.default/bitrix/catalog.smart.filter/.default/style.css?15682973057214 */
/* /local/templates/citrus_arealty3_copy/components/bitrix/system.pagenavigation/.default/style.min.css?1681210678499 */
/* /local/templates/citrus_arealty3_copy/components/bitrix/catalog.section/catalog_carousel/style.min.css?1681210678107 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?156829730451 */
/* /bitrix/components/citrus.arealty/catalog.section.list/templates/services/bitrix/catalog.section.list/services/style.css?15682973051985 */
/* /local/templates/citrus_arealty3_copy/components/bitrix/news.list/staff-slider/style.min.css?1681210678219 */
/* /bitrix/components/citrus/template/templates/staff-item/style.css?15682973052412 */
/* /bitrix/components/citrus.arealty/properties/templates/.default/style.css?15682973051205 */
/* /bitrix/components/citrus.arealty/callout/templates/.default/style.css?15682973051263 */
/* /local/templates/citrus_arealty3_copy/components/bitrix/catalog.section/catalog_cards/style.min.css?1681210678458 */
